From 89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 11 May 2019 17:30:43 +0200 Subject: [ticket/16052] Update version numbers to 3.3 PHPBB3-16052 --- phpBB/docs/CHANGELOG.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b21c0ca38f..b1d45e7995 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -4,7 +4,7 @@ - + phpBB • Changelog @@ -21,7 +21,7 @@
-

phpBB 3.2.x Changelog

+

phpBB 3.3.x Changelog

Skip

@@ -36,7 +36,7 @@

- This is a non-exhaustive (but still near complete) changelog for phpBB 3.2.x including release candidate versions. + This is a non-exhaustive (but still near complete) changelog for phpBB 3.3.x including release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.

-- cgit v1.2.1 From 6105260a8e9d329fbdb77d844ac4b7e3188a00f9 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 19 Oct 2019 15:22:21 +0200 Subject: [prep-release-3.3.0-b1] Add changelog for 3.3.0-b1 --- phpBB/docs/CHANGELOG.html | 109 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 0c9b56d1bf..08804e5ce5 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
  1. Changelog
      +
    • Changes since 3.2.x
    • Changes since 3.2.8-RC1
    • Changes since 3.2.7
    • Changes since 3.2.6
    • @@ -140,6 +141,114 @@
      +

      Changes since 3.2.x

      +

      Bug

      +
        +
      • [PHPBB3-14670] - Use latest symfony branch in master
      • +
      • [PHPBB3-14769] - CLI Installer Fails
      • +
      • [PHPBB3-14815] - The facebook page link is not displayed properly in membership.php
      • +
      • [PHPBB3-15255] - Language variables of filesystem exception should moved
      • +
      • [PHPBB3-15351] - Confirm box function does not work with symlink on server config
      • +
      • [PHPBB3-15377] - INCLUDECSS and INCLUDEJS broken on all front controllers (app.php)
      • +
      • [PHPBB3-15400] - app.php urls aren't working in vagrant because of nginx
      • +
      • [PHPBB3-15424] - Fix typos in coding guidelines, comments, events list & credits
      • +
      • [PHPBB3-15436] - Remove folder icons from index
      • +
      • [PHPBB3-15522] - Allow multiple color palettes per page
      • +
      • [PHPBB3-15643] - $phpbb_filesystem->resolve_path() may triggers open_basedir restriction
      • +
      • [PHPBB3-15686] - Update homestead for vagrant
      • +
      • [PHPBB3-15720] - Redirections dont need to escape ampersands
      • +
      • [PHPBB3-15725] - Testing framework fails to install extensions because of outdated assertion
      • +
      • [PHPBB3-15744] - Not all sql querys need to free memory
      • +
      • [PHPBB3-15828] - php 7.3 warning in installing 3.2.3 and installtion failed
      • +
      • [PHPBB3-15846] - Wrong id for downloadable extension group
      • +
      • [PHPBB3-15922] - Remove support for APC cache
      • +
      • [PHPBB3-15935] - Check if APCu is installed before installing it
      • +
      • [PHPBB3-15938] - Static attributes blacklist references no longer existing classes
      • +
      • [PHPBB3-15991] - Tables in ACP are displayed incorrectly
      • +
      • [PHPBB3-16003] - Post count not updated when deleting only post in topic
      • +
      • [PHPBB3-16048] - Unable to restore any backup from ACP
      • +
      • [PHPBB3-16050] - PHP warning in MCP banning tab on PHP 7.2+
      • +
      • [PHPBB3-16057] - Fix vagrant in 3.3
      • +
      • [PHPBB3-16074] - Twemoji -fe0f sequence not rendering
      • +
      • [PHPBB3-16076] - Limit attachment size by extension group
      • +
      • [PHPBB3-16131] - Force vagrant to install phpBB with a specific PHP version
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-11515] - Add interface for lock classes and add new methods
      • +
      • [PHPBB3-11838] - OAuth registration from ucp_register
      • +
      • [PHPBB3-12591] - Improve breadcrumb functionality with new "Home page"/"Forum index" link
      • +
      • [PHPBB3-14465] - Remove maximum password length setting
      • +
      • [PHPBB3-14573] - Extend breadcrumb to support more pages
      • +
      • [PHPBB3-14948] - Changes 3.3 PHP requirement to 7.1
      • +
      • [PHPBB3-14972] - PHP 7.2 compatibility: wrong sizeof/count parameter type
      • +
      • [PHPBB3-15088] - Optimize code for extension manager to avoid repetitions
      • +
      • [PHPBB3-15153] - Update laravel/homestead box for vagrant
      • +
      • [PHPBB3-15203] - Missing constants during web installation
      • +
      • [PHPBB3-15257] - Extensions may indicate reasons why they cannot enable
      • +
      • [PHPBB3-15269] - Set development environment and enable all debugs when installing with vagrant
      • +
      • [PHPBB3-15274] - Migration "custom" tool does not allow parameters
      • +
      • [PHPBB3-15295] - Restore MyIsam and mysql environments to test suite
      • +
      • [PHPBB3-15330] - Twig function to know if a language string is defined
      • +
      • [PHPBB3-15413] - Login from any page and redirecting back there
      • +
      • [PHPBB3-15508] - Upgrade Twig to version 2.x
      • +
      • [PHPBB3-15564] - Switch to Invisible reCAPTCHA
      • +
      • [PHPBB3-15580] - Remove extra settings in ACP
      • +
      • [PHPBB3-15610] - Improving UI of Board Statistics in ACP
      • +
      • [PHPBB3-15646] - Add support for Argon2i passwords
      • +
      • [PHPBB3-15663] - Remove flash support in attachments
      • +
      • [PHPBB3-15664] - Manage extensions with ajax
      • +
      • [PHPBB3-15671] - Limit accepted formats to allowed extensions in avatars upload
      • +
      • [PHPBB3-15694] - Add style-related language files into .gitignore
      • +
      • [PHPBB3-15714] - Login after register
      • +
      • [PHPBB3-15718] - Update CONTRIBUTING.md
      • +
      • [PHPBB3-15772] - Hide warning message in acp when install dir is present and allow_install_dir is true
      • +
      • [PHPBB3-15905] - Create multiple twig extensions
      • +
      • [PHPBB3-15940] - Expose user_id to notif method's is_available and add event before it to load user data
      • +
      • [PHPBB3-15987] - Make table parameters an array
      • +
      • [PHPBB3-16016] - Provide a base class to implement password hashing via native functions
      • +
      • [PHPBB3-16017] - Add support for Argon2id password hashing
      • +
      • [PHPBB3-16081] - Remove eAccelerator as its latest supported PHP version is 5.3
      • +
      • [PHPBB3-16082] - Remove XCache as it does not support PHP 7
      • +
      • [PHPBB3-16115] - Add PHP 7.4 builds to travis CI
      • +
      • [PHPBB3-16144] - NO_STYLE_DATA - Provide extra fallback to board's default style for $user.
      • +
      • [PHPBB3-16148] - Add template events to acp_groups.html
      • +
      • [PHPBB3-16159] - Wrap post times in html time tag
      • +
      +

      New Feature

      +
        +
      • [PHPBB3-11327] - Implement reset password functionality via form instead of sending password
      • +
      +

      Sub-task

      + +

      Task

      +
        +
      • [PHPBB3-14584] - Move deprecated globals and functions to compatibility_*.php
      • +
      • [PHPBB3-14761] - Update travis tests setup too, move myisam from PHP 5.4 to 5.5
      • +
      • [PHPBB3-15244] - Remove the UNGLOBALISE-related code
      • +
      • [PHPBB3-15410] - Remove obsolete code from BBCodes ACP
      • +
      • [PHPBB3-15422] - Remove the unnecessary helpline function and help_line variable
      • +
      • [PHPBB3-15738] - Remove code related with safe mode
      • +
      • [PHPBB3-15746] - Update dependencies for 3.2.3
      • +
      • [PHPBB3-15921] - Update TextFormatter to 1.3.2
      • +
      • [PHPBB3-15927] - Fix ACP table display error
      • +
      • [PHPBB3-16051] - Remove mysql driver as it's unsupported
      • +
      • [PHPBB3-16052] - Branch off 3.3.x branch
      • +
      • [PHPBB3-16067] - Define trusty build environment for travis builds
      • +
      • [PHPBB3-16072] - Update s9e/text-formatter
      • +
      • [PHPBB3-16112] - Update composer dependencies to latest
      • +
      • [PHPBB3-16175] - Update composer.json dependencies for 3.3.0-b1
      • +
      • [PHPBB3-16185] - Use Xenial build environment on travis-ci
      • +
      +

      Changes since 3.2.8-RC1

      Bug

        -- cgit v1.2.1 From 77a15e354246a22ad8d3eed6e3fcd9f9f046c9f8 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 22 Nov 2019 11:08:11 +0100 Subject: [prep-release-3.3.0-b2] Update changelog for 3.3.0-b2 --- phpBB/docs/CHANGELOG.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 08804e5ce5..d229b91bd6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
        1. Changelog
            +
          • Changes since 3.3.0-b1
          • Changes since 3.2.x
          • Changes since 3.2.8-RC1
          • Changes since 3.2.7
          • @@ -141,6 +142,30 @@
            +

            Changes since 3.3.0-b1

            +

            Bug

            + +

            Improvement

            +
              +
            • [PHPBB3-12539] - Live Member Search Improvements
            • +
            • [PHPBB3-12559] - Add forum setting to limit subforums legend to direct children only
            • +
            • [PHPBB3-12574] - Don't require the passwords_manager in the constructor of the auth plugins
            • +
            • [PHPBB3-15958] - Created forums and default forum created during install have diferent options
            • +
            • [PHPBB3-16187] - Correctly display registration using external services
            • +
            • [PHPBB3-16189] - Deprecate inet_ntop and inet_pton wrappers
            • +
            • [PHPBB3-16190] - Deprecate phpbb's checkdnsrr wrapper
            • +
            • [PHPBB3-16195] - Copy forum permissions missing paragraph
            • +
            • [PHPBB3-16196] - Remove random_compat
            • +
            • [PHPBB3-16206] - Remove offsetExists reimplementation in service_collection
            • +
            +

            Changes since 3.2.x

            Bug

              -- cgit v1.2.1 From 4051bf2466022cdd0b79328affac69f51eb9416c Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 21 Dec 2019 10:51:05 +0100 Subject: [prep-release-3.3.0-RC1] Update changelog for 3.3.0-RC1 --- phpBB/docs/CHANGELOG.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d229b91bd6..8eb9639db3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
              1. Changelog
                  +
                • Changes since 3.3.0-b2
                • Changes since 3.3.0-b1
                • Changes since 3.2.x
                • Changes since 3.2.8-RC1
                • @@ -142,6 +143,36 @@
                  +

                  Changes since 3.3.0-b2

                  +

                  Bug

                  +
                    +
                  • [PHPBB3-16056] - JPEG dimensions undetectable for some kind of jpeg files
                  • +
                  • [PHPBB3-16211] - COPPA should not be skippable
                  • +
                  • [PHPBB3-16226] - Cron Tasks are not running on some Apache Server
                  • +
                  • [PHPBB3-16227] - If click login or acp login add errors
                  • +
                  • [PHPBB3-16228] - BBCode definitions with an optional attribute and a non-TEXT content are not merged correctly
                  • +
                  • [PHPBB3-16235] - Ignore patterns in ext-sniff.sh are not processed
                  • +
                  • [PHPBB3-16242] - Redirect loop when install folder doesn't exist
                  • +
                  • [PHPBB3-16255] - PHP 7.4 Deprecation warning on curly braces offsets
                  • +
                  • [PHPBB3-16258] - Sample Sphinx configuration file causes delta index to only include the most recent post
                  • +
                  +

                  Improvement

                  + +

                  Task

                  +
                    +
                  • [PHPBB3-16224] - Update composer dependencies
                  • +
                  • [PHPBB3-16241] - Color Palette Syntax Breaks Backwards Compatibility
                  • +
                  • [PHPBB3-16246] - Prettify and update README Automated Testing section
                  • +
                  +

                  Changes since 3.3.0-b1

                  Bug

                    -- cgit v1.2.1 From e900104e10b37214f8eaf6a484ba6ea93935f946 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Jan 2020 22:01:09 +0100 Subject: [prep-release-3.3.0] Add changelog for 3.3.0 --- phpBB/docs/CHANGELOG.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index e23a1bebb1..4d24456e6d 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -50,6 +50,7 @@
                    1. Changelog
                        +
                      • Changes since 3.3.0-RC1
                      • Changes since 3.3.0-b2
                      • Changes since 3.3.0-b1
                      • Changes since 3.2.x
                      • @@ -145,6 +146,48 @@
                        +

                        Changes since 3.3.0-RC1

                        +

                        Bug

                        +
                          +
                        • [PHPBB3-15592] - "Place inline" button appears when BBcode is disabled (Post settings)
                        • +
                        • [PHPBB3-15902] - Out of range error with Sphinx search
                        • +
                        • [PHPBB3-16209] - Nginx example configuration file blocks an image in the ACP
                        • +
                        • [PHPBB3-16230] - Check phrasing of FILESYSTEM_CANNOT_* lang keys
                        • +
                        • [PHPBB3-16257] - Typo in Email Settings section
                        • +
                        • [PHPBB3-16260] - Missing check whether the index exists in ACP - PHP 7.4
                        • +
                        • [PHPBB3-16261] - Missing check whether the index exists in install - PHP 7.4
                        • +
                        • [PHPBB3-16262] - php 7.3 compact() calls with undefined variables causing error page
                        • +
                        • [PHPBB3-16263] - Apache auth provider test fails on bamboo
                        • +
                        • [PHPBB3-16266] - Error on clean install with PHP 7.4
                        • +
                        • [PHPBB3-16267] - Check whether the index exists in ACP BBcodes - PHP 7.4
                        • +
                        • [PHPBB3-16273] - Trying to access array offset on value of type bool in Memberlist
                        • +
                        • [PHPBB3-16274] - compact() calls with undefined variables in search.php
                        • +
                        • [PHPBB3-16276] - Undefined $mode property in bbcode_firstpass class
                        • +
                        • [PHPBB3-16278] - Update instructions (INSTALL.html)
                        • +
                        • [PHPBB3-16281] - Extensions' Tab does not show up automatically
                        • +
                        • [PHPBB3-16282] - Default jQuery CDN URL is outdated on new installs
                        • +
                        • [PHPBB3-16285] - Missing sanity checks in migrations for 3.3
                        • +
                        • [PHPBB3-16287] - At first ACP screen after install, error message regarding statistics submission
                        • +
                        +

                        Improvement

                        + +

                        Security

                        +
                          +
                        • [SECURITY-249] - Group avatar overwrite on invalid submit
                        • +
                        • [SECURITY-250] - Group leader can be tricked into approving user
                        • +
                        +

                        Hardening

                        +
                          +
                        • [SECURITY-251] - Unwanted move of PMs to folders
                        • +
                        • [SECURITY-252] - PMs of unsuspecting users can be marked as important
                        • +
                        • [SECURITY-253] - PM export without proper validation
                        • +
                        +

                        Changes since 3.3.0-b2

                        Bug

                          -- cgit v1.2.1 From f6b47e2ee3069fbf9ba49a3520d1f2044cd2a52f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Jan 2020 22:32:59 +0100 Subject: [ticket/16290] Update to new SVG logo in package docs PHPBB3-16290 --- phpBB/docs/CHANGELOG.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 557fca202f..62eef66528 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -20,7 +20,7 @@
                          - +

                          phpBB 3.3.x Changelog

                          Skip

                          -- cgit v1.2.1 From 4591cf9afad80e1afd8a9659713f66b8e85c6b86 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Jan 2020 22:49:18 +0100 Subject: [prep-release-3.3.0] Update changelog --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index ee9fbbb36c..7e0b2fb77f 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -175,6 +175,7 @@
                        • [PHPBB3-16277] - Move from each() function
                        • [PHPBB3-16279] - Add permission for Emojii in topic title
                        • [PHPBB3-16283] - Update requirements for 3.3.0
                        • +
                        • [PHPBB3-16290] - Update to new SVG logo in package docs

                        Security

                          -- cgit v1.2.1 From 8d00784dfe2c8bcb10843ff70b4cfa998d703285 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 6 Jan 2020 11:21:43 +0100 Subject: [prep-release-3.3.0] Update changelog --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs/CHANGELOG.html') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 7e0b2fb77f..a6ad4897b3 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -168,6 +168,7 @@
                        • [PHPBB3-16282] - Default jQuery CDN URL is outdated on new installs
                        • [PHPBB3-16285] - Missing sanity checks in migrations for 3.3
                        • [PHPBB3-16287] - At first ACP screen after install, error message regarding statistics submission
                        • +
                        • [PHPBB3-16293] - Update hashes cron produces invalid hashes while updating from 3.0

                        Improvement

                          -- cgit v1.2.1