History log of /dokuwiki/ (Results 676 – 700 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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


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

0d751d9d10-Mar-2023 splitbrain <splitbrain@users.noreply.github.com>

Update deleted files

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

MediaManager: remove check for removed option

The refshow option has been removed in
3e7e02779454686e1c639eb366a195bd1ab50458 and should not have been
checked anymore. This fixes a warning on PHP8 w

MediaManager: remove check for removed option

The refshow option has been removed in
3e7e02779454686e1c639eb366a195bd1ab50458 and should not have been
checked anymore. This fixes a warning on PHP8 when deleting a media
file.

Replaces #3912

show more ...

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

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

updated composer dependencies

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

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

translation update

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

translation update

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

release script: update default repository

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

release script: remove debugging artefact

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

release script: streamline type list

e3b8942527-Feb-2023 asivery <asivery@protonmail.com>

Fix: PHP8-related JpegMeta.php fixes

1...<<21222324252627282930>>...420