From 16170ce504b4c88dea90ad9bf7255c2308a64596 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 3 Dec 2013 09:20:09 +0000 Subject: [PATCH] Blank out Google Analytics account information from clientserver edition This also fixes a recently introduced problem: when I removed the last `.tid` file from the `editions/clientserver/tiddlers/` directory, git promptly stopped recording the directory in commits, and so newly downloaded copies of the repo lacked the directory. That caused the filesystemadaptor to fail to save newly created tiddlers. --- .../clientserver/tiddlers/system/GoogleAnalyticsAccount.tid | 2 ++ editions/clientserver/tiddlers/system/GoogleAnalyticsDomain.tid | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 editions/clientserver/tiddlers/system/GoogleAnalyticsAccount.tid create mode 100644 editions/clientserver/tiddlers/system/GoogleAnalyticsDomain.tid diff --git a/editions/clientserver/tiddlers/system/GoogleAnalyticsAccount.tid b/editions/clientserver/tiddlers/system/GoogleAnalyticsAccount.tid new file mode 100644 index 000000000..29cbc27e0 --- /dev/null +++ b/editions/clientserver/tiddlers/system/GoogleAnalyticsAccount.tid @@ -0,0 +1,2 @@ +title: $:/GoogleAnalyticsAccount + diff --git a/editions/clientserver/tiddlers/system/GoogleAnalyticsDomain.tid b/editions/clientserver/tiddlers/system/GoogleAnalyticsDomain.tid new file mode 100644 index 000000000..0c6a7e02d --- /dev/null +++ b/editions/clientserver/tiddlers/system/GoogleAnalyticsDomain.tid @@ -0,0 +1,2 @@ +title: $:/GoogleAnalyticsDomain +