From e8c6a3aa0acad35954f9a6df5bfeff0a517f5397 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Fri, 29 Apr 2016 20:29:21 +0200 Subject: [PATCH] [prep-release-3.2.0-RC1] Update changelog --- phpBB/docs/CHANGELOG.html | 55 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f8f63245df..34bc8a8703 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
  1. Changelog
      +
    • Changes since 3.2.0-b2
    • Changes since 3.2.0-b1
    • Changes since 3.2.0-a2
    • Changes since 3.2.0-a1
    • @@ -121,6 +122,60 @@
      +

      Changes since 3.2.0-b2

      +

      Bug

      +
        +
      • [PHPBB3-9435] - "magic numbers" in message_parser.php/bbcode.php
      • +
      • [PHPBB3-13616] - Pass lexer directly to TWIG environment
      • +
      • [PHPBB3-13972] - 3.1.5 - Waiting time conflict
      • +
      • [PHPBB3-14136] - IE compatibility meta is missing in overall_header.html
      • +
      • [PHPBB3-14198] - Container cache filename doesn't depend on the build options
      • +
      • [PHPBB3-14260] - Right parenthesis breaks (some?) magic URLs
      • +
      • [PHPBB3-14318] - Board Notifications Config Migration Not Working
      • +
      • [PHPBB3-14329] - Updater Cannot remove files
      • +
      • [PHPBB3-14381] - Text Reparser fails with empty sql fields
      • +
      • [PHPBB3-14393] - Update 3.2.0a1 to 3.2.0a2 --> Error: CANNOT_DELETE_FILES
      • +
      • [PHPBB3-14426] - viewtopic error posts bbcode pregmatch
      • +
      • [PHPBB3-14481] - phpBB does not obey HTTP_X_FORWARDED_PORT header
      • +
      • [PHPBB3-14497] - Update nginx sample config for new installer
      • +
      • [PHPBB3-14527] - Dataloss caused by link shortening
      • +
      • [PHPBB3-14528] - Structured data - breadcrumbs error
      • +
      • [PHPBB3-14530] - Signature parsing inconsistant
      • +
      • [PHPBB3-14532] - Database column default incorrectly escaped on MSSQL
      • +
      • [PHPBB3-14550] - function unique_id()
      • +
      • [PHPBB3-14555] - Inconsistent usage of the cache directory
      • +
      • [PHPBB3-14559] - Attachments' behaviour in quotes
      • +
      • [PHPBB3-14562] - Extension's permissions don't have language fallback
      • +
      • [PHPBB3-14564] - config cookie domain is empty
      • +
      • [PHPBB3-14569] - Add a method for console progress bar initialisation
      • +
      • [PHPBB3-14572] - Quote notifications deleted on edit
      • +
      • [PHPBB3-14576] - Functional Test Framework should include functions.php
      • +
      • [PHPBB3-14577] - Stop using sizeof() inside for() loop
      • +
      • [PHPBB3-14589] - Requirements test showing required text for "yellow/amber" (optional) requirements
      • +
      • [PHPBB3-14590] - Installer gets stuck at sending notification e-mail
      • +
      • [PHPBB3-14591] - Some installation data not being inserted when running under MS SQL Server
      • +
      • [PHPBB3-14607] - Missing Auto Increment in Report Table
      • +
      • [PHPBB3-14619] - docs/ folder need work to change 3.1.x to 3.2.x in readme, install, changelog etc
      • +
      • [PHPBB3-14648] - Users don't receive default notifications if another setting is set.
      • +
      • [PHPBB3-14649] - Missing variable within event
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-13502] - controller resolver should handle callable functions and objects
      • +
      • [PHPBB3-14540] - Adjust class recursive_dot_prefix_filter_iterator to increase performance
      • +
      • [PHPBB3-14561] - Add additional commands for user actions
      • +
      • [PHPBB3-14664] - Fix PHPDoc comment in cron manager
      • +
      +

      New Feature

      +
        +
      • [PHPBB3-12684] - Add a command to add a user from the CLI
      • +
      +

      Task

      + +

      Changes since 3.2.0-b1

      Bug