aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4657 from marc1706/ticket/7336Tristan Darricau2017-04-281-7/+12
|\ | | | | | | | | | | | | | | [ticket/7336] Index first post when splitting topics * github.com:phpbb/phpbb: [ticket/7336] Index first post when splitting topics [ticket/7336] Add tests for indexing first post after splitting topics
| * [ticket/7336] Add tests for indexing first post after splitting topicsMarc Alexander2017-01-161-7/+12
| | | | | | | | PHPBB3-7336
* | Merge pull request #4780 from marc1706/ticket/8116Tristan Darricau2017-04-212-0/+140
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8116] Add pagination for IP tables and post info * github.com:phpbb/phpbb: [ticket/8116] Add missing new line [ticket/8116] Correctly get other users who posted under IP [ticket/8116] Improve code and add tests for helper functions [ticket/8116] Add pagination for IP tables on post info
| * | [ticket/8116] Add missing new lineMarc Alexander2017-04-191-1/+1
| | | | | | | | | | | | PHPBB3-8116
| * | [ticket/8116] Improve code and add tests for helper functionsMarc Alexander2017-03-292-0/+140
| | | | | | | | | | | | PHPBB3-8116
* | | Merge pull request #4592 from javiexin/ticket/14938Marc Alexander2017-04-161-0/+2
|\ \ \ | | | | | | | | | | | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_available
| * | | [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made is_available much more strict, in line with the checks in all_available Refactor all_available to use is_available, saving duplicate code. Further simplify is_available by using metadata_manager. Make optional the template object on metadata_manager creation. Fix extension_manager_mock to have config and user components. PHPBB3-14938
* | | | [ticket/15142] Add ext branch update testsMatt Friedman2017-03-241-0/+292
| |/ / |/| | | | | | | | PHPBB3-15142
* | | Merge pull request #4605 from javiexin/ticket/14943Marc Alexander2017-02-231-2/+129
|\ \ \ | | | | | | | | | | | | [ticket/14943] Fix template loop access by index
| * | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added more tests. PHPBB3-14943
| * | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-2/+119
| |/ / | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. Name incorrectly set on insert. Added tests. PHPBB3-14943
* | | Merge pull request #4598 from javiexin/ticket/14944Marc Alexander2017-02-191-0/+37
|\ \ \ | | | | | | | | | | | | [ticket/14944] Add search for template loop indexes by key
| * | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. Remove default parameter value. PHPBB3-14944
| * | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-081-0/+37
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a new function to the template interface, and implements it in the context class. The function returns the ordinal index for a specified key, with the same structure that the key for alter_block_array. Reuses same code. Remove unneeded references, do nothing for int keys. Check out of bounds or wrong blockname errors. Added tests. PHPBB3-14944
* | | Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/13429] Replace @change with @changed in event docblocks
| * | | [ticket/13429] Replace @change with @changedJakub Senko2017-01-232-9/+9
| | | | | | | | | | | | | | | | PHPBB3-13429
| * | | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-8/+8
| |/ / | | | | | | | | | PHPBB3-13429
* | | [ticket/14968] Use earlier version as written in commentMarc Alexander2017-01-221-2/+2
| | | | | | | | | | | | PHPBB3-14968
* | | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-221-2/+2
| | | | | | | | | | | | PHPBB3-14968
* | | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-221-0/+200
| |/ |/| | | | | PHPBB3-14968
* | Merge pull request #4611 from marc1706/ticket/14838Marc Alexander2017-01-042-0/+125
|\ \ | | | | | | | | | [icket/14838] Do not query full attachments table in feeds
| * | [ticket/14838] Add simple test for fetch_attachments methodMarc Alexander2017-01-032-0/+125
| | | | | | | | | | | | PHPBB3-14838
* | | [ticket/14957] Do not cache database config entriesMarc Alexander2017-01-033-1/+7
|/ / | | | | | | PHPBB3-14957
* | [ticket/14770] Decreases quality to 85, changes test to 85, tooCrizzo2016-12-181-1/+1
| | | | | | | | PHPBB3-14770
* | [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-101-1/+2
| | | | | | | | | | | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). Fix tests better. PHPBB3-14855
* | [ticket/14855] Update notification and PM alert bubblesjaviexin2016-12-101-1/+1
|/ | | | | | | | | Alternative implementation without removing notification from the DOM, but changing the class. So that style designers might have more options (show/not show). Fix tests. PHPBB3-14855
* Merge pull request #4488 from senky/ticket/14825Marc Alexander2016-11-131-0/+1
|\ | | | | | | Add core.auth_oauth_login_after and core.auth_oauth_link_after
| * [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-131-0/+1
| | | | | | | | PHPBB3-14825
* | Merge pull request #4504 from VSEphpbb/ticket/14855Marc Alexander2016-11-121-1/+1
|\ \ | | | | | | | | | [ticket/14855] Update notification and PM alert bubbles
| * | [ticket/14855] Update notification functional testMatt Friedman2016-11-051-1/+1
| | | | | | | | | | | | PHPBB3-14855
* | | Merge pull request #4486 from marc1706/ticket/11483Tristan Darricau2016-11-061-0/+43
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | [ticket/11483] Generate user act key if database entry is empty * github.com:phpbb/phpbb: [ticket/11483] Add tests for generating user act key on force reactivate [ticket/11483] Generate user act key if database entry is empty
| * | [ticket/11483] Add tests for generating user act key on force reactivateMarc Alexander2016-11-061-0/+43
| |/ | | | | | | PHPBB3-11483
* | Merge pull request #4489 from rxu/ticket/14830Marc Alexander2016-10-281-14/+10
|\ \ | | | | | | | | | [ticket/14830] Fix FORM_INVALID error during some ACP setting operations
| * | [ticket/14830] Fix testsrxu2016-10-241-14/+10
| | | | | | | | | | | | PHPBB3-14830
| * | [ticket/14830] Fix FORM_INVALID error during AСP search index deletionrxu2016-10-211-6/+6
| | | | | | | | | | | | PHPBB3-14830
| * | [ticket/14830] Fix ACP search control functional testsrxu2016-10-211-5/+5
| |/ | | | | | | PHPBB3-14830
* | [ticket/14831] Add more tests against UCP modulesrxu2016-10-232-1/+99
| | | | | | | | PHPBB3-14831
* | [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-4/+55
|/ | | | PHPBB3-14831
* [ticket/14802] Add test for empty/blank lines in poll optionsDaniel Sinn2016-10-031-0/+16
| | | | PHPBB3-14802
* Merge pull request #4394 from marc1706/ticket/14484Tristan Darricau2016-09-243-35/+399
|\ | | | | | | | | | | | | | | | | [ticket/14484] Add possibility to use extensions in UI tests * marc1706/ticket/14484: [ticket/14484] Properly enable extensions in UI tests [ticket/14484] Move facebook/webdriver back to tests dir composer.json [ticket/14484] Move facebook webdriver to main composer.json
| * [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
* | [ticket/14789] Add form tokens to tests and uncomment add_form_keyMarc Alexander2016-09-181-0/+8
| | | | | | | | PHPBB3-14789
* | 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
* | [ticket/14742] Add test for (not) reverting ifOliver Schramm2016-08-112-2/+10
| | | | | | | | PHPBB3-14742
* | [ticket/14742] Add test for reverse_update_data()Oliver Schramm2016-08-111-0/+56
|/ | | | PHPBB3-14742
* [ticket/13683] Updates testsTristan Darricau2016-03-291-8/+8
| | | | PHPBB3-13683