| eb1b5958 | 18-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
basic test for the Writer class |
| 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 ...
|
| 2db0ff1c | 16-May-2018 |
Stefano <stefano.stefano@gmail.com> |
translation update |
| 78580f91 | 16-May-2018 |
Martin Hořínek <hev@hev.cz> |
translation update |
| 47d98e98 | 16-May-2018 |
Marian Banica <open@banica.eu.org> |
translation update |
| 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 |
| c6639e6a | 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
start of refactoring the config plugin
split up all the files and added namespaces. everything broken |
| a087da71 | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
fixed broken tests
I also introduced an auto loaded namespace for the tests. |
| 3dc2d50c | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
visibility declarations in plugins |
| 64159a61 | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
line lengths shortened
This makes sure all files use line lenghts shorter than 120 characters.
This is a quick fix. It might not always be the nicest change. |
| b4f2363a | 27-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
remove DOKU_INC checks
There is no need for this check, since these files should not have any main code that is executed on direct call.
Fixes PSR1.Files.SideEffects.FoundWithSymbols |
| dcae056a | 27-Apr-2018 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 6e19c6ec | 25-Apr-2018 |
Jonáš Dyba <jonas.dyba@gmail.com> |
translation update |