History log of /dokuwiki/inc/ (Results 1351 – 1375 of 6649)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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


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

1...<<51525354555657585960>>...266