aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [ticket/13993] Do not parse signatures as posts when editing them.Cesar G2015-10-111-1/+14
|/ / | | | | | | | | | | | | | | | | The implementation of PHPBB3-12516 changed the manual use of the message parser to using generate_text_for_storage(). The function does not support parse_message::parse()'s mode parameter, thus all the error checks on the sig are invalid. PHPBB3-13993
* | Merge pull request #3652 from Elsensee/ticket/12143Tristan Darricau2015-08-233-13/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12143] Make it possible to use translated group names for non-special groups * Elsensee/ticket/12143: [ticket/12143] Fix tests after rebase [ticket/12143] Avoid no output from get_group_name() [ticket/12143] Fix those tests [ticket/12143] Add some tests [ticket/12143] Oops, fixed array index [ticket/12143] Replace group name output [ticket/12143] Add group helper class to translate groupnames [ticket/12143] Add is_set method to language service
| * | [ticket/12143] Replace group name outputOliver Schramm2015-08-053-13/+22
| | | | | | | | | | | | | | | | | | So now we can use translated group names for non-special groups PHPBB3-12143
* | | Merge branch '3.1.x'Marc Alexander2015-08-221-1/+12
|\ \ \ | | |/ | |/| | | | | | | Conflicts: phpBB/includes/ucp/ucp_activate.php
| * | [ticket/14087] Add an event to ucp_activate.php.lavigor2015-08-091-1/+12
| | | | | | | | | | | | PHPBB3-14087
* | | 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 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
| * Merge pull request #3694 from marc1706/ticket/13930Andreas Fischer2015-06-091-7/+7
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930: [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis
* | | [ticket/11444] BC layerTristan Darricau2015-07-131-1/+1
| | | | | | | | | | | | PHPBB3-11444
* | | [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-132-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/10620] Implemented quote improvementsJoshyPHP2015-06-251-1/+10
| | | | | | | | | | | | PHPBB3-10620
* | | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-241-1/+3
|\ \ \ | | | | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier
| * | | [ticket/13832] Resolve minor coding issuesMarc Alexander2015-05-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13832
| * | | [ticket/13832] Use preg_replace_callback in ucp_pm_optionsMarc Alexander2015-05-191-1/+3
| | | | | | | | | | | | | | | | PHPBB3-13832
* | | | Merge pull request #3669 from s9e/ticket/13901Tristan Darricau2015-06-241-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability
| * | | | [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-301-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-13901
* | | | | Merge pull request #3696 from marc1706/ticket/13930-masterAndreas Fischer2015-06-091-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13930] Check for correct spacing between keyword & parenthesis * marc1706/ticket/13930-master: [ticket/13930] Add missing space to mssql_extractor [ticket/13930] Add missing spaces to code [ticket/13930] Use OpeningParenthesisSniff in legacy ruleset [ticket/13930] Remove not needed return statements [ticket/13930] Add missing spaces to code [ticket/13930] Check for correct spacing between keyword & parenthesis
| * \ \ \ \ Merge branch 'ticket/13930' into ticket/13930-masterMarc Alexander2015-06-081-7/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| | Conflicts: phpBB/includes/acp/acp_database.php
| | * | | [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-081-7/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-13930
* | | | | Merge branch '3.1.x'Marc Alexander2015-06-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | Conflicts: phpBB/posting.php
| * | | Merge branch 'ticket/13833-30x' into ticket/13833Oliver Schramm2015-06-081-1/+1
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | Conflicts: phpBB/posting.php PHPBB3-13833
| | * | [ticket/13833] Prevent flooding if type=submit doesn't existOliver Schramm2015-06-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13833
| | * | [ticket/13526] Correctly validate the ucp_pm_options form key.Joas Schilling2015-01-201-1/+5
| | | | | | | | | | | | | | | | PHPBB3-13526
* | | | Merge pull request #3383 from nickvergessen/ticket/9109Tristan Darricau2015-05-291-8/+2
|\ \ \ \ | | | | | | | | | | | | | | | Ticket/9109 Properly document and calculate the group settings with value 0
| * | | | [ticket/9109] Properly document and calculate the group settings with value 0Joas Schilling2015-02-081-8/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-9109
* | | | | Merge pull request #3613 from nickvergessen/ticket/13844Tristan Darricau2015-05-292-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Ticket/13844 Better FAQ language files
| * | | | | [ticket/13844] FAQ in new controller formatJoas Schilling2015-05-162-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-13844
* | | | | [ticket/13847] Updated ucp_pm_compose to use utils when forwardingJoshyPHP2015-05-251-1/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-13847
* | | | | [ticket/13847] Updated ucp_pm_compose to use the utils serviceJoshyPHP2015-05-251-1/+5
|/ / / / | | | | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847
* | | | Merge branch '3.1.x'Nicofuma2015-05-061-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/13807] Fix "changed version" to match our version numberingJoas Schilling2015-05-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13807
* | | | [ticket/13654] Moving reporting into controllerMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving report.php's content into different services and controllers to better comply with the MVC model. Also implementing: * Replacement for reasons_display() * Adding assign_meta_refresh_var() to \controller\helper * Adding separate routes for easy configuration * Updating unit tests to expect to correct results * Add BC tests PHPBB3-13654
* | | | Merge branch '3.1.x'Marc Alexander2015-03-101-3/+15
|\ \ \ \ | |/ / /
| * | | Merge pull request #3445 from RMcGirr83/ticket/13650Marc Alexander2015-03-101-3/+15
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13650] Move core event
| | * | | [ticket/13650] Move core eventRMcGirr832015-02-251-3/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-13650
* | | | | Merge branch '3.1.x'Marc Alexander2015-03-061-0/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3426 from kinerity/ticket/13637Marc Alexander2015-03-061-0/+26
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP event
| | * | | [ticket/13637] Update msg_id docblockKailey Truscott2015-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change topic_id to post_id PHPBB3-13637
| | * | | [ticket/13637] Update event name and docblockKailey Truscott2015-02-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the event name to core.ucp_pm_compose_modify_data Change description of to_group_id and submit dockblock PHPBB3-13637
| | * | | [ticket/13637] Add core.ucp_pm_compose_alter_vars PHP eventKailey Truscott2015-02-191-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new PHP event to ucp_pm_compose to alter the default vars PHPBB3-13637
* | | | | Merge pull request #3434 from nickvergessen/ticket/13647Marc Alexander2015-03-052-2/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13647] Move FAQ page to a controller
| * | | | | [ticket/13647] Generate route links for faqJoas Schilling2015-02-222-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13647
* | | | | | Merge branch '3.1.x'Joas Schilling2015-02-241-1/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | [ticket/13650] Validate ucp profile data changesRichard McGirr2015-02-231-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13650
* | | | | | Merge branch '3.1.x'Joas Schilling2015-02-221-1/+41
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Merge pull request #3415 from RMcGirr83/ticket/13578Joas Schilling2015-02-221-1/+41
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13578] Add ucp_register.php core events