- Oct 16, 2017
-
-
Andreas Gohr authored
Fix section edit buttons for tables etc.
-
- Oct 13, 2017
-
-
Andreas Gohr authored
Let `utf8_substr` use `utf8_strlen`
-
Дмитрий Лебедев authored
-
- Oct 07, 2017
-
-
Andreas Gohr authored
Translation update (da)
-
- Oct 06, 2017
-
-
Jon Theil Nielsen authored
-
- Oct 04, 2017
-
-
Andreas Gohr authored
Translation update (de-informal)
-
F. Mueller-Donath authored
-
Andreas Gohr authored
Add globbing to media manager search #2129
-
- Oct 02, 2017
-
-
Andreas Gohr authored
Make `utf8_strlen` use multiple fallback options
-
Дмитрий Лебедев authored
-
- Sep 24, 2017
-
-
Andreas Gohr authored
Remove insecure SSLv3 fallback, use TLS 1.2 if possible
-
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+.
-
Andreas Gohr authored
Use constant type comparison for hashes
-
Andreas Gohr authored
Translation update (fr)
-
Schplurtz le Déboulonné authored
-
- Sep 20, 2017
-
-
Szymon Olewniczak authored
closes #2129
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
Niklas Keller authored
-
- Sep 16, 2017
-
-
Andreas Gohr authored
Translation update (es)
-
Andreas Gohr authored
Translation update (sr)
-
Марко М. Костић authored
-
- Sep 14, 2017
-
-
Domingo Redal authored
-
- Sep 13, 2017
-
-
Andreas Gohr authored
Translation update (uk)
-
- 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
Add parent namespace pattern replacement
-
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
reformatting fixing of doc blocks making internal vars protected
-