[serendipity-cvs] [s9y/Serendipity] b5f591: nl2br 2.21.12: isolation tag check could fail on P...
onli via php-blog-cvs <[email protected]> Wed, 11 Mar 2026 04:28:51 -0700
| Newsgroups | gmane.comp.serendipity.cvs |
|---|---|
| Message-ID | <s9y/Serendipity/push/refs/heads/feature/2k11DateformatDisplay/[email protected]> |
Branch: refs/heads/feature/2k11DateformatDisplay
Home: https://github.com/s9y/Serendipity
Commit: b5f591aa8fdbdd24de345fe4e2f12830b767e113
https://github.com/s9y/Serendipity/commit/b5f591aa8fdbdd24de345fe4e2f12830b767e113
Author: onli <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M docs/NEWS
M plugins/serendipity_event_nl2br/Changelog
M plugins/serendipity_event_nl2br/serendipity_event_nl2br.php
Log Message:
-----------
nl2br 2.21.12: isolation tag check could fail on PHP 8
See https://board.s9y.org/viewtopic.php?p=10459895#p10459895
Commit: 0eddecbc4c320ddbf2f380199a5decc6cdbca48b
https://github.com/s9y/Serendipity/commit/0eddecbc4c320ddbf2f380199a5decc6cdbca48b
Author: onli <[email protected]>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M plugins/serendipity_event_nl2br/serendipity_event_nl2br.php
Log Message:
-----------
nl2br: Additional fix for isolation check error
Extend https://github.com/s9y/Serendipity/commit/b5f591aa8fdbdd24de345fe4e2f12830b767e113
Commit: 5077c11768e7974974089289799a3877a106f0bc
https://github.com/s9y/Serendipity/commit/5077c11768e7974974089289799a3877a106f0bc
Author: onli <[email protected]>
Date: 2026-03-11 (Wed, 11 Mar 2026)
Changed paths:
M docs/NEWS
M include/admin/maintenance.inc.php
M lang/UTF-8/serendipity_lang_de.inc.php
M lang/UTF-8/serendipity_lang_en.inc.php
M lang/serendipity_lang_de.inc.php
M lang/serendipity_lang_en.inc.php
M templates/2k11/admin/maintenance.inc.tpl
Log Message:
-----------
Maintenance action clear template cache -> clear also s9y cache (#954)
* Maintenance action clear template cache -> clear also s9y cache
The maintenance action to clear the template cache could be misleading when the internal cache was activated, since changes would be delayed.
This also moved the maintenance code path to a POST action, so it won't be triggered by accident by browser preloading sites. And instead of only deleting some cache files of the current active theme it now deletes all smarty cache files - the argumentation that this would lead to a high memory consumption later when caches for e.g. the gravatar plugin are renewed is not correct anymore, since those caches are not managed by smarty (and smarty won't delete them).
Closes https://github.com/s9y/Serendipity/issues/910
* minor: fix typo
* document changes
Commit: 81ed7cad8d8c125fbf27e16ed218c7e0df860f88
https://github.com/s9y/Serendipity/commit/81ed7cad8d8c125fbf27e16ed218c7e0df860f88
Author: onli <[email protected]>
Date: 2026-03-11 (Wed, 11 Mar 2026)
Changed paths:
M docs/NEWS
M include/admin/maintenance.inc.php
M lang/UTF-8/serendipity_lang_de.inc.php
M lang/UTF-8/serendipity_lang_en.inc.php
M lang/serendipity_lang_de.inc.php
M lang/serendipity_lang_en.inc.php
M plugins/serendipity_event_nl2br/Changelog
M plugins/serendipity_event_nl2br/serendipity_event_nl2br.php
M templates/2k11/admin/maintenance.inc.tpl
Log Message:
-----------
Merge branch 'master' into feature/2k11DateformatDisplay
Compare: https://github.com/s9y/Serendipity/compare/509b0e0a521a...81ed7cad8d8c
To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications