History log of /dokuwiki/lib/ (Results 626 – 650 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8cbc5ee810-Jun-2019 Andreas Gohr <andi@splitbrain.org>

replaced deprecated utf8 functions

For now this uses full qualified namespaces, sensible imports may come
later.


/dokuwiki/_test/mock/MailerMock.php
/dokuwiki/_test/phpcs.xml
/dokuwiki/_test/tests/inc/Subscriptions/BulkSubscriptionsSenderTest.php
/dokuwiki/_test/tests/inc/Subscriptions/SubscriberManagerTest.php
/dokuwiki/_test/tests/inc/Subscriptions/SubscriberRegexBuilderTest.php
/dokuwiki/_test/tests/inc/media_searchlist.test.php
/dokuwiki/_test/tests/inc/utf8_basename.test.php
/dokuwiki/_test/tests/inc/utf8_correctidx.test.php
/dokuwiki/_test/tests/inc/utf8_html.test.php
/dokuwiki/_test/tests/inc/utf8_romanize.test.php
/dokuwiki/_test/tests/inc/utf8_stripspecials.test.php
/dokuwiki/_test/tests/inc/utf8_strtolower.test.php
/dokuwiki/_test/tests/inc/utf8_substr.test.php
/dokuwiki/_test/tests/inc/utf8_unicode.test.php
/dokuwiki/_test/tests/inc/utf8_utf16be.test.php
/dokuwiki/bin/dwpage.php
/dokuwiki/inc/Action/Sitemap.php
/dokuwiki/inc/Action/Subscribe.php
/dokuwiki/inc/Extension/Event.php
/dokuwiki/inc/Extension/EventHandler.php
/dokuwiki/inc/Extension/PluginController.php
/dokuwiki/inc/JpegMeta.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/SafeFN.class.php
/dokuwiki/inc/Subscriptions/BulkSubscriptionSender.php
/dokuwiki/inc/Subscriptions/MediaSubscriptionSender.php
/dokuwiki/inc/Subscriptions/PageSubscriptionSender.php
/dokuwiki/inc/Subscriptions/RegistrationSubscriptionSender.php
/dokuwiki/inc/Subscriptions/SubscriberManager.php
/dokuwiki/inc/Subscriptions/SubscriberRegexBuilder.php
/dokuwiki/inc/Subscriptions/SubscriptionSender.php
/dokuwiki/inc/TaskRunner.php
/dokuwiki/inc/Ui/Search.php
/dokuwiki/inc/Utf8/Clean.php
/dokuwiki/inc/Utf8/Conversion.php
/dokuwiki/inc/Utf8/PhpString.php
/dokuwiki/inc/Utf8/Table.php
/dokuwiki/inc/Utf8/Unicode.php
/dokuwiki/inc/Utf8/tables/case.php
/dokuwiki/inc/Utf8/tables/loweraccents.php
/dokuwiki/inc/Utf8/tables/romanization.php
/dokuwiki/inc/Utf8/tables/specials.php
/dokuwiki/inc/Utf8/tables/upperaccents.php
/dokuwiki/inc/auth.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/deprecated.php
/dokuwiki/inc/fetch.functions.php
/dokuwiki/inc/fulltext.php
/dokuwiki/inc/html.php
/dokuwiki/inc/indexer.php
/dokuwiki/inc/infoutils.php
/dokuwiki/inc/io.php
/dokuwiki/inc/load.php
/dokuwiki/inc/mail.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/code.php
/dokuwiki/inc/parser/metadata.php
/dokuwiki/inc/parser/xhtml.php
/dokuwiki/inc/search.php
/dokuwiki/inc/utf8.php
exe/js.php
plugins/authad/auth.php
plugins/extension/helper/extension.php
plugins/usermanager/admin.php
b9daa2f527-May-2019 Andreas Gohr <gohr@cosmocode.de>

added filter to extension listing in CLI component

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

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>

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

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