History log of /dokuwiki/ (Results 851 – 875 of 10561)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7ca546c709-Oct-2022 Schplurtz le Déboulonné <Schplurtz@laposte.net>

translate the logviwer plugin into French

0519ac4107-Oct-2022 Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com>

Minify sytnax

e86df41107-Oct-2022 Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com>

Update inc/toolbar.php

Minify syntax

Co-authored-by: Gerrit Uitslag <klapinklapin@gmail.com>

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

e945440a04-Oct-2022 Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com>

Fix toolbar in popup.php

The popup throws two warnings becasue $INFO is NULL within the popup itself.

This fixes this warning but not sure if it is intended to be null.
Fixes:
Warning: Trying t

Fix toolbar in popup.php

The popup throws two warnings becasue $INFO is NULL within the popup itself.

This fixes this warning but not sure if it is intended to be null.
Fixes:
Warning: Trying to access array offset on value of type null in D:\xampp\htdocs\dokuwiki\inc\toolbar.php on line 271
Warning: Trying to access array offset on value of type null in D:\xampp\htdocs\dokuwiki\inc\toolbar.php on line 272

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

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

Revert: Messed up PR #3774

The previuos commit was added to PR #3774 by mistake. reverting now.

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

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

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

It should fix https://github.com/splitbrain/dokuwiki/issues/3778 (unless I

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

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

It should fix https://github.com/splitbrain/dokuwiki/issues/3778 (unless I made a stupid mistake).

show more ...

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

Shorten comment line to appease PHP Code Sniffer

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

Remove PHP version differentiation for MAILHEADER_EOL

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

Fix testing errors with CRLF line endings

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

remove obsolete define of MAILHEADER_EOL

But make sure that inc/mail.php where this is defined was included.

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

Handle change of line endings in mail() in PHP 8.0.14+

9f48b70419-Sep-2022 Andreas Gohr <andi@splitbrain.org>

fix version for master

57cf76b913-Sep-2022 Guillermo Romero <drirr.gato@gmail.com>

translation update

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

63e9a24703-Sep-2022 Andreas Gohr <andi@splitbrain.org>

SECURITY fix difftype handling. #3761

a758032101-Sep-2022 Zebra North <mrzebra@mrzebra.co.uk>

Fix clientIP() returning the wrong address

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

security info: use the new profile at huntr.dev

7c7659d230-Aug-2022 Philipp Specht <philipp.specht@gmail.com>

Add Message-ID to all mails

RFC 5322 specifies that all mails SHOULD have a Message-ID field. While
originating SMTP servers MAY (as per RFC 5321) add a missing Message-ID,
this behavior is not mand

Add Message-ID to all mails

RFC 5322 specifies that all mails SHOULD have a Message-ID field. While
originating SMTP servers MAY (as per RFC 5321) add a missing Message-ID,
this behavior is not mandatory.
Multiple mail providers, e.g. Gmail, reject mails without a Message-ID
field, rendering their users unable to receive mails from a Dokuwiki
instance using a standard-conforming mail server.

This commit simply adds a random Message-ID to a mail's headers during
Mailer class initialization. With the current behavior of setHeader(),
overwriting that header happens without additional changes, should
another Message-ID be necessary, warranted or desired.

show more ...

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

fix warnings in feed.php. #3728

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

translation update

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

use $INPUT to access authentication environment #3750

This should fix warnings about missing data.

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

introduce sexplode() as a PHP8 safe explode()

We often have constructs like

list($foo, $bar) = explode(',', $input, 2);

In PHP8+ this will throw warnings when the explode returns fewer than 2
elem

introduce sexplode() as a PHP8 safe explode()

We often have constructs like

list($foo, $bar) = explode(',', $input, 2);

In PHP8+ this will throw warnings when the explode returns fewer than 2
elements. Our code usually (always?) will anticipate missing elements so
the construct isn't really problematic.

The implementation here wraps the solution suggested at
https://stackoverflow.com/a/56971347 into a new utility function.

I anticipate that people might object to the function name. It was
chosen as a short form of "safe explode". This makes fixing the warning
easy by simply adding a single letter. I also find it slightly amusing
and would be open to change it to just sex() just for the fun of it.

show more ...

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

avoid warning for new subscribers

When a subscriber never received an email no last sent timestamp is set.
PHP8 threw a warning on a missing array key, there.

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