History log of /dokuwiki/lib/ (Results 326 – 350 of 4558)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4ec0f22b26-Oct-2022 Edney Rossi <prof.edneyrossi@gmail.com>

translation update

0772dde226-Oct-2022 Andreas Gohr <andi@splitbrain.org>

Fix handling of unknown array settings

When a plugin used an array setting and was then installed, the old
configuration can remain in local.php. It is handled by the
SettingUndefined class. However

Fix handling of unknown array settings

When a plugin used an array setting and was then installed, the old
configuration can remain in local.php. It is handled by the
SettingUndefined class. However this class used the base out() mechanism
which didn't know about arrays. The result was a fatal error resulting
in a completely empty config file.

This moves the error handling from the SettingArray class to the base
class which fixes the original problem.

It also adds a check if the Writer is about to write a completely empty
config file and refuses to do so, throwing an Exception.

Probably related to #3777

show more ...

8accc6f320-Oct-2022 Andreas Gohr <andi@splitbrain.org>

remove language strings for htmlok and phpok options

These options have been removed in bbe6b3a78bfaae7c3435ed2f909108be642b4684


plugins/config/lang/ar/lang.php
plugins/config/lang/bg/lang.php
plugins/config/lang/ca-valencia/lang.php
plugins/config/lang/ca/lang.php
plugins/config/lang/ckb/lang.php
plugins/config/lang/cs/lang.php
plugins/config/lang/cy/lang.php
plugins/config/lang/da/lang.php
plugins/config/lang/de-informal/lang.php
plugins/config/lang/de/lang.php
plugins/config/lang/el/lang.php
plugins/config/lang/eo/lang.php
plugins/config/lang/es/lang.php
plugins/config/lang/eu/lang.php
plugins/config/lang/fa/lang.php
plugins/config/lang/fi/lang.php
plugins/config/lang/fr/lang.php
plugins/config/lang/gl/lang.php
plugins/config/lang/he/lang.php
plugins/config/lang/hr/lang.php
plugins/config/lang/hu/lang.php
plugins/config/lang/ia/lang.php
plugins/config/lang/is/lang.php
plugins/config/lang/it/lang.php
plugins/config/lang/ja/lang.php
plugins/config/lang/ko/lang.php
plugins/config/lang/la/lang.php
plugins/config/lang/lv/lang.php
plugins/config/lang/mr/lang.php
plugins/config/lang/ne/lang.php
plugins/config/lang/nl/lang.php
plugins/config/lang/no/lang.php
plugins/config/lang/pl/lang.php
plugins/config/lang/pt-br/lang.php
plugins/config/lang/pt/lang.php
plugins/config/lang/ro/lang.php
plugins/config/lang/ru/lang.php
plugins/config/lang/sk/lang.php
plugins/config/lang/sl/lang.php
plugins/config/lang/sq/lang.php
plugins/config/lang/sr/lang.php
plugins/config/lang/sv/lang.php
plugins/config/lang/th/lang.php
plugins/config/lang/tr/lang.php
plugins/config/lang/uk/lang.php
plugins/config/lang/vi/lang.php
plugins/config/lang/zh-tw/lang.php
plugins/config/lang/zh/lang.php
70f2f35120-Oct-2022 Phy <git@phy25.com>

Update intro.txt

fabefb7a19-Oct-2022 xboxones1 <91512529+xboxones1@users.noreply.github.com>

Change text color for diff

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

Update core code to make use of sexplode()

This makes use of our own explode mechanism everywhere were we expect a
fixed number of results.

257ea06e19-Oct-2022 小李 <szsd5257@foxmail.com>

translation update

ccc4830f16-Oct-2022 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

a8bda4bf16-Oct-2022 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

08e3798615-Oct-2022 Philippe Verbeke <ph.verbeke@gmail.com>

translation update

1a0013a614-Oct-2022 Schplurtz le Déboulonné <schplurtz@laposte.net>

translation update

2d198df112-Oct-2022 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

631c687312-Oct-2022 Aleksandr Selivanov <alexgearbox@yandex.ru>

translation update

171622de12-Oct-2022 Olivier Humbert <trebmuh@tuxfamily.org>

translation update

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

Remove the htmlok and phpok embedding options

Both options have grave security implications and novice users seem to
ignore advice about them. In the last decades I never came across a wiki
that had

Remove the htmlok and phpok embedding options

Both options have grave security implications and novice users seem to
ignore advice about them. In the last decades I never came across a wiki
that had legitimate use of these options.

If someone needs the functionality, it can easily be added back using a
plugin. But I prefer to give users one less option to shoot themselves
in the foot.

Removal of the translations for the config strings can follow after this
has been merged.

show more ...

2f907d1b11-Oct-2022 Andreas Gohr <andi@splitbrain.org>

translation update

f5457a6610-Oct-2022 Olivier HUMBERT <trebmuh@users.noreply.github.com>

Update French translation

consistency with the rest of the translation

9e83fb7b10-Oct-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

use real French words. Thanks to @Trebmuh

7ca546c709-Oct-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translate the logviwer plugin into French

7f7e569906-Oct-2022 Andreas Gohr <andi@splitbrain.org>

keep selected options visible

This fixes a styling issue in the base styles where selected options in
a multiselect are no longer differentiable from non selected options when
the focus is removed f

keep selected options visible

This fixes a styling issue in the base styles where selected options in
a multiselect are no longer differentiable from non selected options when
the focus is removed from the select.

show more ...

1d5848a621-Sep-2022 fiwswe <53953985+fiwswe@users.noreply.github.com>

Replace direct access to $_SERVER with $INPUT->server->…

2nd try on a separate branch
Also fixes a line that was too long

Note: As I do not use this plugin, this is completely untested.

It sh

Replace direct access to $_SERVER with $INPUT->server->…

2nd try on a separate branch
Also fixes a line that was too long

Note: As I do not use this plugin, this is completely untested.

It should fix splitbrain#3778 (unless I made a stupid mistake).

See https://github.com/fiwswe/dokuwiki/commit/ce0feb5f5c38d0e698bd162105fbe61ceb27fca8

show more ...

36300e6009-Sep-2022 Andreas Gohr <andi@splitbrain.org>

opening up CSP headers for fetch.php resources

This drops the sandbox attribute as discussed in #3710 to re-enable
inline display of PDFs in Safari again.

Dropping the sandbox attribute should also

opening up CSP headers for fetch.php resources

This drops the sandbox attribute as discussed in #3710 to re-enable
inline display of PDFs in Safari again.

Dropping the sandbox attribute should also help with using navigational
links within SVG files as discussed in
https://forum.dokuwiki.org/d/20420-how-to-embed-svg-with-links-the-proper-way

It also allows the loading of fonts from within SVG files. This
currently does not allow font loading from google fonts as asked for
in #3709 though. I'm not sure if we should favor any font provider here.

show more ...

a16ec18227-Aug-2022 Name <nam@example.com>

translation update

3e2e2c4f17-Aug-2022 Andreas Gohr <andi@splitbrain.org>

avoid php8 warnings in authad. fixes #3746

c243774d14-Aug-2022 Andreas Gohr <andi@splitbrain.org>

another go at #3717

c0ece86a0ac0cfab0856b056fb3ce8e726855542 was wrong too, because most
deprecation logs drop the callee

1...<<11121314151617181920>>...183