| e98b5e44 | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
sucess is green |
| eb1b5958 | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
basic test for the Writer class |
| 1c0be3eb | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
reset config directory for every test
Our test suite did not reset the config directory for each test class as it does for the data directory. In addition it copied all files from the main config di
reset config directory for every test
Our test suite did not reset the config directory for each test class as it does for the data directory. In addition it copied all files from the main config directory over. Both may create an unpredictable state for tests.
This streamlines the initialization.
show more ...
|
| 70b28bcf | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
check for opcache function before using it |
| 0a5b05eb | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
Moved settings to their own namespace |
| be1cc9ae | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
replaced ptln() with echo
We used to use ptln to ensure the produced HTML source code is somewhat readable, but with modern HTML inspectors this is no longer necessary and makes the PHP source code
replaced ptln() with echo
We used to use ptln to ensure the produced HTML source code is somewhat readable, but with modern HTML inspectors this is no longer necessary and makes the PHP source code ugly.
show more ...
|
| 8cbcd5df | 18-May-2018 |
Sebastian Engel <mail@engel-s.de> |
translation update |
| d95b544b | 17-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
decrease php versions by one
PHP brekas URLs by moving old releases into an archive folder. Since we cannot be bothered to update these tests everyday, versions have now be adjusted to be slightly o
decrease php versions by one
PHP brekas URLs by moving old releases into an archive folder. Since we cannot be bothered to update these tests everyday, versions have now be adjusted to be slightly older to always go to the archive download.
show more ...
|
| 93e044db | 17-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
appveyor: updated PHP versions
use more general phpunit versions |
| 5821860b | 17-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
another try at fixing appveyor php downloads using curl |
| 289179d7 | 17-May-2018 |
Andreas Gohr <gohr@cosmocode.de> |
fix appveyor, download from https always
Appveyor seems to have problems with redirects by php sometimes |
| 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 |