[serendipity-cvs] [s9y/Serendipity] bfc9f7: bugfix: Avoid warning on PHP 8.2 about dynamic pro...

onli via php-blog-cvs <[email protected]> Fri, 25 Apr 2025 11:19:12 -0700
Newsgroups gmane.comp.serendipity.cvs
Message-ID <s9y/Serendipity/push/refs/heads/feature/internalCache/[email protected]>
  Branch: refs/heads/feature/internalCache
  Home:   https://github.com/s9y/Serendipity
  Commit: bfc9f762215864e777598235cad2a3ef4dccdf5e
      https://github.com/s9y/Serendipity/commit/bfc9f762215864e777598235cad2a3ef4dccdf5e
  Author: onli <[email protected]>
  Date:   2025-04-01 (Tue, 01 Apr 2025)

  Changed paths:
    M docs/NEWS
    M plugins/serendipity_event_bbcode/serendipity_event_bbcode.php
    M plugins/serendipity_event_templatechooser/serendipity_event_templatechooser.php
    M plugins/serendipity_event_textile/serendipity_event_textile.php
    M plugins/serendipity_event_xhtmlcleanup/serendipity_event_xhtmlcleanup.php
    M plugins/serendipity_plugin_creativecommons/serendipity_plugin_creativecommons.php
    M plugins/serendipity_plugin_templatedropdown/serendipity_plugin_templatedropdown.php

  Log Message:
  -----------
  bugfix: Avoid warning on PHP 8.2 about dynamic properties (#881)

* bugfix: Make plugins work on PHP 8.2 with no dynamic properties

* document changes

---------

Co-authored-by: Jari Turkia <[email protected]>


  Commit: 3a6e8fedc829152ea82abf2c4b2d8e157090dfbb
      https://github.com/s9y/Serendipity/commit/3a6e8fedc829152ea82abf2c4b2d8e157090dfbb
  Author: onli <[email protected]>
  Date:   2025-04-09 (Wed, 09 Apr 2025)

  Changed paths:
    M include/functions_config.inc.php

  Log Message:
  -----------
  Fix autologin: Failed because of an invalid SQL statement
Introduced in https://github.com/s9y/Serendipity/commit/ba544f9839f76cf56c637fefa7e1f316f9de97c2


  Commit: d871f866f3f2b4579f04171d8d5bd4d57dfb1a99
      https://github.com/s9y/Serendipity/commit/d871f866f3f2b4579f04171d8d5bd4d57dfb1a99
  Author: onli <[email protected]>
  Date:   2025-04-10 (Thu, 10 Apr 2025)

  Changed paths:
    M docs/NEWS
    M include/admin/installer.inc.php

  Log Message:
  -----------
  Mark intl as required dependency (#886)

* Mark intl as required dependency
Without the extension php81_bc/strftime causes a critical error

* document changes


  Commit: 64f66a22765b4d060a5ae1c4208b21f6cbb7752b
      https://github.com/s9y/Serendipity/commit/64f66a22765b4d060a5ae1c4208b21f6cbb7752b
  Author: onli <[email protected]>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

  Changed paths:
    M bundled-libs/composer/autoload_real.php
    M bundled-libs/composer/installed.json
    M bundled-libs/composer/installed.php
    M bundled-libs/pear/http_request2/Changelog.md
    M bundled-libs/pear/http_request2/HTTP/Request2.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Curl.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Mock.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Socket.php
    M bundled-libs/pear/http_request2/HTTP/Request2/ConnectionException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/CookieJar.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Exception.php
    M bundled-libs/pear/http_request2/HTTP/Request2/LogicException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/MessageException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/MultipartBody.php
    M bundled-libs/pear/http_request2/HTTP/Request2/NotImplementedException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Observer/Log.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Observer/UncompressingDownload.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Response.php
    M bundled-libs/pear/http_request2/HTTP/Request2/SOCKS5.php
    M bundled-libs/pear/http_request2/HTTP/Request2/SocketWrapper.php
    M bundled-libs/pear/http_request2/README.md
    M bundled-libs/pear/http_request2/composer.json
    M bundled-libs/pear/http_request2/data/generate-list.php
    M bundled-libs/pear/http_request2/data/public-suffix-list.php
    M bundled-libs/pear/http_request2/docs/LICENSE
    M composer.lock

  Log Message:
  -----------
  Update pear/http_request2 to v2.7.0 (#885)


  Commit: 940b318d0015b0757b3006d486f7c221979b59ef
      https://github.com/s9y/Serendipity/commit/940b318d0015b0757b3006d486f7c221979b59ef
  Author: onli <[email protected]>
  Date:   2025-04-23 (Wed, 23 Apr 2025)

  Changed paths:
    M bundled-libs/composer/autoload_real.php
    M bundled-libs/composer/installed.json
    M bundled-libs/composer/installed.php
    M bundled-libs/smarty/smarty/CHANGELOG.md
    M bundled-libs/smarty/smarty/README.md
    M bundled-libs/smarty/smarty/docs/upgrading.md
    M bundled-libs/smarty/smarty/src/Compiler/Template.php
    M bundled-libs/smarty/smarty/src/Resource/StringEval.php
    M bundled-libs/smarty/smarty/src/Smarty.php
    M bundled-libs/smarty/smarty/src/debug.tpl
    M composer.lock
    M docs/NEWS

  Log Message:
  -----------
  Update smarty to 5.4.4 (#889)

* Update smarty to 5.4.4

* document changes

* update smarty to 5.4.5

* document changes


  Commit: d1db36a26a0dc12eb1e07af7aef87de7b685fe8e
      https://github.com/s9y/Serendipity/commit/d1db36a26a0dc12eb1e07af7aef87de7b685fe8e
  Author: onli <[email protected]>
  Date:   2025-04-25 (Fri, 25 Apr 2025)

  Changed paths:
    M bundled-libs/composer/autoload_real.php
    M bundled-libs/composer/installed.json
    M bundled-libs/composer/installed.php
    M bundled-libs/pear/http_request2/Changelog.md
    M bundled-libs/pear/http_request2/HTTP/Request2.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Curl.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Mock.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Socket.php
    M bundled-libs/pear/http_request2/HTTP/Request2/ConnectionException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/CookieJar.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Exception.php
    M bundled-libs/pear/http_request2/HTTP/Request2/LogicException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/MessageException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/MultipartBody.php
    M bundled-libs/pear/http_request2/HTTP/Request2/NotImplementedException.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Observer/Log.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Observer/UncompressingDownload.php
    M bundled-libs/pear/http_request2/HTTP/Request2/Response.php
    M bundled-libs/pear/http_request2/HTTP/Request2/SOCKS5.php
    M bundled-libs/pear/http_request2/HTTP/Request2/SocketWrapper.php
    M bundled-libs/pear/http_request2/README.md
    M bundled-libs/pear/http_request2/composer.json
    M bundled-libs/pear/http_request2/data/generate-list.php
    M bundled-libs/pear/http_request2/data/public-suffix-list.php
    M bundled-libs/pear/http_request2/docs/LICENSE
    M bundled-libs/smarty/smarty/CHANGELOG.md
    M bundled-libs/smarty/smarty/README.md
    M bundled-libs/smarty/smarty/docs/upgrading.md
    M bundled-libs/smarty/smarty/src/Compiler/Template.php
    M bundled-libs/smarty/smarty/src/Resource/StringEval.php
    M bundled-libs/smarty/smarty/src/Smarty.php
    M bundled-libs/smarty/smarty/src/debug.tpl
    M composer.lock
    M docs/NEWS
    M include/admin/installer.inc.php
    M include/functions_config.inc.php
    M plugins/serendipity_event_bbcode/serendipity_event_bbcode.php
    M plugins/serendipity_event_templatechooser/serendipity_event_templatechooser.php
    M plugins/serendipity_event_textile/serendipity_event_textile.php
    M plugins/serendipity_event_xhtmlcleanup/serendipity_event_xhtmlcleanup.php
    M plugins/serendipity_plugin_creativecommons/serendipity_plugin_creativecommons.php
    M plugins/serendipity_plugin_templatedropdown/serendipity_plugin_templatedropdown.php

  Log Message:
  -----------
  Merge branch 'master' into feature/internalCache


Compare: https://github.com/s9y/Serendipity/compare/2f81346f53ec...d1db36a26a0d

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