| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |\
| | |
| | |
| | | |
[ticket/13650] Move core event
|
| | | |
| | |
| | |
| | | |
PHPBB3-13650
|
| |\ \ \
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/13658] add event before and after topics are deleted
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- added suffix '_query' to event names
- added table_ary to before event
PHPBB3-13658
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13658
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13675] Add validate to acp_profile event and add template events
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
for acp users profile
PHPBB3-13675
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13142] Before query to get the total number of reports
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13142
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13142
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13142
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The event now has nearly all variables and it is in the place where it can
most influence this method's outcome without requiring the extension
to re-process phpBB's code.
PHPBB3-13142
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13142
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change topic_id to post_id
PHPBB3-13637
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Update the event name to core.ucp_pm_compose_modify_data
Change description of to_group_id and submit dockblock
PHPBB3-13637
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add a new PHP event to ucp_pm_compose to alter the default vars
PHPBB3-13637
|
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | |\ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
[ticket/13540] Add topic info and total posts count to mcp_topic_review_modify_row event
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13540
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13540
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13647] Move FAQ page to a controller
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13647
|
| |\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/13596] Add display_forums() event to allow modifying forums list data
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Add display_forums() core event in includes/functions_display.php to allow
modifying forums list data before the list is being generated and dumped
to the template.
PHPBB3-13596
|
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Conflicts:
phpBB/includes/functions_mcp.php
|
| | | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13652
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | |\ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/13591] Add core events to the function obtain_users_online_string()
|
| | | |/ / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add functions.php core events to the function obtain_users_online_string()
to allow extensions adding/modifying online users data.
PHPBB3-13591
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / / |
|
| | |\ \ \ \ \ \ \
| | | |_|_|_|_|/
| | |/| | | | |
| | | | | | | | |
[ticket/13650] Validate ucp profile data changes
|
| | | | |_|_|_|/
| | |/| | | |
| | | | | | |
| | | | | | | |
PHPBB3-13650
|
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13587
|
| |\ \ \ \ \ \
| |/ / / / /
| | | / / /
| |_|/ / /
|/| | | | |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13578] Add ucp_register.php core events
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13578
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13635] Add sql_ary to ucp profile event
|
| | | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13635
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13472] Delete admin activation notification when deleting user
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13472
|