From 70641e701a17c9ddddc403f433c335fb46180da1 Mon Sep 17 00:00:00 2001 From: rxu Date: Sun, 26 Oct 2014 18:17:13 +0700 Subject: [ticket/13220] Add template events to memberlist_search.html PHPBB3-13220 --- phpBB/docs/events.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c51bc72160..8ef2c349e6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -418,6 +418,30 @@ memberlist_body_username_prepend * Purpose: Add information before every username in the memberlist. Works in all display modes (leader, group and normal memberlist). +memberlist_search_fields_after +=== +* Locations: + + styles/prosilver/template/memberlist_search.html + + styles/subsilver2/template/memberlist_search.html +* Since: 3.1.2-RC1 +* Purpose: Add information after the search fields column. + +memberlist_search_fields_before +=== +* Locations: + + styles/prosilver/template/memberlist_search.html + + styles/subsilver2/template/memberlist_search.html +* Since: 3.1.2-RC1 +* Purpose: Add information before the search fields column. + +memberlist_search_sorting_options_before +=== +* Locations: + + styles/prosilver/template/memberlist_search.html + + styles/subsilver2/template/memberlist_search.html +* Since: 3.1.2-RC1 +* Purpose: Add information before the search sorting options field. + memberlist_view_contact_after === * Locations: -- cgit v1.2.1 From 98711450dd7b32435066d124d0e56c01897e578e Mon Sep 17 00:00:00 2001 From: Oliver Schramm Date: Sun, 9 Nov 2014 02:31:20 +0100 Subject: [ticket/13309] Add event acp_email_options_after PHPBB3-13309 --- phpBB/docs/events.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c51bc72160..261af1923d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -16,6 +16,12 @@ acp_bbcodes_edit_fieldsets_after * Since: 3.1.0-a3 * Purpose: Add settings to BBCode add/edit form +acp_email_options_after +=== +* Location: adm/style/acp_email.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to mass email form + acp_forums_normal_settings_append === * Location: adm/style/acp_forums.html -- cgit v1.2.1 From 971b30a76d9f09ad129be68e4f802d00b06b3eb9 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 10 Nov 2014 13:56:52 -0800 Subject: [ticket/13290] Add EVENT index_body_forumlist_body_after PHPBB3-13290 --- phpBB/docs/events.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c51bc72160..e91ba02b43 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -111,7 +111,7 @@ acp_ranks_list_column_before * Locations: + adm/style/acp_ranks.html * Since: 3.1.0-RC3 -* Purpose: Add content after the last column (but before the action column) +* Purpose: Add content after the last column (but before the action column) in the ranks list in the ACP acp_ranks_list_header_after @@ -126,7 +126,7 @@ acp_ranks_list_header_before * Locations: + adm/style/acp_ranks.html * Since: 3.1.0-RC3 -* Purpose: Add content after the last header-column (but before the action column) +* Purpose: Add content after the last header-column (but before the action column) in the ranks list in the ACP acp_simple_footer_after @@ -336,6 +336,14 @@ index_body_block_stats_prepend * Since: 3.1.0-b3 * Purpose: Prepend content to the statistics list on the Board index +index_body_forumlist_body_after +=== +* Locations: + + styles/prosilver/template/index_body.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.1 +* Purpose: Add content after the forum list body on the index page + index_body_markforums_after === * Locations: @@ -1011,7 +1019,7 @@ ucp_pm_viewmessage_post_buttons_after + styles/prosilver/template/ucp_pm_viewmessage.html + styles/subsilver2/template/ucp_pm_viewmessage.html * Since: 3.1.0-RC3 -* Purpose: Add post button to private messages (next to edit, quote etc), at +* Purpose: Add post button to private messages (next to edit, quote etc), at the end of the list. ucp_pm_viewmessage_post_buttons_before @@ -1020,7 +1028,7 @@ ucp_pm_viewmessage_post_buttons_before + styles/prosilver/template/ucp_pm_viewmessage.html + styles/subsilver2/template/ucp_pm_viewmessage.html * Since: 3.1.0-RC3 -* Purpose: Add post button to private messages (next to edit, quote etc), at +* Purpose: Add post button to private messages (next to edit, quote etc), at the start of the list. ucp_pm_viewmessage_print_head_append -- cgit v1.2.1 From 074b91497bcd8adc42b66bf04d8374fd9b1b2362 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Sat, 30 Aug 2014 22:13:37 +0200 Subject: [ticket/13023] Add template event posting_editor_buttons_custom_tags_before PHPBB3-13023 --- phpBB/docs/events.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 4f39e71c3c..bf713d3e62 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -692,6 +692,14 @@ posting_editor_buttons_before * Since: 3.1.0-a3 * Purpose: Add content before the BBCode posting buttons +posting_editor_buttons_custom_tags_before +=== +* Locations: + + styles/prosilver/template/posting_buttons.html + + styles/subsilver2/template/posting_buttons.html +* Since: 3.1.2-RC1 +* Purpose: Add content inside the BBCode posting buttons and before the customs BBCode + posting_editor_message_after === * Locations: -- cgit v1.2.1 From c1a0d1bf3d446747238fe32b784440668961fcf7 Mon Sep 17 00:00:00 2001 From: omniError Date: Mon, 17 Nov 2014 16:25:56 -0600 Subject: [ticket/13347] update event docs PHPBB3-13347 --- phpBB/docs/events.md | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index c51bc72160..5d6786e077 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -16,11 +16,53 @@ acp_bbcodes_edit_fieldsets_after * Since: 3.1.0-a3 * Purpose: Add settings to BBCode add/edit form +acp_forums_main_settings_append +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums at end of main settings section + +acp_forums_main_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before main settings section + acp_forums_normal_settings_append === * Location: adm/style/acp_forums.html * Since: 3.1.0-a1 -* Purpose: Add settings to forums +* Purpose: Add settings to forums at end of normal settings section + +acp_forums_normal_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before normal settings section + +acp_forums_prune_settings_append +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums at end of prune settings section + +acp_forums_prune_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before prune settings section + +acp_forums_rules_settings_append +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums at end of rules settings section + +acp_forums_rules_settings_prepend +=== +* Location: adm/style/acp_forums.html +* Since: 3.1.2-RC1 +* Purpose: Add settings to forums before rules settings section acp_group_options_before === -- cgit v1.2.1 From 18d5ca9ce50bd74cbcd38253d0ffbf0bea180a1d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 22 Nov 2014 19:32:36 +0100 Subject: [prep-release-3.1.2] Prepare Changelog --- phpBB/docs/CHANGELOG.html | 75 ++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 36 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 4d96aa4981..b2690a9b93 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -46,6 +46,7 @@
  1. Changelog
      +
    1. Changes since 3.1.1
    2. Changes since 3.1.0
    3. Changes since 3.1.0-RC6
    4. Changes since 3.1.0-RC5
    5. @@ -101,7 +102,9 @@
      -

      1.i. Changes since 3.1.0

      +

      1.i. Changes since 3.1.1

      + +

      1.ii. Changes since 3.1.0

      Security

        @@ -119,7 +122,7 @@
      • [PHPBB3-13262] - Add note to docs about htaccess file when upgrading 3.0 to 3.1
      -

      1.i. Changes since 3.1.0-RC6

      +

      1.iii. Changes since 3.1.0-RC6

      Bug

        @@ -147,7 +150,7 @@
      • [PHPBB3-13215] - Update Symfony Components to 2.3.21
      -

      1.ii. Changes since 3.1.0-RC5

      +

      1.iv. Changes since 3.1.0-RC5

      Bug

        @@ -188,7 +191,7 @@
      -

      1.iii. Changes since 3.1.0-RC4

      +

      1.v. Changes since 3.1.0-RC4

      Bug

        @@ -255,7 +258,7 @@
      • [PHPBB3-13123] - Add events to allow post blocking and post pre/past processing
      -

      1.iv. Changes since 3.1.0-RC3

      +

      1.vi. Changes since 3.1.0-RC3

      Bug

        @@ -345,7 +348,7 @@
      -

      1.v. Changes since 3.1.0-RC2

      +

      1.vii. Changes since 3.1.0-RC2

      Bug

        @@ -469,7 +472,7 @@
      • [PHPBB3-12948] - Remove Travis CI "broken opcache on PHP 5.5.7 and 5.5.8" workaround.
      -

      1.vi. Changes since 3.1.0-RC1

      +

      1.viii. Changes since 3.1.0-RC1

      Bug

        @@ -540,7 +543,7 @@
      • [PHPBB3-12829] - Remove check for pgsql 8.3/8.2
      -

      1.vii. Changes since 3.1.0-b4

      +

      1.ix. Changes since 3.1.0-b4

      Bug

        @@ -660,7 +663,7 @@
      -

      1.viii. Changes since 3.1.0-b3

      +

      1.x. Changes since 3.1.0-b3

      Bug

        @@ -767,7 +770,7 @@
      -

      1.ix. Changes since 3.1.0-b2

      +

      1.xi. Changes since 3.1.0-b2

      Bug

        @@ -932,7 +935,7 @@
      -

      1.x. Changes since 3.1.0-b1

      +

      1.xii. Changes since 3.1.0-b1

      Bug

        @@ -1000,7 +1003,7 @@
      • [PHPBB3-12302] - Upgrade composer.phar to 1.0.0-alpha8
      -

      1.xi. Changes since 3.1.0-a3

      +

      1.xiii. Changes since 3.1.0-a3

      Bug

        @@ -1147,7 +1150,7 @@
      -

      1.xii. Changes since 3.1.0-a2

      +

      1.xiv. Changes since 3.1.0-a2

      Bug

        @@ -1255,7 +1258,7 @@
      • [PHPBB3-12147] - Remove Travis CI notification configuration
      -

      1.xiii. Changes since 3.1.0-a1

      +

      1.xv. Changes since 3.1.0-a1

      Bug

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

      1.xiv. Changes since 3.0.x

      +

      1.xvi. Changes since 3.0.x

      Bug

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

      1.xv. Changes since 3.0.11

      +

      1.xvii. Changes since 3.0.11

      Bug

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

      1.xvi. Changes since 3.0.10

      +

      1.xviii. Changes since 3.0.10

      Bug

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

      1.xvii. Changes since 3.0.9

      +

      1.xix. Changes since 3.0.9

      Bug

        @@ -2428,7 +2431,7 @@
      • [PHPBB3-10480] - Automate changelog building
      -

      1.xviii. Changes since 3.0.8

      +

      1.xx. Changes since 3.0.8

      Bug

      @@ -2796,7 +2799,7 @@ -

      1.xix. Changes since 3.0.7-PL1

      +

      1.xxi. Changes since 3.0.7-PL1

      Security

        @@ -3254,13 +3257,13 @@
      -

      1.xx. Changes since 3.0.7

      +

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

      +

      1.xxiii. Changes since 3.0.6

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

      1.xxii. Changes since 3.0.5

      +

      1.xxiv. Changes since 3.0.5

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

      1.xxiii. Changes since 3.0.4

      +

      1.xxv. Changes since 3.0.4

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

      1.xxiv. Changes since 3.0.3

      +

      1.xxvi. Changes since 3.0.3

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

      1.xxv. Changes since 3.0.2

      +

      1.xxvii. Changes since 3.0.2

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

      +

      1.xxviii. Changes since 3.0.1

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

      1.xxvii. Changes since 3.0.0

      +

      1.xxix. Changes since 3.0.0

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

      1.xxviii. Changes since 3.0.RC8

      +

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

      1.xxix. Changes since 3.0.RC7

      +

      1.xxxi. Changes since 3.0.RC7

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

      1.xxx. Changes since 3.0.RC6

      +

      1.xxxii. Changes since 3.0.RC6

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

      1.xxxi. Changes since 3.0.RC5

      +

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

      1.xxxii. Changes since 3.0.RC4

      +

      1.xxxiv. Changes since 3.0.RC4

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

      1.xxxiii. Changes since 3.0.RC3

      +

      1.xxxv. Changes since 3.0.RC3

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

      1.xxxiv. Changes since 3.0.RC2

      +

      1.xxxvi. Changes since 3.0.RC2

      • [Fix] Re-allow searching within the memberlist
      • @@ -4248,7 +4251,7 @@
      -

      1.xxxv. Changes since 3.0.RC1

      +

      1.xxxvii. Changes since 3.0.RC1

      • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
      • -- cgit v1.2.1 From 5f3dffa820b6bed9b26d01a9962730777da5f001 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 22 Nov 2014 19:35:24 +0100 Subject: [prep-release-3.1.2] Add changelog for 3.1.2-RC1 --- phpBB/docs/CHANGELOG.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index b2690a9b93..cd35396f8c 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -104,6 +104,84 @@

        1.i. Changes since 3.1.1

        +

        Security

        +
          +
        • [SECURITY-171] - Version helper does not properly escape version info
        • +
        • [SECURITY-169] - AJAX request with unexpected referrer causes infinite loop
        • +
        + +

        Bug

        +
          +
        • [PHPBB3-10442] - XHTML is invalid when a forum link without redirect counter is present
        • +
        • [PHPBB3-10744] - Prevent user from installing styles with reserved directory names
        • +
        • [PHPBB3-11863] - User registration settings show incorrectly as disabled when board-wide emails are disabled
        • +
        • [PHPBB3-12703] - Notification System sends exact same SQL query multiple times
        • +
        • [PHPBB3-13083] - Language correction in NO_ENTRIES in acp_logs
        • +
        • [PHPBB3-13100] - Don't display "delete reason" dialog for shadow-topics
        • +
        • [PHPBB3-13193] - Post counts in Private Messages should link to the user's posts
        • +
        • [PHPBB3-13197] - Group Avatar not deleted from users
        • +
        • [PHPBB3-13204] - Login flood control error supresses incorrect credential error
        • +
        • [PHPBB3-13209] - Boolean (Yes/No) custom profile field doesn't show given name
        • +
        • [PHPBB3-13216] - Datetime tests fail randomly
        • +
        • [PHPBB3-13228] - "Code: Select all" font-size too big in Private Messages
        • +
        • [PHPBB3-13239] - CanĀ“t upload Attachments on iOS
        • +
        • [PHPBB3-13241] - Topics are being duplicated in multipage forums
        • +
        • [PHPBB3-13242] - Validation error in Contact a Board Administrator
        • +
        • [PHPBB3-13243] - Debug error when clicking Re-check all versions on ACP manage extensions page
        • +
        • [PHPBB3-13251] - Database password containing special characters no longer accepted after upgrade to 3.1.0
        • +
        • [PHPBB3-13253] - MCP queue link in active topics search is missing
        • +
        • [PHPBB3-13265] - "Edit profile" link on view-own-profile page should only show if user has permission to edit
        • +
        • [PHPBB3-13270] - Upgrading from 3.0.12 to 3.1.1 does not display moderator soft delete permissions
        • +
        • [PHPBB3-13277] - Move Up & Down does not take work in Internet Explorer
        • +
        • [PHPBB3-13280] - $user->page['page'] - is invalid resulting in confirm_box() not working correctly
        • +
        • [PHPBB3-13284] - Message body not included in email topic message
        • +
        • [PHPBB3-13298] - Use mysql_free_result to free result sets which were requested using mysql_query()
        • +
        • [PHPBB3-13300] - Jabber field still shown in profile when feature is disabled
        • +
        • [PHPBB3-13301] - Apache Authentication is probably broken
        • +
        • [PHPBB3-13303] - Migrator caught in loop calculating dependencies
        • +
        • [PHPBB3-13315] - Upgrade from 3.0.12 to 3.1.1 resets CAPTCHA selection
        • +
        • [PHPBB3-13316] - reCAPTCHA does not work on secured connection
        • +
        • [PHPBB3-13318] - login_username doesn't have multibyte parameter set to true
        • +
        • [PHPBB3-13323] - posting.php can pass invalid auth option to acl_get()
        • +
        • [PHPBB3-13332] - Insufficient information passed to password drivers for converted boards
        • +
        • [PHPBB3-13337] - Mark subforums read triggers error if subforums contain no topics
        • +
        • [PHPBB3-13338] - Some tests fail when run on their own
        • +
        • [PHPBB3-13342] - 310/captcha_plugins migration changes recaptcha to nogd
        • +
        • [PHPBB3-13349] - Incorrect entities used for breadcrumb separator in CSS
        • +
        • [PHPBB3-13354] - Unknown column 'topic_logs' in 'where clause' when deleting topic log in MCP
        • +
        + +

        Improvement

        +
          +
        • [PHPBB3-12681] - Cache the compiled routes and dump the url_generator
        • +
        • [PHPBB3-12885] - Wrong index page title when using Board Index text
        • +
        • [PHPBB3-13023] - [event] - Add Event posting_editor_buttons_custom_tags_before
        • +
        • [PHPBB3-13133] - Allow @vendor_extname in INCLUDECSS
        • +
        • [PHPBB3-13182] - [event] - Add posting.php core event to allow modifying the message before parsing
        • +
        • [PHPBB3-13220] - [event] - Add template events to memberlist_search.html
        • +
        • [PHPBB3-13290] - [event] - Add template event index_body_forumlist_body_after
        • +
        • [PHPBB3-13294] - [event] - Add message_parser.php core event for additional message handling before parsing
        • +
        • [PHPBB3-13297] - Add unicode modifier to url/email regular expression patterns
        • +
        • [PHPBB3-13309] - [event] - Add ACP template event acp_email_options_after
        • +
        • [PHPBB3-13310] - [event] - Add core event core.acp_email_modify_sql
        • +
        • [PHPBB3-13326] - Add viewtopic_url variable to a viewtopic event
        • +
        • [PHPBB3-13328] - [event] - Add event core.mcp_view_forum_modify_sql
        • +
        • [PHPBB3-13347] - [event] - Add new template events to acp_forums.html
        • +
        + +

        New Feature

        +
          +
        • [PHPBB3-12962] - Use phantomjs and webdriver for UI testing
        • +
        + +

        Task

        +
          +
        • [PHPBB3-13324] - Composer no longer downloads sami/sami and fabpot/goutte
        • +
        • [PHPBB3-13325] - Make installing dependencies for tests more user friendly or optional
        • +
        • [PHPBB3-13331] - Sami run as part of phing MUST NOT switch branches
        • +
        + +

        1.ii. Changes since 3.1.0

        Security

        -- cgit v1.2.1 From 9264d7c758616e8d26d6e7f20e49bb86e6ff5ae7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 25 Nov 2014 15:44:39 +0100 Subject: [prep-release-3.1.2] Update Changelog with 13376 --- phpBB/docs/CHANGELOG.html | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index cd35396f8c..5cf98e20fc 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -149,6 +149,7 @@
      • [PHPBB3-13342] - 310/captcha_plugins migration changes recaptcha to nogd
      • [PHPBB3-13349] - Incorrect entities used for breadcrumb separator in CSS
      • [PHPBB3-13354] - Unknown column 'topic_logs' in 'where clause' when deleting topic log in MCP
      • +
      • [PHPBB3-13376] - deregister_globals() does not work correctly when $_COOKIE['GLOBALS'] is specified

      Improvement

      -- cgit v1.2.1 From 0a419781c201bcbdc4d63c4bdff57a2cca22758f Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 6 Dec 2014 13:39:20 +0700 Subject: [ticket/13419] Add the lowermost template event PHPBB3-13419 --- phpBB/docs/events.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7863814daa..58f38b0af7 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -635,6 +635,14 @@ overall_footer_after * Since: 3.1.0-a1 * Purpose: Add content at the end of the file, directly prior to the `` tag +overall_footer_body_after +=== +* Locations: + + styles/prosilver/template/overall_footer.html + + styles/subsilver2/template/overall_footer.html +* Since: 3.1.3-RC1 +* Purpose: Add content before the `` tag but after the $SCRIPTS var, i.e. after the js scripts have been loaded + overall_footer_breadcrumb_append === * Locations: -- cgit v1.2.1 From 4dab281da1fccf45650608056d5d288037162a55 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 9 Dec 2014 16:26:32 -0800 Subject: [ticket/13427] Add several before/after template events to mcp_front.html. PHPBB3-13427 --- phpBB/docs/events.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7863814daa..ec4e062e7e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -456,6 +456,46 @@ mcp_ban_unban_before * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP +mcp_front_latest_logs_after +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content after latest logs list + +mcp_front_latest_logs_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest logs list + +mcp_front_latest_reported_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest reported posts list + +mcp_front_latest_reported_pms_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest reported private messages list + +mcp_front_latest_unapproved_before +=== +* Locations: + + styles/prosilver/template/mcp_front.html + + styles/subsilver2/template/mcp_front.html +* Since: 3.1.3-RC1 +* Purpose: Add content before latest unapproved posts list + memberlist_body_username_append === * Locations: -- cgit v1.2.1 From bb4b3d273168657c664f1bc527d60b7b281ad607 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 9 Dec 2014 17:06:38 -0800 Subject: [ticket/13302] Update documentation and support forum links to 3.1 versions. PHPBB3-13302 --- phpBB/docs/FAQ.html | 4 ++-- phpBB/docs/INSTALL.html | 2 +- phpBB/docs/README.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index d9ba651032..cd1ec4ae14 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -243,7 +243,7 @@ I want to sue you because i think you host an illegal board!
      -

      Please read the paragraph about permissions in our extensive online documentation.

      +

      Please read the paragraph about permissions in our extensive online documentation.

      @@ -299,7 +299,7 @@ I want to sue you because i think you host an illegal board!
      -

      Please read our extensive user documentation first, it may just explain what you want to know.

      +

      Please read our extensive user documentation first, it may just explain what you want to know.

      Feel free to search our community forum for the information you require. PLEASE DO NOT post your question without having first used search, chances are someone has already asked and answered your question. You can find our board here:

      diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 80e09f1bf9..534d9eff73 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -39,7 +39,7 @@

      This document will walk you through the basics on installing, updating and converting the forum software.

      -

      A basic overview of running phpBB can be found in the accompanying README file. Please ensure you read that document in addition to this! For more detailed information on using, installing, updating and converting phpBB you should read the documentation available online.

      +

      A basic overview of running phpBB can be found in the accompanying README file. Please ensure you read that document in addition to this! For more detailed information on using, installing, updating and converting phpBB you should read the documentation available online.

      Install

      diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 77d5d33115..0dc4da915f 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -180,7 +180,7 @@

      Comprehensive documentation is now available on the phpBB website:

      -

      https://www.phpbb.com/support/documentation/3.0/

      +

      https://www.phpbb.com/support/docs/en/3.1/ug/

      This covers everything from installation to setting permissions and managing users.

      -- cgit v1.2.1 From 15507ffc1636252b9c6f124ec06f5792d6997738 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 9 Dec 2014 17:07:30 -0800 Subject: [ticket/13302] Update translations forum link to 3.1. PHPBB3-13302 --- phpBB/docs/README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 0dc4da915f..00bddcb111 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -134,7 +134,7 @@

      Installation of these packages is straightforward: simply download the required language pack, uncompress (unzip) it and via FTP transfer the included language and styles folders to the root of your board installation. The language can then be installed via the Administration Control Panel of your board: Customise tab -> Language management -> Language packs. A more detailed description of the process is in the Knowledge Base article, How to Install a Language Pack.

      -

      If your language is not available, please visit our [3.0.x] Translations forum where you will find topics on translations in progress. Should you wish to volunteer to translate a language not currently available or assist in maintaining an existing language pack, you can Apply to become a translator.

      +

      If your language is not available, please visit our [3.1.x] Translations forum where you will find topics on translations in progress. Should you wish to volunteer to translate a language not currently available or assist in maintaining an existing language pack, you can Apply to become a translator.

      2.ii. Styles

      -- cgit v1.2.1 From 719aa662248e864cc48f9a2bf2ccb9c578f0862f Mon Sep 17 00:00:00 2001 From: Cesar G Date: Tue, 9 Dec 2014 17:08:15 -0800 Subject: [ticket/13302] Fix incorrect link to extensions database. PHPBB3-13302 --- phpBB/docs/README.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 00bddcb111..b66f47178e 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -150,7 +150,7 @@

      2.iii. Extensions

      -

      We are proud to have a thriving extensions community. These third party extensions to the standard phpBB software, extend its capabilities still further. You can browse through many of the extensions in the Extensions section of our Customisation Database.

      +

      We are proud to have a thriving extensions community. These third party extensions to the standard phpBB software, extend its capabilities still further. You can browse through many of the extensions in the Extensions section of our Customisation Database.

      For more information about extensions, please see: https://www.phpbb.com/extensions

      -- cgit v1.2.1 From c61fa1aaa1970cb4ef5cef7aa8ced33e8dd94871 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Fri, 2 Jan 2015 09:48:27 -0500 Subject: [ticket/13437] Add template event viewtopic_body_post_author_before/after PHPBB3-13437 --- phpBB/docs/events.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fd4241a759..751ebba40e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1455,6 +1455,22 @@ viewtopic_body_poll_question_prepend * Since: 3.1.0-b3 * Purpose: Add content directly before the poll question on the View topic screen +viewtopic_body_post_author_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.3-RC1 +* Purpose: Add content directly after the post author on the View topic screen + +viewtopic_body_post_author_before/after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.3-RC1 +* Purpose: Add content directly before the post author on the View topic screen + viewtopic_body_post_buttons_after === * Locations: -- cgit v1.2.1 From 7dad863a41d2ec9b3f1c769325ae8ff18fbf5ecb Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Fri, 2 Jan 2015 10:20:36 -0500 Subject: Fix events.md event name PHPBB3-13437 --- phpBB/docs/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 751ebba40e..6a9717d97c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1463,7 +1463,7 @@ viewtopic_body_post_author_after * Since: 3.1.3-RC1 * Purpose: Add content directly after the post author on the View topic screen -viewtopic_body_post_author_before/after +viewtopic_body_post_author_before === * Locations: + styles/prosilver/template/viewtopic_body.html -- cgit v1.2.1 From 652a7630bb7783c6e2fb1d8aa89e0f3acba30bd9 Mon Sep 17 00:00:00 2001 From: Kailey Truscott Date: Fri, 2 Jan 2015 10:38:56 -0500 Subject: [ticket/13437] Change "View" to "view" PHPBB3-13437 --- phpBB/docs/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6a9717d97c..3ab3fc65da 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1461,7 +1461,7 @@ viewtopic_body_post_author_after + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.3-RC1 -* Purpose: Add content directly after the post author on the View topic screen +* Purpose: Add content directly after the post author on the view topic screen viewtopic_body_post_author_before === @@ -1469,7 +1469,7 @@ viewtopic_body_post_author_before + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.3-RC1 -* Purpose: Add content directly before the post author on the View topic screen +* Purpose: Add content directly before the post author on the view topic screen viewtopic_body_post_buttons_after === -- cgit v1.2.1 From 10c67fe12a5f814d7f6ab3727b2f1099ba6a7e6d Mon Sep 17 00:00:00 2001 From: rxu Date: Sat, 17 Jan 2015 16:40:09 +0700 Subject: [ticket/13512] Add template events before/after the post details Add template events to viewtopic_body.html to allow extensions adding content before/after the post details. PHPBB3-13512 --- phpBB/docs/events.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 3ab3fc65da..8086bc9f43 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1531,6 +1531,22 @@ viewtopic_body_postrow_post_content_footer * Since: 3.1.0-RC4 * Purpose: Add data at the end of the posts. +viewtopic_body_postrow_post_details_after +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content after the post details + +viewtopic_body_postrow_post_details_before +=== +* Locations: + + styles/prosilver/template/viewtopic_body.html + + styles/subsilver2/template/viewtopic_body.html +* Since: 3.1.4-RC1 +* Purpose: Add content before the post details + viewtopic_body_postrow_post_notices_after === * Locations: -- cgit v1.2.1 From c09023d1db2e05798437d2e5120f6e8cbb1e6567 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 21 Jan 2015 01:25:50 +0100 Subject: [develop-olympus] Bumping version numbers to final for 3.0.13 releases. --- phpBB/docs/INSTALL.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 74c017ecff..02a5e18322 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -276,7 +276,7 @@

      This package is meant for those wanting to only replace the files that were changed between a previous version and the latest version.

      -

      This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.0.11 you should select the appropriate phpBB-3.0.12-files.zip/tar.bz2 file.

      +

      This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.0.12 you should select the appropriate phpBB-3.0.13-files.zip/tar.bz2 file.

      The directory structure has been preserved, enabling you (if you wish) to simply upload the uncompressed contents of the archive to the appropriate location on your server, i.e. simply overwrite the existing files with the new versions. Do not forget that if you have installed any modifications (MODs) these files will overwrite the originals, possibly destroying them in the process. You will need to re-add MODs to any affected file before uploading.

      @@ -288,7 +288,7 @@

      The patch file is one solution for those with many Modifications (MODs) or other changes and do not want to re-add them back to all the changed files. To use this you will need command line access to a standard UNIX type patch application. If you do not have access to such an application, but still want to use this update approach, we strongly recommend the Automatic update package explained below. It is also the recommended update method.

      -

      A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.11, you need the phpBB-3.0.12-patch.zip/tar.bz2 file. Place the correct patch in the parent directory containing the phpBB core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

      +

      A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.12, you need the phpBB-3.0.13-patch.zip/tar.bz2 file. Place the correct patch in the parent directory containing the phpBB core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

      If you do get failures, you should look at using the Changed Files package to replace the files which failed to patch. Please note that you will need to manually re-add any MODs to these particular files. Alternatively, if you know how, you can examine the .rej files to determine what failed where and make manual adjustments to the relevant source.

      @@ -298,7 +298,7 @@

      This update method is the recommended method for updating. This package detects changed files automatically and merges in changes if needed.

      -

      The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is 3.0.11, you need the phpBB-3.0.11_to_3.0.12.zip/tar.bz2 file.

      +

      The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is 3.0.12, you need the phpBB-3.0.12_to_3.0.13.zip/tar.bz2 file.

      To perform the update, either follow the instructions from the Administration Control Panel->System Tab - this should point out that you are running an outdated version and will guide you through the update - or follow the instructions listed below.

      -- cgit v1.2.1 From 2c9e178a42dd3c096c693f2a18fd27620df83065 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Wed, 21 Jan 2015 01:45:23 +0100 Subject: [develop-olympus] Add changelog for 3.0.13 release. --- phpBB/docs/CHANGELOG.html | 190 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 162 insertions(+), 28 deletions(-) (limited to 'phpBB/docs') 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 @@
      1. Changelog
          +
        1. Changes since 3.0.12
        2. Changes since 3.0.11
        3. Changes since 3.0.10
        4. Changes since 3.0.9
        5. @@ -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 @@
        6. [PHPBB3-9924] - $template->display hook does not pass $template instance
        7. -
        8. [PHPBB3-9925] - prosilver logo margin bug in IE 6-7-8 +
        9. [PHPBB3-9925] - prosilver logo margin bug in IE 6-7-8
        10. [PHPBB3-9928] - Do not link "login to your board" to the "send statistics" page after completed update.
        11. @@ -582,7 +716,7 @@
        12. [PHPBB3-9932] - The Bing bot is not added when converting.
        13. -
        14. [PHPBB3-9933] - Wrong handling of consecutive multiple asterisks in word censor +
        15. [PHPBB3-9933] - Wrong handling of consecutive multiple asterisks in word censor
        16. [PHPBB3-9934] - Mass Mail missing under the system tab on a fresh install
        17. @@ -594,7 +728,7 @@
        18. [PHPBB3-9948] - Inline quicktime files won't display
        19. -
        20. [PHPBB3-9949] - $user->lang() is not handling arguments as per documentation +
        21. [PHPBB3-9949] - $user->lang() is not handling arguments as per documentation
        22. [PHPBB3-9950] - Problem with localized button images after uprading from 3.0.7-PL1 to 3.0.8
        23. @@ -757,7 +891,7 @@
        24. [PHPBB3-10250] - phpBB Logo needs the Registered Trademark Symbol
        25. - +

          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

            @@ -877,7 +1011,7 @@
          -

          1.v. Changes since 3.0.7-PL1

          +

          1.vi. Changes since 3.0.7-PL1

          Security

            @@ -1335,13 +1469,13 @@
          -

          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)
          • -- cgit v1.2.1 From 4b42589cfac7c5431d0ce1664a7337b3bf798e68 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Mon, 26 Jan 2015 17:53:43 +0100 Subject: [prep-release-3.0.13] Highlight security relevant changes --- phpBB/docs/CHANGELOG.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d52a9d3c98..982dd5cf60 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -96,6 +96,11 @@

            1.i. Changes since 3.0.12

            +

            Security

            +
              +
            • [PHPBB3-13531] - Disallow trailing paths (e.g. using the PATH_INFO feature) to prevent path-relative CSS injection
            • +
            • [PHPBB3-13526] - Correctly validate ucp_pm_options form key
            • +

            Bug

            • [PHPBB3-6703] - Problem with russian letter while converting from 2.0.x
            • @@ -177,7 +182,6 @@
            • [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

            @@ -200,7 +204,6 @@
          • [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

            -- cgit v1.2.1 From 513b2f8296319d1aa2bca0259e892b8b8312cc9c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 Jan 2015 20:00:11 +0100 Subject: [prep-release-3.1.3] Prepare Changelog --- phpBB/docs/CHANGELOG.html | 79 ++++++++++++++++++++++++----------------------- 1 file changed, 41 insertions(+), 38 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 807ee95988..d59cff1671 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -46,6 +46,7 @@
            1. Changelog
                +
              1. Changes since 3.1.2
              2. Changes since 3.1.1
              3. Changes since 3.1.0
              4. Changes since 3.1.0-RC6
              5. @@ -103,7 +104,9 @@
                -

                1.i. Changes since 3.1.1

                +

                1.i. Changes since 3.1.2

                + +

                1.ii. Changes since 3.1.1

                Security

                  @@ -184,7 +187,7 @@
                -

                1.ii. Changes since 3.1.0

                +

                1.iii. Changes since 3.1.0

                Security

                  @@ -202,7 +205,7 @@
                • [PHPBB3-13262] - Add note to docs about htaccess file when upgrading 3.0 to 3.1
                -

                1.iii. Changes since 3.1.0-RC6

                +

                1.iv. Changes since 3.1.0-RC6

                Bug

                  @@ -230,7 +233,7 @@
                • [PHPBB3-13215] - Update Symfony Components to 2.3.21
                -

                1.iv. Changes since 3.1.0-RC5

                +

                1.v. Changes since 3.1.0-RC5

                Bug

                  @@ -271,7 +274,7 @@
                -

                1.v. Changes since 3.1.0-RC4

                +

                1.vi. Changes since 3.1.0-RC4

                Bug

                  @@ -338,7 +341,7 @@
                • [PHPBB3-13123] - Add events to allow post blocking and post pre/past processing
                -

                1.vi. Changes since 3.1.0-RC3

                +

                1.vii. Changes since 3.1.0-RC3

                Bug

                  @@ -428,7 +431,7 @@
                -

                1.vii. Changes since 3.1.0-RC2

                +

                1.viii. Changes since 3.1.0-RC2

                Bug

                  @@ -552,7 +555,7 @@
                • [PHPBB3-12948] - Remove Travis CI "broken opcache on PHP 5.5.7 and 5.5.8" workaround.
                -

                1.viii. Changes since 3.1.0-RC1

                +

                1.ix. Changes since 3.1.0-RC1

                Bug

                  @@ -623,7 +626,7 @@
                • [PHPBB3-12829] - Remove check for pgsql 8.3/8.2
                -

                1.ix. Changes since 3.1.0-b4

                +

                1.x. Changes since 3.1.0-b4

                Bug

                  @@ -743,7 +746,7 @@
                -

                1.x. Changes since 3.1.0-b3

                +

                1.xi. Changes since 3.1.0-b3

                Bug

                  @@ -850,7 +853,7 @@
                -

                1.xi. Changes since 3.1.0-b2

                +

                1.xii. Changes since 3.1.0-b2

                Bug

                  @@ -1015,7 +1018,7 @@
                -

                1.xii. Changes since 3.1.0-b1

                +

                1.xiii. Changes since 3.1.0-b1

                Bug

                  @@ -1083,7 +1086,7 @@
                • [PHPBB3-12302] - Upgrade composer.phar to 1.0.0-alpha8
                -

                1.xiii. Changes since 3.1.0-a3

                +

                1.xiv. Changes since 3.1.0-a3

                Bug

                  @@ -1230,7 +1233,7 @@
                -

                1.xiv. Changes since 3.1.0-a2

                +

                1.xv. Changes since 3.1.0-a2

                Bug

                  @@ -1338,7 +1341,7 @@
                • [PHPBB3-12147] - Remove Travis CI notification configuration
                -

                1.xv. Changes since 3.1.0-a1

                +

                1.xvi. Changes since 3.1.0-a1

                Bug

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

                1.xvi. Changes since 3.0.x

                +

                1.xvii. Changes since 3.0.x

                Bug

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

                1.xvii. Changes since 3.0.12

                +

                1.xviii. Changes since 3.0.12

                Security

                  @@ -2231,7 +2234,7 @@
                • [PHPBB3-13324] - Composer no longer downloads sami/sami and fabpot/goutte
                -

                1.xviii. Changes since 3.0.11

                +

                1.xix. Changes since 3.0.11

                Bug

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

                1.xix. Changes since 3.0.10

                +

                1.xx. Changes since 3.0.10

                Bug

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

                1.xx. Changes since 3.0.9

                +

                1.xxi. Changes since 3.0.9

                Bug

                  @@ -2647,7 +2650,7 @@
                • [PHPBB3-10480] - Automate changelog building
                -

                1.xxi. Changes since 3.0.8

                +

                1.xxii. Changes since 3.0.8

                Bug

                @@ -3015,7 +3018,7 @@
          -

          1.xxii. Changes since 3.0.7-PL1

          +

          1.xxiii. Changes since 3.0.7-PL1

          Security

          @@ -3474,13 +3477,13 @@ -

          1.xxiii. Changes since 3.0.7

          +

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

          +

          1.xxv. Changes since 3.0.6

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

          1.xxv. Changes since 3.0.5

          +

          1.xxvi. Changes since 3.0.5

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

          1.xxvi. Changes since 3.0.4

          +

          1.xxvii. Changes since 3.0.4

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

          1.xxvii. Changes since 3.0.3

          +

          1.xxviii. Changes since 3.0.3

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

          1.xxviii. Changes since 3.0.2

          +

          1.xxix. Changes since 3.0.2

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

          +

          1.xxx. Changes since 3.0.1

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

          1.xxx. Changes since 3.0.0

          +

          1.xxxi. Changes since 3.0.0

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

          1.xxxi. Changes since 3.0.RC8

          +

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

          1.xxxii. Changes since 3.0.RC7

          +

          1.xxxiii. Changes since 3.0.RC7

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

          1.xxxiii. Changes since 3.0.RC6

          +

          1.xxxiv. Changes since 3.0.RC6

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

          1.xxxiv. Changes since 3.0.RC5

          +

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

          1.xxxv. Changes since 3.0.RC4

          +

          1.xxxvi. Changes since 3.0.RC4

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

          1.xxxvi. Changes since 3.0.RC3

          +

          1.xxxvii. Changes since 3.0.RC3

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

          1.xxxvii. Changes since 3.0.RC2

          +

          1.xxxviii. Changes since 3.0.RC2

          • [Fix] Re-allow searching within the memberlist
          • @@ -4468,7 +4471,7 @@
          -

          1.xxxviii. Changes since 3.0.RC1

          +

          1.xxxix. Changes since 3.0.RC1

          • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
          • -- cgit v1.2.1 From b2b5addd09d169849cb6bc277ea46fb8bd6a791d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 26 Jan 2015 20:09:46 +0100 Subject: [prep-release-3.1.3] Add changelog for 3.1.3-RC1 --- phpBB/docs/CHANGELOG.html | 96 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index d59cff1671..e2a7b15f68 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -106,6 +106,102 @@

            1.i. Changes since 3.1.2

            +

            Security

            +
              +
            • [PHPBB3-13519] - Correctly validate imagick path as path and not string
            • +
            +

            Bug

            +
              +
            • [PHPBB3-9100] - Inline attachments are not being inserted at the cursor
            • +
            • [PHPBB3-11613] - Cookies do not work for netbios domain
            • +
            • [PHPBB3-12089] - Make HTTP status code error messages more informative
            • +
            • [PHPBB3-12642] - Custom profile field isn't displayed
            • +
            • [PHPBB3-12698] - Replace all instances of magic numbers with constants in javascript
            • +
            • [PHPBB3-12866] - Wrong profile field validation options
            • +
            • [PHPBB3-13098] - Repair Yahoo contact field
            • +
            • [PHPBB3-13192] - confirm_box() action contains app.php when enable_mod_rewrite is set
            • +
            • [PHPBB3-13238] - \phpbb\db\migration\data\v310\mysql_fulltext_drop tries to drop non existent indexes
            • +
            • [PHPBB3-13272] - Changed Files packages do not include vendor directory
            • +
            • [PHPBB3-13282] - PostgreSQL error when creating boolean/dropdown custom profile fields
            • +
            • [PHPBB3-13302] - ACP links to docs need to be updated to 3.1 URLs
            • +
            • [PHPBB3-13307] - develop/mysql_upgrader.php does not work anymore
            • +
            • [PHPBB3-13319] - Icons/smilies table improperly formed when no images present
            • +
            • [PHPBB3-13346] - Missing space in posting_editor.html
            • +
            • [PHPBB3-13357] - LOG_MOVED_TOPIC Language var missing
            • +
            • [PHPBB3-13358] - Add class for retrieving remote file data
            • +
            • [PHPBB3-13362] - The whole cache dir (excluding the .htaccess and index.html files) should be ignored by git
            • +
            • [PHPBB3-13366] - Dynamic config for "plupload_last_gc" is static
            • +
            • [PHPBB3-13381] - Code Sniffer complains about 3.1.2 migration
            • +
            • [PHPBB3-13385] - Add free result after running update query in $config->set_atomic()
            • +
            • [PHPBB3-13391] - subsilver2 poll options must have a setting of 1 when editing a post
            • +
            • [PHPBB3-13393] - Invalid parameters passed to call_user_func_array in version_helper.php
            • +
            • [PHPBB3-13396] - Multibyte chars cause attachment upload to fail
            • +
            • [PHPBB3-13400] - Add a new message for high server loads during search
            • +
            • [PHPBB3-13405] - A typo in style_update_p1.php migration may prevent updating in some circumstances
            • +
            • [PHPBB3-13406] - ADD INDEX syntax may cause an error in earlier MySQL versions
            • +
            • [PHPBB3-13420] - Prune users bug - filter all with 0 posts
            • +
            • [PHPBB3-13427] - Add template events to MCP front before/after each list
            • +
            • [PHPBB3-13431] - Wrong margin-left for RTL sites in Internet Explorer mobile view
            • +
            • [PHPBB3-13432] - Migrator module tool does not add the needed module language file
            • +
            • [PHPBB3-13441] - functions_convert fails to set global moderators default group
            • +
            • [PHPBB3-13442] - UTF-8 symbols for database host
            • +
            • [PHPBB3-13448] - \phpbb\messenger->template can't find email templates in extensions
            • +
            • [PHPBB3-13453] - Sort params in Canonical URL
            • +
            • [PHPBB3-13470] - Mass email says "user doesn't exist" when all users is selected
            • +
            • [PHPBB3-13486] - Call to undefined method phpbb\db\driver\factory::sql_escpape() on database update
            • +
            • [PHPBB3-13489] - Allow the migrations to use the DI container
            • +
            • [PHPBB3-13490] - Unicode chars are broken in edit message after preview
            • +
            • [PHPBB3-13492] - Custom BBCode URL tokens do not support IDN
            • +
            • [PHPBB3-13504] - "Array" is displayed when searching, or when unanswered posts or active topics are selected
            • +
            • [PHPBB3-13507] - Large images in posts can cause horizontal scrollbars
            • +
            • [PHPBB3-13511] - The "Unused Use" Sniff is broken
            • +
            • [PHPBB3-13530] - Fix undefined variables in migrations and tests
            • +
            • [PHPBB3-13534] - Non-existent path in attachment settings causes travis failure
            • +
            • [PHPBB3-13543] - Slow tests fail on 3.1 and 3.2
            • +
            +

            Improvement

            +
              +
            • [PHPBB3-11033] - FULLTEXT_SPHINX_NO_CONFIG_DATA references unrequired field
            • +
            • [PHPBB3-12567] - [proSilver] - viewtopic_body.html: Change 'back2top' anchor in to '#top'
            • +
            • [PHPBB3-12926] - Support for IDN (IRI)
            • +
            • [PHPBB3-13266] - Enabling twig dump function if DEBUG is defined
            • +
            • [PHPBB3-13306] - Add error level to the error collector
            • +
            • [PHPBB3-13312] - [event] - Add core event to the mass email form
            • +
            • [PHPBB3-13368] - Add the forum_data var to the core.viewforum_get_topic_ids_data event
            • +
            • [PHPBB3-13370] - Add ability to call class methods more easily in the convertor framework
            • +
            • [PHPBB3-13389] - Replace pattern with path in routing.yml
            • +
            • [PHPBB3-13402] - Code Sniffer, unused use, check the function doc blocks
            • +
            • [PHPBB3-13409] - Add event to modify search parameters before searching
            • +
            • [PHPBB3-13419] - Add template event at the end of the file
            • +
            • [PHPBB3-13422] - Add new events in save custom cookies and set custom ban type
            • +
            • [PHPBB3-13428] - Add core events to memberlist.php for teampage
            • +
            • [PHPBB3-13430] - Add event for modifying prune SQL
            • +
            • [PHPBB3-13435] - Add core event to modify submit_post() sql data
            • +
            • [PHPBB3-13437] - [Template] - viewtopic_body_post_author_before/after
            • +
            • [PHPBB3-13439] - [event] - Add event to run code at beginning of ACP users overview
            • +
            • [PHPBB3-13440] - [event] - Add event to process when a user fails a login attempt
            • +
            • [PHPBB3-13449] - Add viewforum.php core event after the topic data has been assigned to template
            • +
            • [PHPBB3-13466] - Add bbcode_uid and bitfield to event core.message_parser_check_message
            • +
            • [PHPBB3-13478] - Add core event core.bbcode_cache_init_end
            • +
            +

            Sub-task

            +
              +
            • [PHPBB3-13141] - Add an event to allow applying additional permissions to MCP access besides f_read
            • +
            • [PHPBB3-13146] - Add an event to allow changing the result of calling get_forums_visibility_sql()
            • +
            • [PHPBB3-13147] - Add an event to change get_global_visibility_sql()'s results
            • +
            • [PHPBB3-13148] - Add an event to creating a final way to modify edit logs output
            • +
            • [PHPBB3-13154] - Add an event to edit user list for notifications
            • +
            • [PHPBB3-13158] - Add an event to allow adding extra auth checks when the user is posting
            • +
            • [PHPBB3-13159] - Add an event to allow extra auth checks when reporting posts
            • +
            • [PHPBB3-13160] - Add an event to viewtopic before viewing permissions
            • +
            +

            Task

            +
              +
            • [PHPBB3-12924] - Meta tags should be self-closing
            • +
            • [PHPBB3-13528] - Boolean checkbox profile fields display "1" instead of selected value
            • +
            + +

            1.ii. Changes since 3.1.1

            Security

            -- cgit v1.2.1 From 208923563e300701d3fdd5c6f33e1259887f1324 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 29 Jan 2015 23:16:34 +0100 Subject: [prep-release-3.0.13] Get rid of roman numbers in CHANGELOG.html. --- phpBB/docs/CHANGELOG.html | 48 +++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 982dd5cf60..a73e460178 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -52,7 +52,7 @@
            1. Changelog -
                +
              +
        26. Copyright and disclaimer
        @@ -94,7 +94,7 @@
        -

        1.i. Changes since 3.0.12

        +

        Changes since 3.0.12

        Security

          @@ -230,7 +230,7 @@
        • [PHPBB3-13324] - Composer no longer downloads sami/sami and fabpot/goutte
        -

        1.ii. Changes since 3.0.11

        +

        Changes since 3.0.11

        Bug

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

        1.iii. Changes since 3.0.10

        +

        Changes since 3.0.10

        Bug

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

        1.iv. Changes since 3.0.9

        +

        Changes since 3.0.9

        Bug

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

        1.v. Changes since 3.0.8

        +

        Changes since 3.0.8

        Bug

        @@ -1014,7 +1014,7 @@ -

        1.vi. Changes since 3.0.7-PL1

        +

        Changes since 3.0.7-PL1

        Security

          @@ -1472,13 +1472,13 @@
        -

        1.vii. Changes since 3.0.7

        +

        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

        +

        Changes since 3.0.6

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

        1.ix. Changes since 3.0.5

        +

        Changes since 3.0.5

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

        1.x. Changes since 3.0.4

        +

        Changes since 3.0.4

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

        1.xi. Changes since 3.0.3

        +

        Changes since 3.0.3

        • [Fix] Allow mixed-case template directories to be inherited (Bug #36725)
        • @@ -1925,7 +1925,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

        +

        Changes since 3.0.2

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

        +

        Changes since 3.0.1

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

        1.xiv Changes since 3.0.0

        +

        Changes since 3.0.0

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

        1.xv. Changes since 3.0.RC8

        +

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

        1.xvi. Changes since 3.0.RC7

        +

        Changes since 3.0.RC7

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

        1.xvii. Changes since 3.0.RC6

        +

        Changes since 3.0.RC6

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

        1.xviii. Changes since 3.0.RC5

        +

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

        1.xix. Changes since 3.0.RC4

        +

        Changes since 3.0.RC4

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

        1.xx. Changes since 3.0.RC3

        +

        Changes since 3.0.RC3

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

        1.xxi. Changes since 3.0.RC2

        +

        Changes since 3.0.RC2

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

        1.xxii. Changes since 3.0.RC1

        +

        Changes since 3.0.RC1

        • [Fix] (X)HTML issues within the templates (Bug #11255, #11255)
        • -- cgit v1.2.1 From 5fea945b5b72f6ccf898c304a926fff69233dd81 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 29 Jan 2015 23:27:12 +0100 Subject: [prep-release-3.0.13] Add changelog for 3.0.13-PL1 release. --- phpBB/docs/CHANGELOG.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a73e460178..8cb565e2c6 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,6 +53,7 @@
          1. Changelog
              +
            • Changes since 3.0.13
            • Changes since 3.0.12
            • Changes since 3.0.11
            • Changes since 3.0.10
            • @@ -94,6 +95,15 @@
              +

              Changes since 3.0.13

              + +

              Bug

              +
                +
              • [PHPBB3-12933] - The search operator for partial matches does not work
              • +
              • [PHPBB3-13549] - Compare ORIG_PATH_INFO with SCRIPT_NAME for checking trailing paths
              • +
              • [PHPBB3-13554] - Advertisement of feature release in red indicates a problem
              • +
              +

              Changes since 3.0.12

              Security

              -- cgit v1.2.1 From 1e94b0ae71d4523fc48b3870336bdb1d4bae8812 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Thu, 29 Jan 2015 23:32:05 +0100 Subject: [prep-release-3.0.13] Also update version in references to files. --- phpBB/docs/INSTALL.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 02a5e18322..b925b50232 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -276,7 +276,7 @@

              This package is meant for those wanting to only replace the files that were changed between a previous version and the latest version.

              -

              This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.0.12 you should select the appropriate phpBB-3.0.13-files.zip/tar.bz2 file.

              +

              This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.0.12 you should select the appropriate phpBB-3.0.13-PL1-files.zip/tar.bz2 file.

              The directory structure has been preserved, enabling you (if you wish) to simply upload the uncompressed contents of the archive to the appropriate location on your server, i.e. simply overwrite the existing files with the new versions. Do not forget that if you have installed any modifications (MODs) these files will overwrite the originals, possibly destroying them in the process. You will need to re-add MODs to any affected file before uploading.

              @@ -288,7 +288,7 @@

              The patch file is one solution for those with many Modifications (MODs) or other changes and do not want to re-add them back to all the changed files. To use this you will need command line access to a standard UNIX type patch application. If you do not have access to such an application, but still want to use this update approach, we strongly recommend the Automatic update package explained below. It is also the recommended update method.

              -

              A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.12, you need the phpBB-3.0.13-patch.zip/tar.bz2 file. Place the correct patch in the parent directory containing the phpBB core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

              +

              A number of patch files are provided to allow you to update from previous stable releases. Select the correct patch, e.g. if your current version is 3.0.12, you need the phpBB-3.0.13-PL1-patch.zip/tar.bz2 file. Place the correct patch in the parent directory containing the phpBB core files (i.e. index.php, viewforum.php, etc.). With this done you should run the following command: patch -cl -d [PHPBB DIRECTORY] -p1 < [PATCH NAME] (where PHPBB DIRECTORY is the directory name your phpBB Installation resides in, for example phpBB, and where PATCH NAME is the relevant filename of the selected patch file). This should complete quickly, hopefully without any HUNK FAILED comments.

              If you do get failures, you should look at using the Changed Files package to replace the files which failed to patch. Please note that you will need to manually re-add any MODs to these particular files. Alternatively, if you know how, you can examine the .rej files to determine what failed where and make manual adjustments to the relevant source.

              @@ -298,7 +298,7 @@

              This update method is the recommended method for updating. This package detects changed files automatically and merges in changes if needed.

              -

              The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is 3.0.12, you need the phpBB-3.0.12_to_3.0.13.zip/tar.bz2 file.

              +

              The automatic update package will update the board from a given version to the latest version. A number of automatic update files are available, and you should choose the one that corresponds to the version of the board that you are currently running. For example, if your current version is 3.0.12, you need the phpBB-3.0.12_to_3.0.13-PL1.zip/tar.bz2 file.

              To perform the update, either follow the instructions from the Administration Control Panel->System Tab - this should point out that you are running an outdated version and will guide you through the update - or follow the instructions listed below.

              -- cgit v1.2.1 From 5f237a042605f46e1fa9546b2ccf6916687f5820 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Fri, 30 Jan 2015 01:32:34 +0100 Subject: [prep-release-3.0.13] Correct changelog link to 3.0.13 changes. --- phpBB/docs/CHANGELOG.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8cb565e2c6..f404009345 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -53,7 +53,7 @@
              1. Changelog
                  -
                • Changes since 3.0.13
                • +
                • Changes since 3.0.13
                • Changes since 3.0.12
                • Changes since 3.0.11
                • Changes since 3.0.10
                • @@ -95,7 +95,7 @@
                  -

                  Changes since 3.0.13

                  +

                  Changes since 3.0.13

                  Bug

                    -- cgit v1.2.1 From be30d8251a5c0a9ffb59f415cba7e10bbe714f68 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 31 Jan 2015 01:08:29 +0100 Subject: [prep-release-3.1.3] Add changelog for 3.1.3-RC2 --- phpBB/docs/CHANGELOG.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index a7b47ab0f0..acf5a318be 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -46,6 +46,7 @@
                    1. Changelog