| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-14049
|
|
|
|
| |
PHPBB3-13982
|
|\
| |
| |
| |
| |
| |
| | |
[ticket/13982] Add events around ranks
Conflicts:
phpBB/docs/events.md
|
| |
| |
| |
| |
| |
| |
| |
| | |
Add events to present information around ranks in the memberlist,
user profile, viewtopic profile and private message profile.
Slight repositioning of events in the memberlist.
PHPBB3-13982
|
| |
| |
| |
| |
| |
| |
| | |
Add events to present information around ranks in the memberlist,
user profile, viewtopic profile and private message profile.
PHPBB3-13982
|
| |
| |
| |
| | |
PHPBB3-13899
|
| |
| |
| |
| | |
PHPBB3-13899
|
| |
| |
| |
| | |
PHPBB3-13899
|
|\ \
| | |
| | |
| | | |
[ticket/13911] Add events to configure options for profile fields
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number again.
PHPBB3-13911
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fixed version number and event name.
PHPBB3-13911
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields. Fix bamboo formatting errors.
PHPBB3-13911
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds core events to includes/acp/acp_profile.php and template events
to adm/style/acp_profile.html to support adding configuration options
to profile fields.
PHPBB3-13911
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/13311] Add core event on acp_forums for forum content deletes
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13311
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13311
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Event added for the function delete_forum_content() in
includes/acp/acp_forums.php, so that you can insert any extension's table(s)
to be updated when forum content is deleted
Incude parameters forum_id, topic_ids and post_counts
PHPBB3-13311
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-13843
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Events added in events.md
Add in template posting_editor.html for link to custom panel
Add in template posting_layout.html for include of custom panel template body
PHPBB3-13843
|
|\ \ \
| | | |
| | | |
| | | | |
[ticket/14002] Add template events before/after user details in ucp_main_front.html
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-14002
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13815] Event parameters in posting have no effect
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13815
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14018] Fix responsive quick link menus
* VSEphpbb/ticket/14018:
[ticket/14018] Update CSS for handling quick link menus
[ticket/14018] Fix responsive quick link menus
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14018
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14018
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13974] Add core.mcp_change_poster_after event
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change the docblock for userdata from string to array.
PHPBB3-13974
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Create a new event to perform additional tasks after chainging a post's
poster.
PHPBB3-13974
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13971] Add draft_id var to core.posting_modify_template_vars
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Added draft_id to the core.posting_modify_template_vars event in posting.php,
to provide the ability to use the 'checked' draft_id in extensions,
in addition to the 'raw' draft_id provided in earlier events in posting.php
PHPBB3-13971
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13817] Add core.update_session event
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix wrong variables passed to create session event
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Var names in doc block
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
As requested events are named *_after
core.session_start_after is moved after
USERS_TABLE update to prevent returning
session data from extensions
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix no event parameters
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Try adding event with no parameters
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fix missing phpbb_dispatcher and add event to session_create
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Ticket was changed to add few more session related events
core.session_kill - send user_id and session_id
core.session_gc - just triger event
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
As requested by nickvergessen
PHPBB3-13817
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add core.update_session event in \phpbb\session.php
PHPBB3-13817
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14004] Add user_info to core event
|
| | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14004
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | |
| | | | | | | | |
[ticket/13980] Uploaded avatar not removed when new is uploaded
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Remove the previously uploaded avatar when a new one with a different
extension is uploaded, using existing delete method
PHPBB3-13980
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Remove the previously uploaded avatar when a new one with a different
extension is uploaded
PHPBB3-13980
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | | |
[ticket/13984] Fix the call of Ajax loading indicator
|