| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
develop-ascraeus
* github-marc1706/ticket/12822:
[ticket/12822] Fix test runs of avatar manager_test
[ticket/12822] Add method for deleting avatars and use confirm_box
[ticket/12822] Remove "None" option from avatar select boxes
|
| | |
| |
| |
| |
| |
| |
| |
| | |
The method will take care of the actual deletion process in the avatar manager.
Additionally, we'll be using a confirm box while deleting the avatar to prevent
users from accidentally deleting their avatars.
PHPBB3-12822
|
| |\ \
| | |
| | |
| | | |
[ticket/11854] Move captchas to phpbb/ and use DI for plugins
|
| | | |
| | |
| | |
| | | |
PHPBB3-11854
|
| | | |
| | |
| | |
| | | |
PHPBB3-11854
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/12942] Add core.add_form_key core event
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add core.add_form_key core event to allow extensions modifying
form key.
PHPBB3-12942
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/12967] Fix undefined variable phpbb_dispatcher error.
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-12967
|
| |\ \ \ \
| |/ / /
|/| | |
| | | | |
[ticket/12944] Add core.login_forum_box core event
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add core.login_forum_box core event to allow extensions
performing additional actions on forum login.
PHPBB3-12944
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/12931] Fix general error on user registration
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix "Illegal use of $_SERVER" general error on user registration
when $config['server_name'] is not set.
PHPBB3-12931
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12932] Add method for allowing override of \phpbb\datetime class
* marc1706/ticket/12932:
[ticket/12932] Remove set_datetime_class method from user class
[ticket/12932] Fix tests and calls to create_datetime
[ticket/12932] Add method for getting the datetime class and allow overriding
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12932
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
An extension can now override the datetime class by overwriting the
datetime.class parameter in their own yml file.
PHPBB3-12932
|
| |\ \ \ \
| |/ / /
|/| | | |
[ticket/12831] Allow events in page_header functions to prevent the setting of HTTP headers
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
https://tracker.phpbb.com/browse/PHPBB3-12831
PHPBB3-12831
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
https://tracker.phpbb.com/browse/PHPBB3-12831
PHPBB3-12831
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
https://tracker.phpbb.com/browse/PHPBB3-12831
PHPBB3-12831
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
https://tracker.phpbb.com/browse/PHPBB3-12831
PHPBB3-12831
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12943] Add core.phpbb_generate_debug_output core event
* rxu/ticket/12943:
[ticket/12943] Add core.phpbb_generate_debug_output core event
|
| | | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add core.phpbb_generate_debug_output core event to allow extensions
outputting additional debug info.
PHPBB3-12943
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12938] Remove the 'Download all attachments' feature.
* bantu/ticket/12938:
[ticket/12938] Remove functional tests for 'Download all attachments'.
[ticket/12938] Remove the 'Download all attachments' feature.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12938
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12941] Check for Sami parse errors on Travis CI.
* bantu/ticket/12941:
[ticket/12941] Fix remaining Sami complaints.
[ticket/12941] Check for Sami parse errors on Travis CI.
[ticket/12941] Add sami.conf.php for Travis CI.
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-12941
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12718] Use remove_topic_from_statistic() for delete_topic
* dhruvgoel92/ticket/12718:
[ticket/12718] Use a separate variable for sql query
[ticket/12718] Fix spacing and type casting
[ticket/12718] Fix docblocks
[ticket/12718] Add tests to check user_posts on post deletion
[ticket/12718] Update docblock
[ticket/12718] Use remove_topic_from_statistic() for delete_topic
|
| | | |_|/
| |/| |
| | | |
| | | | |
PHPBB3-12718
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
[ticket/11520] Re-adjust userpost count on topic fork
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11520
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-11520
|
| | | |/ /
| |/| |
| | | |
| | | | |
PHPBB3-11520
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12841] Allow extensions to position new config vars
* VSEphpbb/ticket/12841:
[ticket/12841] Make config position default to after
[ticket/12841] Update comments in tests making after default
[ticket/12841] prefix function name with phpbb_
[ticket/12841] Add a tests for the new function
[ticket/12841] Fix white space issues reported by sniffer
[ticket/12841] Allow extensions to position new config vars
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12841
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12841
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12841
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12841
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/10404] Use anonymous function instead of create_function in acp/auth
* marc1706/ticket/10404:
[ticket/10404] Fix codesniffer complaint about anonymous function
[ticket/10404] Use anonymous function instead of create_function in acp/auth
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10404
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10404
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12927] core.mcp_queue_get_posts2_query_before
* brunoais/ticket/12927:
[ticket/12927] core.mcp_queue_get_posts2_query_before
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding the core.mcp_queue_get_posts2_query_before
event to mcp backend.
PHPBB3-12927
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12880] core.mcp_queue_!is_topics_query_before
* brunoais/ticket/12880:
[ticket/12880] core.mcp_queue_!is_topics_query_before
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Adding core.mcp_queue_is_topics_query_before
PHPBB3-12880
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
* brunoais/ticket/12876:
[ticket/12876] core.mcp_mcp_front.mcp_front_view_queue_postid_list_after
|
| | |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adding the core.mcp_mcp_front.mcp_front_view_queue_topicid_list_after
event to mcp backend.
PHPBB3-12876
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | | |
[ticket/12919] Use the modules basename as identifier for extension modules
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12919
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12738] Move related code from functions_posting to function
* dhruvgoel92/ticket/12738:
[ticket/12738] Update constructor docblock
[ticket/12738] Add $config to constructor in notification test
[ticket/12738] Fix tests with new config object injection
[ticket/12738] Inject config object into content_visibility class
[ticket/11528] Move related code from functions_posting to function
|