diff --git a/core/modules/parsers/wikiparser/rules/extlink.js b/core/modules/parsers/wikiparser/rules/extlink.js index 2a7671c8d..36bb372a8 100644 --- a/core/modules/parsers/wikiparser/rules/extlink.js +++ b/core/modules/parsers/wikiparser/rules/extlink.js @@ -26,7 +26,7 @@ exports.types = {inline: true}; exports.init = function(parser) { this.parser = parser; // Regexp to match - this.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\s'"<>]+(?:\/|\b)/mg; + this.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\s\|'"<>]+(?:\/|\b)/mg; }; exports.parse = function() { diff --git a/core/modules/startup.js b/core/modules/startup.js index 694435514..4827332ad 100755 --- a/core/modules/startup.js +++ b/core/modules/startup.js @@ -13,7 +13,7 @@ This is the main application logic for both the client and server "use strict"; // Set to `true` to enable performance instrumentation -var PERFORMANCE_INSTRUMENTATION = true; +var PERFORMANCE_INSTRUMENTATION = false; var widget = require("$:/core/modules/widgets/widget.js"); diff --git a/core/wiki/recentchanges.tid b/core/wiki/recentchanges.tid index e9999902f..48c9f677a 100644 --- a/core/wiki/recentchanges.tid +++ b/core/wiki/recentchanges.tid @@ -1,6 +1,6 @@ title: $:/snippets/recentchanges -<$list filter="[!is[system]has[modified]!sort[modified]limit[100]eachday[modified]]"> +<$list filter="[!is[system]has[modified]!sort[modified]limit[250]eachday[modified]]">
<$view field="modified" format="date" template={{$:/language/RecentChanges/DateFormat}}/> <$list filter="[sameday{!!modified}!is[system]!sort[modified]]"> diff --git a/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid b/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid index 0b2636ef1..f6e39ce93 100644 --- a/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid +++ b/editions/tw5.com/tiddlers/system/github-fork-ribbon.tid @@ -3,6 +3,6 @@ tags: $:/tags/PageControls
-
<$link to="ReleaseHistory"><>
+
<$link to="ReleaseHistory"><>
\ No newline at end of file diff --git a/editions/tw5.com/tiddlers/widgets/ListWidget.tid b/editions/tw5.com/tiddlers/widgets/ListWidget.tid index 1e2ec848d..08b69e2c5 100644 --- a/editions/tw5.com/tiddlers/widgets/ListWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ListWidget.tid @@ -33,7 +33,7 @@ The `<$list>` widget can optionally render draft tiddlers through a different te !! `storyview` attribute -The `storyview` attribute gives the specifies the name of an optional module that can animate changes to the list (including navigation). The core ships with the following storyview modules: +The `storyview` attribute specifies the name of an optional module that can animate changes to the list (including navigation). The core ships with the following storyview modules: * `classic`: renders the list as an ordered sequence of tiddlers * `zoomin`: just renders the current tiddler from the list, with a zoom animation for navigating between tiddlers diff --git a/languages/fr-FR/Misc.multids b/languages/fr-FR/Misc.multids index b2e7bbbcd..f33f03180 100644 --- a/languages/fr-FR/Misc.multids +++ b/languages/fr-FR/Misc.multids @@ -3,6 +3,7 @@ title: $:/language/ ClassicWarning/Hint: Ce tiddler est écrit au format TiddlyWiki Classic, qui n'est pas entièrement compatible avec TiddlyWiki version 5. Pour en savoir plus, rendez-vous à l'adresse http://tiddlywiki.com/static/Upgrading.html. ClassicWarning/Upgrade/Caption: Mettre à jour CloseAll/Button: Tout fermer +ConfirmCancelTiddler: Souhaitez-vous annuler les modifications apportées au tiddler « <$text text=<>/> » ? ConfirmDeleteTiddler: Souhaitez-vous supprimer le tiddler « <$text text=<<title>>/> » ? ConfirmOverwriteTiddler: Souhaitez-vous écraser le tiddler « <$text text=<<title>>/> » ? InvalidFieldName: Caractères illicites dans le nom du champ « <$text text=<<fieldName>>/> ». Les champs ne peuvent contenir que des lettres minuscules non accentuées et les caractères souligné (`_`), tiret (`-`) et point (`.`) diff --git a/languages/zh-Hans/Misc.multids b/languages/zh-Hans/Misc.multids index 40f0483ae..33726e749 100644 --- a/languages/zh-Hans/Misc.multids +++ b/languages/zh-Hans/Misc.multids @@ -3,8 +3,9 @@ title: $:/language/ ClassicWarning/Hint: 此条目以经典版 TiddlyWiki 标记格式撰写,不完全相容新版 TiddlyWiki 的格式,详细信息请参阅:http://tiddlywiki.com/static/Upgrading。 ClassicWarning/Upgrade/Caption: 升级 CloseAll/Button: 全部关闭 -ConfirmDeleteTiddler: 您确定要删除条目 "<$text text=<<title>>/>" ? -ConfirmOverwriteTiddler: 您确定要覆写条目 "<$text text=<<title>>/>" ? +ConfirmCancelTiddler: 您确定要放弃对条目 "<$text text=<<title>>/>" 的更改? +ConfirmDeleteTiddler: 您确定要删除条目 "<$text text=<<title>>/>"? +ConfirmOverwriteTiddler: 您确定要覆写条目 "<$text text=<<title>>/>"? InvalidFieldName: 栏位名称 "<$text text=<<fieldName>>/>" 包含无效字符,栏位名称只能包含小写字母和底线 (`_`)、 连字号 (`-`) 和小数点 (`.`) MissingTiddler/Hint: 佚失条目 "<$text text=<<currentTiddler>>/>" - 点击 {{$:/core/images/edit-button}} 可创建此条目 RecentChanges/DateFormat: YYYY年0MM月0DD日 diff --git a/languages/zh-Hant/Misc.multids b/languages/zh-Hant/Misc.multids index 1789bfe85..c553c6a69 100644 --- a/languages/zh-Hant/Misc.multids +++ b/languages/zh-Hant/Misc.multids @@ -3,8 +3,9 @@ title: $:/language/ ClassicWarning/Hint: 此條目以經典版 TiddlyWiki 標記格式撰寫,不完全相容新版 TiddlyWiki 的格式,詳細資訊請參閱:http://tiddlywiki.com/static/Upgrading。 ClassicWarning/Upgrade/Caption: 升級 CloseAll/Button: 全部關閉 -ConfirmDeleteTiddler: 您確定要刪除條目 "<$text text=<<title>>/>" ? -ConfirmOverwriteTiddler: 您確定要覆寫條目 "<$text text=<<title>>/>" ? +ConfirmCancelTiddler: 您確定要放棄對條目 "<$text text=<<title>>/>" 的更改? +ConfirmDeleteTiddler: 您確定要刪除條目 "<$text text=<<title>>/>"? +ConfirmOverwriteTiddler: 您確定要覆寫條目 "<$text text=<<title>>/>"? InvalidFieldName: 欄位名稱 "<$text text=<<fieldName>>/>" 包含無效字元,欄位名稱只能包含小寫字母和底線 (`_`)、 連接號 (`-`) 和小數點 (`.`) MissingTiddler/Hint: 佚失條目 "<$text text=<<currentTiddler>>/>" - 點擊 {{$:/core/images/edit-button}} 可建立此條目 RecentChanges/DateFormat: YYYY年0MM月0DD日 diff --git a/plugins/tiddlywiki/cecily/cecily.js b/plugins/tiddlywiki/cecily/cecily.js index 37a30f371..e24977325 100644 --- a/plugins/tiddlywiki/cecily/cecily.js +++ b/plugins/tiddlywiki/cecily/cecily.js @@ -85,7 +85,7 @@ CecilyStoryView.prototype.loadMap = function() { this.map = this.listWidget.wiki.getTiddlerData(this.getMapTiddlerTitle(),{ positions: {}, newTiddlerPosition: {x: 0, y: 0}, - width: 600 + width: 660 }); };