1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 02:33:15 +00:00
TiddlyWiki5/core/modules
idotobi 154e886873
Fix Comment in Webserver API route tidlers.json (#4557)
This commit fixes the the comment in the route
`recipes/default/tiddlers.json` which was inconsistent with the actually
used regex. Furthermore, the 403 response was adjusted to also agree
with the the new comment and the regex.

Co-authored-by: tobidot <post@tobidot.net>
2020-04-20 13:07:06 +01:00
..
commands makelibrary command: Guard against invalid directories 2020-04-20 12:58:27 +01:00
editor Revert "Fix test for needing to update text editor DOM" 2020-03-15 14:23:10 +00:00
filters Add new parameters to fields-widget and fields-operator. (#4433) 2020-04-15 12:36:48 +01:00
indexers Add backlinks indexer (#4421) 2020-03-26 13:15:02 +00:00
info Add $:/info/browser/language to the info mechanism 2019-03-07 18:42:49 +00:00
macros jsontiddlers macro: parse "spaces" parameter as integer 2020-04-15 15:27:53 +01:00
parsers Let chained > blockquotes generate valid HTML (#4332) 2020-04-07 20:39:13 +01:00
savers Use CamelCase for Gitea (#4496) 2020-03-13 17:36:05 +00:00
server Fix Comment in Webserver API route tidlers.json (#4557) 2020-04-20 13:07:06 +01:00
startup Fix syncer to handler errors properly (#4373) 2020-03-30 15:24:05 +01:00
storyviews Pop storyview: fix bug where targetElement is null (#4143) 2019-08-02 08:51:16 +01:00
upgraders Dynamic plugins: Change "contains JavaScript" to "requires reload" 2019-09-27 16:47:55 +01:00
utils makelibrary command should skip non-directories 2020-04-20 11:47:54 +01:00
widgets Fix link widget to work within SVG elements 2020-04-19 12:57:56 +01:00
commander.js Module-ize server routes, add static file support and other enhancements(#2679) 2018-07-18 16:54:43 +01:00
config.js Move the wikilink regexps into global config 2014-11-26 11:12:25 +00:00
deserializers.js Add support for JSON files containing a single tiddler 2017-03-17 14:19:43 +00:00
filters.js Add support for = prefix for filter runs that doesn't remove duplicates 2019-06-10 17:54:20 +01:00
keyboard.js Add support for global keyboard shortcuts (#3493) 2018-11-06 13:34:51 +00:00
language.js Make lazy loading message be translateable 2015-09-08 10:41:27 +01:00
pluginswitcher.js Dynamic plugins: Fix registration of themes and languages 2019-09-16 13:17:09 +01:00
saver-handler.js SaverHandler: Don't generate file if autosave disabled 2019-03-05 15:43:14 +00:00
story.js Fix issues with creation and modification dates 2015-09-11 13:34:01 +01:00
syncer.js Syncer: Should not call syncadaptor for missing tiddlers 2020-04-20 11:35:11 +01:00
tiddler.js Ensure tiddler.getFieldStringBlock uses a deterministic ordering 2019-04-14 14:23:49 +01:00
wiki-bulkops.js Fix unnecessary "list" field creation when renaming tiddlers 2019-07-30 17:10:53 +01:00
wiki.js Reduced indexOf calls in wiki.sortByList (#4275) (#4397) 2020-04-14 17:49:10 +01:00