History log of /dokuwiki/lib/ (Results 651 – 675 of 4525)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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.

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

moved plugin controller to Extension namespace

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
/dokuwiki/inc/Action/Admin.php
/dokuwiki/inc/Action/Logout.php
/dokuwiki/inc/Action/Plugin.php
/dokuwiki/inc/Action/Profile.php
/dokuwiki/inc/Action/ProfileDelete.php
/dokuwiki/inc/Action/Register.php
/dokuwiki/inc/Action/Resendpwd.php
/dokuwiki/inc/ActionRouter.php
/dokuwiki/inc/Ajax.php
/dokuwiki/inc/Debug/DebugHelper.php
/dokuwiki/inc/Draft.php
/dokuwiki/inc/Extension/ActionPlugin.php
/dokuwiki/inc/Extension/AdminPlugin.php
/dokuwiki/inc/Extension/AuthPlugin.php
/dokuwiki/inc/Extension/CLIPlugin.php
/dokuwiki/inc/Extension/Event.php
/dokuwiki/inc/Extension/EventHandler.php
/dokuwiki/inc/Extension/Plugin.php
/dokuwiki/inc/Extension/PluginInterface.php
/dokuwiki/inc/Extension/PluginTrait.php
/dokuwiki/inc/Extension/RemotePlugin.php
/dokuwiki/inc/Extension/SyntaxPlugin.php
/dokuwiki/inc/HTTP/HTTPClient.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/Remote/Api.php
/dokuwiki/inc/Remote/ApiCore.php
/dokuwiki/inc/Sitemap/Mapper.php
/dokuwiki/inc/TaskRunner.php
/dokuwiki/inc/Ui/Admin.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/common.php
/dokuwiki/inc/confutils.php
/dokuwiki/inc/events.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/init.php
/dokuwiki/inc/legacy.php
/dokuwiki/inc/load.php
/dokuwiki/inc/media.php
/dokuwiki/inc/parser/handler.php
/dokuwiki/inc/parser/renderer.php
/dokuwiki/inc/parserutils.php
/dokuwiki/inc/plugincontroller.class.php
/dokuwiki/inc/pluginutils.php
/dokuwiki/inc/subscription.php
/dokuwiki/inc/template.php
/dokuwiki/inc/toolbar.php
exe/css.php
exe/fetch.php
plugins/action.php
plugins/admin.php
plugins/auth.php
plugins/cli.php
plugins/remote.php
plugins/syntax.php
e8407ed117-Apr-2019 HaoNan <haonan@zhuoming.info>

translation update

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

translation update

3f12f3da10-Apr-2019 Frederico Gonçalves Guimarães <frederico@teia.bio.br>

translation update

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

translation update

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

translation update

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

translation update

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

translation update

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

translation update

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

translation update

21b17bae23-Dec-2018 Rainbow Spike <Dr-Yukon@users.noreply.github.com>

Support "local" subdir when listing the smiley directory

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.

198564ab17-Mar-2019 Michael Große <mic.grosse@googlemail.com>

Refactor HTTPClient into different files

fe36a27b13-Mar-2019 Phy <git@phy25.com>

cookie.js when setValue‘s value parameter is false delete entry

bded2f5013-Mar-2019 Phy <git@phy25.com>

cookie.js add def parameter to getValue()

40be5e7a12-Mar-2019 Phy <git@phy25.com>

cookie.js convert value type to string

This prevents different type returned for DokuCookie.getValue():

DokuCookie.setValue('foo', false);
console.log(DokuCookie.getValue('foo')); // false
location

cookie.js convert value type to string

This prevents different type returned for DokuCookie.getValue():

DokuCookie.setValue('foo', false);
console.log(DokuCookie.getValue('foo')); // false
location.reload(); // pseudo code
console.log(DokuCookie.getValue('foo')); // 'false'

show more ...

e60ddb3808-Mar-2019 mrclschstr <mrclschstr@users.noreply.github.com>

Adding "recursive_groups" setting for authad-plugin in configuration-manager

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

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this

PSR2 adjustments for the PassHash class

I opted for ignoring the camel case funtion check not because the public hash_*
methods are widely used but because I find this style actually cleaner
in this case where the method name is auto-built from the hash type
name.

show more ...

1b5fd97701-Mar-2019 Magnús Ýmir Magnússon <mm@mck-dk.dk>

translation update

1...<<21222324252627282930>>...181