1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 20:14:22 +00:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Bram Chen 2014-08-27 11:49:09 +08:00
commit b1a203234a
5 changed files with 31 additions and 4 deletions

View File

@ -51,7 +51,6 @@ exports.startup = function() {
},false) },false)
// Listen for the tw-browser-refresh message // Listen for the tw-browser-refresh message
$tw.rootWidget.addEventListener("tw-browser-refresh",function(event) { $tw.rootWidget.addEventListener("tw-browser-refresh",function(event) {
window.location.hash = "";
window.location.reload(true); window.location.reload(true);
}); });
// Listen for the tw-home message // Listen for the tw-home message

View File

@ -40,3 +40,4 @@ released: 201408202255
[[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki: [[@Jermolene|https://github.com/Jermolene]] would like to thank the contributors to this release who have generously given their time to help improve TiddlyWiki:
* [[@BramChen|https://github.com/BramChen]] * [[@BramChen|https://github.com/BramChen]]
* [[@xcazin|https://github.com/xcazin]]

View File

@ -0,0 +1,27 @@
caption: 5.0.16-beta
created: 20140826131615798
modified: 20140826131615798
tags: releasenote
title: Release 5.0.16-beta
type: text/vnd.tiddlywiki
//[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.0.15-beta...v5.0.16-beta]]//
!! Usability Improvements
*
!! Hackability Improvements
*
!! Bug Fixes
*
!! 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:
* [[@BramChen|https://github.com/BramChen]]
* [[@xcazin|https://github.com/xcazin]]

View File

@ -1,9 +1,9 @@
created: 20140819110529062 created: 20140819110529062
modified: 20140819110529062 modified: 20140826110529062
tags: message tags: message
title: WidgetMessage: tw-browser-refresh title: WidgetMessage: tw-browser-refresh
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
The `tw-browser-refresh` message removs any [[permalink|PermaLinks]] from the browser address bar and refreshes the page, causing the re-display of the [[$:/DefaultTiddlers]], and re-initialisation of any plugin tiddlers. It does not require any properties on the `event` object. The `tw-browser-refresh` message refreshes the page, causing the re-initialisation of any plugin tiddlers. It does not require any properties on the `event` object.
The refresh message is usually generated with the ButtonWidget and is handled by the core. The refresh message is usually generated with the ButtonWidget and is handled by the core.

View File

@ -1,7 +1,7 @@
{ {
"name": "tiddlywiki", "name": "tiddlywiki",
"preferGlobal": "true", "preferGlobal": "true",
"version": "5.0.15-prerelease", "version": "5.0.16-prerelease",
"author": "Jeremy Ruston <jeremy@jermolene.com>", "author": "Jeremy Ruston <jeremy@jermolene.com>",
"description": "a non-linear personal web notebook", "description": "a non-linear personal web notebook",
"contributors": [ "contributors": [