- Sep 07, 2018
-
-
Andreas Gohr authored
This undoes the change in alignments. Those are useful when displaying text only emails in a monospace font. As discussed in https://github.com/splitbrain/dokuwiki/pull/2462#issuecomment-413786942
-
Andreas Gohr authored
The newlines serve the goal of keeping textlengths reasonably short in text only mails. This change was done by reverting the files back to the current master. As discussed in https://github.com/splitbrain/dokuwiki/pull/2462#issuecomment-413786942
-
Rainbow Spike authored
-
Rainbow Spike authored
This applies a lot of formatting fixes on the language files: 1. In EOF - trimmed all empty lines except one 2. After the title - one empty line strictly 3. Corrected links to national versions of documents in dokuwiki.org if they exits - 4example [[doku>namespaces]] to [[doku>ar:namespaces]] 4. Corrected some over-auto-translated links to "playground:playground" and "wiki:syntax" 5. Torn lines are collected in one in a large number of places (except for RTL languages) 6. Removed e-mail signatures that now is missing in the English set of files
-
- Aug 28, 2018
-
-
qezwan authored
-
- Aug 25, 2018
-
-
Wolterhon authored
-
- Aug 24, 2018
-
-
Salif Mehmed authored
-
- Aug 20, 2018
-
-
Peter 'Pessoft' Kolínek authored
-
- Aug 17, 2018
-
-
Andreas Gohr authored
When a remote resource exceeds the fetchsize but the remote server does not return a Content-Length, we read only the fetchsize amount of bytes but failed to detect that this was a partial read, thus a partial resource got cached. This fix will read fetchsize+1, which will then be correctly determined as too big and thrown away.
-
Michael Braun authored
While refactoring into inc/Action/Locked, the fall-through call to html_edit was missed. See 952acff9 This removed the edit box from the locked page, which is needed for users to get the page source or by etherpad lite plugin. This change re-adds the call to html_edit for the locked action. Signed-off-by:
Michael Braun <michael-dev@fami-braun.de>
-
- Aug 16, 2018
-
-
WIRESLINKEA authored
-
- Aug 10, 2018
-
-
lempel authored
-
- Aug 04, 2018
-
-
Khalid authored
-
- 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
-