History log of /dokuwiki/ (Results 801 – 825 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
173de31c24-Jan-2023 Moritz Raguschat <moritz.raguschat@web.de>

Avoid some unnecessary index file writes.

word_idx modified should be reset to false for each word index file, or all unchanged word index files after the first changed one will be resaved unnecessa

Avoid some unnecessary index file writes.

word_idx modified should be reset to false for each word index file, or all unchanged word index files after the first changed one will be resaved unnecessarily.

show more ...

9042744521-Jan-2023 Minh <phandinhminh@protonmail.ch>

translation update

9cdf6f5c29-Dec-2022 Robert Riebisch <rr@bttr-software.de>

translation update

69ffd5fa27-Dec-2022 Robert Riebisch <rr@bttr-software.de>

translation update

1c6fde6116-Dec-2022 Ben Tyger <988950+hydrian@users.noreply.github.com>

Update lib/plugins/authldap/auth.php

I'm fine with that. Other functions returned an empty array() in an error state so I assumed that's what the parent function wanted.

Co-authored-by: Dominik E

Update lib/plugins/authldap/auth.php

I'm fine with that. Other functions returned an empty array() in an error state so I assumed that's what the parent function wanted.

Co-authored-by: Dominik Eckelmann <deckelmann@gmail.com>

show more ...

83616da313-Dec-2022 hydrian <ben.tyger@tygerclan.net>

Added check for ldap_search

181adffe09-Dec-2022 Julian Jeggle <julian.jeggle@uni-muenster.de>

Check if SE referrer url actually has a query part

4baa5c8607-Dec-2022 Andreas Gohr <andi@splitbrain.org>

info plugin: reuse render methods

This kidn of cleanup should be added for the other methods as well,
making it possible to export a info data to ODT for example.

e9ac59e907-Dec-2022 Andreas Gohr <andi@splitbrain.org>

info plugin: add hooks method

This lists all currently registered action hook handlers. Useful for
when debugging DokuWiki behaviour likely to be influenced by a plugin
and it's not clear which plug

info plugin: add hooks method

This lists all currently registered action hook handlers. Useful for
when debugging DokuWiki behaviour likely to be influenced by a plugin
and it's not clear which plugin might interfere.

show more ...

45a30e7c07-Dec-2022 Andreas Gohr <andi@splitbrain.org>

info plugin minor code cleanup

b646f78307-Dec-2022 Andreas Gohr <andi@splitbrain.org>

Add method to access all currently registered event handlers

9612843e05-Dec-2022 Andrew Dawes <andrewsdawes@gmail.com>

Fixed some typos

c7a4b56029-Nov-2022 Guillaume Turri <guillaume.turri@gmail.com>

Fix warning from toolbar.php when $INFO is null

This commit fixes an issue observed in this context:
1. Run Dokuwiki with PHP 8.1
2. Install the "sync" plugin
3. Run the "sync" plugin, and when prom

Fix warning from toolbar.php when $INFO is null

This commit fixes an issue observed in this context:
1. Run Dokuwiki with PHP 8.1
2. Install the "sync" plugin
3. Run the "sync" plugin, and when prompted whether you want to keep the
remote of the local file, click to show the diff

That's it: on the window which opens to display the diff, there is a warning
saying that $INFO is null.

(Perhaps an even better fix would be to ensure that $INFO is set in this case
but at least this commit fixes this issue and shouldn't have any detrimental
side effects)

show more ...

95ac7c4323-Nov-2022 Vyacheslav Strenadko <bryanskmap@yandex.ru>

translation update

330443c723-Nov-2022 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

2b9be45610-Nov-2022 Andreas Gohr <andi@splitbrain.org>

some more fixes for undefined vars

This makes more use of $INPUT to access $_SERVER and fixes a warning in
one of the search methods.

ddbd71ec07-Nov-2022 KaeTuuN <KaeTuuN@users.noreply.github.com>

Update README

Update copyright.

d3b9050603-Nov-2022 Alex <aleksandrosansan@gmail.com>

build: harden testLinux.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>

0592875903-Nov-2022 Alex <aleksandrosansan@gmail.com>

build: harden phpCS.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>

ae4ab31c03-Nov-2022 Alex <aleksandrosansan@gmail.com>

build: harden testWindows.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>

9c176d2103-Nov-2022 Alex <aleksandrosansan@gmail.com>

build: harden release.yml permissions

Signed-off-by: Alex <aleksandrosansan@gmail.com>

adb8672a01-Nov-2022 Andreas Gohr <andi@splitbrain.org>

Fix titles in feeds

The check introduced in 6fd2d4b0 did not work when media was set
explicitly to false.

fbc1c20231-Oct-2022 Valdrin Jonuzi <valdrinj00@gmail.com>

translation update

17d97b8f27-Oct-2022 Andreas Gohr <andi@splitbrain.org>

fix type hints for new php-dom-wrapper

98640fd327-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Move PSR compliant tests to the apropriate namespaces

Having "inc" in the namespace is awkward. Instead the test class
namespaces now correspond to their real class namespaces.

With further refacto

Move PSR compliant tests to the apropriate namespaces

Having "inc" in the namespace is awkward. Instead the test class
namespaces now correspond to their real class namespaces.

With further refactorings we should get rid of most of the stuff in
tests/inc

this is a continuation of #3812

show more ...

1...<<31323334353637383940>>...423