diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 71795f83ac..d52a9d3c98 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -53,6 +53,7 @@
- Changelog
+ - Changes since 3.0.12
- Changes since 3.0.11
- Changes since 3.0.10
- Changes since 3.0.9
@@ -93,7 +94,140 @@
-
1.i. Changes since 3.0.11
+
1.i. Changes since 3.0.12
+
+
Bug
+
+- [PHPBB3-6703] - Problem with russian letter while converting from 2.0.x
+- [PHPBB3-8960] - Allow changing allow_avatar_remote when images/avatars/upload is not writable
+- [PHPBB3-9420] - BBCode - Unable to use a proper URI token
+- [PHPBB3-9724] - Wrong return "Return to ACP"
+- [PHPBB3-9725] - MSSQL Schema is not azure compatible
+- [PHPBB3-10023] - Password change requirement notification in UCP is not noticable
+- [PHPBB3-10423] - Searching for the term "test *" will highlight nearly every word and displays htmlspecialchars as htmlentities.
+- [PHPBB3-10442] - XHTML is invalid when a forum link without redirect counter is present
+- [PHPBB3-10687] - UNABLE_GET_IMAGE_SIZE text misleading for remote avatars
+- [PHPBB3-10729] - Post editor information is not updated when user being deleted with posts
+- [PHPBB3-10776] - Grammar errors in docs/README.html
+- [PHPBB3-10796] - SQL Azure does not allow SELECT FROM sysfiles
+- [PHPBB3-10851] - HTML files containing certain tags being rejected as possible attack vectors with "Check attachment file" set to "No"
+- [PHPBB3-10863] - Permission mask does not accurately show some forum permissions if user has MOD parmissions
+- [PHPBB3-10917] - Updater notice "Update files are out of date..." when updating to unreleased version
+- [PHPBB3-10985] - Error bbcode.html not found when updating with custom style inheriting from prosilver
+- [PHPBB3-11062] - In Automatic Update, new language strings from install.php are only loaded from English
+- [PHPBB3-11224] - SQL cache destroy does not destroy queries to tables joined
+- [PHPBB3-11288] - "Fulltext native" search fooled by hyphens
+- [PHPBB3-11480] - Prevent Private Message system from returning "Unknown folder" when inbox folder is full
+- [PHPBB3-11613] - Cookies do not work for netbios domain
+- [PHPBB3-11686] - Not checking for phpBB Debug errors on functional tests
+- [PHPBB3-11699] - PHP Lint Test should exclude selected subdirectories of the build directory.
+- [PHPBB3-11726] - Don't run lint tests on Travis on postgres
+- [PHPBB3-11762] - generate_text_for_display() treats "0" as an empty string
+- [PHPBB3-11789] - Inline css with color value in subsilver2
+- [PHPBB3-11794] - Coding Guidelines document says to place a comma after every array element, but fails to do so itself
+- [PHPBB3-11799] - Anti Abuse Headers missing for sendpassword
+- [PHPBB3-11811] - Chrome 30 adds outline to focused elements
+- [PHPBB3-11821] - Wrong comma usage "You are receiving this notification"
+- [PHPBB3-11823] - Travis-CI webserver not matching PHP files with anything after the .php
+- [PHPBB3-11829] - Closed reports may seem open in detailed view
+- [PHPBB3-11860] - .htaccess not working for Apache 2.4
+- [PHPBB3-11864] - Do not call exit after display_progress_bar in acp_forums
+- [PHPBB3-11879] - Compatibility error in forum_fn.js: .live should be replaced with .on
+- [PHPBB3-11968] - Travis Image are broken due to repository rename
+- [PHPBB3-12037] - acp_inactive.html has hard-coded text
+- [PHPBB3-12048] - Custom BBCodes Fail to Render Language Strings with a Number
+- [PHPBB3-12061] - Keyboard shortcut alt+h doesn't work properly in firefox
+- [PHPBB3-12072] - Missing word "send" in comment in schema_data.sql
+- [PHPBB3-12093] - IE 11 javascript selection is no longer supported
+- [PHPBB3-12118] - Add noindex meta tag to subsilver2 pm/topic view-print template
+- [PHPBB3-12119] - Remove keywords and description meta tags from prosilver view-print templates
+- [PHPBB3-12120] - Update docs/AUTHORS for 3.0.13-RC1
+- [PHPBB3-12140] - Avoid endless loop in build script
+- [PHPBB3-12161] - build/save directories are no longer created
+- [PHPBB3-12162] - Binary files missing from update packages
+- [PHPBB3-12176] - No error shown when attempting to delete a founder
+- [PHPBB3-12186] - MCP should open "Reported posts" instead of PM Reports
+- [PHPBB3-12188] - Add php 5.6 to travis tests
+- [PHPBB3-12202] - Variables read from style.cfg etc. should be htmlspecialchared
+- [PHPBB3-12205] - Custom Profile Field display bug
+- [PHPBB3-12210] - dbtools::sql_create_table incorrectly throws error related to auto-increment length on non auto-increment fields
+- [PHPBB3-12310] - SMTP username and password should not autocomplete during install
+- [PHPBB3-12316] - develop-ascraeus build status missing from "Automated Testing" section in README.md
+- [PHPBB3-12353] - User attachments in ACP are not displaying every attachment
+- [PHPBB3-12359] - Day and Month of Birthday Misaligned When Editing
+- [PHPBB3-12381] - Broken error message when selecting invalid DB driver
+- [PHPBB3-12397] - db_tools::sql_unique_index_exists() has wrong doc block
+- [PHPBB3-12429] - Update phpunit to 3.8+
+- [PHPBB3-12467] - Add config_*.php and tests_config_*.php to .gitignore
+- [PHPBB3-12472] - Set fast finish for .travis.yml
+- [PHPBB3-12485] - Broken tests due to absolute exclude
+- [PHPBB3-12492] - DB_TEST: Special chars are not supported.
+- [PHPBB3-12540] - WRONG_FILESIZE contains broken placeholders
+- [PHPBB3-12660] - Undefined offset error when phpinfo() disabled and debug enabled
+- [PHPBB3-12695] - Undefined index: MISSING_INLINE_ATTACHMENT notice given when viewing post details
+- [PHPBB3-12720] - Git commit hook should not require commit message to start with a capital letter
+- [PHPBB3-12741] - Functional tests on Travis fail since php update last night
+- [PHPBB3-12755] - Remote upload stuck in infinite loop if server sends keep-alive
+- [PHPBB3-13086] - Update ACP_MASS_EMAIL_EXPLAIN language key
+- [PHPBB3-13096] - ldap_escape() added to PHP 5.6.0
+- [PHPBB3-13138] - Banned users cause infinite recursion
+- [PHPBB3-13168] - Warning displayed in PHP 5.6 for mbstring.http_input
+- [PHPBB3-13234] - Remember me cookie gets unset by admin reauthentication
+- [PHPBB3-13341] - Tests fail when generating coverage report
+- [PHPBB3-13376] - deregister_globals() does not work correctly when $_COOKIE['GLOBALS'] - is specified
+- [PHPBB3-13519] - Correctly validate imagick path as path and not string
+- [PHPBB3-13523] - PHP 5.2 Unit Tests no longer work due to deprecated PHPUnit PEAR channel
+- [PHPBB3-13526] - Correctly validate ucp_pm_options form key
+- [PHPBB3-13527] - Escape information received from version server
+
+
Improvement
+
+- [PHPBB3-10037] - Add Smiley Buttons in Signature Editor
+- [PHPBB3-10174] - Rename "Ban usernames" to "Ban users" in ACP
+- [PHPBB3-10549] - Languages variables should be used, not hardcoded
+- [PHPBB3-10555] - Copyright notice in overall_header.html is not translatable
+- [PHPBB3-10945] - Show entered search query in the search box when no results are found.
+- [PHPBB3-11254] - Check CRLF line endings in the test suite
+- [PHPBB3-11295] - Drop tables for postgres in the test suite
+- [PHPBB3-11297] - Running tests doc should mention dbunit dependency
+- [PHPBB3-11704] - phing build script does not include vendor folder, even if there are dependencies
+- [PHPBB3-11766] - Remove Quote and Edit button when topic is lock
+- [PHPBB3-11801] - missing semi colons in css
+- [PHPBB3-11814] - Topic reply notification email text change
+- [PHPBB3-12035] - Add a link to user's posts in the ACP user overview page
+- [PHPBB3-12106] - Document exceptions to "Disable Board" in ACP.
+- [PHPBB3-12146] - Add color demo when editing a group from the UCP
+- [PHPBB3-12247] - include poster's username in email notifications of posts that get approved by moderators
+- [PHPBB3-12259] - Too many redundant tests are run on Travis
+- [PHPBB3-12468] - Allow mbstring.http_input='' besides 'pass' for PHP 5.6 compatibility
+- [PHPBB3-13531] - Disallow trailing paths (e.g. using the PATH_INFO feature)
+
+
Task
+
+- [PHPBB3-10839] - Remove phpunit.xml.functional and always include functional tests
+- [PHPBB3-11509] - Travis should check commit message format
+- [PHPBB3-11876] - Upgrade package checksums from MD5 to SHA256
+- [PHPBB3-11877] - Create package download links and checksums for announcement via script
+- [PHPBB3-11920] - Add MariaDB tests to Travis-CI
+- [PHPBB3-11951] - Add MariaDB to supported RDBMS list
+- [PHPBB3-11970] - Use 'set -x' in Travis CI setup scripts
+- [PHPBB3-12046] - Use PHP_BINARY environment variable in lint unit test
+- [PHPBB3-12056] - Make sure each unit test runs on its own
+- [PHPBB3-12147] - Remove Travis CI notification configuration
+- [PHPBB3-12302] - Upgrade composer.phar to 1.0.0-alpha8
+- [PHPBB3-12318] - Correctly setup HHVM functional tests on Travis CI
+- [PHPBB3-12319] - Backport Travis CI HHVM environment enabling to develop-olympus.
+- [PHPBB3-12320] - No longer allow Travis CI HHVM environment to fail
+- [PHPBB3-12341] - Add tests for get_username_string()
+- [PHPBB3-12384] - Run Travis CI HHVM tests against MySQLi instead of MySQL
+- [PHPBB3-12417] - hhvm-nightly 2014.04.16~precise breaks tests
+- [PHPBB3-12495] - Add Sami to composer dependencies and build script
+- [PHPBB3-12582] - Strip away copyrighted ICC profile from images
+- [PHPBB3-12917] - Move commit check and file executable checks to 5.3.3 build on travis
+- [PHPBB3-13324] - Composer no longer downloads sami/sami and fabpot/goutte
+
+
+
1.ii. Changes since 3.0.11
Bug
@@ -248,7 +382,7 @@
- [PHPBB3-11753] - Upgrade mysql_upgrader.php schema data.
-
1.ii. Changes since 3.0.10
+
1.iii. Changes since 3.0.10
Bug
@@ -373,7 +507,7 @@
- [PHPBB3-10909] - Update Travis Test Configuration: Travis no longer supports PHP 5.3.2
-
1.iii. Changes since 3.0.9
+
1.iv. Changes since 3.0.9
Bug
@@ -509,7 +643,7 @@
- [PHPBB3-10480] - Automate changelog building
-
1.iv. Changes since 3.0.8
+
1.v. Changes since 3.0.8
Bug
@@ -574,7 +708,7 @@
- [PHPBB3-9924] - $template->display hook does not pass $template instance
-
- [PHPBB3-9925] - prosilver logo margin bug in IE 6-7-8
+
- [PHPBB3-9925] - prosilver logo margin bug in IE 6-7-8
- [PHPBB3-9928] - Do not link "login to your board" to the "send statistics" page after completed update.
@@ -582,7 +716,7 @@
- [PHPBB3-9932] - The Bing bot is not added when converting.
-
- [PHPBB3-9933] - Wrong handling of consecutive multiple asterisks in word censor
+
- [PHPBB3-9933] - Wrong handling of consecutive multiple asterisks in word censor
- [PHPBB3-9934] - Mass Mail missing under the system tab on a fresh install
@@ -594,7 +728,7 @@
- [PHPBB3-9948] - Inline quicktime files won't display
-
- [PHPBB3-9949] - $user->lang() is not handling arguments as per documentation
+
- [PHPBB3-9949] - $user->lang() is not handling arguments as per documentation
- [PHPBB3-9950] - Problem with localized button images after uprading from 3.0.7-PL1 to 3.0.8
@@ -757,7 +891,7 @@
- [PHPBB3-10250] - phpBB Logo needs the Registered Trademark Symbol
-
+
Improvement
@@ -814,7 +948,7 @@
- [PHPBB3-10186] - UCP signature panel displays when not authed for signatures
-
+
New Feature
-
+
Task
@@ -864,7 +998,7 @@
- [PHPBB3-10107] - Improve docs for non-apache webserver configuration
-
+
Sub-task
-
1.v. Changes since 3.0.7-PL1
+
1.vi. Changes since 3.0.7-PL1
Security
-
1.vi. Changes since 3.0.7
+
1.vii. Changes since 3.0.7
- [Sec] Do not expose forum content of forums with ACL entries but no actual permission in ATOM Feeds. (Bug #58595)
-
1.vii. Changes since 3.0.6
+
1.viii. Changes since 3.0.6
- [Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)
@@ -1445,7 +1579,7 @@
-
1.viii. Changes since 3.0.5
+
1.ix. Changes since 3.0.5
- [Fix] Allow whitespaces in avatar gallery names. (Bug #44955)
@@ -1667,7 +1801,7 @@
- [Feature] Send anonymous statistical information to phpBB on installation and update (optional).
-
1.ix. Changes since 3.0.4
+
1.x. Changes since 3.0.4
- [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
@@ -1756,7 +1890,7 @@
- [Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
-
1.x. Changes since 3.0.3
+
1.xi. Changes since 3.0.3
- [Fix] Allow mixed-case template directories to be inherited (Bug #36725)
@@ -1788,7 +1922,7 @@
- [Sec] Ask for forum password if post within passworded forum quoted in private message. (Reported by nickvergessen)
-
1.xi. Changes since 3.0.2
+
1.xii. Changes since 3.0.2
- [Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
@@ -1887,7 +2021,7 @@
- [Sec Precaution] Stricter validation of the HTTP_HOST header (Thanks to Techie-Micheal et al for pointing out possible issues in derived code)
-
1.xii. Changes since 3.0.1
+
1.xiii. Changes since 3.0.1
- [Fix] Ability to set permissions on non-mysql dbms (Bug #24955)
@@ -1935,7 +2069,7 @@
- [Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)
-
1.xiii Changes since 3.0.0
+
1.xiv Changes since 3.0.0
- [Change] Validate birthdays (Bug #15004)
@@ -2006,7 +2140,7 @@
- [Fix] Find and display colliding usernames correctly when converting from one database to another (Bug #23925)
-
1.xiv. Changes since 3.0.RC8
+
1.xv. Changes since 3.0.RC8
- [Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)
@@ -2015,7 +2149,7 @@
- [Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)
-
1.xv. Changes since 3.0.RC7
+
1.xvi. Changes since 3.0.RC7
- [Fix] Fixed MSSQL related bug in the update system
@@ -2050,7 +2184,7 @@
- [Fix] No duplication of active topics (Bug #15474)
-
1.xvi. Changes since 3.0.RC6
+
1.xvii. Changes since 3.0.RC6
- [Fix] Submitting language changes using acp_language (Bug #14736)
@@ -2060,7 +2194,7 @@
- [Fix] Able to request new password (Bug #14743)
-
1.xvii. Changes since 3.0.RC5
+
1.xviii. Changes since 3.0.RC5
- [Feature] Removing constant PHPBB_EMBEDDED in favor of using an exit_handler(); the constant was meant to achive this more or less.
@@ -2123,7 +2257,7 @@
- [Sec] New password hashing mechanism for storing passwords (#i42)
-
1.xviii. Changes since 3.0.RC4
+
1.xix. Changes since 3.0.RC4
- [Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)
@@ -2174,7 +2308,7 @@
- [Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)
-
1.xix. Changes since 3.0.RC3
+
1.xx. Changes since 3.0.RC3
- [Fix] Fixing some subsilver2 and prosilver style issues
@@ -2283,7 +2417,7 @@
-
1.xx. Changes since 3.0.RC2
+
1.xxi. Changes since 3.0.RC2
- [Fix] Re-allow searching within the memberlist
@@ -2329,7 +2463,7 @@
-
1.xxi. Changes since 3.0.RC1
+
1.xxii. Changes since 3.0.RC1
- [Fix] (X)HTML issues within the templates (Bug #11255, #11255)