- Aug 01, 2018
-
-
Aleksandr Selivanov authored
-
- Jul 27, 2018
-
-
Andreas Gohr authored
from http://mike.teczno.com/JSON/JSON.phps This fixes a problem on PHP 7.2. However ultimately this class should be dropped in favor of the native json_decode/json_encode functions.
-
Andreas Gohr authored
This should fix a warning in PHP 7.3
-
mahir authored
-
- Jul 02, 2018
-
-
Peter 'Pessoft' Kolínek authored
-
- 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 14, 2018
-
-
Michael Große authored
Not sure why this didn't show up sooner
-
- 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
The parameters passed to triggerUserMod() were wrong.
-
- Jun 08, 2018
-
-
Christian McKenna authored
-
Michael Große authored
-
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
-
-
Thymo Baak authored
-
- 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
-
Michael Große authored
-
- May 18, 2018
-
-
Sebastian Engel authored
-
- May 16, 2018
-
-
Stefano authored
-
Martin Hořínek authored
-
Michael Große authored
-
Andreas Gohr authored
The matches our scheme of where_data_what better
-
Andreas Gohr authored
-
Marian Banica authored
-
Michael Große authored
-
Michael Große authored
-
Christopher Smith authored
-
Michael Große authored
-
Michael Große authored
-
Michael Große authored
-
- May 13, 2018
-
-
HokkaidoPerson authored
-
- May 02, 2018
-
-
Andreas Gohr authored
The actual draft text got lost when we changed to showing the diff instead of the full draft.
-
- Apr 30, 2018
-
-
Tengiz authored
-
- Apr 27, 2018
-
-
Aleksandr Selivanov authored
-
Michael Große authored
Specifically, this pull request checks if the current query is already a valid pageid and then return that as suggested pageid. Also, tests are added for this method. Fixes #2355 PS: We may want to somehow better educate/nudge users to use the better way of creating pages by creating links on existing pages.
-