Wykres commitów

4664 Commity (d13e23132aa3a196901118c528ed10613eb62044)

Autor SHA1 Wiadomość Data
buggyj c956d9c1dc update to head 2014-09-01 13:00:54 +02:00
gernert c2d5870fac Update TiddlerTags.tid
typo
2014-09-01 12:20:02 +02:00
buggyj 5b7dbfc5fb remove code causing conversion of text/x-tiddlywiki type tiddlers to text/vnd.tiddlywiki 2014-09-01 11:48:40 +02:00
buggyj 3cc702faa0 additions for the classicparserdemo edition 2014-09-01 11:11:44 +02:00
buggyj 053929db3f remove upgrade nagging 2014-08-31 17:51:03 +02:00
buggyj 59244fba91 remove newlines around macros 2014-08-31 17:48:14 +02:00
Mario Pietsch 3788571802 Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5 2014-08-31 17:39:48 +02:00
Jeremy Ruston beed7de4ca Merge pull request #774 from gernert/patch-1
Update PluginMechanism.tid
2014-08-31 14:55:12 +01:00
gernert 522d945275 Update PluginMechanism.tid
Without a name field the entry in the minithemeswitcher will be blank.
2014-08-31 15:52:46 +02:00
Jermolene 94538394d4 Improve embed and iframe styling
These styles are intended for viewing PDF tiddlers directly
2014-08-31 14:44:04 +01:00
Jermolene f9a8ba46be Fix OXTWIG video 2014-08-31 14:43:20 +01:00
Jermolene 0e5d70f8ba Add @pmario's video tutorials 2014-08-31 14:43:14 +01:00
Jermolene d2fd85eb12 Missed class "body" conversion to "tc-tiddler-body" 2014-08-31 14:37:37 +01:00
Jermolene 559afcffd9 Add classes to the toc macro output 2014-08-31 14:05:43 +01:00
Mario Pietsch ad045a28db Merge branch 'master' of https://github.com/pmario/TiddlyWiki5 2014-08-31 14:03:26 +02:00
Jeremy Ruston 2bebde6081 Merge pull request #773 from BramChen/master
Typos in documentation
2014-08-31 10:08:02 +01:00
Bram Chen 60e95beed2 Typos in documentation 2014-08-31 10:40:08 +08:00
Bram Chen 61fca88df5 Merge remote-tracking branch 'upstream/master' 2014-08-31 09:23:34 +08:00
Mario Pietsch b498726561 Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5 2014-08-31 00:12:16 +02:00
Jermolene 05dfa1e1e3 Coding style tweak 2014-08-30 23:05:04 +01:00
Jeremy Ruston 032520fbe1 Merge pull request #769 from buggyj/xlink2
added support for xlink: attribute prefix
2014-08-30 23:04:14 +01:00
Mario Pietsch d7b40b235d Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5 2014-08-31 00:03:07 +02:00
Jeremy Ruston 90bd2a9757 Merge pull request #772 from pmario/patch-1
Update Improving TiddlyWiki Documentation.tid
2014-08-30 22:57:03 +01:00
Jermolene 5a538b2703 Improve GitHub explanation
Trying to address #770
2014-08-30 22:53:39 +01:00
Mario Pietsch 659592bce1 Update Improving TiddlyWiki Documentation.tid 2014-08-30 22:35:47 +02:00
Jermolene 9c74afdd1a JSHint obeisance for plugins folder
Also add a jshintignore file to skip the various imported modules
2014-08-30 21:32:55 +01:00
Mario Pietsch 0cf74b2da1 Update Improving TiddlyWiki Documentation.tid 2014-08-30 22:32:53 +02:00
Jermolene 3a67fdb768 Obeisance to JSHint for core modules
There are still some warnings about making functions in a loop, but
I’ll fix those as a separate pull request because the fixes are more
than typographic errors.
2014-08-30 20:44:26 +01:00
Mario Pietsch 2136d1de5a Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5 2014-08-30 21:21:30 +02:00
buggyj 710759daed added support for xlink: attribute prefix 2014-08-30 17:25:04 +02:00
buggyj 322c04da53 remove incorrect version info 2014-08-30 16:46:47 +02:00
Jermolene 2a3e54b064 Release note update 2014-08-30 15:09:36 +01:00
Jermolene 9a57bfdc9c Release note updates 2014-08-30 14:44:05 +01:00
Jermolene 2bc185e1d4 Docs for auto save wiki message 2014-08-30 14:11:37 +01:00
Jermolene 6641d5c93f Adjust sync filter to avoid bug with deletions
The `[is[tiddler]]` filter rejects deleted tiddlers, meaning that
deletions were not triggering the dirty state correctly.
2014-08-30 14:04:21 +01:00
Jermolene 44c466d6e7 Docs update 2014-08-29 09:58:37 +01:00
Jermolene 2952afe7af Fix for autosave
Re-introduces the “tw-auto-save-wiki” message. The previous approach of
automatically triggering autosave whenever a tiddler changed meant that
changing configuration changes in control panel was triggering an
autosave. Using the explicit message gives us better control of the
situations in which we’ll autosave.

Now we solve the earlier problem of there being outstanding tiddler
change events at the time that we process the “tw-auto-save-wiki” by
deferring the autosave until the outstanding change event comes in.
2014-08-29 09:58:30 +01:00
Jermolene 48312272ad Extend 'all' filter operator to select all source tiddlers 2014-08-29 09:54:31 +01:00
Bram Chen c3fee7a3b0 Merge remote-tracking branch 'upstream/master' 2014-08-29 08:48:35 +08:00
Jermolene 1b964873c4 Rename tiddler files for message documentation 2014-08-28 22:35:00 +01:00
Jermolene 89fd5379dd Change "tw-*" variables to "tv-*" 2014-08-28 22:28:02 +01:00
Jermolene 26f3a27e22 More classname tweaks
Thanks @pmario
2014-08-28 22:22:40 +01:00
Mario Pietsch 7c8f50c898 Merge branch 'master' of https://github.com/Jermolene/TiddlyWiki5 2014-08-28 23:05:48 +02:00
Jermolene 2f69ea362c Rename "tw-*" messages to "tm-*" 2014-08-28 21:43:44 +01:00
Jermolene db40ac85c2 Exclude upload name from the saver dirty tracking
Avoiding a bug whereby partially typed upload names trigger an abortive
save.
2014-08-28 20:55:58 +01:00
Jermolene 88c9c0c3ee Hide toolbar buttons from static renderings 2014-08-28 20:21:25 +01:00
Jermolene 43aeb47fc3 Skip whitespace from start of inline macro definitions
Now `\define mymacro() yes` will not have a leading space in the
variable value
2014-08-28 20:21:09 +01:00
Jermolene d945492b8b Fixed text widget crashing when text is missing
`<$text text=<<missingVariable>>/>` was crashing
2014-08-28 20:20:38 +01:00
Jermolene 2ae574d5ca Final round of "tw-" -> "tc-" conversions
Part of #764
2014-08-28 19:53:02 +01:00
Jermolene f223310d34 Yet more "tw-*" -> "tc-*"
Part of #764
2014-08-28 19:41:29 +01:00