History log of /dokuwiki/ (Results 1876 – 1900 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f425155420-May-2019 Andreas Gohr <andi@splitbrain.org>

Ignore mixed concerns in loader

We define and register the autoloader here.

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

1dce047819-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

d915fa0929-Mar-2019 Andreas Gohr <andi@splitbrain.org>

fix color for noninstalled extensions

e5688dc729-Mar-2019 Andreas Gohr <andi@splitbrain.org>

show disabled extensions in gray

ed3520ee29-Mar-2019 Andreas Gohr <andi@splitbrain.org>

warn about inaccessible repo api

98d21c0429-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.

a8d2f3cb29-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).

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

a89870ee06-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>

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

translation update

503e913f30-Apr-2019 Anna Dabrowska <dabrowska@cosmocode.de>

authplain: Add tests for group retrieval

b2fcc74230-Apr-2019 Anna Dabrowska <dabrowska@cosmocode.de>

authplain: Add a simple method for retrieving user groups

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.

1...<<71727374757677787980>>...423