History log of /dokuwiki/inc/ (Results 551 – 575 of 6646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
257ea06e19-Oct-2022 小李 <szsd5257@foxmail.com>

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

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>

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

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

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+

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

WIP fulltext collection

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

translation update

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

added method to search an index by regular expression

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

Fix autoloading for tests

Namespace based loading for core tests did not work as intended (but hasn't
been used so far)

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

Add a first collection based on the old FullText Index

This collection is meant as a base class for fulltext indexes, a page
specific implementation will follow.

Currently contains lots of dead cod

Add a first collection based on the old FullText Index

This collection is meant as a base class for fulltext indexes, a page
specific implementation will follow.

Currently contains lots of dead code that needs to be removed or
replaced.

show more ...

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

keep modification state of MemoryIndexes

MemoryIndexes only need to be saved back when they have been modified

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

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

1...<<21222324252627282930>>...266