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

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

translation update

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

translation update

a370259116-Apr-2019 En Matt <heartattack@free.fr>

translation update

3a883e6410-Apr-2019 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

c200979609-Apr-2019 Zemoj <jeffgomez@zemoj.com>

Only ob_flush if there is actually a buffer.

If there is no buffer, application dies with no way to recover.

b437b55c06-Apr-2019 Gerrit Uitslag <klapinklapin@gmail.com>

translation update

1ea8b6e205-Apr-2019 Liliana <lilianasaidon@gmail.com>

translation update

a3db0ab002-Apr-2019 Simon Lees <sflees@suse.de>

Allow @CURNS@ to be capitalised in namespace templates

Personally I have some pages where I use
@CURNS@ - @PAGE@ or @CURNS@ @PAGE@ as the title
so this change saves me a bit of manual
capitalisation

4809b23631-Mar-2019 Maykon Oliveira <maykonoliveira850@gmail.com>

translation update

10ad58fb31-Mar-2019 Rut Kristin Aanestad <dark@met.no>

translation update

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

avoide codesniff warnings on deliberate switch fallthrough

codesniffer and Idea unfortunately can't agree on the comment format to
mark a deliberate fallthrough in a switch statement. so we have to

avoide codesniff warnings on deliberate switch fallthrough

codesniffer and Idea unfortunately can't agree on the comment format to
mark a deliberate fallthrough in a switch statement. so we have to use
both :-/

show more ...

5a8d6e4826-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Rename HTTPClient namespace to HTTP

This should make namespace a bit more flexible in scope and allow us to
move more functionality there later.

0efa8d1217-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Rename protected methods for PSR2

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