aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14484] Remove duplicate methods and no longer needed callsMarc Alexander2016-09-211-45/+56
| | | | PHPBB3-14484
* [ticket/14484] Remove invalid code caused by merge conflictMarc Alexander2016-09-181-4/+0
| | | | PHPBB3-14484
* Merge branch 'ticket/14484' into ticket/14484-rheaMarc Alexander2016-09-181-26/+141
|\
| * [ticket/14484] Properly enable extensions in UI testsMarc Alexander2016-07-311-9/+18
| | | | | | | | PHPBB3-14484
| * [ticket/14484] Move facebook/webdriver back to tests dir composer.jsonMarc Alexander2016-07-312-0/+68
| | | | | | | | | | | | This will make sure we don't try to install it to incompatible PHP 5.3.3. PHPBB3-14484
| * [ticket/14484] Move facebook webdriver to main composer.jsonMarc Alexander2016-07-273-76/+363
| | | | | | | | | | | | | | Also updated ui test case file to have same feature set as the 3.2.x version. PHPBB3-14484
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-09-181-0/+8
|\ \ | | | | | | | | | | | | | | | * 3.1.x: [ticket/14789] Add form tokens to tests and uncomment add_form_key [ticket/14789] Add link hashes and form tokens to all acp links/buttons
| * | [ticket/14789] Add form tokens to tests and uncomment add_form_keyMarc Alexander2016-09-181-0/+8
| | | | | | | | | | | | PHPBB3-14789
* | | Merge pull request #4440 from danchr/ticket/14774Tristan Darricau2016-09-111-7/+55
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14774] Support partial downloads of attachments * danchr/ticket/14774: [ticket/14774] Support partial downloads of attachments
| * | | [ticket/14774] Support partial downloads of attachmentsDan Villiom Podlaski Christiansen2016-09-071-7/+55
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phpBB already had limited support for partial downloads, but only for resuming downloads, disregarding any range ending before EOF. WebKit on iOS and OS X uses partial downloads when fetching media files. Previously, only MP3 attachments could play directly in the browser, reported as a live stream, but with this change, all supported media formats should render as expected. Tested using cURL by verifying that partial downloads give exactly the same results compared to Apache. PHPBB3-14774
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-08-312-1/+91
|\ \ \ | |/ / | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php
| * | Merge pull request #4377 from rxu/ticket/14703Marc Alexander2016-08-312-1/+91
| |\ \ | | | | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules
| | * | [ticket/14703] Improve exception testingrxu2016-08-281-1/+5
| | | | | | | | | | | | | | | | PHPBB3-14703
| | * | [ticket/14703] Add test for the case multiple parent module_langname foundrxu2016-07-242-1/+87
| | |/ | | | | | | | | | PHPBB3-14703
* | | Merge pull request #4404 from JoshyPHP/ticket/14740Marc Alexander2016-08-163-0/+44
|\ \ \ | | | | | | | | | | | | [ticket/14740] Added support for quoted attributes in BBCode definitions
| * | | [ticket/14740] Added support for quoted attributes in BBCode definitionsJoshyPHP2016-08-103-0/+44
| | | | | | | | | | | | | | | | PHPBB3-14740
* | | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-112-2/+10
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/14742] Add test for (not) reverting ifOliver Schramm2016-08-112-2/+10
| | | | | | | | | | | | | | | | PHPBB3-14742
* | | | Merge branch 'ticket/14742' into ticket/14742-32xOliver Schramm2016-08-111-0/+56
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | [ticket/14742] Add test for reverse_update_data()Oliver Schramm2016-08-111-0/+56
| |/ | | | | | | PHPBB3-14742
* | [ticket/14734] Use SVG emojiJoshyPHP2016-08-051-1/+1
| | | | | | | | PHPBB3-14734
* | [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