History log of /dokuwiki/inc/ (Results 1126 – 1150 of 6436)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
2e6e11ad31-May-2019 Andreas Gohr <andi@splitbrain.org>

fix bug in style.ini initialization in StyleUtils

27f63a2321-May-2019 Andreas Gohr <andi@splitbrain.org>

some more PSR2 cleanup

mostly overlong lines and more exclude patterns

0da4ba1b20-May-2019 Andreas Gohr <andi@splitbrain.org>

Some cleanup for the UTF-8 stuff

Docblocks, imports, etc...

f41bbe4c19-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 ...

1306777819-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 ...

68f88d3420-May-2019 Andreas Gohr <andi@splitbrain.org>

Use type safe comparisons in loader

0aace2b920-May-2019 Andreas Gohr <andi@splitbrain.org>

Remove obsolete include

Subscriptions are autoloaded now

eb2e46ca19-May-2019 Andreas Gohr <andi@splitbrain.org>

use strict type comparison

08a33b6d12-May-2019 Martin Michalek <michalek.dev@gmail.com>

translation update

a769cf3511-May-2019 Milan Oparnica <milan.opa@gmail.com>

translation update

5651b67101-May-2019 En Matt <heartattack@free.fr>

translation update

53db1e9525-Apr-2019 Alexander Kh <001.arx@gmail.com>

translation update

f5c0c80b24-Apr-2019 Andreas Gohr <gohr@cosmocode.de>

Negative string offsets are allowed in PHP 7.1+ only

c6e971dd24-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.

a81f3d9924-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 ...

451969ab22-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.

704a815f22-Apr-2019 Michael Große <mic.grosse@googlemail.com>

♻️ Split up ChangesSubscriptionSender into multiple classes

This should better adhere to SRP and simplify things.

c47e666522-Apr-2019 Andreas Gohr <andi@splitbrain.org>

Minor optimizations in PluginController

c904b9fb22-Apr-2019 Andreas Gohr <andi@splitbrain.org>

Snake to Camel case fixes inn PluginController

091ad7bd22-Apr-2019 Andreas Gohr <andi@splitbrain.org>

Fix snake->camel case, doc blocks

For compatibility reasons, the methods have not been renamed.

7c9b63b722-Apr-2019 Andreas Gohr <andi@splitbrain.org>

minor code simplification

42f12f7d22-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.

1935a89121-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.

75d6649520-Apr-2019 Michael Große <mic.grosse@googlemail.com>

♻️ Don't use deprecated subscription methods

9c22b77c20-Apr-2019 Michael Große <mic.grosse@googlemail.com>

Automatic code style fixes for subscription classes

1...<<41424344454647484950>>...258