From 8d3dfdebe3c817e20c52b4965041d318bf89da79 Mon Sep 17 00:00:00 2001 From: StefanSTFG <54553152+StefanSTFG@users.noreply.github.com> Date: Tue, 27 Aug 2019 18:09:23 +0200 Subject: [PATCH 1/8] Signing the CLA (#4206) --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 8f7f3e2e1..17492465a 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -363,3 +363,5 @@ Dong Zhihong, @donmor, 2019/05/29 Joshua Stubbs, @LordRatte, 2019/05/31 Robin Munn, @rmunn, 2019/06/16 + +Stefan Schuster-Teupke, @StefanSTFG, 2019/08/26 From 990619b63499bcc6934fcff11dfe64f75bedcedb Mon Sep 17 00:00:00 2001 From: StefanSTFG <54553152+StefanSTFG@users.noreply.github.com> Date: Tue, 27 Aug 2019 18:10:00 +0200 Subject: [PATCH 2/8] Fixed 3 typos in the example in line 88 (#4207) 1. Removed closing square bracket after 2. Changed capital 'P' in addprefix 3. Added missing slash at the end --- editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid index f53b423a1..d491a8700 100644 --- a/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid +++ b/editions/tw5.com/tiddlers/wikitext/HTML in WikiText.tid @@ -85,6 +85,6 @@ Filtered attribute values are indicated with triple curly braces around a [[Filt This example shows how to add a prefix to a value: ``` -<$text text={{{ []addPrefix[$:/myprefix/]] }}}> +<$text text={{{ [addprefix[$:/myprefix/]] }}} /> ``` From b88812233c8c731c69fa9208945c50fc67c79999 Mon Sep 17 00:00:00 2001 From: bimlas Date: Thu, 29 Aug 2019 08:58:17 +0200 Subject: [PATCH 3/8] Hidden setting: Sync Polling Interval --- .../Hidden Setting SyncPollingInterval.tid | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid diff --git a/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid b/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid new file mode 100644 index 000000000..7fc05923c --- /dev/null +++ b/editions/tw5.com/tiddlers/hiddensettings/Hidden Setting SyncPollingInterval.tid @@ -0,0 +1,13 @@ +created: 20191029084535805 +modified: 20191029084535805 +tags: [[Hidden Settings]] +title: Hidden Setting: Sync Polling Interval +type: text/vnd.tiddlywiki + +Specifies the interval at which [[Syncadaptor|https://tiddlywiki.com/dev/#Syncadaptor]] synchronizes tiddlers between the server and the browser. + +Defaults to "60000" (60 * 1000 ms = 1 min). + +Changing needs restart to take effect. + +$:/config/SyncPollingInterval From 8053cf1806cb6108f71d0f525a9342e5e3b169d4 Mon Sep 17 00:00:00 2001 From: markkerrigan <53887732+markkerrigan@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:50:39 -0700 Subject: [PATCH 4/8] Signing the CLA (#4197) --- licenses/cla-individual.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 17492465a..01aedbe81 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -364,4 +364,7 @@ Joshua Stubbs, @LordRatte, 2019/05/31 Robin Munn, @rmunn, 2019/06/16 +Mark Kerrigan, @markkerrigan, 2019/08/24 + Stefan Schuster-Teupke, @StefanSTFG, 2019/08/26 + From 2008a617b569851a956c30c0990336cb11aa8a0b Mon Sep 17 00:00:00 2001 From: Nils-Hero Lindemann Date: Mon, 2 Sep 2019 16:55:24 +0200 Subject: [PATCH 5/8] Signing the CLA (#4204) --- licenses/cla-individual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 01aedbe81..916056c08 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -368,3 +368,4 @@ Mark Kerrigan, @markkerrigan, 2019/08/24 Stefan Schuster-Teupke, @StefanSTFG, 2019/08/26 +Nils-Hero Lindemann, @heronils, 2019/08/26 From ab24d58b1134c83dd72c3bc51b7a32299abad927 Mon Sep 17 00:00:00 2001 From: markstegeman Date: Mon, 2 Sep 2019 19:27:06 +0200 Subject: [PATCH 6/8] Signing the CLA --- licenses/cla-individual.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 916056c08..e7af6b888 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -369,3 +369,5 @@ Mark Kerrigan, @markkerrigan, 2019/08/24 Stefan Schuster-Teupke, @StefanSTFG, 2019/08/26 Nils-Hero Lindemann, @heronils, 2019/08/26 + +Mark Stegeman, @markstegeman, 2019/08/31 From 6496107a32220e3a2638974489cf7e3035709902 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 3 Sep 2019 09:47:55 +0100 Subject: [PATCH 7/8] Docs: Clarify that webserver API get all tiddlers only returns non-system tiddlers Fixes #4212 --- .../tiddlers/webserver/WebServer API_ Get All Tiddlers.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/webserver/WebServer API_ Get All Tiddlers.tid b/editions/tw5.com/tiddlers/webserver/WebServer API_ Get All Tiddlers.tid index ae39eca7d..98119804c 100644 --- a/editions/tw5.com/tiddlers/webserver/WebServer API_ Get All Tiddlers.tid +++ b/editions/tw5.com/tiddlers/webserver/WebServer API_ Get All Tiddlers.tid @@ -1,10 +1,10 @@ created: 20181002131215403 -modified: 20181003174025431 +modified: 20190903094711346 tags: [[WebServer API]] title: WebServer API: Get All Tiddlers type: text/vnd.tiddlywiki -Gets an array of all raw tiddlers, excluding the ''text'' field. +Gets an array of all raw non-system tiddlers, excluding the ''text'' field. ``` GET /recipes/default/tiddlers.json @@ -19,4 +19,4 @@ Response: * 200 OK *> `Content-Type: application/json` -*> Body: array of tiddlers in [[TiddlyWeb JSON tiddler format]] +*> Body: array of all non-system tiddlers in [[TiddlyWeb JSON tiddler format]] From 9305881efba1d2ffb2a74f54db2958550c937c14 Mon Sep 17 00:00:00 2001 From: Bimba Laszlo Date: Tue, 3 Sep 2019 10:49:17 +0200 Subject: [PATCH 8/8] Syncadapter uses different conditions for loading and saving (#4211) The description was ambiguous. --- editions/dev/tiddlers/from Heigele and Jurke/Syncadaptor.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/dev/tiddlers/from Heigele and Jurke/Syncadaptor.tid b/editions/dev/tiddlers/from Heigele and Jurke/Syncadaptor.tid index c488b7712..377bc47e5 100644 --- a/editions/dev/tiddlers/from Heigele and Jurke/Syncadaptor.tid +++ b/editions/dev/tiddlers/from Heigele and Jurke/Syncadaptor.tid @@ -7,4 +7,4 @@ title: Syncadaptor A module with ``module-type: syncadaptor`` provides functionality to get a list of tiddlers (this list is provided as ~SkinnyTiddlers, which are normal tiddlers without the text field) and to load, save and delete single tiddlers. A syncadaptor can also provide functions to login and logout so that syncadaptor modules can be used to synchronize tiddlers with a remote server. -The syncer module only uses one syncadaptor and honours a special [[system tiddler|System Tiddlers]] [[$:/config/SyncFilter]] containing a [[filter string|Tags and Filter Mechanism]]. Tiddlers matching this filter string are not synced with a syncadapter. \ No newline at end of file +The syncer module only uses one syncadaptor and honours a special [[system tiddler|System Tiddlers]] [[$:/config/SyncFilter]] containing a [[filter string|Tags and Filter Mechanism]]. Tiddlers matching this filter string are not saved to the server with a syncadapter. It uses the [[WebServer API|https://tiddlywiki.com/#WebServer%20API%3A%20Get%20All%20Tiddlers]] to load modified tiddlers from the server, which returns only non-system tiddlers. \ No newline at end of file