- Dec 28, 2017
-
-
Torpedo authored
-
- Dec 22, 2017
-
-
Jagadish Shri authored
-
- Dec 21, 2017
-
-
Phy authored
-
- Dec 20, 2017
-
-
Phy authored
not perfect, but it works
-
- Dec 19, 2017
-
-
Tor Härnqvist authored
-
- Dec 15, 2017
-
-
F. Mueller-Donath authored
-
- Dec 14, 2017
-
-
Aleksandr Selivanov authored
-
- Dec 13, 2017
-
-
Michael Bohn authored
-
- Dec 12, 2017
-
-
Vitaly authored
-
- Dec 11, 2017
-
-
Oskars Pakers authored
-
- Dec 09, 2017
-
-
Tor Härnqvist authored
-
- Dec 08, 2017
-
-
Schplurtz le Déboulonné authored
-
- Dec 06, 2017
-
-
Robert Riebisch authored
-
DeathCamel57 authored
Access attempts to security.png are normally denied, so the name of the file will be more self-descriptive
-
- Dec 05, 2017
-
-
Andreas Gohr authored
-
- 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 28, 2017
-
-
Fedor Alekseev authored
-
Lukas Rademacher authored
-
- 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
-