[serendipity-cvs] [s9y/Serendipity] f20b67: Remove the pragma header from responses (#950)

onli <[email protected]> Wed, 18 Mar 2026 04:50:46 -0700
Newsgroups gmane.comp.serendipity.cvs
Message-ID <s9y/Serendipity/push/refs/heads/feature/2fa/[email protected]>
  Branch: refs/heads/feature/2fa
  Home:   https://github.com/s9y/Serendipity
  Commit: f20b67506197e41ecfc4056b8d773d6b773de11d
      https://github.com/s9y/Serendipity/commit/f20b67506197e41ecfc4056b8d773d6b773de11d
  Author: onli <[email protected]>
  Date:   2026-02-24 (Tue, 24 Feb 2026)

  Changed paths:
    M docs/NEWS
    M include/functions_routing.inc.php
    M index.php
    M plugins/serendipity_event_gravatar/ChangeLog
    M plugins/serendipity_event_gravatar/serendipity_event_gravatar.php
    M serendipity.css.php

  Log Message:
  -----------
  Remove the pragma header from responses (#950)

* Remove obsolete Pragma header

* Document changes


  Commit: 70dbdbda887499b09a029da62a8e19afd197d17c
      https://github.com/s9y/Serendipity/commit/70dbdbda887499b09a029da62a8e19afd197d17c
  Author: onli <[email protected]>
  Date:   2026-02-24 (Tue, 24 Feb 2026)

  Changed paths:
    M docs/NEWS
    M plugins/serendipity_event_spartacus/ChangeLog
    M plugins/serendipity_event_spartacus/serendipity_event_spartacus.php

  Log Message:
  -----------
  spartacus 2.39.4: Remove sourceforge from mirror list (#949)

* spartacus 2.39.4: Remove sourceforge from mirror list
Fixes #948

* minor: changelog version typo


  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: a6c99fdf9709f91cacd7bc0aae58ee4d4c75a4b2
      https://github.com/s9y/Serendipity/commit/a6c99fdf9709f91cacd7bc0aae58ee4d4c75a4b2
  Author: onli <[email protected]>
  Date:   2026-03-11 (Wed, 11 Mar 2026)

  Changed paths:
    M docs/NEWS
    M templates/2k11/config.inc.php

  Log Message:
  -----------
  2k11: Add example values of time formatting options (#723) (#953)

* 2k11: Show example with date format options (#723)

* document changes


  Commit: 9f9c1e12802f25da1302ea21098d8a49cb3df626
      https://github.com/s9y/Serendipity/commit/9f9c1e12802f25da1302ea21098d8a49cb3df626
  Author: onli <[email protected]>
  Date:   2026-03-18 (Wed, 18 Mar 2026)

  Changed paths:
    M docs/NEWS
    M include/admin/maintenance.inc.php
    M include/functions_routing.inc.php
    M index.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_gravatar/ChangeLog
    M plugins/serendipity_event_gravatar/serendipity_event_gravatar.php
    M plugins/serendipity_event_nl2br/Changelog
    M plugins/serendipity_event_nl2br/serendipity_event_nl2br.php
    M plugins/serendipity_event_spartacus/ChangeLog
    M plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
    M serendipity.css.php
    M templates/2k11/admin/maintenance.inc.tpl
    M templates/2k11/config.inc.php

  Log Message:
  -----------
  Merge branch 'master' into feature/2fa


Compare: https://github.com/s9y/Serendipity/compare/55c86edc842e...9f9c1e12802f

To unsubscribe from these emails, change your notification settings at https://github.com/s9y/Serendipity/settings/notifications