History log of /dokuwiki/lib/plugins/ (Results 501 – 525 of 2863)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d3173fb217-Jul-2019 pavement <pavement@rael.cc>

translation update

42c62e5514-Jul-2019 Andreas Gohr <andi@splitbrain.org>

fixed merge error

6162eea809-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Also add the attributes conf param to metadata.php and to the Catalan and English langs

4be0be3d08-Jul-2019 Aniol Marti <aniol@aniolmarti.cat>

Add support for custom attributes in LDAP search

837f79eb27-Jun-2019 Andreas Gohr <gohr@cosmocode.de>

fixed bug in extension cli when installing multiple plugins

662b410d18-Jun-2019 Martin <martin@andev.de>

translation update

d344c07417-Jun-2019 Phy <git@phy25.com>

Cleanup styling cookie properly to exit preview

This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).

Prev

Cleanup styling cookie properly to exit preview

This is inspired by https://forum.dokuwiki.org/thread/14395 and should fix the problem described there (I did a local test which seems to work).

Previously styling cookie depends on `window.opener`. Since the popup should be on the same domain as the opener, and the popup's cookie domain is the same as the opener (DokuCookie is used), there is no need to rely on the opener to set the preview cookie. This change will ensure the preview cookie is cleared before the popup is closed, regardless of whether opener exists or not.

Also checks on whether opener exists are added as well.

show more ...

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
/dokuwiki/lib/exe/js.php
authad/auth.php
extension/helper/extension.php
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

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
/dokuwiki/lib/exe/css.php
/dokuwiki/lib/exe/fetch.php
action.php
admin.php
auth.php
cli.php
remote.php
syntax.php
e8407ed117-Apr-2019 HaoNan <haonan@zhuoming.info>

translation update

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

translation update

1...<<21222324252627282930>>...115