Skip to content

Commit

Permalink
Merge pull request #277 from phpbb/update/3.3.11
Browse files Browse the repository at this point in the history
Update events for 3.3.11
  • Loading branch information
marc1706 authored Oct 21, 2023
2 parents 5d39fc5 + 9c2ef40 commit 0ce34b5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions development/extensions/events_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -633,11 +633,11 @@ PHP Events
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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 |
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| core.page_footer | phpbb/controller/helper.php | page_footer_override, run_cron | 3.1.0-a1 | Execute code and/or overwrite page_footer() |
| | includes/functions.php | | | |
| core.page_footer | includes/functions.php | page_footer_override, run_cron | 3.1.0-a1 | Execute code and/or overwrite page_footer() |
| | phpbb/controller/helper.php | | | |
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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. |
| | includes/functions.php | | | |
| 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. |
| | phpbb/controller/helper.php | | | |
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 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() |
+-----------------------------------------------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down Expand Up @@ -1907,6 +1907,8 @@ Template Events
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+
| viewtopic_body_postrow_content_after | viewtopic_body.html | 3.2.4-RC1 | Add content after the message content in topics views |
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+
| viewtopic_body_postrow_content_before | viewtopic_body.html | 3.3.11-RC1 | Add content before the message content in topics views |
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+
| 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 |
| | | | a post |
+-------------------------------------------------------+----------------------------------------------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------+
Expand Down

0 comments on commit 0ce34b5

Please sign in to comment.