| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
[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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13984
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13995] Fixes for invalid HTML in docs and phpBB
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13995
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13995
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13995
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Revert the javascript function change
Place the families code on it's own line
PHPBB3-13955
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix the javascript code to conform to Google Fonts standard
Add code to fix simple_header
PHPBB3-13955
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix overall_header's WebFontConfig section to load fonts correctly
in all browsers.
PHPBB3-13955
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13759] Initial commit broke timestamps when quoting a post.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13759
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
[ticket/13880] Automatically remove quotes that are nested too deep
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This matches the regexp used in bbcode::bbcode_cache_init()
PHPBB3-13880
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13880
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | | |
[ticket/13818] Add Extension and Style CDB Links into ACP Management pages
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13818
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/13951] Make sure the page number is an integer
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13951
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/13962] MCP Queue dropdown for forum selection
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-13962
|
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This fix the HTTPS breaking issue on the BBCode FAQ.
PHPBB3-13967
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-13966
|