1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-08-07 03:30:36 +00:00
TiddlyWiki5/core/modules
Jan-Oliver Kaiser 11506e9acf Fix gitlab saver (#4243)
This fixes the HTTP request sent to gitlab that is meant to see if the
target file already exists. It did not follow the official gitlab v4 api
documentation. That documentation dictates both `path` and `branch` to
be passed via corresponding GET parameters.
2019-09-11 10:21:31 +01:00
..
commands Add new deletetiddlers command 2019-05-30 16:54:57 +01:00
editor Fix bug where edit widget input-tag is empty (#4088) 2019-07-30 13:49:05 +01:00
filters Don't use field indexer when looking for blank/missing fields 2019-09-09 14:47:27 +01:00
indexers Fix for index ordering issue 2019-07-28 16:39:34 +01:00
info Add $:/info/browser/language to the info mechanism 2019-03-07 18:42:49 +00:00
macros Refactor the dumpvariables macro as wikitext 2019-03-30 10:52:49 +00:00
parsers Remove duplicate code from transcludeblock parser (#4221) 2019-08-30 17:20:16 +01:00
savers Fix gitlab saver (#4243) 2019-09-11 10:21:31 +01:00
server Coding style tweaks 2019-08-14 23:00:01 +01:00
startup Add "preventScroll" option to tm-focus-selector message (#4157) 2019-08-06 13:12:21 +01:00
storyviews Pop storyview: fix bug where targetElement is null (#4143) 2019-08-02 08:51:16 +01:00
upgraders Fix overeager alerts from core module overwrite upgrade warning 2019-08-28 14:44:46 +01:00
utils Fix popups not being cancelled correctly (#4158) 2019-08-04 13:01:24 +01:00
widgets Fix crash with action-deletefield and missing tiddler attribute 2019-08-24 11:39:00 +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 Add experimental support for RTL languages 2016-08-15 19:47:26 +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: support configurable polling interval 2018-10-19 16:32:23 +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 Fix navigator widget when story and/or history attributes are missing 2019-08-04 11:34:45 +01:00