aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.1.x'Marc Alexander2015-08-091-1/+15
|\
| * Merge pull request #3784 from Senky/ticket/14043Marc Alexander2015-08-091-1/+15
| |\ | | | | | | | | | [ticket/14043] Add core.get_avatar_after php event
| | * [ticket/14043] Add more parameters to the eventJakub Senko2015-08-021-2/+6
| | | | | | | | | | | | PHPBB3-14043
| | * [ticket/14043] Add dispatcher to globals, change @since valueJakub Senko2015-07-221-2/+2
| | | | | | | | | | | | PHPBB3-14043
| | * [ticket/14043] Add core.get_avatar_after php eventJakub Senko2015-07-211-1/+11
| | | | | | | | | | | | PHPBB3-14043
* | | Merge branch '3.1.x'Marc Alexander2015-08-091-0/+24
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_forum.php
| * | Merge pull request #3760 from Zoddo/ticket/14014Marc Alexander2015-08-091-0/+24
| |\ \ | | | | | | | | | | | | [ticket/14014] Add core.mcp_forum_view_before event
| | * | [ticket/14014] Add core.mcp_forum_view_before eventZoddo2015-07-151-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | This event can be used to get some data in order to execute other actions. PHPBB3-14014
* | | | Merge branch '3.1.x'Marc Alexander2015-08-081-0/+10
|\ \ \ \ | |/ / /
| * | | Merge pull request #3757 from Zoddo/ticket/14006Marc Alexander2015-08-081-0/+10
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14006] Add core.ucp_register_agreement event
| | * | | [ticket/14006] Add core.ucp_register_agreement eventZoddo2015-07-121-0/+10
| | |/ / | | | | | | | | | | | | | | | | | | | | It allows to execute code before the agreements are displayed. PHPBB3-14006
* | | | [ticket/14074] Fix mark notifications as read in the ucpTristan Darricau2015-08-071-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14074
* | | | Merge pull request #3514 from CHItA/ticket/13740Tristan Darricau2015-07-271-30/+47
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13740] Refactoring installer * CHItA/ticket/13740: (75 commits) [ticket/13740] Reduce number of references in nav provider [ticket/13740] Move handle_language_select calls to the controllers [ticket/13740] Fix infinite config.php check loop [ticket/13740] Move default data settings out of constructors [ticket/13740] Deduplicate container builder's checks [ticket/13740] Use JSON for installer config [ticket/13740] Fix comment [ticket/13740] Use language service in console application [ticket/13740] Fix CS in compatibilty_globals.php [ticket/13740] Fix message element creation in JS [ticket/13740] Replace more spaces with tabs [ticket/13740] Fix CS [ticket/13740] Filter basic directory change attempts in lang change [ticket/13740] Use tabs instead of spaces in JS file [ticket/13740] Add success message when install finished [ticket/13740] Fix $script_path in obtain_data [ticket/13740] Fix is_phpbb_installed() method [ticket/13740] Login admin when install finished [ticket/13740] Enhance server output buffer bypass [ticket/13740] Secure installer config against corrupted config data ...
| * | | | [ticket/13740] Fix CS in compatibilty_globals.phpMate Bartus2015-07-241-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13740
| * | | | [ticket/13740] Fix CS and extend phpbb extensionsCHItA2015-07-081-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
| * | | | [ticket/13740] Core file workaroundsMateBartus2015-07-081-41/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
* | | | | Merge pull request #3781 from Elsensee/ticket/8708-2Tristan Darricau2015-07-223-10/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8708] Add extra permission for posting global announcements * Elsensee/ticket/8708-2: [ticket/8708] Apply permission 'f_announce_global' [ticket/8708] Add f_announce_global permission
| * | | | | [ticket/8708] Apply permission 'f_announce_global'Oliver Schramm2015-07-193-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8708
* | | | | | Merge branch '3.1.x'Marc Alexander2015-07-221-2/+74
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | Conflicts: phpBB/includes/acp/acp_profile.php
| * | | | | Merge pull request #3719 from javiexin/ticket/13911Marc Alexander2015-07-221-2/+74
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13911] Add events to configure options for profile fields
| | * | | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-3/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | [ticket/13911] Add events to configure options for profile fieldsjaviexin2015-06-021-2/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-07-221-1/+19
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | [ticket/13311] Remove whitespace at end of lineMarc Alexander2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13311
| * | | | | [ticket/13311] Update @since to 3.1.6-RC1Marc Alexander2015-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13311
| * | | | | [ticket/13311] Add core event on acp_forums for forum content deletesalf0072015-07-221-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | Merge branch '3.1.x'Marc Alexander2015-07-171-0/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3732 from kinerity/ticket/13974Marc Alexander2015-07-171-0/+11
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13974] Add core.mcp_change_poster_after event
| | * | | | | [ticket/13974] Change userdata type from string to arrayKailey Truscott2015-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the docblock for userdata from string to array. PHPBB3-13974
| | * | | | | [ticket/13974] Add core.mcp_change_poster_after eventKailey Truscott2015-06-281-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new event to perform additional tasks after chainging a post's poster. PHPBB3-13974
* | | | | | | Merge branch '3.1.x'Marc Alexander2015-07-161-0/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [ticket/14004] Add user_info to core eventRichard McGirr2015-07-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14004
* | | | | | | [ticket/11444] BC layerTristan Darricau2015-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11444
* | | | | | | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-138-32/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge pull request #3747 from rxu/ticket/13377Tristan Darricau2015-07-132-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message()
| * | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message()rxu2015-07-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13377
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-07-081-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | | Conflicts: tests/template/template_includecss_test.php
| * | | | | | [ticket/13995] Invalid avatar HTML missing space between elementsMatt Friedman2015-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13995
| * | | | | | Merge pull request #3654 from s9e/ticket/13880Tristan Darricau2015-06-291-22/+50
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | [ticket/13880] Automatically remove quotes that are nested too deep
* | | | | | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-073-1/+14
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | [ticket/10620] Quote improvements
| * | | | | | [ticket/10620] Added enhanced quotes in pm historyJoshyPHP2015-06-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620
| * | | | | | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620
| * | | | | | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620
* | | | | | | Merge pull request #3689 from s9e/ticket/13880-fix-masterTristan Darricau2015-06-291-22/+63
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13880] Merge branch 'fix-3.1' into fix-master
| * \ \ \ \ \ \ [ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-masterJoshyPHP2015-06-271-22/+63
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | | | | | | | | | | PHPBB3-13880
| | * | | | | | [ticket/13880] Replaced the quote regexp to allow bracketsJoshyPHP2015-06-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This matches the regexp used in bbcode::bbcode_cache_init() PHPBB3-13880
| | * | | | | | [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-22/+50
| | | |_|_|/ / | | |/| | | | | | | | | | | | | | | | | | PHPBB3-13880
* | | | | | | Merge branch '3.1.x'Joas Schilling2015-06-271-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |