aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | [ticket/14717] Quote strings beginning with @ or % in yaml definitionsMarc Alexander2016-07-235-11/+11
| | | | | | | | | | | | | | This type of use was deprecated in symfony 2.8 and will be dropped in 3.x. Also see: https://github.com/symfony/symfony/pull/16285 PHPBB3-14717
* | [ticket/14700] Prevent an exception on duplicate smilies in text_formatterJoshyPHP2016-07-212-0/+44
| | | | | | | | PHPBB3-14700
* | [ticket/14663] Added regression test for Unicode in custom BBCodesJoshyPHP2016-07-183-0/+30
| | | | | | | | PHPBB3-14663
* | [ticket/14706] Updated [list] BBCode to automatically create a list itemJoshyPHP2016-07-083-1/+3
| | | | | | | | | | | | Fixes issues with missing list items. Produces valid HTML. PHPBB3-14706
* | [ticket/14696] Be perfectlavigor2016-06-261-21/+19
| | | | | | | | PHPBB3-14696
* | [ticket/14696] Fix email template test for '0' usernamelavigor2016-06-261-13/+26
| | | | | | | | PHPBB3-14696
* | [ticket/14660] Add test case.rxu2016-06-191-0/+138
| | | | | | | | PHPBB3-14660
* | Merge pull request #4236 from Nicofuma/ticket/13616Máté Bartus2016-04-139-18/+29
|\ \ | | | | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
| * | [ticket/13616] Fix CS + constant in the core extensionTristan Darricau2016-04-032-2/+4
| | | | | | | | | | | | PHPBB3-13616
| * | [ticket/13616] Fix UI testsTristan Darricau2016-04-031-2/+10
| | | | | | | | | | | | PHPBB3-13616
| * | [ticket/13616] Cleanup globals after installing the board in func testsTristan Darricau2016-04-031-2/+10
| | | | | | | | | | | | PHPBB3-13616
| * | [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-037-14/+7
| | | | | | | | | | | | PHPBB3-13616
* | | Merge pull request #4258 from Nicofuma/ticket/13683-3.2.xMarc Alexander2016-04-071-9/+57
|\ \ \ | | | | | | | | | | | | [ticket/13683] Respects force_server_vars settings when generating URLs
| * | | [ticket/13683] Fix merge into 3.2.xTristan Darricau2016-03-291-9/+8
| | | | | | | | | | | | | | | | PHPBB3-13683
| * | | Merge branch 'ticket/13683' into ticket/13683-3.2.xTristan Darricau2016-03-291-9/+58
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | * ticket/13683: [ticket/13683] Updates tests [ticket/13683] Fix more cases [ticket/13683] Respects force_server_vars settings when generating URLs
| | * | [ticket/13683] Updates testsTristan Darricau2016-03-291-8/+8
| | | | | | | | | | | | | | | | PHPBB3-13683
| | * | [ticket/13683] Fix more casesTristan Darricau2016-03-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13683
| | * | [ticket/13683] Respects force_server_vars settings when generating URLsTristan Darricau2016-03-291-17/+63
| | | | | | | | | | | | | | | | PHPBB3-13683
| | * | Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-271-4/+4
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14272] Use html5 valid input elements * marc1706/ticket/14272: [ticket/14272] Allow input of floats for filesize [ticket/14272] Use input type number instead of text in avatars [ticket/14272] Assign min and max values for avatar driver settings [ticket/14272] Define min and max values for avatar width and height [ticket/14272] Disable not toggled form elements [ticket/14272] Make sure phpbb_avatar_manager was defined [ticket/14272] Remove useless check [ticket/14272] Fix invalid or missing min/max settings [ticket/14272] Assign min/max for all allowed types [ticket/14272] Only use maxlength and size for allowed input elements
* | | \ \ Merge pull request #4248 from VSEphpbb/ticket/14561Tristan Darricau2016-04-036-106/+384
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14561] Add more user commands * VSEphpbb/ticket/14561: [ticket/14561] Remove requires for functions in tests [ticket/14561] Small change to progress bar output [ticket/14561] Fix function docblock in activate command [ticket/14561] Add a progress bar to reclean command [ticket/14561] Use the user loader where appropriate [ticket/14561] Add extra help explaining reclean command [ticket/14561] Import classes with use statements [ticket/14561] Remove unused use statements [ticket/14561] Refactor tests [ticket/14561] Reclean usernames command [ticket/14561] User activate command [ticket/14561] User delete command
| * | | | [ticket/14561] Remove requires for functions in testsMatt Friedman2016-03-311-4/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-14561
| * | | | [ticket/14561] Add a progress bar to reclean commandMatt Friedman2016-03-311-5/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14561
| * | | | [ticket/14561] Use the user loader where appropriateMatt Friedman2016-03-313-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-14561
| * | | | [ticket/14561] Refactor testsMatt Friedman2016-03-316-297/+206
| | | | | | | | | | | | | | | | | | | | PHPBB3-14561
| * | | | [ticket/14561] Reclean usernames commandMatt Friedman2016-03-311-0/+78
| | | | | | | | | | | | | | | | | | | | PHPBB3-14561
| * | | | [ticket/14561] User activate commandMatt Friedman2016-03-311-0/+124
| | | | | | | | | | | | | | | | | | | | PHPBB3-14561
| * | | | [ticket/14561] User delete commandMatt Friedman2016-03-311-0/+169
| | | | | | | | | | | | | | | | | | | | PHPBB3-14561
* | | | | Merge pull request #4266 from marc1706/ticket/13502Tristan Darricau2016-04-032-12/+63
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13502] Handle callable functions/objects in controller resolver * marc1706/ticket/13502: [ticket/13502] Also cover passing object to resolver in tests [ticket/13502] Test getArguments() method of controller resolver [ticket/13502] Fix coding style [ticket/13502] Controller resolver should handle callable functions and objects
| * | | | | [ticket/13502] Also cover passing object to resolver in testsMarc Alexander2016-04-012-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13502
| * | | | | [ticket/13502] Test getArguments() method of controller resolverMarc Alexander2016-04-012-12/+57
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13502
* | | | | [ticket/14260] Added regression testJoshyPHP2016-04-032-0/+2
|/ / / / | | | | | | | | | | | | PHPBB3-14260
* | | | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-31141-289/+10
|/ / / | | | | | | | | | PHPBB3-14576
* | | Merge pull request #4251 from marc1706/ticket/14272-3.2.xTristan Darricau2016-03-271-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14272] Use html5 valid input elements * marc1706/ticket/14272-3.2.x: [ticket/14272] Allow input of floats for filesize [ticket/14272] Use input type number instead of text in avatars [ticket/14272] Assign min and max values for avatar driver settings [ticket/14272] Define min and max values for avatar width and height [ticket/14272] Disable not toggled form elements [ticket/14272] Make sure phpbb_avatar_manager was defined [ticket/14272] Remove useless check [ticket/14272] Fix invalid or missing min/max settings [ticket/14272] Assign min/max for all allowed types [ticket/14272] Only use maxlength and size for allowed input elements
| * \ \ Merge remote-tracking branch 'origin/ticket/14272' into ticket/14272-3.2.xMarc Alexander2016-03-271-4/+4
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/acp_icons.html phpBB/includes/acp/acp_groups.php phpBB/includes/acp/acp_users.php phpBB/includes/functions_acp.php phpBB/includes/ucp/ucp_groups.php phpBB/styles/prosilver/template/ucp_avatar_options_gravatar.html phpBB/styles/prosilver/template/ucp_avatar_options_remote.html phpBB/styles/subsilver2/template/mcp_topic.html phpBB/styles/subsilver2/template/posting_attach_body.html phpBB/styles/subsilver2/template/posting_body.html phpBB/styles/subsilver2/template/posting_poll_body.html phpBB/styles/subsilver2/template/ucp_avatar_options_gravatar.html phpBB/styles/subsilver2/template/ucp_avatar_options_remote.html
| | * | [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-061-4/+4
| | | | | | | | | | | | | | | | PHPBB3-14272
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-271-3/+103
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | * 3.1.x: [ticket/14481] Add tests for x_forwarded_proto header [ticket/14481] Use port 443 if https is specified in x-forwarded-proto [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
| * | [ticket/14481] Add tests for x_forwarded_proto headerMarc Alexander2016-03-101-3/+103
| | | | | | | | | | | | PHPBB3-14481
* | | Merge pull request #4199 from VSEphpbb/ticket/12684Tristan Darricau2016-03-262-0/+228
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12684] Add console command user:add * VSEphpbb/ticket/12684: (26 commits) [ticket/12684] Use a switch statement for readability [ticket/12684] Refactor a test [ticket/12684] Use interactive method correctly [ticket/12684] Extract interactivity to a method [ticket/12684] Update option help [ticket/12684] Add extended help for the user:add command [ticket/12684] Add shorthand alternates to the options [ticket/12684] Remove whitespace [ticket/12684] Add an error on user creation failure [ticket/12684] Remove unnecessary null arguments [ticket/12684] Additional clean up [ticket/12684] Allowed to use $this in enclosure [ticket/12684] Move all lang keys to cli [ticket/12684] Fix a few mistakes and clean it up [ticket/12684] Some code clean up [ticket/12684] Another little fix [ticket/12684] Fix tests [ticket/12684] Update to use non-deprecated methods [ticket/12684] Add send email option [ticket/12684] Add input validation ...
| * | | [ticket/12684] Refactor a testMatt Friedman2016-03-211-1/+9
| | | | | | | | | | | | | | | | PHPBB3-12684
| * | | [ticket/12684] Move all lang keys to cliMatt Friedman2016-02-291-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12684
| * | | [ticket/12684] Fix testsMatt Friedman2016-02-291-8/+14
| | | | | | | | | | | | | | | | PHPBB3-12684
| * | | [ticket/12684] Add send email optionMatt Friedman2016-02-291-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12684
| * | | [ticket/12684] Add input validationMatt Friedman2016-02-291-0/+23
| | | | | | | | | | | | | | | | PHPBB3-12684
| * | | [ticket/12684] Updates for 3.2 APIMatt Friedman2016-02-291-5/+14
| | | | | | | | | | | | | | | | PHPBB3-12684
| * | | [ticket/12684] Fix testsTristan Darricau2016-02-291-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12684
| * | | [ticket/12684] Add doc blocks and test file for user:addLEZY Thomas2016-02-292-0/+181
| | | | | | | | | | | | | | | | PHPBB3-12684
* | | | Merge pull request #4193 from marc1706/ticket/14497Tristan Darricau2016-03-251-0/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14497] Support second app.php script in install folder * marc1706/ticket/14497: [ticket/14497] Do not check for doctype on index and use correct return [ticket/14497] Add test for visiting installer [ticket/14497] Use nginx sample config in travis tests [ticket/14497] Support second app.php script in install folder
| * | | | [ticket/14497] Do not check for doctype on index and use correct returnMarc Alexander2016-03-051-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14497
| * | | | [ticket/14497] Add test for visiting installerMarc Alexander2016-03-051-0/+30
| |/ / / | | | | | | | | | | | | PHPBB3-14497
* | | | Merge pull request #4218 from marc1706/ticket/14527Tristan Darricau2016-03-251-0/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14527] Retrieve link URL from href and not link text * marc1706/ticket/14527: [ticket/14527] Decode automatically generated postlink without prefix [ticket/14527] Add tests for reverted improper fix [ticket/14527] Retrieve link URL from href and not link text