History log of /dokuwiki/lib/ (Results 326 – 350 of 4510)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
82b5fca912-May-2022 Andreas Gohr <andi@splitbrain.org>

access plugin repository over SSL only

fixes #3677

680a79a910-May-2022 Paul Nizan <paul_nizan@hormail.com>

translation update

8e55744c28-Apr-2022 Jordan Atwood <nightfirecat@nightfirec.at>

Restrict editor textarea to vertical resizing only

In the default template, it was previously possible to resize the editor
textarea in both directions, which made it possible to expand beyond the
e

Restrict editor textarea to vertical resizing only

In the default template, it was previously possible to resize the editor
textarea in both directions, which made it possible to expand beyond the
edge of its container and become unusable. Restricting it to vertical
resizing still allows an expanded editing view without the possibility
of encountering these problems.

show more ...

555855b827-Apr-2022 VinnieChow <zsz33@qq.com>

translation update

52ebc4bd16-Apr-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

57d5036d16-Apr-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

e2e9158710-Apr-2022 Pasi <zazuu@zazuu.net>

translation update

8108306b16-Mar-2022 Alinur <alinur@danwin1210.de>

translation update

aff3c24804-Mar-2022 Chun-Chung Chen <cjj@u.washington.edu>

translation update

0d4bdcc613-Feb-2022 merefox <admin@homerecz.com>

translation update

8c1358ca08-Feb-2022 Hamp Gábor <gabor.hamp@gmail.com>

translation update

4b86732504-Feb-2022 Andreas Gohr <andi@splitbrain.org>

Fix #3619 and correctly handle exceptions in XMLRPC

This ensures that any exception happening during XMLRPC processing is
signalled correctly to the client as XML encoded error message.

4ef5d38d27-Jan-2022 Andreas Gohr <andi@splitbrain.org>

use correct SVG interwiki fallback icon. #3611

0145507626-Jan-2022 Andreas Gohr <andi@splitbrain.org>

Improves our custom smileys

This affects the question, exclaim, deleteme and fixme emojis which are
not to be found in standed Unicode smiley sets

The styles now better match the Twitter Emoji styl

Improves our custom smileys

This affects the question, exclaim, deleteme and fixme emojis which are
not to be found in standed Unicode smiley sets

The styles now better match the Twitter Emoji styles and are also closer
to our previous styles.

show more ...

fbfe8e9019-Jan-2022 pluto00987 <brinel@gmail.com>

Add ssl/tls req to settings

a847f47314-Jan-2022 pluto00987 <brinel@gmail.com>

Add update_pass option

5d2c5d7e04-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

reformat code

2e61864604-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

unittest for loading default and extra default settings in Config manager

591ebe4504-Jan-2022 Gerrit Uitslag <klapinklapin@gmail.com>

add unittests for loading of defaults, extra defaults, local and protected settings

95775ac722-Nov-2020 Christoph Ziehr <christoph@christoph-ziehr.de>

Update Loader.php

The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering th

Update Loader.php

The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering the configuration manger, they options are displayed in the order dokuwiki.php -> plugin-standard-values -> template-standard-values -> local.php -> local.protected.php

This patch fixes the issue, so that the right values are displayed if there are no configs set in local.php or local.protected.php

See also https://forum.dokuwiki.org/d/18489-issues-with-modifying-confdokuwikiphp for further information.

This is a second version of this change, because on the first try, there was unnoticed php-error.

show more ...

03ae5b3020-Nov-2020 Christoph Ziehr <christoph@christoph-ziehr.de>

Update Loader.php

The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering th

Update Loader.php

The config options are read in the order plugin-standard-values -> template-standard-values -> dokuwiki.php -> local.php -> local.protected.php into DokuWiki.
But when entering the configuration manger, they options are displayed in the order dokuwiki.php -> plugin-standard-values -> template-standard-values -> local.php -> local.protected.php

This patch fixes the issue, so that the right values are displayed if there are no configs set in local.php or local.protected.php

See also https://forum.dokuwiki.org/d/18489-issues-with-modifying-confdokuwikiphp for further information.

show more ...

39ecc3af02-Jan-2022 Viktor Horváth <horvath.viktor@forrastrend.hu>

translation update

8e7694e002-Jan-2022 Andreas Gohr <andi@splitbrain.org>

authPDO: extend mysql test to ensure multiple groups are read

I noticed that all our tests basically only ever used one group per
user. This makes sure multiple groups work as intended.


/dokuwiki/_test/core/DokuWikiTest.php
/dokuwiki/_test/tests/inc/XmlRpcServer.test.php
/dokuwiki/_test/tests/inc/changelog_getRevisionsAround.test.php
/dokuwiki/_test/tests/inc/changelog_getlastrevisionat.test.php
/dokuwiki/_test/tests/inc/changelog_getrelativerevision.test.php
/dokuwiki/_test/tests/inc/changelog_getrevisioninfo.test.php
/dokuwiki/_test/tests/inc/changelog_getrevisions.test.php
/dokuwiki/_test/tests/inc/changelog_hasrevisions.test.php
/dokuwiki/_test/tests/inc/common_pageinfo.test.php
/dokuwiki/_test/tests/inc/common_saveWikiText.test.php
/dokuwiki/inc/Action/Diff.php
/dokuwiki/inc/Action/Revisions.php
/dokuwiki/inc/Ajax.php
/dokuwiki/inc/ChangeLog/ChangeLog.php
/dokuwiki/inc/ChangeLog/ChangeLogTrait.php
/dokuwiki/inc/ChangeLog/MediaChangeLog.php
/dokuwiki/inc/ChangeLog/PageChangeLog.php
/dokuwiki/inc/File/PageFile.php
/dokuwiki/inc/Subscriptions/BulkSubscriptionSender.php
/dokuwiki/inc/TaskRunner.php
/dokuwiki/inc/Ui/Diff.php
/dokuwiki/inc/Ui/MediaDiff.php
/dokuwiki/inc/Ui/MediaRevisions.php
/dokuwiki/inc/Ui/PageConflict.php
/dokuwiki/inc/Ui/PageDiff.php
/dokuwiki/inc/Ui/PageDraft.php
/dokuwiki/inc/Ui/PageRevisions.php
/dokuwiki/inc/Ui/Recent.php
/dokuwiki/inc/Ui/Revisions.php
/dokuwiki/inc/changelog.php
/dokuwiki/inc/common.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/be/lang.php
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/bn/lang.php
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/cy/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/ia/lang.php
/dokuwiki/inc/lang/id/lang.php
/dokuwiki/inc/lang/is/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/ka/lang.php
/dokuwiki/inc/lang/ko/lang.php
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/lb/lang.php
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/mk/lang.php
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/ne/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sq/lang.php
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/th/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/media.php
/dokuwiki/inc/pageutils.php
/dokuwiki/inc/parser/xhtml.php
plugins/authpdo/_test/sqlite.test.php
plugins/authpdo/_test/test.sqlite3
f89f8c7931-Dec-2021 Mark Prins <mprins@users.sf.net>

translation update

bc63eda628-Dec-2021 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

1...<<11121314151617181920>>...181