From e9b7cb13245778f8ee31dca618a138e56feb61e8 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 1 May 2016 22:31:39 +0200 Subject: [PATCH] [ticket/14619] Updates 3.1.x/ascraeus to 3.2.x/rhea PHPBB3-14619 --- phpBB/docs/CHANGELOG.html | 6 +++--- phpBB/docs/FAQ.html | 6 +++--- phpBB/docs/INSTALL.html | 14 +++++++------- phpBB/docs/coding-guidelines.html | 20 ++++++++++---------- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8090290fe1..f8f63245df 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -4,7 +4,7 @@ - + phpBB • Changelog @@ -21,7 +21,7 @@
-

phpBB 3.1.x Changelog

+

phpBB 3.2.x Changelog

Skip

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

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

diff --git a/phpBB/docs/FAQ.html b/phpBB/docs/FAQ.html index 5f3a425cda..1160e8c131 100644 --- a/phpBB/docs/FAQ.html +++ b/phpBB/docs/FAQ.html @@ -4,7 +4,7 @@ - + phpBB • FAQ @@ -21,8 +21,8 @@
-

phpBB 3.1.x FAQ

-

phpBB 3.1.x frequently asked questions

+

phpBB 3.2.x FAQ

+

phpBB 3.2.x frequently asked questions

Skip

diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index c0e0dce2a7..62af05c735 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -4,7 +4,7 @@ - + phpBB • Install @@ -21,8 +21,8 @@
-

phpBB 3.1.x Install

-

phpBB 3.1.x Installation, updating and conversion informations

+

phpBB 3.2.x Install

+

phpBB 3.2.x Installation, updating and conversion informations

Skip

@@ -133,7 +133,7 @@
-

phpBB 3.1.x has a few requirements which must be met before you are able to install and use it.

+

phpBB 3.2.x has a few requirements which must be met before you are able to install and use it.

-

If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.1.x.

+

If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.2.x.

@@ -257,7 +257,7 @@
-

4. Updating from stable releases of phpBB 3.1.x

+

4. Updating from stable releases of phpBB 3.2.x

@@ -282,7 +282,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.1.0 you should select the appropriate phpBB-3.1.1-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.2.0 you should select the appropriate phpBB-3.2.1-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.

diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index eb0fb60de2..9e07290697 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -4,7 +4,7 @@ - + phpBB3 • Coding Guidelines @@ -22,7 +22,7 @@

Coding Guidelines

-

Ascraeus coding guidelines document

+

Rhea coding guidelines document

Skip

@@ -37,7 +37,7 @@

- These are the phpBB Coding Guidelines for Ascraeus, all attempts should be made to follow them as closely as possible. + These are the phpBB Coding Guidelines for Rhea, all attempts should be made to follow them as closely as possible.

Coding Guidelines

@@ -1187,8 +1187,8 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group& # General Information about this style name = prosilver_duplicate copyright = © phpBB Limited, 2007 -style_version = 3.1.0 -phpbb_version = 3.1.0 +style_version = 3.2.0 +phpbb_version = 3.2.0 # Defining a different template bitfield # template_bitfield = lNg= @@ -1677,8 +1677,8 @@ div # General Information about this style name = Custom Style copyright = © phpBB Limited, 2007 -style_version = 3.1.0-b1 -phpbb_version = 3.1.0-b1 +style_version = 3.2.0-b1 +phpbb_version = 3.2.0-b1 # Defining a different template bitfield # template_bitfield = lNg= @@ -1725,7 +1725,7 @@ This may span multiple lines. + first/file/path.html + second/file/path.html * Purpose: Same as above. -* Since: 3.1.0-b1 +* Since: 3.2.0-b1
  • An event that is found multiple times in a file should have the number of instances in parenthesis next to the filename.
    event_name
    @@ -1734,7 +1734,7 @@ This may span multiple lines.
         + first/file/path.html (2)
         + second/file/path.html
     * Purpose: Same as above.
    -* Since: 3.1.0-b1
    +* Since: 3.2.0-b1
     
  • An actual example event documentation:
    forumlist_body_last_post_title_prepend
    @@ -1743,7 +1743,7 @@ This may span multiple lines.
         + styles/prosilver/template/forumlist_body.html
         + styles/subsilver2/template/forumlist_body.html
     * Purpose: Add content before the post title of the latest post in a forum on the forum list.
    -* Since: 3.1.0-a1
    +* Since: 3.2.0-a1