| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
[ticket/13986] Add --resume option to reparser CLI
* s9e/ticket/13986:
[ticket/13986] Replaced hardcoded value
[ticket/13986] Fixed resume data to carry through multiple runs
[ticket/13986] Add --resume option to reparser CLI
|
| | |
| |
| |
| | |
PHPBB3-13986
|
| | |
| |
| |
| |
| |
| |
| | |
Options restored from a previous execution should carry to the
next resumed execution
PHPBB3-13986
|
| | |
| |
| |
| | |
PHPBB3-13986
|
| |\ \
| |/
|/| |
|
| | |\
| | |
| | |
| | | |
[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/14033] Fix errors in docblocks
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14033
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14034
|
| |\ \ \ \
| | |/ /
| |/| | |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[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/11444] Moving the in-board notifications to a method class
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11444
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11444
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11444
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11444
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently the in-board method for the notifications is hardcoded and
cannot be disabled. This method should be in his own class extending
`phpbb\notification\method\method_interface`.
It also add the possibility, for each method, to be enabled by default (ie:
no entry in the DB => notification enabled).
https://tracker.phpbb.com/browse/PHPBB3-11444
https://tracker.phpbb.com/browse/PHPBB3-11967
PHPBB3-11444
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
[ticket/14008] Do not add a user_id value to quotes from guests
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-14008
|
| |/ / / /
| | | |
| | | |
| | | | |
PHPBB3-14000
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
Conflicts:
tests/template/template_includecss_test.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13995
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/13987] Add --dry-run option to reparser CLI
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Added disable_save() and enable_save() to toggle a dry run
PHPBB3-13987
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13987
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[ticket/10620] Quote improvements
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10620
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10620
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10620
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/13961] Add orderable service collections
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13961
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13961
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13961
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13961
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13691
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13961
|