| 2ef8deb5 | 16-May-2018 |
Christopher Smith <chris@jalakai.co.uk> |
Issue #1250, associated unit test |
| 2db0ff1c | 16-May-2018 |
Stefano <stefano.stefano@gmail.com> |
translation update |
| 78580f91 | 16-May-2018 |
Martin Hořínek <hev@hev.cz> |
translation update |
| eb787020 | 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
fix(TASK_RECENTCHANGES_TRIM event): Add isMedia flag |
| 50d9e958 | 16-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
rename task event
The matches our scheme of where_data_what better |
| 3ad4c3cd | 16-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
add missing visibility indicator and docblocks |
| 47d98e98 | 16-May-2018 |
Marian Banica <open@banica.eu.org> |
translation update |
| 4af80fe8 | 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: Rename lib/exe/indexer.php to taskrunner.php |
| 3b58faf6 | 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: Move the remainder of code from lib/exe/indexer.php to TaskRunner::run |
| b8f47726 | 16-May-2018 |
Christopher Smith <chris@jalakai.co.uk> |
Fix for Issue#1250 Footnotes break metadata abstract saving |
| b413fb0b | 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
feat: Trigger new event when changelog is trimmed ✨ |
| b5cf9c44 | 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
style(TaskRunner): automatic whitespace fixes |
| 9493c275 | 16-May-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: Extract code from lib/exe/indexer into new TaskRunner class |
| ced96239 | 14-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
corectly disable sniff for one file |
| daea8263 | 13-May-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| edba97f7 | 12-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
fixed the minimal tests we have |
| a1ef8b4d | 12-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR2 adjustments for admin class |
| 5c17d2d3 | 12-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
first go over the settings classes for PSR-2 |
| a017dff4 | 12-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
introduce getType for Settings |
| 5675a07c | 12-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved language loading to the loader |
| 077c27b2 | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
adjusted basic loading saving in admin
stripped out all the session stuff |
| 5a38a129 | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
added Writer class for saving the config back to file |
| 8ea5685f | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved the whole settings class mechanism to it's own class |
| 6850fd4a | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
created a configuration Loader class
This replaces stuff in the Configuration class that hasn't been removed, yet. |
| e063babf | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved php parser to it's own file |