- Nov 10, 2017
-
-
Andreas Gohr authored
This allows for using the functionality in class hierarchies that can not inherit from DokuWiki_Plugin.
-
Andreas Gohr authored
It has few more features (like turning down verbosity) and looks nicer
-
- Nov 05, 2017
-
-
Andreas Gohr authored
The empty string is not translatable in the translation interface and causes all languages to be <100% This is an alternative approach to #2164
-
- Oct 27, 2017
-
-
Joerg authored
-
- Oct 26, 2017
-
-
Michael Große authored
There was a bug, where the options array ['Auto', 0, 1] would result in HTML option tags where both the 'Auto' and the 0 option were selected.
-
- Oct 19, 2017
-
-
Michael Große authored
This commit fixes a bug in the media manager when viewing an old version of a media file. While, in case of an image, the old image would be displayed in the third pane, the link above would still link to the current version.
-
- Oct 13, 2017
-
-
Дмитрий Лебедев authored
-
- Oct 06, 2017
-
-
Jon Theil Nielsen authored
-
- Oct 04, 2017
-
-
F. Mueller-Donath authored
-
- Oct 02, 2017
-
-
Дмитрий Лебедев authored
-
- Sep 24, 2017
-
-
Niklas Keller authored
STREAM_CRYPTO_METHOD_TLS_CLIENT is only TLS 1.0 except for PHP 5.6.0-5.6.6 and 7.2.0+.
-
- Sep 20, 2017
-
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
Niklas Keller authored
-
- Sep 11, 2017
-
-
Michael Große authored
-
- Sep 10, 2017
-
-
Roman authored
-
- Sep 07, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This fixes plugins that expect that they can change the global $ACT instead of $event->data in the ACTION_ACT_PREPROCESS event. This make the whole route a little bit uncleaner but would increase backwards compatibility. I'm not sure how widespread the problem is and if adding this is a good idea.
-
- Sep 06, 2017
-
-
Michael Große authored
This should recreate the behaviour prior to #1933, where the event was triggered for all ACT values. Some plugins, like edittable, depend on the functionality.
-
- Sep 05, 2017
-
-
Michael Große authored
Since the hid is optional, it must also be optional in the regex. Also this commit introduced named capture groups to make it more obvious which part of the regex captures what. Also there is now an explicit hid generated for tables, to enable jumping to the correct section after finishing editing. This was broken in 2571786c or #1966 respectively. Known Issues: * since both title and hid are optional, a hid may be misinterpreted as a title if the title is not generated.
-
- Sep 02, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
Exits during testing will break the whole test suite. It makes more sense to throw an exception in that case. The exception's stack trace will help to debug the actual problem
-
Andreas Gohr authored
No globals required anymore, somewhat more general approach to sending data to the test system. Clean access through keys.
-
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
-
Andreas Gohr authored
-
Andreas Gohr authored
during testing, redirects may not be executed, ActionAbort can default to redirecting which ould create an infinite loop.
-
Andreas Gohr 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.
-