Skip to content

Commit 0ce34b5

Browse files
authored
Merge pull request #277 from phpbb/update/3.3.11
Update events for 3.3.11
2 parents 5d39fc5 + 9c2ef40 commit 0ce34b5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

development/extensions/events_list.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,11 +633,11 @@ PHP Events
633633
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
634634
| core.obtain_users_online_string_sql | includes/functions.php | item, item_id, online_users, sql_ary | 3.1.4-RC1 | Modify SQL query to obtain online users data |
635635
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
636-
| core.page_footer | phpbb/controller/helper.php | page_footer_override, run_cron | 3.1.0-a1 | Execute code and/or overwrite page_footer() |
637-
| | includes/functions.php | | | |
636+
| core.page_footer | includes/functions.php | page_footer_override, run_cron | 3.1.0-a1 | Execute code and/or overwrite page_footer() |
637+
| | phpbb/controller/helper.php | | | |
638638
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
639-
| core.page_footer_after | phpbb/controller/helper.php | display_template, exit_handler | 3.1.0-RC5 | Execute code and/or modify output before displaying the template. |
640-
| | includes/functions.php | | | |
639+
| core.page_footer_after | includes/functions.php | display_template, exit_handler | 3.1.0-RC5 | Execute code and/or modify output before displaying the template. |
640+
| | phpbb/controller/helper.php | | | |
641641
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
642642
| core.page_header | includes/functions.php | display_online_list, item, item_id, page_header_override, page_title | 3.1.0-a1 | Execute code and/or overwrite page_header() |
643643
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
@@ -1907,6 +1907,8 @@ Template Events
19071907
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+
19081908
| viewtopic_body_postrow_content_after | viewtopic_body.html | 3.2.4-RC1 | Add content after the message content in topics views |
19091909
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+
1910+
| viewtopic_body_postrow_content_before | viewtopic_body.html | 3.3.11-RC1 | Add content before the message content in topics views |
1911+
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+
19101912
| viewtopic_body_postrow_custom_fields_after | viewtopic_body.html | 3.1.0-a1 | Add data after the custom fields on the user profile when viewing |
19111913
| | | | a post |
19121914
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)