| 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 ...
|
| 96d5526d | 26-Jul-2017 |
Michael Große <grosse@cosmocode.de> |
Create valid empty options
The HTML-spec[0] specifies:
> If the element has no label attribute and is not a child of a datalist element: Text that is not inter-element whitespace.
So a non-breakin
Create valid empty options
The HTML-spec[0] specifies:
> If the element has no label attribute and is not a child of a datalist element: Text that is not inter-element whitespace.
So a non-breaking space is valid solution.
[0] https://html.spec.whatwg.org/multipage/form-elements.html#the-option-element
show more ...
|
| e4f7f55e | 24-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
allow tests against ajax requests |
| e8da0265 | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
cleaning after better understanding of the surroundings |
| e9d25488 | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
back slashes in @import |
| 7b0d379f | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
cleaning |
| 30085ef3 | 23-Jul-2017 |
Yurii K <yurii-github@users.noreply.github.com> |
fix tests on windows |
| c623d753 | 23-Jul-2017 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 9ab4b0a5 | 20-Jul-2017 |
Szymon Olewniczak <solewniczak@imz.re> |
doc fix |
| daf5250a | 13-Jul-2017 |
Tor Härnqvist <tor@harnqvist.se> |
translation update |
| 964efa9c | 12-Jul-2017 |
Myron Turner <turnermm02@shaw.ca> |
using $options->getCmd to retrieve show-pages parameter |
| d63d2c63 | 12-Jul-2017 |
Myron Turner <turnermm02@shaw.ca> |
added option to wantedpages.php to show or not show pages where broken links occur |
| ffe3602c | 10-Jul-2017 |
Myron Turner <turnermm02@shaw.ca> |
show pages where broken links occur: page_id => broken_link |
| 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. |
| 4d9843ab | 01-Jul-2017 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| 05d82eb7 | 01-Jul-2017 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| a83efc75 | 01-Jul-2017 |
Жељко Тодоровић <zeljko_todorovic@mail.com> |
translation update |
| 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 |
| 6d6db8ee | 16-Jun-2017 |
Oliver <igittigitt@users.noreply.github.com> |
Update html.php
$regex initialization added to clearify that it is passed by reference and filled from subroutines |
| 7a005646 | 14-Jun-2017 |
Osoitz <oelkoro@gmail.com> |
translation update |
| badb3b57 | 12-Jun-2017 |
S.H. Lee <tuders@naver.com> |
translation update |