History log of /dokuwiki/ (Results 1826 – 1850 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

47de339b20-Apr-2019 Michael Große <mic.grosse@googlemail.com>

✅ Fix Subscriptions tests

This splits up and slightly refactors the tests for the refactored subscriptions classes

479c05b120-Apr-2019 Michael Große <mic.grosse@googlemail.com>

♻️ Extract subscription classes for PSR 2

This allows us to rename the snake_case methods and to group them in a
more sensible manner.

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

Avoid accessing the evet system before it's intialized

reimplements cbfa1cdd75e162a1a8fac054453f4554f96e3362

89614c8220-Jul-2018 Andreas Gohr <andi@splitbrain.org>

Avoid processing events before the Event System is intiialized

fbccc3e620-Jul-2018 Andreas Gohr <andi@splitbrain.org>

isEnabled instead of isDisabled

Boolean Methods with a negative name are a bit confusing. Getting false
for an enabled plugin? Better check for Enabled status.

f219f38520-Jul-2018 Andreas Gohr <andi@splitbrain.org>

removed get_directory() method from PluginController

This method did absolutely nothing and just returned the plugin name.

2a93a6ad16-Jun-2018 Andreas Gohr <andi@splitbrain.org>

fix type hints

thos broke during refactoring

3a7140a115-Jun-2018 Andreas Gohr <andi@splitbrain.org>

moved plugin controller to Extension namespace

c630f65915-Jun-2018 Andreas Gohr <andi@splitbrain.org>

removed deleted file from autoloader

cbb44eab15-Jun-2018 Andreas Gohr <andi@splitbrain.org>

deprecated trigger_event() in favor of a static method on Event

e1d9dcc815-Jun-2018 Andreas Gohr <andi@splitbrain.org>

First go at moving the plugin classes into their own namespace


_test/core/DokuWikiTest.php
_test/mock/AuthPlugin.php
_test/tests/inc/PageUtilsIsHiddenPage.test.php
_test/tests/inc/auth_aclcheck.test.php
_test/tests/inc/auth_aclcheck_caseinsensitive.test.php
_test/tests/inc/auth_admincheck.test.php
_test/tests/inc/auth_deleteprofile.test.php
_test/tests/inc/common_saveWikiText.test.php
_test/tests/inc/pageutils_findnearest.test.php
_test/tests/inc/remote.test.php
_test/tests/inc/remoteapicore.test.php
bin/plugin.php
feed.php
inc/Action/Admin.php
inc/Action/Logout.php
inc/Action/Plugin.php
inc/Action/Profile.php
inc/Action/ProfileDelete.php
inc/Action/Register.php
inc/Action/Resendpwd.php
inc/ActionRouter.php
inc/Ajax.php
inc/Debug/DebugHelper.php
inc/Draft.php
inc/Extension/ActionPlugin.php
inc/Extension/AdminPlugin.php
inc/Extension/AuthPlugin.php
inc/Extension/CLIPlugin.php
inc/Extension/Event.php
inc/Extension/EventHandler.php
inc/Extension/Plugin.php
inc/Extension/PluginInterface.php
inc/Extension/PluginTrait.php
inc/Extension/RemotePlugin.php
inc/Extension/SyntaxPlugin.php
inc/HTTP/HTTPClient.php
inc/Mailer.class.php
inc/Remote/Api.php
inc/Remote/ApiCore.php
inc/Sitemap/Mapper.php
inc/TaskRunner.php
inc/Ui/Admin.php
inc/auth.php
inc/common.php
inc/confutils.php
inc/events.php
inc/fulltext.php
inc/html.php
inc/indexer.php
inc/infoutils.php
inc/init.php
inc/legacy.php
inc/load.php
inc/media.php
inc/parser/handler.php
inc/parser/renderer.php
inc/parserutils.php
inc/plugincontroller.class.php
inc/pluginutils.php
inc/subscription.php
inc/template.php
inc/toolbar.php
lib/exe/css.php
lib/exe/fetch.php
lib/plugins/action.php
lib/plugins/admin.php
lib/plugins/auth.php
lib/plugins/cli.php
lib/plugins/remote.php
lib/plugins/syntax.php
749c002320-Apr-2019 Andreas Gohr <andi@splitbrain.org>

some PSR-2 fixes for the Mailer class

The defines might need to be moved elsewhere

e8407ed117-Apr-2019 HaoNan <haonan@zhuoming.info>

translation update

e75dc65517-Apr-2019 Roberto Bellingeri <bellingeri@netguru.it>

translation update

1...<<71727374757677787980>>...420