| f4251554 | 20-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Ignore mixed concerns in loader
We define and register the autoloader here. |
| 68f88d34 | 20-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Use type safe comparisons in loader |
| 0aace2b9 | 20-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Remove obsolete include
Subscriptions are autoloaded now |
| 1dce0478 | 19-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
adjust phpcs exclude patterns for new plugin classes
We still need to ignore a bunch of stuff for backwardscompatibility |
| d915fa09 | 29-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
fix color for noninstalled extensions |
| e5688dc7 | 29-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
show disabled extensions in gray |
| ed3520ee | 29-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
warn about inaccessible repo api |
| 98d21c04 | 29-Mar-2019 |
Andreas Gohr <andi@splitbrain.org> |
bugfix: access check was never cached
Now the API ping result is cached for 10 minutes and can be refreshed using the purge parameter as intended. |
| a8d2f3cb | 29-Nov-2018 |
Andreas Gohr <gohr@cosmocode.de> |
First go on a CLI component for the extension manager
This allows managing plugins from the command line which is useful in automatic deployments (eg. through salt or ansible). |
| eb2e46ca | 19-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
use strict type comparison |
| 08a33b6d | 12-May-2019 |
Martin Michalek <michalek.dev@gmail.com> |
translation update |
| a769cf35 | 11-May-2019 |
Milan Oparnica <milan.opa@gmail.com> |
translation update |
| a89870ee | 06-May-2019 |
Phy <git@phy25.com> |
fix #dokuwiki__sitetools current item not in highlight due to Greebo change
Co-Authored-By: Gerrit Uitslag <klapinklapin@gmail.com> |
| 5651b671 | 01-May-2019 |
En Matt <heartattack@free.fr> |
translation update |
| 503e913f | 30-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
authplain: Add tests for group retrieval |
| b2fcc742 | 30-Apr-2019 |
Anna Dabrowska <dabrowska@cosmocode.de> |
authplain: Add a simple method for retrieving user groups |
| 53db1e95 | 25-Apr-2019 |
Alexander Kh <001.arx@gmail.com> |
translation update |
| f5c0c80b | 24-Apr-2019 |
Andreas Gohr <gohr@cosmocode.de> |
Negative string offsets are allowed in PHP 7.1+ only |
| c6e971dd | 24-Apr-2019 |
Andreas Gohr <gohr@cosmocode.de> |
improve memory check output
Makes use of the adjusted php_to_bytes() method which correctly returns -1 for unlimited RAM and uses human readable sizes for output. |
| a81f3d99 | 24-Apr-2019 |
Andreas Gohr <gohr@cosmocode.de> |
fix and test php_to_byte() related to #2756 #2556
This refactors the php_to_byte() method to properly return integers always. A bug when reading byte sizes under 10 bytes was fixed. Infinity (signal
fix and test php_to_byte() related to #2756 #2556
This refactors the php_to_byte() method to properly return integers always. A bug when reading byte sizes under 10 bytes was fixed. Infinity (signaled by a -1 in php.ini) is now returned as -1.
According to [1] PHP supports size shortcuts for (K)ilobytes, (M)egabytes and (G)igagbytes only. The support for Tera- and Petabytes has been removed.
[1] https://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
show more ...
|
| 451969ab | 22-Apr-2019 |
Michael Große <mic.grosse@googlemail.com> |
Move Subscription class to deprecated.php
This class has been replaced by the classes in the dokuwiki/Subscriptions namespace. |
| 704a815f | 22-Apr-2019 |
Michael Große <mic.grosse@googlemail.com> |
♻️ Split up ChangesSubscriptionSender into multiple classes
This should better adhere to SRP and simplify things. |
| c47e6665 | 22-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
Minor optimizations in PluginController |
| c904b9fb | 22-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
Snake to Camel case fixes inn PluginController |
| 091ad7bd | 22-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
Fix snake->camel case, doc blocks
For compatibility reasons, the methods have not been renamed. |