From 18a2b48b3bf5f7da42a62486b83146c15de9094a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Sep 2014 11:56:36 +0100 Subject: [PATCH 1/6] Docs adjustments --- editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid b/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid index 7b2f21cc2..659688466 100644 --- a/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid +++ b/editions/tw5.com/tiddlers/macros/TableOfContentsMacro.tid @@ -34,10 +34,10 @@ The ''tag'' and ''sort'' parameters are combined to make a filter expression of ``` ! Examples -The top level entries of the table of contents examples are defined by the root tag 'Contents'
-The subentries under each of those entries are tagged with the title of the entry, here 'First', 'Second', 'Third', and 'Fourth'. One level deeper only '~SecondThree' has subentries. -Graphically, shown with - clickable - tag pills: +In these examples, the top level entries of the table of contents examples are defined by the root tag ''Contents''. The subentries under each of those entries are tagged with the title of the parent entry, here ''First'', ''Second'', ''Third'', and ''Fourth''. One level deeper only ''~SecondThree'' has subentries. + +Here is the tag structure shown with clickable tag pills: {{Contents||$:/core/ui/TagTemplate}} *{{First||$:/core/ui/TagTemplate}} From 42abef6fbf79342ccbd90b142d48f64ab5c1c38a Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Sep 2014 16:56:59 +0100 Subject: [PATCH 2/6] Adjust untagged divider styling Further fixes for #913 --- core/ui/MoreSideBar/Tags.tid | 2 +- themes/tiddlywiki/vanilla/base.tid | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/core/ui/MoreSideBar/Tags.tid b/core/ui/MoreSideBar/Tags.tid index 1ba364617..b3499b527 100644 --- a/core/ui/MoreSideBar/Tags.tid +++ b/core/ui/MoreSideBar/Tags.tid @@ -22,6 +22,6 @@ caption: {{$:/language/SideBar/Tags/Caption}} -
+
{{$:/core/ui/UntaggedTemplate}} <$count filter="[untagged[]!is[system]] -[tags[]]"/> diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 596565bdf..d9ffa81a8 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -330,6 +330,15 @@ button.tc-tag-label, span.tc-tag-label { border-radius: 8px; } +.tc-untagged-separator { + width: 10em; + left: 0; + margin-left: 0; + border: 0; + height: 1px; + background: <>; +} + .tc-untagged-label { background-color: <>; } From 1c8d62c3aa3d6729fdc0986feae9b1f6a99df9fc Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Sep 2014 17:02:36 +0100 Subject: [PATCH 3/6] Link to couchdb adaptor @wshallum feel free to send pull requests for this tiddler to reflect future updates to the adaptor. --- .../community/resources/CouchDB Adaptor.tid | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editions/tw5.com/tiddlers/community/resources/CouchDB Adaptor.tid diff --git a/editions/tw5.com/tiddlers/community/resources/CouchDB Adaptor.tid b/editions/tw5.com/tiddlers/community/resources/CouchDB Adaptor.tid new file mode 100644 index 000000000..e8baf68d6 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/CouchDB Adaptor.tid @@ -0,0 +1,14 @@ +created: 20140927155929149 +modified: 20140927155929149 +tags: Resources +title: "CouchDB Adaptor" by William Shallum +type: text/vnd.tiddlywiki +url: https://github.com/wshallum/couchadaptor + +An adaptor to enable TiddlyWiki to sync changes with a [[CouchDB|http://couchdb.apache.org]] database. + +<<< +CouchDB sync adaptor for TiddlyWiki 5. Requires TiddlyWiki >= 5.1.2. + +Works in limited testing. Not sure how well it handles conflicts. +<<< From 46f6dd02f8195ebe6ab75c399b9356395e48aae5 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Sep 2014 17:25:29 +0100 Subject: [PATCH 4/6] Update release note --- .../tiddlers/releasenotes/Release 5.1.2.tid | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid index 2ab9f4f15..98396758d 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid @@ -1,27 +1,35 @@ caption: 5.1.2 created: 20140922124011558 -modified: 20140922124011558 +modified: 20140927162422831 tags: ReleaseNotes title: Release 5.1.2 type: text/vnd.tiddlywiki //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.1...v5.1.2]]// -!! Incompatible Changes +This is another small release with documentation updates and a few bug fixes and improvements. -* +!! Usability Improvements + +* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/b3df07ae3e190cfb6fc23dbe31c6229fe5e39087]] error handling for malformed or unrecognised ~LaTeX content with [[KaTeX Plugin]] !! Hackability Improvements -* +* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/42abef6fbf79342ccbd90b142d48f64ab5c1c38a]] styling of separator before the untagged item in the tags sidebar +* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/23c2d90ee8e28f8c68f9ba58fcbc13a56f838d61]] error handling for the upload saver (which is used for saving to TiddlySpot) +* [[Improved|https://github.com/Jermolene/TiddlyWiki5/commit/115245a632e80e9d033957327dfec909a3cd1fc8]] storyview error detection !! Bug Fixes -* +* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/b1fb0a2a070a6abc78564e56fdb4244076ac44ac]] crash caused by incorrectly formatted plugins +* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/eacb9e53ebf2a814d61bf005d68f449f7b9e63b5]] problem with tiddler info not being removed by the syncer after deleting a tiddler +* [[Fixed|https://github.com/Jermolene/TiddlyWiki5/commit/e2046ce4ffb6b8232a4ad5e7f51c431798917787]] HTTP handling to treat response code 201 as success !! Contributors [[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki: +* [[@Evolena|https://github.com/Evolena]] * [[@pmario|https://github.com/pmario]] +* [[@simonbaird|https://github.com/simonbaird]] * [[@TheDiveO|https://github.com/TheDiveO]] From eaf41f3f18aec2c3511f01217fc0926699ff62d8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Sep 2014 17:27:39 +0100 Subject: [PATCH 5/6] Docs updates --- editions/tw5.com/tiddlers/hellothere/HelloThere.tid | 2 +- editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid index 241979df4..e98f6d5cd 100644 --- a/editions/tw5.com/tiddlers/hellothere/HelloThere.tid +++ b/editions/tw5.com/tiddlers/hellothere/HelloThere.tid @@ -1,6 +1,6 @@ created: 20130822170200000 list: [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[What happened to the original TiddlyWiki?]] -modified: 20140922104657326 +modified: 20140927162659979 tags: TableOfContents title: HelloThere type: text/vnd.tiddlywiki diff --git a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid index 98396758d..18c5c8f7a 100644 --- a/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid +++ b/editions/tw5.com/tiddlers/releasenotes/Release 5.1.2.tid @@ -4,6 +4,7 @@ modified: 20140927162422831 tags: ReleaseNotes title: Release 5.1.2 type: text/vnd.tiddlywiki +released: 20140927162659979 //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.1...v5.1.2]]// From d9bdc89dfdaceb73f28d6672ce39561c9c6d9591 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Sep 2014 17:30:13 +0100 Subject: [PATCH 6/6] Update test for transclusion recursion detection --- editions/test/tiddlers/tests/test-widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/test/tiddlers/tests/test-widget.js b/editions/test/tiddlers/tests/test-widget.js index 3d847d8d9..95536fb63 100755 --- a/editions/test/tiddlers/tests/test-widget.js +++ b/editions/test/tiddlers/tests/test-widget.js @@ -163,7 +163,7 @@ describe("Widget module", function() { var wrapper = renderWidgetNode(widgetNode); describe("should detect the recursion", function() { // Test the rendering - expect(wrapper.innerHTML).toBe("Recursive transclusion error in transclude widget\n"); + expect(wrapper.innerHTML).toBe("Recursive transclusion error in transclude widget\n"); }); });