| 8fa781ae | 19-Dec-2017 |
Tor Härnqvist <tor@harnqvist.se> |
translation update |
| 1de6f5c9 | 15-Dec-2017 |
F. Mueller-Donath <j.felix@mueller-donath.de> |
translation update |
| 6dde4a8c | 14-Dec-2017 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| ec91f6e9 | 13-Dec-2017 |
Olivier Humbert <trebmuh@users.noreply.github.com> |
Update French translation |
| 1a308299 | 13-Dec-2017 |
Michael Bohn <mjbohn@gmail.com> |
translation update |
| b56d5a0e | 12-Dec-2017 |
Vitaly <vitaly.balashov@smuzzy.com.ua> |
translation update |
| cae2ec44 | 11-Dec-2017 |
Oskars Pakers <oskars.pakers@gmail.com> |
translation update |
| 41ebb58a | 09-Dec-2017 |
Tor Härnqvist <tor@harnqvist.se> |
translation update |
| 54aae034 | 09-Dec-2017 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 6fb92e6d | 06-Dec-2017 |
Robert Riebisch <robert.riebisch@googlemail.com> |
translation update |
| eb8d789e | 10-Nov-2017 |
Andreas Gohr <andi@splitbrain.org> |
Introducing a new Plugin type: CLI
Now plugins can create their own command line interfaces. They are executed through a single entry point in bin/plugin.php |
| 5f43dcf4 | 28-Oct-2017 |
Lukas Rademacher <lukas@rademacher.ac> |
Support for configurable e-mail return path |
| e4ae21e9 | 06-Oct-2017 |
Jon Theil Nielsen <jontheil@gmail.com> |
translation update |
| 63da9d57 | 04-Oct-2017 |
F. Mueller-Donath <j.felix@mueller-donath.de> |
translation update |
| 55ba1452 | 24-Sep-2017 |
Schplurtz le Déboulonné <Schplurtz@laposte.net> |
translation update |
| a732ce8b | 16-Sep-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| 3d854251 | 14-Sep-2017 |
Domingo Redal <docxml@gmail.com> |
translation update |
| fb90e132 | 10-Sep-2017 |
Roman <vsmemorial@gmail.com> |
translation update |
| 64c3c5fd | 29-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| 1b4e0060 | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| d39e9bea | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| b5e63f63 | 27-Aug-2017 |
Марко М. Костић <marko.m.kostic@gmail.com> |
translation update |
| 9edb4cd5 | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: correctly show conflicts in extension manager |
| 85d3e2b7 | 27-Aug-2017 |
Michael Große <mic.grosse@googlemail.com> |
fix: check if key is set to fix PHP Notice
If a key is not set, a PHP Notice is triggered. While these are currently suppressed, this is still a code smell. |
| 55a4f137 | 15-Aug-2017 |
Michael Große <grosse@cosmocode.de> |
fix(config): empty string is valid for numericopt
There was a bug that the empty string was considered to be invalid if also a max or min value was defined for a config field of type numericopt. |