From 91f10af53f1a956ab4950cda4372113a4ef4cdd7 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 30 Nov 2013 15:17:42 +0000 Subject: [PATCH] Fixed small but important bug that prevented downloading an empty wiki --- .../tw5.com/tiddlers/Release 5.0.0alpha16.tid | 2 +- .../tw5.com/tiddlers/Release 5.0.0alpha17.tid | 16 +++------------- .../tiddlers/system/download-empty-button.tid | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid index 04538ce6b..91f41c939 100644 --- a/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid +++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha16.tid @@ -1,6 +1,6 @@ created: 20131119125600007 creator: JeremyRuston -modified: 20131129095531749 +modified: 20131130095531749 modifier: JeremyRuston tags: releasenote title: Release 5.0.0-alpha.16 diff --git a/editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid b/editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid index 64f2aabb5..7d7ca63c9 100644 --- a/editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid +++ b/editions/tw5.com/tiddlers/Release 5.0.0alpha17.tid @@ -1,6 +1,6 @@ -created: 20131119125600007 +created: 20131130151600007 creator: JeremyRuston -modified: 20131129095531749 +modified: 20131130151631749 modifier: JeremyRuston tags: releasenote title: Release 5.0.0-alpha.17 @@ -8,16 +8,6 @@ type: text/vnd.tiddlywiki //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.0-alpha.16...v5.0.0-alpha.17]]// -!! New Features and Improvements - - - !! Bug fixes - - -!! Internal changes - - - -Contributors to this release are @jermolene. +* Fixes a small but important bug that prevented downloading an empty wiki with alpha.16 diff --git a/editions/tw5.com/tiddlers/system/download-empty-button.tid b/editions/tw5.com/tiddlers/system/download-empty-button.tid index 72757f8c2..7721f345f 100644 --- a/editions/tw5.com/tiddlers/system/download-empty-button.tid +++ b/editions/tw5.com/tiddlers/system/download-empty-button.tid @@ -1,3 +1,3 @@ title: $:/editions/tw5.com/snippets/download-empty-button -<$button message="tw-download-file" param="$:/editions/tw5.com/save-empty" class="btn-big-green">Download Empty {{$:/core/images/save-button}} \ No newline at end of file +<$button message="tw-download-file" param="$:/editions/tw5.com/download-empty" class="btn-big-green">Download Empty {{$:/core/images/save-button}} \ No newline at end of file