| 257ea06e | 19-Oct-2022 |
小李 <szsd5257@foxmail.com> |
translation update |
| a8bda4bf | 16-Oct-2022 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
| 08e37986 | 15-Oct-2022 |
Philippe Verbeke <ph.verbeke@gmail.com> |
translation update |
| 1a0013a6 | 14-Oct-2022 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 2d198df1 | 12-Oct-2022 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 631c6873 | 12-Oct-2022 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
translation update |
| 171622de | 12-Oct-2022 |
Olivier Humbert <trebmuh@tuxfamily.org> |
translation update |
| bbe6b3a7 | 12-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 ...
|
| 2f907d1b | 11-Oct-2022 |
Andreas Gohr <andi@splitbrain.org> |
translation update |
| 0519ac41 | 07-Oct-2022 |
Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> |
Minify sytnax |
| e86df411 | 07-Oct-2022 |
Marvin Klein <32510006+MarvinKlein1508@users.noreply.github.com> |
Update inc/toolbar.php
Minify syntax
Co-authored-by: Gerrit Uitslag <klapinklapin@gmail.com> |
| e945440a | 04-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 ...
|
| fe4fec2f | 19-Sep-2022 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Shorten comment line to appease PHP Code Sniffer |
| b9baf069 | 19-Sep-2022 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Remove PHP version differentiation for MAILHEADER_EOL |
| f41f8969 | 19-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. |
| abd8ac34 | 19-Sep-2022 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Handle change of line endings in mail() in PHP 8.0.14+ |
| f5f947e5 | 14-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
WIP fulltext collection |
| 57cf76b9 | 13-Sep-2022 |
Guillermo Romero <drirr.gato@gmail.com> |
translation update |
| 03a35633 | 12-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
added method to search an index by regular expression |
| 12ebce97 | 12-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) |
| 1ca67924 | 11-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 ...
|
| b3cb0bc3 | 11-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
keep modification state of MemoryIndexes
MemoryIndexes only need to be saved back when they have been modified |
| 63e9a247 | 03-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
SECURITY fix difftype handling. #3761 |
| a7580321 | 01-Sep-2022 |
Zebra North <mrzebra@mrzebra.co.uk> |
Fix clientIP() returning the wrong address |
| 7c7659d2 | 30-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 ...
|