History log of /dokuwiki/inc/ (Results 376 – 400 of 6440)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bb419b0123-Mar-2023 cadetill <cadetill@gmail.com>

translation update

977aa96723-Mar-2023 Andreas Gohr <andi@splitbrain.org>

updated repo links

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

ac1d821119-Mar-2023 Andreas Gohr <andi@splitbrain.org>

fix some php 8.2 deprecation warnings

2b58f04914-Mar-2023 Andreas Gohr <andi@splitbrain.org>

fix trim call in Mailer's name cleaning

The wrong quotes were used, turning what was meant to be a tab char into
a literal t.

fixes #3923

d930200a14-Mar-2023 Andreas Gohr <andi@splitbrain.org>

disable code sniff for define check

bfa6d25614-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Avoid empty To: header. fixes #1422

This sets the To: header to a display name without an address, which
seems to be better supported than an empty group as tried in #1428

b7adc2d214-Mar-2023 Matthias Häsing-Keller <matthias.haesing-keller@uni-mannheim.de>

Fix password input field name (deletion of user profile)

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

translation update

b02b070f17-May-2022 Nicolas Friedli <nicolas@theologique.ch>

No Bing anonymous ping anymore.

https://blogs.bing.com/webmaster/may-2022/Spring-cleaning-Removed-Bing-anonymous-sitemap-submission

d40e7d0e11-Mar-2023 Andreas Gohr <andi@splitbrain.org>

JPEGMeta: clean up exception handling

use ErrorHandler::logException() to automatically log a stack trace

a46cc3dc11-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Fix old revisions skipping one revision

This changes the UI to start counting at -1, which will instruct the
Revision Management to prepend the current revision to the list of old
revisions returned

Fix old revisions skipping one revision

This changes the UI to start counting at -1, which will instruct the
Revision Management to prepend the current revision to the list of old
revisions returned. This way no special handling for the current
revision has to be done in the UI class anymore and paging works
naturally.

Fixes #3897

show more ...

a577fbc211-Mar-2023 Andreas Gohr <andi@splitbrain.org>

Don't send notifications if no save happend.

A page save might not actually save a new revision. For example when no
changes were detected or a plugin cancelled the saving action. In that
case no no

Don't send notifications if no save happend.

A page save might not actually save a new revision. For example when no
changes were detected or a plugin cancelled the saving action. In that
case no notifications should be sent and the cache does not need any
updates.

Fixes #3871

show more ...

a46a7ce310-Mar-2023 asivery <asivery@protonmail.com>

Fix: Do not garbage collect the JpegMeta object after reading a tag

6d4b5a0a10-Mar-2023 asivery <asivery@protonmail.com>

Replace check for null with cast to string

c9c56f8a09-Mar-2023 asivery <asivery@protonmail.com>

Fix: Rework error handling in JpegMeta marker reading

78b498a710-Mar-2023 Andreas Gohr <andi@splitbrain.org>

clean up parserutils (reformatting mostly)

4e4e74c510-Mar-2023 Andreas Gohr <andi@splitbrain.org>

jQuery and jQuery UI updates


lang/af/jquery.ui.datepicker.js
lang/ar/jquery.ui.datepicker.js
lang/az/jquery.ui.datepicker.js
lang/be/jquery.ui.datepicker.js
lang/bg/jquery.ui.datepicker.js
lang/ca/jquery.ui.datepicker.js
lang/cs/jquery.ui.datepicker.js
lang/cy/jquery.ui.datepicker.js
lang/da/jquery.ui.datepicker.js
lang/de-informal/jquery.ui.datepicker.js
lang/de/jquery.ui.datepicker.js
lang/el/jquery.ui.datepicker.js
lang/eo/jquery.ui.datepicker.js
lang/es/jquery.ui.datepicker.js
lang/et/jquery.ui.datepicker.js
lang/eu/jquery.ui.datepicker.js
lang/fa/jquery.ui.datepicker.js
lang/fi/jquery.ui.datepicker.js
lang/fo/jquery.ui.datepicker.js
lang/fr/jquery.ui.datepicker.js
lang/gl/jquery.ui.datepicker.js
lang/he/jquery.ui.datepicker.js
lang/hi/jquery.ui.datepicker.js
lang/hr/jquery.ui.datepicker.js
lang/hu/jquery.ui.datepicker.js
lang/hy/jquery.ui.datepicker.js
lang/id/jquery.ui.datepicker.js
lang/is/jquery.ui.datepicker.js
lang/it/jquery.ui.datepicker.js
lang/ja/jquery.ui.datepicker.js
lang/ka/jquery.ui.datepicker.js
lang/kk/jquery.ui.datepicker.js
lang/km/jquery.ui.datepicker.js
lang/ko/jquery.ui.datepicker.js
lang/lb/jquery.ui.datepicker.js
lang/lt/jquery.ui.datepicker.js
lang/lv/jquery.ui.datepicker.js
lang/mk/jquery.ui.datepicker.js
lang/ml/jquery.ui.datepicker.js
lang/ms/jquery.ui.datepicker.js
lang/nl/jquery.ui.datepicker.js
lang/no/jquery.ui.datepicker.js
lang/pl/jquery.ui.datepicker.js
lang/pt-br/jquery.ui.datepicker.js
lang/pt/jquery.ui.datepicker.js
lang/ro/jquery.ui.datepicker.js
lang/ru/jquery.ui.datepicker.js
lang/sk/jquery.ui.datepicker.js
lang/sl/jquery.ui.datepicker.js
lang/sq/jquery.ui.datepicker.js
lang/sr/jquery.ui.datepicker.js
lang/sv/jquery.ui.datepicker.js
lang/ta/jquery.ui.datepicker.js
lang/th/jquery.ui.datepicker.js
lang/tr/jquery.ui.datepicker.js
lang/uk/jquery.ui.datepicker.js
lang/vi/jquery.ui.datepicker.js
lang/zh-tw/jquery.ui.datepicker.js
lang/zh/jquery.ui.datepicker.js
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_65_ffffff_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_dadada_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_2e83ff_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_454545_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_888888_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_cd0a0a_256x240.png
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/smoothness.css
/dokuwiki/lib/scripts/jquery/jquery-ui.min.js
/dokuwiki/lib/scripts/jquery/jquery.min.js
/dokuwiki/lib/scripts/jquery/update.sh
/dokuwiki/lib/scripts/jquery/versions
abca2f7910-Mar-2023 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Fix warning on PHP8+ when using the DokuWiki stylemanager

Fix PHP Warning message of "Trying to access array offset on value of type null" at the bottom of DokuWiki Config Style page. Fixes #3883

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

translation update

ad43fdbf08-Mar-2023 asivery <asivery@protonmail.com>

Replace is_null() check with count()

36fb33ce27-Feb-2023 asivery <asivery@protonmail.com>

Fix: Padding in _getFixedString, log the path of damaged images

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

translation update

697a39ae06-Mar-2023 Andreas Gohr <andi@splitbrain.org>

output full path when initializing savedir path fails

This will not only clean up double slashes etc. as mentioned in #3903
but will also output the full canonical path (starting at the filesystem
r

output full path when initializing savedir path fails

This will not only clean up double slashes etc. as mentioned in #3903
but will also output the full canonical path (starting at the filesystem
root) when showing an error on initializing the savedir paths. This
should make it easier to understand which path DokuWiki is trying to
access exactly.

show more ...

2b483eba06-Mar-2023 Andreas Gohr <andi@splitbrain.org>

move mail header constants to define file

1...<<11121314151617181920>>...258