- Jun 26, 2018
-
-
Andreas Gohr authored
removed safemode hack
-
Andreas Gohr authored
add logic if the server uses unlimited memory settings in is_mem_available()
-
Andreas Gohr authored
-
- Jun 21, 2018
-
-
Andreas Gohr authored
Fix .htaccess files for Apache 2.4 (and 2.2)
-
Andreas Gohr authored
Change `const` use to `var` for Safari 9 (on iOS)
-
- Jun 19, 2018
-
-
Brend Wanders authored
Safari 9 in iOS does not support the use of `const` in strict mode. Unfortunately, some of us are stuck with Safari 9 due to not being able to upgrade. I am a big fan of progressive enhancement, but because all javascript code is packed together and sent off to the client, this small incompatibility breaks all javascript for safari 9 browsers. Switching these two keywords makes everything work again. There are no other uses of `const` in the codebase as far as I can find. This change has little to no impact on anything else, but slighlty extends the range of supported browsers.
-
- Jun 17, 2018
-
-
Alexander Achenbach authored
Refer to module by suitable file name (mod_*.c). Test for mod_authz_core.c (instead of mod_authz_host.c) to properly detect Apache 2.4 and avoid false positive for Apache 2.2.
-
- Jun 15, 2018
-
-
Andreas Gohr authored
(Draft) Fix exception when actually viewing a draft of a page
-
- Jun 14, 2018
-
-
Michael Große authored
Not sure why this didn't show up sooner
-
Andreas Gohr authored
Better draft handling
-
- Jun 12, 2018
-
-
Elenchus authored
If memory is set to unlimited, then memory_limit will be -1, so set this to true in this case.
-
- 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
-
Andreas Gohr authored
Safemode has been removed in PHP 5.4.0. We finally no longer need to deal with this insanity.
-
- 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
-