History log of /dokuwiki/lib/plugins/ (Results 201 – 225 of 2872)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8244255723-Jul-2023 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

6ea803cc22-Jul-2023 alair <Mail@alair.top>

translation update

300294b429-Jun-2023 KAWASHIMA,Y <darknmatta@gmail.com>

translation update

7bb0ac8212-Jun-2023 Andreas Gohr <andi@splitbrain.org>

installing extensions needs to reset the opcache

755a915024-May-2023 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update


/dokuwiki/.github/workflows/release-preparation.yml
/dokuwiki/composer.json
/dokuwiki/composer.lock
/dokuwiki/data/deleted.files
/dokuwiki/inc/Action/Revisions.php
/dokuwiki/inc/Ui/MediaRevisions.php
/dokuwiki/inc/Ui/PageRevisions.php
/dokuwiki/inc/Ui/Revisions.php
/dokuwiki/inc/html.php
/dokuwiki/inc/lang/pt/admin.txt
/dokuwiki/inc/lang/pt/conflict.txt
/dokuwiki/inc/lang/pt/denied.txt
/dokuwiki/inc/lang/pt/draft.txt
/dokuwiki/inc/lang/pt/editrev.txt
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/pt/mailtext.txt
/dokuwiki/inc/lang/pt/newpage.txt
/dokuwiki/inc/lang/pt/norev.txt
/dokuwiki/inc/lang/pt/onceexisted.txt
/dokuwiki/inc/lang/pt/password.txt
/dokuwiki/inc/lang/pt/register.txt
/dokuwiki/inc/lang/pt/registermail.txt
/dokuwiki/inc/lang/pt/resendpwd.txt
/dokuwiki/inc/lang/pt/stopwords.txt
/dokuwiki/inc/lang/pt/subscr_form.txt
/dokuwiki/inc/lang/pt/subscr_single.txt
/dokuwiki/inc/lang/pt/updateprofile.txt
/dokuwiki/inc/media.php
/dokuwiki/lib/exe/js.php
acl/lang/pt/help.txt
acl/lang/pt/lang.php
authad/lang/pt/lang.php
authad/lang/pt/settings.php
authldap/lang/pt/lang.php
authldap/lang/pt/settings.php
config/lang/pt/lang.php
extension/lang/pt/lang.php
logviewer/lang/pt/intro.txt
logviewer/lang/pt/lang.php
logviewer/lang/pt/nolog.txt
usermanager/lang/pt/lang.php
/dokuwiki/lib/tpl/dokuwiki/lang/pt/lang.php
/dokuwiki/vendor/composer/autoload_psr4.php
/dokuwiki/vendor/composer/autoload_static.php
/dokuwiki/vendor/composer/installed.json
/dokuwiki/vendor/composer/installed.php
/dokuwiki/vendor/splitbrain/php-jsstrip/LICENSE
/dokuwiki/vendor/splitbrain/php-jsstrip/README.md
/dokuwiki/vendor/splitbrain/php-jsstrip/composer.json
/dokuwiki/vendor/splitbrain/php-jsstrip/composer.lock
/dokuwiki/vendor/splitbrain/php-jsstrip/src/Exception.php
/dokuwiki/vendor/splitbrain/php-jsstrip/src/JSStrip.php
fa8dd74c20-May-2023 Mykhailo <mvkorobkov@gmail.com>

translation update

4ebc7ff415-May-2023 Daniel Dias Rodrigues <danieldiasr@gmail.com>

translation update

728c1abe27-Apr-2023 Petr Kajzar <petr.kajzar@centrum.cz>

translation update

fabd7cce06-Apr-2023 Damien Regad <dregad@mantisbt.org>

PR review fixes

aef0dd8c05-Apr-2023 Damien Regad <dregad@mantisbt.org>

Improve Popularity plugin intro text

5f55167d04-Apr-2023 Marek Adamski <fevbew@wp.pl>

translation update

1aa2c37f31-Mar-2023 Gerrit Uitslag <klapinklapin@gmail.com>

two extra '; are invalid php, also the translation tool does not accept this

https://github.com/dokufreaks/dokuwiki-translation/issues/109

38afa93029-Mar-2023 Gilson Caldeira <gilsoncaldeira@gmail.com>

translation update

bb419b0123-Mar-2023 cadetill <cadetill@gmail.com>

translation update

1eb3939922-Mar-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Correction to fix of corner case

Fixes https://github.com/dokuwiki/dokuwiki/pull/3928/commits/e7794be61135b07c6227c367ebf735ba94a2b200

IMHO paying the test on the same variable (`$size`) as in th

Correction to fix of corner case

Fixes https://github.com/dokuwiki/dokuwiki/pull/3928/commits/e7794be61135b07c6227c367ebf735ba94a2b200

IMHO paying the test on the same variable (`$size`) as in the original test in https://github.com/dokuwiki/dokuwiki/blob/775003a7dfc8824e655f040724abfb8255c6da03/lib/plugins/logviewer/admin.php#L143 is better/more clear than basing it on something caused as a result of that test, i.e. `$toread` having a specific value.

show more ...

9c69747921-Mar-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Always close log file

Close the log file even when exceptions are thrown when trying to read from it.

e7794be621-Mar-2023 fiwswe <53953985+fiwswe@users.noreply.github.com>

Fix a corner case

When the log file is exactly 1 MB (MAX_READ_SIZE) In size, the first line(s) would not be shown.

775003a720-Mar-2023 Hamid <hamid0x4c@gmail.com>

Avoid out-of-memory problems in log viewer

fixes #3919

Squashed commit of the following:

commit 322d0846f39b0641ab7af69e24d1bd70a95b58b5
Author: Andreas Gohr <andi@splitbrain.org>
Date: Mon Mar

Avoid out-of-memory problems in log viewer

fixes #3919

Squashed commit of the following:

commit 322d0846f39b0641ab7af69e24d1bd70a95b58b5
Author: Andreas Gohr <andi@splitbrain.org>
Date: Mon Mar 20 18:45:30 2023 +0100

some more simplifications for the log viewer

* use exceptions to abort on read errors
* use the same fread call regardless of log size

commit b8a3dfbd90a77811db380510cc279f973c92bd01
Author: Hamid <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:49:41 2023 +0330

Fix code style

commit aa0e5b6692f9c26a9c22875111760803e280c9ac
Merge: 23b372c94 ac1d8211a
Author: Hamid <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:39:05 2023 +0330

Merge branch 'dokuwiki:master' into fix-display-large-log

commit 23b372c94d466ff3436177bf8386c879b78c5777
Merge: d82b8818c e410a7b8f
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:35:07 2023 +0330

Merge branch 'fix-display-large-log' of github.com:Adibzadeh/dokuwiki into fix-display-large-log

commit d82b8818c86f614f7d504cf19ad6d0492bb6d92f
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Mon Mar 20 17:29:43 2023 +0330

Use only fopen to read logfile

commit e410a7b8fa7663039bbdcfd6a90aed89877bb744
Author: Hamid <hamid0x4c@gmail.com>
Date: Sat Mar 18 10:30:19 2023 +0330

White-space removed

commit 8f1ad23f785b1cccb790b39371b8989514777a38
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Sat Mar 18 10:12:16 2023 +0330

Refactoring getLogLines and code improvements

commit 37a0e60c920343ff45ed12ede2cf96c2251108a3
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Sat Mar 18 00:27:27 2023 +0330

Refactoring and improve error handling

commit 25d3465289053130546c9066c82b0b620f596c33
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Sat Mar 18 00:00:59 2023 +0330

Translation for log errors in Fa and En

commit cc96b9babee12e4f4678380208685b3497a29b70
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Fri Mar 17 00:34:06 2023 +0330

code improve

commit 9c0e42285fc8d553e26c030d407d46f69f8c3d91
Author: Hamid <hamid0x4c@gmail.com>
Date: Tue Mar 14 18:16:23 2023 +0330

variable name fixed

commit 89124317ba2cccc12cb506f4d641a9e6288969e1
Author: Hamid <hamid0x4c@gmail.com>
Date: Tue Mar 14 18:13:30 2023 +0330

tab indent fix

commit b154bfde3ecd2039c16b8f8002ada291301e19b2
Author: Hamid Adibzadeh <hamid0x4c@gmail.com>
Date: Tue Mar 14 17:21:09 2023 +0330

fix #3919 log viewer runs into OOM

show more ...

e07ac4ba12-Mar-2023 Yves Nevelsteen <yves.nevelsteen@gmail.com>

translation update

3f21dca708-Mar-2023 Gorm <gorm.chandler@gmail.com>

translation update

6554606706-Mar-2023 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

24fc7b3406-Mar-2023 better <betterzhubo@live.com>

translation update

dd4d1f7428-Feb-2023 Jose Luis Sanches <jose.reis.sanches@gmail.com>

translation update

9349702013-Feb-2023 Andreas Gohr <andi@splitbrain.org>

AuthPlain user parsing fix. #3833

This removes workarounds we had for old PCRE versions. All modern PHP
releases should be workable with the Regex we have.

If splitting the user line results in les

AuthPlain user parsing fix. #3833

This removes workarounds we had for old PCRE versions. All modern PHP
releases should be workable with the Regex we have.

If splitting the user line results in less than 5 results, we log an
error and pad the result for further use.

show more ...

010cc79503-Feb-2023 Simone Perin <simoneperin.92@libero.it>

translation update

12345678910>>...115