- Sep 02, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Sep 01, 2017
-
-
Andreas Gohr authored
this helps tieing together the "normal" menus and the MobileMenu and makes them both implement a getItems() method.
-
Andreas Gohr authored
-
- Aug 29, 2017
-
-
Andreas Gohr authored
This doesn't really do much except wrapping the functions into a namespaced class. Autoloading takes care of loading the file. It's now possible to call lib/exe/ajax.php multiple times in a test request.
-
- Aug 27, 2017
-
-
Марко М. Костић authored
-
Марко М. Костић authored
-
Марко М. Костић 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
-
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
-
Andreas Gohr authored
This makes it a little easier to splice new elements into position
-
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
-
Yurii K authored
added test coverage
-
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
-