1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +00:00
TiddlyWiki5/core/modules
Tobias Beer ca6ab6388a no error when tiddler doesn't exist
Currently **tm-delete-tiddler** throws a red error box:

```
<$button>
<$action-sendmessage $message="tm-delete-tiddler" $param="DoesntExist"/>
delete non-existing
</$button>
```

**Uncaught TypeError: Cannot read property 'fields' of undefined**
2015-02-09 12:28:42 +01:00
..
commands Merge pull request #1352 from welford/rendertiddlers 2015-01-11 19:58:05 +00:00
filters Catch syntax errors in regexp filters 2015-01-23 14:32:57 +00:00
info Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
macros rename macro 2015-02-03 15:19:03 +01:00
parsers Sandbox HTML iframes 2015-01-28 13:50:39 +00:00
savers Filename will now be set to "tiddlywiki.html" when path does not contain a filename. 2014-12-16 00:53:20 +01:00
startup Remove obsolete parameters 2015-01-09 20:45:16 +00:00
storyviews Fix problem with recent zoomin changes 2014-10-07 14:07:55 +01:00
upgraders Incorporate stickytitles theme into snow white theme 2014-12-21 16:04:42 +00:00
utils Refactor edition-info handling 2015-01-11 15:00:54 +00:00
widgets no error when tiddler doesn't exist 2015-02-09 12:28:42 +01:00
commander.js Improve error message for missing commands 2014-11-09 14:49:33 +00:00
config.js Move the wikilink regexps into global config 2014-11-26 11:12:25 +00:00
deserializers.js Fix JSON deserialiser to allow all fields 2014-11-13 16:04:30 +00:00
filters.js Improve a couple of comments 2015-01-14 20:09:15 +00:00
language.js Make more core strings be translateable 2014-03-20 20:55:59 +00:00
pluginswitcher.js disable enqueueTiddlerEvent during plugin switching 2014-11-01 16:32:52 +03:00
saver-handler.js Switch from addEventListener to onbeforeunload 2015-01-10 18:08:12 +00:00
syncer.js Switch from addEventListener to onbeforeunload 2015-01-10 18:08:12 +00:00
tiddler.js More resilience to Tiddler.isEqual() 2014-11-09 21:47:00 +00:00
wiki.js Make sure all "get" access to $tw.config.fileExtensionInfo goes through a $tw.utils.getFileExtensionInfo helper function that ensures the parameter is cast to lowercase. Fixes #1418. 2015-02-01 12:33:40 -06:00