From e9b7cb13245778f8ee31dca618a138e56feb61e8 Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 1 May 2016 22:31:39 +0200 Subject: [ticket/14619] Updates 3.1.x/ascraeus to 3.2.x/rhea PHPBB3-14619 --- phpBB/docs/coding-guidelines.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'phpBB/docs/coding-guidelines.html') 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
     

    -- cgit v1.2.1 From 4dfd12d5b2b007b220789712cb6d50a04a3efeee Mon Sep 17 00:00:00 2001 From: Crizzo Date: Thu, 7 Sep 2017 15:05:53 +0200 Subject: [ticket/15350] Changes outdated wiki-link to new docs/ PHPBB3-15350 --- phpBB/docs/coding-guidelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/coding-guidelines.html') diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 9b5c668880..d90f4d4d32 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2387,7 +2387,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) You have [1/21/31] slon, [2/3/4] slona, [0/5/6] slonova and [7/8/9/11] ... and some more difficult rules.

    -

    The plural system takes care of this and can be used as follows:

    +

    The plural system takes care of this and can be used as follows:

    The PHP code will basically look like this:

    -- cgit v1.2.1