- Jun 14, 2018
-
-
Michael Große authored
Not sure why this didn't show up sooner
-
Andreas Gohr authored
Better draft handling
-
- Jun 11, 2018
-
-
Michael Große authored
-
Andreas Gohr authored
Add unittest for deleteUsers remote API call
-
Michael Große authored
Remote API calls should have some unittest as this test would have caught the bug that was introduced in 96d46bf4 and fixed in ebf17449
-
Andreas Gohr authored
The parameters passed to triggerUserMod() were wrong.
-
- Jun 09, 2018
-
-
Phy authored
Translation update (no)
-
- Jun 08, 2018
-
-
Christian McKenna authored
-
Michael Große authored
-
Michael Große authored
Plugins may want to add further fields to be present when saving drafts. Plugins may want to execute some js functionality that should be timed to the saved draft/refreshed lock. If a plugin does another init() to attach the dw_locktimer to its own editor, then the default callback would be added a second time, causing unexpected and undesired behavior. This includes the changes from the following commits: 6ef45cc1 6ca947f3 0fff419c 87bed8b6
-
Michael Große authored
This change is useful for plugins that may want to implement their own toolbar (and thus hide the default toolbar), but still would like to let the locktimer set the draft status.
-
- Jun 07, 2018
-
-
Michael Große authored
-
- Jun 06, 2018
-
-
Andreas Gohr authored
Translation update (fy)
-
Thymo Baak authored
-
- Jun 05, 2018
-
-
Andreas Gohr authored
introduce INFO_DEPRECATION_LOG event
-
- Jun 02, 2018
-
-
Andreas Gohr authored
-
- Jun 01, 2018
-
-
Andreas Gohr authored
now the method is aborting early again unless the data is actually used
-
Andreas Gohr authored
Sometimes, preparing the data for an event is expensive and only needed if the event is actually handled. This allows for a quick check before actually preparing and triggering the event.
-
Andreas Gohr authored
This adds an event to dbg_deprecated(). This allows plugins to handle deprecation warnings. One example would be @cosmocode/dokuwiki-plugin-sentry One thing I don't like, but don't know how to avaoid is that this function used to abort super early when $conf['allowdebug'] wasn't set. However for the sentry plugin you probably would want logs, but still do not show any debugging to end users (which allow debug would do). So now the backtrace is always built, the event triggered and then everything is sent to dbglog() which may simply throw everything away. Suggestions on how to improve this welcome.
-
- May 24, 2018
-
-
Michael Große authored
Add call to delete Users to the remote API
-
Michael Große authored
-
Michael Große authored
-
- May 22, 2018
-
-
Andreas Gohr authored
These shouldn't be there anymore since the plugins have been deleted
-
- May 18, 2018
-
-
Andreas Gohr authored
Translation update (de)
-
Sebastian Engel authored
-
- May 17, 2018
-
-
Andreas Gohr authored
PHP brekas URLs by moving old releases into an archive folder. Since we cannot be bothered to update these tests everyday, versions have now be adjusted to be slightly older to always go to the archive download.
-
Andreas Gohr authored
use more general phpunit versions
-
Andreas Gohr authored
-
Andreas Gohr authored
Appveyor seems to have problems with redirects by php sometimes
-
Andreas Gohr authored
Fix for Issue#1250 Footnotes break metadata abstract saving
-
Andreas Gohr authored
New event for trimming recent changes and refactor lib/exe/indexer.php
-
- May 16, 2018
-
-
Christopher Smith authored
-
Phy authored
Translation update (cs)
-
Gerrit Uitslag authored
Translation update (it)
-
Stefano authored
-
Martin Hořínek authored
-
Michael Große authored
-
Andreas Gohr authored
Translation update (ro)
-
Andreas Gohr authored
The matches our scheme of where_data_what better
-
Andreas Gohr authored
-