aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorWesley Fok <wesley.fok@yp.ca>2016-08-03 13:20:42 -0400
committerWesley Fok <wesley.fok@yp.ca>2016-08-03 13:20:42 -0400
commitba13832085bf05eb5ab19aeb9681b16c7a119df9 (patch)
tree7fb014aeb08e614fe060dfeede0ea05885ff4d7d /phpBB/docs
parent2081a7809540db661193be376c1220a2c21acff4 (diff)
parentf68820762b2d78bc26c59724a3dd98091bb3379b (diff)
downloadforums-ba13832085bf05eb5ab19aeb9681b16c7a119df9.tar
forums-ba13832085bf05eb5ab19aeb9681b16c7a119df9.tar.gz
forums-ba13832085bf05eb5ab19aeb9681b16c7a119df9.tar.bz2
forums-ba13832085bf05eb5ab19aeb9681b16c7a119df9.tar.xz
forums-ba13832085bf05eb5ab19aeb9681b16c7a119df9.zip
Merge remote-tracking branch 'upstream/3.1.x' into ticket/14638-3.1.x
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/INSTALL.html2
-rw-r--r--phpBB/docs/events.md20
2 files changed, 21 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index 333d367aa7..9f8bbe74b8 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -160,7 +160,7 @@
<li>zlib Compression support</li>
<li>Remote FTP support</li>
<li>XML support</li>
- <li>Imagemagick support</li>
+ <li>ImageMagick support</li>
<li>GD Support</li>
</ul>
</li>
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index fced20ecfe..1fe8b915f1 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -843,6 +843,14 @@ mcp_front_latest_unapproved_before
* Since: 3.1.3-RC1
* Purpose: Add content before latest unapproved posts list
+mcp_move_before
+===
+* Locations:
+ + styles/prosilver/template/mcp_move.html
+ + styles/subsilver2/template/mcp_move.html
+* Since: 3.1.10-RC1
+* Purpose: Add content before move topic/post form
+
mcp_post_additional_options
===
* Locations:
@@ -1853,6 +1861,18 @@ topiclist_row_append
* Changed: 3.1.6-RC1 Added event to mcp_forum.html
* Purpose: Add content into topic rows (inside the elements containing topic titles)
+topiclist_row_topic_title_after
+===
+* Locations:
+ + styles/prosilver/template/search_results.html
+ + styles/prosilver/template/viewforum_body.html
+ + styles/prosilver/template/mcp_forum.html
+ + styles/subsilver2/template/search_results.html
+ + styles/subsilver2/template/viewforum_body.html
+ + styles/subsilver2/template/mcp_forum.html
+* Since: 3.1.10-RC1
+* Purpose: Add content into topic rows (after the elements containing the topic titles)
+
ucp_agreement_terms_after
===
* Locations: