diff --git a/build/build.xml b/build/build.xml index 10ff242ab9..3a2a66b113 100644 --- a/build/build.xml +++ b/build/build.xml @@ -2,9 +2,9 @@ - - - + + + diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 17f1327a96..8499431f83 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -46,6 +46,7 @@
  1. Changelog
      +
    1. Changes since 3.1.0-b1
    2. Changes since 3.1.0-a3
    3. Changes since 3.1.0-a2
    4. Changes since 3.1.0-a1
    5. @@ -90,7 +91,75 @@
      -

      1.i. Changes since 3.1.0-a3

      +

      1.i. Changes since 3.1.0-b1

      + +

      Bug

      +
        +
      • [PHPBB3-8309] - Rename "Last visited" to "Last activity" on memberlist/viewprofile
      • +
      • [PHPBB3-9040] - Count HTML entities as single characters in Custom Profile fields
      • +
      • [PHPBB3-9725] - MSSQL Schema is not azure compatible
      • +
      • [PHPBB3-10769] - "ACP Access Denied" view includes ajax parts
      • +
      • [PHPBB3-11071] - User selection of an invalid style causes a general error
      • +
      • [PHPBB3-11357] - Invalid markup in installer
      • +
      • [PHPBB3-11959] - List of users in notifications should be trimmed
      • +
      • [PHPBB3-12031] - Bug language Notification list should trim users
      • +
      • [PHPBB3-12127] - Possible NOTIFICATION_QUOTE_TRIMMED miswording
      • +
      • [PHPBB3-12160] - Convert Page throws "invalid dbms driver" when no phpBB installation is present
      • +
      • [PHPBB3-12257] - MySQL Fulltext Tests are not run on Travis CI
      • +
      • [PHPBB3-12281] - Disable redis in travis setup on develop until redis fixes it
      • +
      • [PHPBB3-12292] - Buttons are mis-matched, unaligned in ACP Style Details
      • +
      • [PHPBB3-12293] - Core event listeners not working in log.php
      • +
      • [PHPBB3-12294] - phpbb_ in profile fields column names is incorrectly replaced with the table prefix
      • +
      • [PHPBB3-12297] - user_from column not deleted on update to b1
      • +
      • [PHPBB3-12310] - SMTP username and password should not autocomplete during install
      • +
      • [PHPBB3-12311] - Metadata Manager should require license instead of licence
      • +
      • [PHPBB3-12314] - HHVM SPL autoloader sometimes passes class name with leading backslash
      • +
      • [PHPBB3-12315] - NO_SEARCH_INDEX in language/en/acp/common.php uses invalid HTML
      • +
      • [PHPBB3-12316] - develop-ascraeus build status missing from "Automated Testing" section in README.md
      • +
      • [PHPBB3-12317] - Some notification tests fail on DBMS drivers using appropriate integer typing (MSSQL, Sqlite3, also MySQL on HHVM)
      • +
      • [PHPBB3-12321] - Remove execute bit from file ucp_main_subscribed.html and buttons.png in prosilver
      • +
      • [PHPBB3-12324] - Can not update from b1 to b2 because of missing install/update/new/config/ folder
      • +
      • [PHPBB3-12326] - Error while updating from b1 to b2 because of incomplete update files
      • +
      • [PHPBB3-12330] - Installation fails on MSSQL
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-10174] - Rename "Ban usernames" to "Ban users" in ACP
      • +
      • [PHPBB3-10590] - Skip confirmation page after successful posting of an approved post
      • +
      • [PHPBB3-11169] - Move prune users from security to users category
      • +
      • [PHPBB3-11230] - Use @inheritdoc in docblocks in cache drivers
      • +
      • [PHPBB3-11239] - Include username before the Overview title.
      • +
      • [PHPBB3-11336] - Rename mode parameter from "leaders" to something more accurate for the "The team" page
      • +
      • [PHPBB3-11360] - page_header() argument "display_online_list" should be FALSE by default
      • +
      • [PHPBB3-11666] - POST_DELETED should refer to posts instead of messages
      • +
      • [PHPBB3-12035] - Add a link to user's posts in the ACP user overview page
      • +
      • [PHPBB3-12198] - Unused ERR_TEMPLATE_EVENT_* language strings in en/common.php
      • +
      • [PHPBB3-12268] - Extension finder should not crawl through .git/ of extensions
      • +
      • [PHPBB3-12269] - Delete "mods" folder from the language folder
      • +
      • [PHPBB3-12274] - Updater is using old version of adm/style/admin.css
      • +
      • [PHPBB3-12276] - Expand core.memberlist_view_profile event to include Zebra state
      • +
      • [PHPBB3-12278] - Add mcp.php core event to allow setting display options for custom MCP modules
      • +
      • [PHPBB3-12284] - Make Extension Details page more readable
      • +
      • [PHPBB3-12289] - Add viewtopic_body.html template event to allow custom post notices
      • +
      • [PHPBB3-12300] - Revert and Reimagine Link to last read posts
      • +
      • [PHPBB3-12304] - Add CSS class to rules-link container
      • +
      • [PHPBB3-12308] - Add Template Event forumlist_body_last_row_after
      • +
      • [PHPBB3-12309] - Add Template Event quickreply_editor_panel_before/after
      • +
      +

      New Feature

      +
        +
      • [PHPBB3-7580] - Allow isset() check in IF template syntax
      • +
      • [PHPBB3-12298] - Template Event memberlist_view_contact_before/after
      • +
      • [PHPBB3-12301] - Template Event overall_header_body_before
      • +
      +

      Task

      + + +

      1.ii. Changes since 3.1.0-a3

      Bug

        @@ -237,7 +306,7 @@
      -

      1.ii. Changes since 3.1.0-a2

      +

      1.iii. Changes since 3.1.0-a2

      Bug

        @@ -345,7 +414,7 @@
      • [PHPBB3-12147] - Remove Travis CI notification configuration
      -

      1.iii. Changes since 3.1.0-a1

      +

      1.iv. Changes since 3.1.0-a1

      Bug

        @@ -421,7 +490,7 @@
      • [PHPBB3-11998] - Add console / command line client environment
      -

      1.iv. Changes since 3.0.x

      +

      1.v. Changes since 3.0.x

      Bug

        @@ -1102,7 +1171,7 @@
      • [PHPBB3-11913] - Apply reorganisation of download.phpbb.com to build_announcement.php
      -

      1.v. Changes since 3.0.11

      +

      1.vi. Changes since 3.0.11

      Bug

        @@ -1257,7 +1326,7 @@
      • [PHPBB3-11753] - Upgrade mysql_upgrader.php schema data.
      -

      1.vi. Changes since 3.0.10

      +

      1.vii. Changes since 3.0.10

      Bug

        @@ -1382,7 +1451,7 @@
      • [PHPBB3-10909] - Update Travis Test Configuration: Travis no longer supports PHP 5.3.2
      -

      1.vii. Changes since 3.0.9

      +

      1.viii. Changes since 3.0.9

      Bug

        @@ -1518,7 +1587,7 @@
      • [PHPBB3-10480] - Automate changelog building
      -

      1.viii. Changes since 3.0.8

      +

      1.ix. Changes since 3.0.8

      Bug

      @@ -1886,7 +1955,7 @@ -

      1.ix. Changes since 3.0.7-PL1

      +

      1.x. Changes since 3.0.7-PL1

      Security

        @@ -2344,13 +2413,13 @@
      -

      1.x. Changes since 3.0.7

      +

      1.xi. 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.xi. Changes since 3.0.6

      +

      1.xii. Changes since 3.0.6

      • [Fix] Allow ban reason and length to be selected and copied in ACP and subsilver2 MCP. (Bug #51095)
      • @@ -2454,7 +2523,7 @@
      -

      1.xii. Changes since 3.0.5

      +

      1.xiii. Changes since 3.0.5

      • [Fix] Allow whitespaces in avatar gallery names. (Bug #44955)
      • @@ -2676,7 +2745,7 @@
      • [Feature] Send anonymous statistical information to phpBB on installation and update (optional).
      -

      1.xiii. Changes since 3.0.4

      +

      1.xiv. Changes since 3.0.4

      • [Fix] Delete user entry from ban list table upon user deletion (Bug #40015 - Patch by TerraFrost)
      • @@ -2765,7 +2834,7 @@
      • [Sec] Only use forum id supplied for posting if global announcement detected. (Reported by nickvergessen)
      -

      1.xiv. Changes since 3.0.3

      +

      1.xv. Changes since 3.0.3

      • [Fix] Allow mixed-case template directories to be inherited (Bug #36725)
      • @@ -2797,7 +2866,7 @@
      • [Sec] Ask for forum password if post within passworded forum quoted in private message. (Reported by nickvergessen)
      -

      1.xv. Changes since 3.0.2

      +

      1.xvi. Changes since 3.0.2

      • [Fix] Correctly set topic starter if first post in topic removed (Bug #30575 - Patch by blueray2048)
      • @@ -2896,7 +2965,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.xvi. Changes since 3.0.1

      +

      1.xvii. Changes since 3.0.1

      • [Fix] Ability to set permissions on non-mysql dbms (Bug #24955)
      • @@ -2944,7 +3013,7 @@
      • [Sec] Only allow urls gone through redirect() being used within login_box(). (thanks nookieman)
      -

      1.xvii. Changes since 3.0.0

      +

      1.xviii. Changes since 3.0.0

      • [Change] Validate birthdays (Bug #15004)
      • @@ -3015,7 +3084,7 @@
      • [Fix] Find and display colliding usernames correctly when converting from one database to another (Bug #23925)
      -

      1.xviii. Changes since 3.0.RC8

      +

      1.xix. 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)
      • @@ -3024,7 +3093,7 @@
      • [Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)
      -

      1.xix. Changes since 3.0.RC7

      +

      1.xx. Changes since 3.0.RC7

      • [Fix] Fixed MSSQL related bug in the update system
      • @@ -3059,7 +3128,7 @@
      • [Fix] No duplication of active topics (Bug #15474)
      -

      1.xx. Changes since 3.0.RC6

      +

      1.xxi. Changes since 3.0.RC6

      • [Fix] Submitting language changes using acp_language (Bug #14736)
      • @@ -3069,7 +3138,7 @@
      • [Fix] Able to request new password (Bug #14743)
      -

      1.xxi. Changes since 3.0.RC5

      +

      1.xxii. 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.
      • @@ -3132,7 +3201,7 @@
      • [Sec] New password hashing mechanism for storing passwords (#i42)
      -

      1.xxii. Changes since 3.0.RC4

      +

      1.xxiii. Changes since 3.0.RC4

      • [Fix] MySQL, PostgreSQL and SQLite related database fixes (Bug #13862)
      • @@ -3183,7 +3252,7 @@
      • [Fix] odbc_autocommit causing existing result sets to be dropped (Bug #14182)
      -

      1.xxiii. Changes since 3.0.RC3

      +

      1.xxiv. Changes since 3.0.RC3

      • [Fix] Fixing some subsilver2 and prosilver style issues
      • @@ -3292,7 +3361,7 @@
      -

      1.xxiv. Changes since 3.0.RC2

      +

      1.xxv. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -3338,7 +3407,7 @@
      -

      1.xxv. Changes since 3.0.RC1

      +

      1.xxvi. Changes since 3.0.RC1

      • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
      • diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index fe23ed5a9a..11bbcd4154 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -24,7 +24,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.1.0-b2-dev'); +define('PHPBB_VERSION', '3.1.0-b3-dev'); // QA-related // define('PHPBB_QA', 1); diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index e8c8a7431d..926f139da4 100644 --- a/phpBB/install/convertors/convert_phpbb20.php +++ b/phpBB/install/convertors/convert_phpbb20.php @@ -33,7 +33,7 @@ $dbms = phpbb_convert_30_dbms_to_31($dbms); $convertor_data = array( 'forum_name' => 'phpBB 2.0.x', 'version' => '1.0.3', - 'phpbb_version' => '3.1.0-b1', + 'phpbb_version' => '3.1.0-b2', 'author' => 'phpBB Group', 'dbms' => $dbms, 'dbhost' => $dbhost, diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 885093f1ed..4b1a369861 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -269,7 +269,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('tpl_allow_php', '0 INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('use_system_cron', '0'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-b2-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-b3-dev'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400'); diff --git a/phpBB/phpbb/db/migration/data/v310/beta2.php b/phpBB/phpbb/db/migration/data/v310/beta2.php new file mode 100644 index 0000000000..4cf29dfb3d --- /dev/null +++ b/phpBB/phpbb/db/migration/data/v310/beta2.php @@ -0,0 +1,29 @@ +