From 8bdbadabb23c0288ddb9af60c9883b6021d2c239 Mon Sep 17 00:00:00 2001 From: Patrick Webster Date: Sat, 1 Nov 2014 10:53:57 -0500 Subject: [ticket/13267] Update Automatic Update instructions to include vendor directory PHPBB3-13267 --- phpBB/docs/INSTALL.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 4bde6c01ea..92d4affb0e 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -303,7 +303,7 @@ -
  • Upload the contents of the 3.1.x Full Package into your forum's directory.
  • +
  • Upload the contents of the 3.1.x Full Package into your forum's directory. Make sure the root level .htaccess file is included in the upload.
  • Browse to install/database_update.php
  • Delete the install/ directory
  • @@ -462,7 +462,7 @@

    8. Anti-Spam Measures

    - +
    -- cgit v1.2.1 From aede89d408608708e1cd8797af07a20a50944c35 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 2 Nov 2014 00:20:44 +0100 Subject: [prep-release-3.1.1] Add 3.1.1 CHANGELOG --- phpBB/docs/CHANGELOG.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 212da25ade..4d96aa4981 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -46,6 +46,7 @@
    1. Changelog
        +
      1. Changes since 3.1.0
      2. Changes since 3.1.0-RC6
      3. Changes since 3.1.0-RC5
      4. Changes since 3.1.0-RC4
      5. @@ -100,6 +101,24 @@
        +

        1.i. Changes since 3.1.0

        + +

        Security

        +
          +
        • [SECURITY-164] - Cross Site Scripting via PATH_INFO in page_name variable
        • +
        +

        Bug

        +
          +
        • [PHPBB3-13248] - Login functions need to use provider collection for retrieving provider
        • +
        • [PHPBB3-13267] - Automatic Update instructions indicate that only the install folder is necessary
        • +
        • [PHPBB3-13268] - MSSQL's get_existing_indexes() function improperly appends ternary result
        • +
        • [PHPBB3-13271] - Anonymous users can CC themselves on emails sent to admin via contact form
        • +
        +

        Task

        +
          +
        • [PHPBB3-13262] - Add note to docs about htaccess file when upgrading 3.0 to 3.1
        • +
        +

        1.i. Changes since 3.1.0-RC6

        Bug

        -- cgit v1.2.1