| 8da75ab6 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
readd significant space
this got lost in a previous update |
| 55a4f137 | 15-Aug-2017 |
Michael Große <grosse@cosmocode.de> |
fix(config): empty string is valid for numericopt
There was a bug that the empty string was considered to be invalid if also a max or min value was defined for a config field of type numericopt. |
| 2852cbd2 | 15-Aug-2017 |
Andreas Gohr <andi@splitbrain.org> |
do not create unecessary references for single use objects |
| 564ad40a | 14-Aug-2017 |
Oliver Geisen <oliver@rehkopf-geisen.de> |
Removed progressbar from searchform |
| 8cebbad7 | 10-Aug-2017 |
Nina Zolotova <nina-z@i.ua> |
translation update |
| cf35519c | 01-Aug-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Make default encapsulation more readable and less duplicate. |
| 65cc1598 | 01-Aug-2017 |
Phy <git@phy25.com> |
Replace htmlspecialchars to hsc in core |
| 85319150 | 01-Aug-2017 |
Gerry Weißbach <gerry.w@gammaproduction.de> |
Add the preview-bool for the cache file. |
| 6053eb28 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
#2021 broken links to W3C validators also dokuwiki and php are on https |
| 814e20b8 | 28-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
extracted functions added test coverage |
| 8f34cf3d | 26-Jul-2017 |
Michael Große <grosse@cosmocode.de> |
Fix PHP Notices: Reduce error log noise
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred.
Some of these fixes could b
Fix PHP Notices: Reduce error log noise
While DokuWiki suppresses PHP Notices they are still a code smell and should be fixed. This fixes some PHP Notices that occurred.
Some of these fixes could be refactored into nicer code once we move to PHP 7 and get access to the `??` operator.
show more ...
|
| e4f7f55e | 24-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
allow tests against ajax requests |
| c623d753 | 23-Jul-2017 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| daf5250a | 13-Jul-2017 |
Tor Härnqvist <tor@harnqvist.se> |
translation update |
| 8cec8a54 | 05-Jul-2017 |
Andreas Gohr <andi@splitbrain.org> |
clean extension names. fixes #2042
This makes sure the provided extension ID is a valid id before initializing it in the extension manager. |
| 60a4fc3e | 30-Jun-2017 |
Felix Müller-Donath <j.felix@mueller-donath.de> |
translation update |
| 758a9262 | 30-Jun-2017 |
Felix Müller-Donath <j.felix@mueller-donath.de> |
translation update |
| e0ded59c | 27-Jun-2017 |
Andreas Gohr <gohr@cosmocode.de> |
simplify ajax call handling
No need to check those seperately. The correct order should be ensured already. |
| 238b8e87 | 27-Jun-2017 |
Andreas Gohr <gohr@cosmocode.de> |
filter special chars from ajax call parameter. fixes #2019 |
| bee9ac07 | 26-Jun-2017 |
Guilherme Sá <guilherme.sa@hotmail.com> |
translation update |
| 7a005646 | 14-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| badb3b57 | 12-Jun-2017 |
S.H. Lee <tuders@naver.com> |
translation update |
| f7f184ed | 06-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| 886c786b | 02-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| e2d88156 | 23-May-2017 |
LarsDW223 <lars_paulsen@web.de> |
Added support for additional geshi options using an extendable options array. |