aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-0613-21/+10
| | | | | | | | | | | | | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | | | Merge branch '3.1.x'Marc Alexander2016-01-081-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'Oliver Schramm2016-01-081-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14397
* | | | Merge branch '3.1.x'Marc Alexander2016-01-081-1/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | | Merge pull request #4112 from marc1706/ticket/13180Marc Alexander2016-01-081-1/+1
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size
| | * | | [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+1
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180
* | | | Merge branch '3.1.x'Oliver Schramm2016-01-081-0/+43
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge pull request #3924 from Senky/ticket/14190Oliver Schramm2016-01-081-0/+43
| |\ \ | | |/ | |/| | | | [ticket/14190] Add core.ucp_prefs_view_after event
| | * [ticket/14190] Add core.ucp_prefs_view_after eventJakub Senko2015-10-121-0/+43
| | | | | | | | | | | | PHPBB3-14190
* | | Merge branch '3.1.x'Marc Alexander2015-10-171-31/+6
|\ \ \ | |/ /
| * | [ticket/13945] Send reactivation requests to admins using notifications system.Cesar G2015-10-151-31/+6
| | | | | | | | | | | | PHPBB3-13945
* | | Merge branch '3.1.x'Tristan Darricau2015-10-141-1/+1
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/9153] Allow users without u_sendpm permission to delete existing PM's.
| * | [ticket/9153] Allow users without u_sendpm permission to delete existing PM's.Cesar G2015-10-141-1/+1
| |/ | | | | | | | | | | | | | | | | The u_sendpm check in ucp_pm.php is merely for the purpose of displaying the error message within the UCP template. Otherwise it could be removed as compose_pm() will check the appropriate permission pertaining to the attempted action. PHPBB3-9153
* | Merge pull request #3965 from marc1706/ticket/14234Tristan Darricau2015-10-141-12/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14234] Use replacement variables instead of references in events * marc1706/ticket/14234: [ticket/14234] Fix event doc blocks [ticket/14234] Get rid of undefined variables [ticket/14234] Fix change version and remove more references [ticket/14234] Replace more references with variables [ticket/14234] Use replacement variables instead of references in events
| * | [ticket/14234] Fix event doc blocksMarc Alexander2015-10-121-1/+0
| | | | | | | | | | | | PHPBB3-14234
| * | [ticket/14234] Get rid of undefined variablesMarc Alexander2015-10-121-11/+2
| | | | | | | | | | | | PHPBB3-14234
* | | Merge pull request #3913 from marc1706/ticket/14168Tristan Darricau2015-10-141-6/+4
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14168] Refactor attachment management functions into classes * marc1706/ticket/14168: (36 commits) [ticket/14168] Correctly state return type of upload and upload_attachment [ticket/14168] Use attachment manager instead of separate classes [ticket/14168] Fix docblock in manager [ticket/14168] Add more test cases for attachment manager [ticket/14168] Add new test method and more tests [ticket/14168] Fix tabs in manager and add test file [ticket/14168] Fix tests after rebase [ticket/14168] Add attachment manager service [ticket/14168] Use correct docblock [ticket/14168] Add services_attachment.yml to services.yml [ticket/14168] Minor coding style fixes [ticket/14168] Move attachment service definitions to services_attachment [ticket/14168] Improve code coverage in upload class [ticket/14168] Move image check and don't use trigger_error() [ticket/14168] Add tests for init_error() during upload [ticket/14168] Add basic test file for attachments upload [ticket/14168] Fix CS issue [ticket/14168] No longer use deprecated functions in core files [ticket/14168] Move phpbb_unlink() into attachment delete class [ticket/14168] Reset sequence before tests in delete tests ...
| * | [ticket/14168] Use attachment manager instead of separate classesMarc Alexander2015-10-121-4/+4
| | | | | | | | | | | | PHPBB3-14168
| * | [ticket/14168] No longer use deprecated functions in core filesMarc Alexander2015-10-091-6/+4
| | | | | | | | | | | | PHPBB3-14168
* | | [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