| 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 |
| daea8263 | 13-May-2018 |
HokkaidoPerson <dosankomali@yahoo.co.jp> |
translation update |
| 1cdd0090 | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved XMLRPC server class from lib/exe to inc/Remote |
| 4cdb6842 | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
started a dedicated file for deprecated stuff |
| dd87735d | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR-2 compatibility for the remote API libs |
| e1cdd96c | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
some more visibility declarations |
| 23f4cc47 | 07-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
do not use DOKU_PARSER_EOL outside of testing |
| d4d8fb18 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved Parser to Parsing namespace |
| be906b56 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
moved all parsing related namespaces to their own |
| e9eace76 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
rename invokeParser to invokeHandler
Because that's what happens. There is a difference between the Parser and the Handler in our system and this makes it more clear what happens. |
| 8b1b81be | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
cleaned up Doku_Handler for PSR-2 |
| de226116 | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
adjusted the Lexer for PSR-2 |
| 47f73ecf | 04-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
adjusted Doku_Parser for PSR-2
All properties are declared protected. The handler is now set via the constructor. |
| 1362c8af | 02-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
fix draft recovering
The actual draft text got lost when we changed to showing the diff instead of the full draft. |