From 3e0aa1b3a4a151385d1ea0701d02ed4efecccd4a Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Wed, 3 Feb 2016 22:32:15 +0100 Subject: [PATCH] [prep-release-3.2.0-b1] Add changelog for 3.2.0-b1 --- phpBB/docs/CHANGELOG.html | 50 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b77af13d08..b94fe247dd 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -49,6 +49,7 @@
  1. Changelog
      +
    • Changes since 3.2.0-a2
    • Changes since 3.2.0-a1
    • Changes since 3.1.x
    • Changes since 3.1.7
    • @@ -117,7 +118,54 @@
      -

      Changes since 3.2.0-a1

      Bug

      +

      Changes since 3.2.0-a2

      +

      Bug

      +
        +
      • [PHPBB3-10628] - http:// prepended to "www." urls (but not reflected in preview)
      • +
      • [PHPBB3-11875] - mediumint(8) too small for post_id
      • +
      • [PHPBB3-12221] - URLs Containing javascript: are Garbled
      • +
      • [PHPBB3-14129] - Adding custom extensions autoloaders feature slow downs the board
      • +
      • [PHPBB3-14321] - Fatal error on download the merged conflicts archive during update from 3.1.6 to 3.2-a1
      • +
      • [PHPBB3-14323] - Long urls are no longer shortened
      • +
      • [PHPBB3-14368] - Post Editors Text Should Be Black, Not Blue
      • +
      • [PHPBB3-14371] - Small fix for the aligment quick links
      • +
      • [PHPBB3-14373] - Do not use strpos() on arrays in iohandler_base::add_error_message()
      • +
      • [PHPBB3-14378] - Maintain consistent template var paths in 3.2 installer
      • +
      • [PHPBB3-14380] - Maintain consistent template var paths in 3.2 installer
      • +
      • [PHPBB3-14402] - Tidy plupload cron should not rely on user id/ip being available
      • +
      • [PHPBB3-14403] - phpbb\log should still work even when no user data is given
      • +
      • [PHPBB3-14405] - Text processor parses invalid use of url bbcode
      • +
      • [PHPBB3-14419] - Update composer dependencies and fix outdated composer lock file
      • +
      • [PHPBB3-14420] - Search Results pagination not up to date / broken
      • +
      • [PHPBB3-14428] - Use other links for files remote test
      • +
      • [PHPBB3-14431] - Remote avatar uploading does not support https
      • +
      • [PHPBB3-14432] - The lang() function needs to handle key array
      • +
      • [PHPBB3-14434] - Schema generator fails if extensions have non-migrations in migrations dir
      • +
      • [PHPBB3-14436] - Default data type migration misses oauth_states dependency
      • +
      • [PHPBB3-14442] - Use Goutte ~2.0 after allowing PHP >= 5.4
      • +
      • [PHPBB3-14444] - Fatal error in functions_messenger.php
      • +
      • [PHPBB3-14446] - Add predefined placeholder variables to twig
      • +
      • [PHPBB3-14452] - Undefined $progressFillerText in installer.js
      • +
      • [PHPBB3-14453] - Missing dependency in the text_reparser migration
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-13454] - Remove unused variables, globals, parameters
      • +
      • [PHPBB3-13733] - Allow non-migration files inside migrations folder
      • +
      • [PHPBB3-14177] - Catch exceptions and display a nice error page
      • +
      • [PHPBB3-14253] - Show group requests pending aproval at the ACP groups summary
      • +
      • [PHPBB3-14377] - Allow extensions to register custom compiler pass
      • +
      • [PHPBB3-14418] - Add missing language string PM_TOOLS
      • +
      • [PHPBB3-14445] - Force page refresh before the installer generates the schema
      • +
      +

      Task

      + + +

      Changes since 3.2.0-a1

      +

      Bug