- Aug 27, 2017
-
-
Andreas Gohr authored
during testing, redirects may not be executed, ActionAbort can default to redirecting which ould create an infinite loop.
-
Andreas Gohr authored
-
Andreas Gohr authored
This should reduce the complexity of the function
-
Michael Große authored
This fixes the PHP Notice when $headers['Content-Type'] is unset. It also allows for easier extension later, e.g. adding handling for a JSON content-type.
-
Michael Große authored
This function might be called by an plugin with an array that has only string keys and hence no key 0. This would trigger an PHP Notice when trying to get the first key's level.
-
Michael Große authored
If an config value is not set in the input lines, initialize it as empty string to prevent PHP Notices complaining about $line[1] being not set.
-
Michael Große authored
A PHP Notice occurred when $url didn't contain a '?'.
-
Andreas Gohr authored
-
LarsDW223 authored
Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Phy authored
If SSL is not supported, a HTTP request will be made. In the log the request type will be indicated, but on the frontend no additional message would be shown (I think it's better to notify admins about non-SSL situations, but currently when this fetch encounter error, no error message will be shown, so it's better not to add any warning).
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Aug 25, 2017
-
-
Phy authored
-
- Aug 23, 2017
-
-
Phy authored
-
- Aug 20, 2017
-
-
Phy authored
-
- Aug 16, 2017
-
-
Phy authored
-
- Aug 15, 2017
-
-
Andreas Gohr authored
-
- Aug 14, 2017
-
-
Oliver Geisen authored
-
- Aug 10, 2017
-
-
Nina Zolotova authored
-
- Aug 02, 2017
-
-
Yurii K authored
-
- Aug 01, 2017
-
-
Phy authored
-
- Jul 28, 2017
-
-
Yurii K authored
-
Szymon Olewniczak authored
-
- Jul 26, 2017
-
-
Michael Große authored
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.
-
Michael Große authored
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
-
- Jul 23, 2017
- Jul 20, 2017
-
-
Szymon Olewniczak authored
-
- Jul 13, 2017
-
-
Tor Härnqvist authored
-
- Jul 01, 2017
-
-
Жељко Тодоровић authored
-
Жељко Тодоровић authored
-
Жељко Тодоровић authored
-
- Jun 30, 2017
-
-
Felix Müller-Donath authored
-
Felix Müller-Donath authored
-
- Jun 26, 2017
-
-
Guilherme Sá authored
-
- Jun 16, 2017
-
-
Oliver authored
$regex initialization added to clearify that it is passed by reference and filled from subroutines
-
- Jun 14, 2017
-
-
Osoitz authored
-
- Jun 12, 2017
-
-
S.H. Lee authored
-