aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-18 09:21:30 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-18 09:21:30 +0100
commit30eccacb1dc0203a15638596967255e33ec05801 (patch)
tree6c4af82286a69ff8e3993914ab53d845a1a00f9f /phpBB/docs/coding-guidelines.html
parent45857fe5c965ea79c734f8f831210ae74558c1f1 (diff)
downloadforums-30eccacb1dc0203a15638596967255e33ec05801.tar
forums-30eccacb1dc0203a15638596967255e33ec05801.tar.gz
forums-30eccacb1dc0203a15638596967255e33ec05801.tar.bz2
forums-30eccacb1dc0203a15638596967255e33ec05801.tar.xz
forums-30eccacb1dc0203a15638596967255e33ec05801.zip
[ticket/12286] Add "Since" to template event docs
PHPBB3-12286
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 9d3e69decc..ded13d1c28 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -1707,6 +1707,7 @@ parent = prosilver
* Location: styles/&lt;style_name&gt;/template/filename.html
* Purpose: A brief description of what this event should be used for.
This may span multiple lines.
+* Since: Version since when the event was added
</pre></div></li>
<li>An event found in multiple template files:
<div class="codebox"><pre>event_name
@@ -1715,6 +1716,7 @@ This may span multiple lines.
+ first/file/path.html
+ second/file/path.html
* Purpose: Same as above.
+* Since: 3.1.0-b1
</pre></div>
<li>An event that is found multiple times in a file should have the number of instances in parenthesis next to the filename.
<div class="codebox"><pre>event_name
@@ -1723,6 +1725,7 @@ This may span multiple lines.
+ first/file/path.html (2)
+ second/file/path.html
* Purpose: Same as above.
+* Since: 3.1.0-b1
</pre></div></li>
<li>An actual example event documentation:
<div class="codebox"><pre>forumlist_body_last_post_title_prepend
@@ -1730,7 +1733,9 @@ This may span multiple lines.
* Locations:
+ 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.</pre></div></ul><br />
+* Purpose: Add content before the post title of the latest post in a forum on the forum list.
+* Since: 3.1.0-a1
+</pre></div></ul><br />
</div>