[serendipity-cvs] [s9y/Serendipity] b1d415: Fix tooltip and language listing in installer (#918)

onli via php-blog-cvs <[email protected]> Thu, 09 Oct 2025 02:31:18 -0700
Newsgroups gmane.comp.serendipity.cvs
Message-ID <s9y/Serendipity/push/refs/heads/feature/tokens/[email protected]>
  Branch: refs/heads/feature/tokens
  Home:   https://github.com/s9y/Serendipity
  Commit: b1d415b13f8c08769e4c321bcc4ca04af7738000
      https://github.com/s9y/Serendipity/commit/b1d415b13f8c08769e4c321bcc4ca04af7738000
  Author: onli <[email protected]>
  Date:   2025-09-16 (Tue, 16 Sep 2025)

  Changed paths:
    M docs/NEWS
    M include/compat.inc.php
    M templates/2k11/admin/serendipity_editor.js.tpl
    M templates/default/admin/serendipity_editor.js

  Log Message:
  -----------
  Fix tooltip and language listing in installer (#918)

* Fix tooltips in installer
The JS file in the installer is coming from default, which was not updated for the new jquery version. size needed to be replaced with length and a load event rewritten.

* Fix language listing in installer
By setting UTF-8 as default charset during the installer run. The language list is encoded in UTF-8, but the charset set in the header was still ISO-8591

* document changes


  Commit: 1960d18670248e90edb470871bff0c03f599cb2f
      https://github.com/s9y/Serendipity/commit/1960d18670248e90edb470871bff0c03f599cb2f
  Author: onli <[email protected]>
  Date:   2025-10-09 (Thu, 09 Oct 2025)

  Changed paths:
    M docs/NEWS
    M include/compat.inc.php
    M templates/2k11/admin/serendipity_editor.js.tpl
    M templates/default/admin/serendipity_editor.js

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


Compare: https://github.com/s9y/Serendipity/compare/da3bbdbaf365...1960d1867024

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