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

onli via php-blog-cvs <[email protected]> Tue, 16 Sep 2025 00:35:03 -0700
Newsgroups gmane.comp.serendipity.cvs
Message-ID <s9y/Serendipity/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  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



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