From c494d8f53ec93287e54ef857f84637fa91c7e1ba Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 6 Dec 2016 15:44:43 +0100 Subject: [PATCH] [prep-release-3.2.0-RC2] Update changelog --- phpBB/docs/CHANGELOG.html | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f907585e28..b684de9a7f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
  1. Changelog
      +
    • Changes since 3.2.0-RC1
    • Changes since 3.2.0-b2
    • Changes since 3.2.0-b1
    • Changes since 3.2.0-a2
    • @@ -123,6 +124,82 @@
      +

      Changes since 3.2.0-RC1

      +

      Bug

      +
        +
      • [PHPBB3-14588] - RTL Search Bar
      • +
      • [PHPBB3-14612] - Double .panel class on confirmation page (ajax error?)
      • +
      • [PHPBB3-14628] - CLI installer doesn't support the translatable error messages
      • +
      • [PHPBB3-14633] - Creating a new topic leaves a white page
      • +
      • [PHPBB3-14636] - BC compatibility broken using request_var
      • +
      • [PHPBB3-14640] - Wrong link to documentation in language/en/install.php
      • +
      • [PHPBB3-14660] - Emails are being sent unparsed
      • +
      • [PHPBB3-14663] - Incorrect unicode chars handling in custom BBCode
      • +
      • [PHPBB3-14665] - Invalid syntax in report_id_auto_increment migration
      • +
      • [PHPBB3-14684] - Extension Sniff script should use NOTESTS
      • +
      • [PHPBB3-14690] - Email queue cron task never runs for phpBB 3.2
      • +
      • [PHPBB3-14692] - Duplicate subexpression in questionnaire.php
      • +
      • [PHPBB3-14700] - Updating from 3.1 to 3.2, just stops
      • +
      • [PHPBB3-14706] - nested BB-Code [list] - shows different behaviour between 3.1 and 3.2
      • +
      • [PHPBB3-14709] - Deleting posts from mcp_main causes missing post_id notice
      • +
      • [PHPBB3-14714] - Update composer dependencies to latest versions
      • +
      • [PHPBB3-14716] - Impossible to install with open basedir restrictions
      • +
      • [PHPBB3-14717] - Quote any scalar in yaml files
      • +
      • [PHPBB3-14739] - Remove old SQLite 2.8.х database driver
      • +
      • [PHPBB3-14740] - BBcodes with quotes dont get parsed correctly
      • +
      • [PHPBB3-14742] - Improvements to migrator
      • +
      • [PHPBB3-14746] - Don't depend on container in installer msg_handler
      • +
      • [PHPBB3-14748] - Modify tests to pass PHP 7.1 tests
      • +
      • [PHPBB3-14763] - Files services definition specifies form for local type
      • +
      • [PHPBB3-14764] - Incomplete update notification points to wrong update-link
      • +
      • [PHPBB3-14765] - Parameter vs requirement spelling mismatch in installer routing config
      • +
      • [PHPBB3-14774] - Content-Range only supported for resuming downloads
      • +
      • [PHPBB3-14782] - Quick Links > Your Posts gives mysql error
      • +
      • [PHPBB3-14788] - Update developer list to reflect team changes
      • +
      • [PHPBB3-14791] - Trying to get form from wrong button in search test base
      • +
      • [PHPBB3-14793] - "A non-numeric value encountered" PHP warning on PHP 7.1+
      • +
      • [PHPBB3-14794] - Fix redirect behavior in according to parse_url() behavior changes in PHP 7.1+
      • +
      • [PHPBB3-14797] - Remove PHP 7.1 builds from allowed failures
      • +
      • [PHPBB3-14799] - purge_notifications() leaves open transaction for bad notification types.
      • +
      • [PHPBB3-14813] - functions_compatibility missing in phpbbcli
      • +
      • [PHPBB3-14814] - Text reparser reparses already correctly [re] -parsed objects
      • +
      • [PHPBB3-14821] - Do not expect parsed HTML in kernel subscriber output
      • +
      • [PHPBB3-14846] - Swapped variables in bbcode, first one doesn't get parsed
      • +
      • [PHPBB3-14873] - Missing width and height variables for smilies
      • +
      • [PHPBB3-14875] - Cannot use HTML entity type database passwords during installation
      • +
      • [PHPBB3-14883] - Text Reparser is Reparsing Empty Data
      • +
      • [PHPBB3-14892] - Assets paths broken on Windows instances
      • +
      +

      Improvement

      + +

      New Feature

      + +

      Task

      +
        +
      • [PHPBB3-10809] - Remove PHP MSSQL Support
      • +
      • [PHPBB3-13573] - Investigate ability to use set_config() and similar compatibility functions.
      • +
      • [PHPBB3-14671] - Deduplicate database schema definiton
      • +
      • [PHPBB3-14696] - Fix email template test for '0' username
      • +
      • [PHPBB3-14807] - Updates dependencies
      • +
      +

      Changes since 3.2.0-b2

      Bug