From e63493115aac8b744a4aa39d96ad25b97bc151ce Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 13 Feb 2016 14:57:53 +0100 Subject: [PATCH] [prep-release-3.1.8] Add changelog for 3.1.8-RC1 --- phpBB/docs/CHANGELOG.html | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 97998e7d00..980712117f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -49,6 +49,7 @@
  1. Changelog
      +
    • Changes since 3.1.7-PL1
    • Changes since 3.1.7
    • Changes since 3.1.6
    • Changes since 3.1.5
    • @@ -113,7 +114,41 @@
      -
      +
      + +

      Changes since 3.1.7-PL1

      + +

      Bug

      +
        +
      • [PHPBB3-12441] - Database-size in ACP missing after update MariaDB from 5.5 to 10.0
      • +
      • [PHPBB3-12618] - Extension Version Check does not support https
      • +
      • [PHPBB3-13180] - Increase the field size of date format to allow more syntax for other calendars
      • +
      • [PHPBB3-13908] - After clause in migration add_column schema tool not honored
      • +
      • [PHPBB3-14046] - Instant message (jabber) dialog says message sent on the creation screen
      • +
      • [PHPBB3-14303] - Some changes for UTF-8 variant on language pack?
      • +
      • [PHPBB3-14374] - Update dynamically generated jquery CDN script tag
      • +
      • [PHPBB3-14386] - open_basedir restriction in effect with remote upload avatar
      • +
      • [PHPBB3-14387] - Extend avatar-driver by extension in ACP not possible
      • +
      • [PHPBB3-14394] - Only purge cache in functional tests if necessary
      • +
      • [PHPBB3-14396] - Use VCHAR_UNI instead of VCHAR for user_dateformat
      • +
      • [PHPBB3-14397] - Fix @since tag in event 'core.ucp_prefs_view_after'
      • +
      • [PHPBB3-14403] - phpbb\log should still work even when no user data is given
      • +
      • [PHPBB3-14407] - Users not being removed from Newly Registered Users group
      • +
      • [PHPBB3-14411] - Delete permanently is not working as it should be
      • +
      • [PHPBB3-14423] - Display database size for Aria storage engine
      • +
      • [PHPBB3-14425] - Database tests do not allow using socket
      • +
      • [PHPBB3-14427] - Memberlist Display Wrong
      • +
      • [PHPBB3-14433] - Functional tests fail for extensions
      • +
      • [PHPBB3-14439] - Error page shown in Manage users -> Anonymous -> Select Form -> Avatar when board wide all avatar settings are disabled
      • +
      • [PHPBB3-14467] - Automatic resize of textarea calculates wrong height
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-14289] - Add events in navbar header
      • +
      • [PHPBB3-14356] - Add template events to viewtopic around back2top link
      • +
      • [PHPBB3-14412] - Comment fixes for PHPDoc in the events
      • +
      • [PHPBB3-14458] - Explicitly state RewriteBase into .htaccess root file
      • +

      Changes since 3.1.7