- Oct 27, 2017
-
-
Joerg authored
-
- Oct 26, 2017
-
-
Andreas Gohr authored
fix: prevent two selected options, b/c apparently 'String' == 0
-
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 20, 2017
-
-
Andreas Gohr authored
link the old version in MM when view it
-
- 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 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
-