| 2e6e11ad | 31-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
fix bug in style.ini initialization in StyleUtils |
| 27f63a23 | 21-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
some more PSR2 cleanup
mostly overlong lines and more exclude patterns |
| 0da4ba1b | 20-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Some cleanup for the UTF-8 stuff
Docblocks, imports, etc... |
| f41bbe4c | 19-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Moved all utf8 methods to their own namespaced classes
This doesn't really change much since the old functions are still needed for compatibility reasons. We may be able to reduce the number of func
Moved all utf8 methods to their own namespaced classes
This doesn't really change much since the old functions are still needed for compatibility reasons. We may be able to reduce the number of functions by checking which ones we really need.
show more ...
|
| 13067778 | 19-May-2019 |
Andreas Gohr <andi@splitbrain.org> |
Create separate table files for UTF-8 handling
These will be loaded via include, later on and should be cachable by Op-Cache.
The formatting has been adjusted to have one entry per line to make dif
Create separate table files for UTF-8 handling
These will be loaded via include, later on and should be cachable by Op-Cache.
The formatting has been adjusted to have one entry per line to make diffing much easier in the future.
For now duplicate keys and commented code from the originals have been kept. But this should probably be cleaned up in the future.
For now these tables are not used, yet.
show more ...
|
| 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 |
| 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 |
| 5651b671 | 01-May-2019 |
En Matt <heartattack@free.fr> |
translation update |
| 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. |
| 7c9b63b7 | 22-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
minor code simplification |
| 42f12f7d | 22-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
snake to camel case fixes in EventHandler
For compatibility reasons with basically all existing plugins, the methods have not been renamed. Instead the appropriate check is ignored. |
| 1935a891 | 21-Apr-2019 |
Andreas Gohr <andi@splitbrain.org> |
Move list of plugin types to plugin controller constant
There is no need to have them in a global variable. |
| 75d66495 | 20-Apr-2019 |
Michael Große <mic.grosse@googlemail.com> |
♻️ Don't use deprecated subscription methods |
| 9c22b77c | 20-Apr-2019 |
Michael Große <mic.grosse@googlemail.com> |
Automatic code style fixes for subscription classes |