aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | 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
| * | | | [ticket/14527] Decode automatically generated postlink without prefixMarc Alexander2016-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The http prefix gets automatically added and should be removed prior to outputting the post to the user. PHPBB3-14527
| * | | | [ticket/14527] Add tests for reverted improper fixMarc Alexander2016-03-131-1/+18
| |/ / / | | | | | | | | | | | | PHPBB3-14527
* | | | Merge pull request #4245 from JoshyPHP/ticket/14381Tristan Darricau2016-03-252-0/+89
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14381] Set the mode in message parser to "reparse" * JoshyPHP/ticket/14381: [ticket/14381] Set the mode in message parser to "reparse" [ticket/14495] Updates the version to 3.3.0-a1-dev
| * | | | [ticket/14381] Set the mode in message parser to "reparse"JoshyPHP2016-03-242-0/+89
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default mode is "post". By setting it to something else, all limits pertaining to posts (min/max length, etc...) should be disabled. PHPBB3-14381
* | | | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-245-5/+7
|/ / / | | | | | | | | | PHPBB3-14555
* | | [ticket/14488] Delete cookies to get correct session ID during loginMarc Alexander2016-02-181-0/+2
| | | | | | | | | | | | PHPBB3-14488
* | | Merge pull request #4165 from Nicofuma/ticket/14457Marc Alexander2016-02-181-0/+1
|\ \ \ | | | | | | | | | | | | [ticket/14457] Uses a random placeholder to inject css and js
| * | | [ticket/14457] Don't set CSS to JS and JS to CSSTristan Darricau2016-02-181-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14457
* | | | [ticket/14315] Properly get sid from cookies and simplify take_screenshotMarc Alexander2016-02-182-37/+16
| | | | | | | | | | | | | | | | PHPBB3-14315
* | | | [ticket/14315] Use proper ID selectors in ui testMarc Alexander2016-02-171-3/+3
| | | | | | | | | | | | | | | | PHPBB3-14315
* | | | [ticket/14315] Add logout to ui tests and use in permissions role testMarc Alexander2016-02-172-0/+11
| | | | | | | | | | | | | | | | PHPBB3-14315
* | | | [ticket/14315] Add functional tests for permission roles and fix non-jsMarc Alexander2016-02-172-2/+88
| | | | | | | | | | | | | | | | | | | | | | | | Without JS the settings were not applied due to duplicate input names. PHPBB3-14315
* | | | [ticket/14315] Add tests for setting permission roles using javascriptMarc Alexander2016-02-161-0/+89
| | | | | | | | | | | | | | | | PHPBB3-14315
* | | | [ticket/14315] Add more functionality to ui test casesMarc Alexander2016-02-161-0/+208
|/ / / | | | | | | | | | PHPBB3-14315
* | | Merge pull request #4171 from CHItA/ticket/14462Tristan Darricau2016-02-164-17/+69
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14462] Try to prevent timeouts in the installer * CHItA/ticket/14462: [ticket/14462] Not show timeout messages in convertors [ticket/14462] Make timeout error translateable [ticket/14462] Update ordering in install db config [ticket/14462] Fix comments [ticket/14462] Fix tests [ticket/14462] Fix CS and typo [ticket/14462] Set instance of db driver for database access using global [ticket/14462] Fix installation in tests [ticket/14462] Refactor tasks to be more modular [ticket/14462] Further speed improvements
| * | | [ticket/14462] Fix testsMate Bartus2016-02-122-6/+14
| | | | | | | | | | | | | | | | PHPBB3-14462
| * | | [ticket/14462] Fix CS and typoMate Bartus2016-02-121-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14462
| * | | [ticket/14462] Set instance of db driver for database access using globalMarc Alexander2016-02-121-1/+30
| | | | | | | | | | | | | | | | PHPBB3-14462