From 8fe3a97a1a77b9e8adabc12cfe411830cca761d0 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 15 Oct 2023 12:02:16 +0200 Subject: [PATCH] [prep-release-3.3.11] Update changelog for 3.3.11 --- phpBB/docs/CHANGELOG.html | 68 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 48910db5c1..d5dfa0b872 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
  1. Changelog
      +
    • Changes since 3.3.10
    • Changes since 3.3.10-RC1
    • Changes since 3.3.9
    • Changes since 3.3.9-RC1
    • @@ -166,6 +167,73 @@
      +

      Changes since 3.3.10

      +

      Bug

      +
        +
      • [PHPBB3-8777] - Users can be removed from all groups leaving no default group
      • +
      • [PHPBB3-11184] - ACP purports to allow editing of Founder admin permissions
      • +
      • [PHPBB3-12785] - Redirection of URI are calculated using PHP_SELF
      • +
      • [PHPBB3-13276] - INCLUDEJS and INCLUDECSS do not obey PHPBB_USE_BOARD_URL_PATH
      • +
      • [PHPBB3-13364] - Index Subject not updated after moderation
      • +
      • [PHPBB3-15129] - Wrong Installation guide link
      • +
      • [PHPBB3-16796] - misalignment on index and viewforum for topics and posts titles
      • +
      • [PHPBB3-16877] - OAuth account linking throws a PHP error - PHP 8
      • +
      • [PHPBB3-17004] - Pagination doesn't not show up in UCP > Front Page
      • +
      • [PHPBB3-17040] - bidi.css is loaded when viewing LTR print view pages
      • +
      • [PHPBB3-17041] - RTL Pagination Dropdown Arrow Faces The Wrong Way
      • +
      • [PHPBB3-17042] - Group Description With BBCode List Breaks Layout
      • +
      • [PHPBB3-17043] - Remove Duplicate CP Rule From bidi.css
      • +
      • [PHPBB3-17045] - UCP attachments list page top and bottom pagination counts language strings and font size are different
      • +
      • [PHPBB3-17046] - IE tweaks in simple_header should be included the same as in overall_header
      • +
      • [PHPBB3-17053] - sql_freeresult not working for mysqli & PHP 8
      • +
      • [PHPBB3-17076] - Signature length limit bug
      • +
      • [PHPBB3-17086] - phpBB / Codespaces support
      • +
      • [PHPBB3-17089] - Warning users without post causes PHP warning
      • +
      • [PHPBB3-17097] - PHP 8.2 Deprecations
      • +
      • [PHPBB3-17098] - body class {S_CONTENT_DIRECTION} is missing in ucp_pm_viewmessage_print.html
      • +
      • [PHPBB3-17107] - Who is online incorectly reports Forum location when replying/quoting
      • +
      • [PHPBB3-17115] - PHP warning with native search backend if query ends with a space followed by hyphen
      • +
      • [PHPBB3-17126] - Filename in instructions about running all tests does not exist
      • +
      • [PHPBB3-17127] - Guest users stats got purged when resetting password
      • +
      • [PHPBB3-17129] - Youtube profile field not up to date in new installations
      • +
      • [PHPBB3-17132] - Missing language variable leads to PHP error in convertor
      • +
      • [PHPBB3-17137] - Attachments can be deleted after end of post editing or deletion time
      • +
      • [PHPBB3-17139] - PHP fatal error while updating with advanced update package
      • +
      • [PHPBB3-17140] - Required parameter phpbb_root_path missing in local_url_bbcode migration
      • +
      • [PHPBB3-17141] - Empty referrer may result in PHP error in get_web_root_path()
      • +
      • [PHPBB3-17142] - Installation errors when using MSSQL+ IIS + PHP 8.2
      • +
      • [PHPBB3-17145] - Field 'pf_phpbb_occupation' doesn't have a default value
      • +
      • [PHPBB3-17146] - Undefined array key in notifications code
      • +
      • [PHPBB3-17148] - phpBB3.3.10 Setup does not support PostgreSQL 8.3
      • +
      • [PHPBB3-17150] - Forum Image Breaks Layout If Big Image Used - (Forum List Forum Image)
      • +
      • [PHPBB3-17160] - Missing 'Mark' Column Header On MCP Front Page
      • +
      • [PHPBB3-17171] - Remove non functional responsive placeholder text rules in responsive.css
      • +
      • [PHPBB3-17172] - Hovering over a forum link / subforum link shows 'No unread posts' on the tooltip
      • +
      • [PHPBB3-17189] - Installer permission handling on PHP 8.2
      • +
      • [PHPBB3-17194] - Php version in vagrant configuration is not set correctly
      • +
      • [PHPBB3-17198] - Gravatar requires https by default
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-8071] - DBAL function "sql_nextid" - name is misleading
      • +
      • [PHPBB3-11765] - short_ipv6() doesn't expect IPv4 embedded IPv6 addresses
      • +
      • [PHPBB3-12904] - Required custom profile fields and asterisk
      • +
      • [PHPBB3-13399] - Problem with plurals - 'CHARACTERS'
      • +
      • [PHPBB3-15973] - Canonical for the index page
      • +
      • [PHPBB3-16913] - Add Search Index Progress Bar with Stats
      • +
      • [PHPBB3-17025] - Move post destination topic field should not be populated with a zero
      • +
      • [PHPBB3-17125] - Message Editor layout Broken in Latest Safari
      • +
      • [PHPBB3-17128] - Link to PHP date() function
      • +
      • [PHPBB3-17152] - Add template event to viewtopic_body.html
      • +
      • [PHPBB3-17188] - Condition to check if a utf8 string is malformed is wrong
      • +
      +

      Task

      +
        +
      • [PHPBB3-17116] - Useless duplicate conditions in ucp_pm_history.html
      • +
      • [PHPBB3-17149] - Update authors and pull request template
      • +
      • [PHPBB3-17154] - Update composer and dependencies to latest versions
      • +
      +

      Changes since 3.3.10-RC1

      Bug