diff --git a/build/build.xml b/build/build.xml index 0a5448f98d..ebc1f0be8b 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 7c96dd1b78..b10d2772a2 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -46,6 +46,7 @@
  1. Changelog
      +
    1. Changes since 3.1.0-a1
    2. Changes since 3.0.x
    3. Changes since 3.0.11
    4. Changes since 3.0.10
    5. @@ -87,7 +88,83 @@
      -

      1.i. Changes since 3.0.x

      +

      1.i. Changes since 3.1.0-a1

      + +

      Bug

      +
        +
      • [PHPBB3-4776] - Long post gets hidden behind posting profile
      • +
      • [PHPBB3-10449] - Lines spilling in subscriptions view
      • +
      • [PHPBB3-10948] - Color swatch in 3.1 does not display properly
      • +
      • [PHPBB3-11030] - I beam cursor in prosilver when hovering on browse button for uploading attachments
      • +
      • [PHPBB3-11073] - Reported/Unapproved moderator information in viewtopic is striked through instead of underlined
      • +
      • [PHPBB3-11138] - Resync features in ACP should not use AJAX
      • +
      • [PHPBB3-11280] - Double clicking "mark topics read" produces an error the second time
      • +
      • [PHPBB3-11525] - phpbb_avatar_manager::clean_row collapses user_id and group_id
      • +
      • [PHPBB3-11534] - Remote avatar does not properly check if remote file is an image
      • +
      • [PHPBB3-11626] - Auth ACP options should be moved to separate html file
      • +
      • [PHPBB3-11663] - In generate_text_for_storage the function does not check for errors of parse_message:parse() and act accordingly
      • +
      • [PHPBB3-11691] - Soft delete migration conversion should be staggered
      • +
      • [PHPBB3-11739] - Wrong name for UCP Module "Edit "Remember Me" login keys"
      • +
      • [PHPBB3-11842] - Create a new group Error with avatar driver
      • +
      • [PHPBB3-11857] - Avatar manager must not depend on entire container
      • +
      • [PHPBB3-11872] - MCP: Users with most warnings list is invalid
      • +
      • [PHPBB3-11896] - "Mark all notifications read" does not work
      • +
      • [PHPBB3-11899] - New ajax poll vote should give feedback while waiting for servers response
      • +
      • [PHPBB3-11916] - Remove files from hidden attach list after deletion
      • +
      • [PHPBB3-11922] - Migrator fails to remove columns on MSSQL when they have/had an index
      • +
      • [PHPBB3-11923] - UCP avatar error when user has no permissions to change his/her avatar
      • +
      • [PHPBB3-11924] - Add a script to export the events in wiki format
      • +
      • [PHPBB3-11926] - Plupload Migration has a broken dependency.
      • +
      • [PHPBB3-11927] - Missing Files after 3.1.0-A1 Automatic Updater
      • +
      • [PHPBB3-11930] - Avatar paths are incorrect when using app.php
      • +
      • [PHPBB3-11935] - Invalid HTML in "Sort By" form elements in Prosilver
      • +
      • [PHPBB3-11936] - Fixes to Notifications Window
      • +
      • [PHPBB3-11939] - Quick reply editor has unnecessary data-ajax attribute
      • +
      • [PHPBB3-11943] - $VAR = false has unexpected result
      • +
      • [PHPBB3-11945] - Focused buttons are hard to notice
      • +
      • [PHPBB3-11947] - Notification popup does not appear when clicking number in text
      • +
      • [PHPBB3-11948] - Extensions should be allowed to have more then 1 routing file
      • +
      • [PHPBB3-11949] - cannot upgrade to 3.1
      • +
      • [PHPBB3-11960] - Responsive design removed teampage names
      • +
      • [PHPBB3-11972] - Add template event posting_editor_subject_after
      • +
      • [PHPBB3-11977] - Ajax delete should disable moving options
      • +
      • [PHPBB3-11982] - Navigation is shown above AJAX background in ACP
      • +
      • [PHPBB3-11983] - Subscriptions argument missing from docblock in ucp_notifications
      • +
      • [PHPBB3-11986] - Undefined index: poster_id in file.php
      • +
      • [PHPBB3-11987] - {ROOT_PATH} in ACP leads to adm/
      • +
      • [PHPBB3-11990] - Remove result_mssqlnative from acp_database
      • +
      • [PHPBB3-11991] - PHP notices when closing reported posts entries in MCP
      • +
      • [PHPBB3-11992] - Wrong variable to close "Users with most warnings" block at MCP
      • +
      • [PHPBB3-11994] - Admin options for extensions are bad/misleading
      • +
      • [PHPBB3-11995] - Reverting a config.remove fails
      • +
      • [PHPBB3-12002] - Extension management page should use generate/check link hash
      • +
      • [PHPBB3-12007] - Default last_result of callable steps must be integer instead of false
      • +
      • [PHPBB3-12008] - "Prune notifications" cron task always ran, blocking others
      • +
      • [PHPBB3-12016] - Event listeners should be services
      • +
      • [PHPBB3-12017] - Extension tests are broken on current develop
      • +
      • [PHPBB3-12018] - Use path_helper for admin style CSS in sql report
      • +
      • [PHPBB3-12023] - New css files missing after update
      • +
      +

      Improvement

      +
        +
      • [PHPBB3-11552] - Responsive design for prosilver
      • +
      • [PHPBB3-11746] - Add "account activation required" notification for Administrators
      • +
      • [PHPBB3-11921] - Improve Notifications and PMs in the header
      • +
      • [PHPBB3-11928] - Replace AJAX loading info pop up with animation
      • +
      • [PHPBB3-11957] - Responsive design for admin control panel
      • +
      • [PHPBB3-11973] - Remove logic from language files where possible
      • +
      • [PHPBB3-11974] - All timezones should be translatable
      • +
      • [PHPBB3-11975] - Add ACP link next to MCP
      • +
      +

      Task

      + + +

      1.ii. Changes since 3.0.x

      Bug

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

      1.ii. Changes since 3.0.11

      +

      1.iii. Changes since 3.0.11

      Bug

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

      1.iii. Changes since 3.0.10

      +

      1.iv. Changes since 3.0.10

      Bug

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

      1.iv. Changes since 3.0.9

      +

      1.v. Changes since 3.0.9

      Bug

        @@ -1184,7 +1261,7 @@
      • [PHPBB3-10480] - Automate changelog building
      -

      1.v. Changes since 3.0.8

      +

      1.vi. Changes since 3.0.8

      Bug

      @@ -1552,7 +1629,7 @@ -

      1.vi. Changes since 3.0.7-PL1

      +

      1.vii. Changes since 3.0.7-PL1

      Security

        @@ -2010,13 +2087,13 @@
      -

      1.vii. Changes since 3.0.7

      +

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

      +

      1.ix. Changes since 3.0.6

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

      1.ix. Changes since 3.0.5

      +

      1.x. Changes since 3.0.5

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

      1.x. Changes since 3.0.4

      +

      1.xi. Changes since 3.0.4

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

      1.xi. Changes since 3.0.3

      +

      1.xii. Changes since 3.0.3

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

      1.xii. Changes since 3.0.2

      +

      1.xiii. Changes since 3.0.2

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

      +

      1.xiv. Changes since 3.0.1

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

      1.xiv Changes since 3.0.0

      +

      1.xv Changes since 3.0.0

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

      1.xv. Changes since 3.0.RC8

      +

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

      1.xvi. Changes since 3.0.RC7

      +

      1.xvii. Changes since 3.0.RC7

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

      1.xvii. Changes since 3.0.RC6

      +

      1.xviii. Changes since 3.0.RC6

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

      1.xviii. Changes since 3.0.RC5

      +

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

      1.xix. Changes since 3.0.RC4

      +

      1.xx. Changes since 3.0.RC4

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

      1.xx. Changes since 3.0.RC3

      +

      1.xxi. Changes since 3.0.RC3

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

      1.xxi. Changes since 3.0.RC2

      +

      1.xxii. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -3004,7 +3081,7 @@
      -

      1.xxii. Changes since 3.0.RC1

      +

      1.xxiii. 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 e1da41d106..855b6ff187 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-a2-dev'); +define('PHPBB_VERSION', '3.1.0-a3-dev'); // QA-related // define('PHPBB_QA', 1); diff --git a/phpBB/install/convertors/convert_phpbb20.php b/phpBB/install/convertors/convert_phpbb20.php index de4e04a8e5..dd4ef13e49 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-a2-dev', + 'phpbb_version' => '3.1.0-a2', 'author' => 'phpBB Group', 'dbms' => $dbms, 'dbhost' => $dbhost, diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 095415b175..8a16526f36 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-a2-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-a3-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/alpha2.php b/phpBB/phpbb/db/migration/data/v310/alpha2.php new file mode 100644 index 0000000000..3c0853f924 --- /dev/null +++ b/phpBB/phpbb/db/migration/data/v310/alpha2.php @@ -0,0 +1,28 @@ +