aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13970] Save the value of the optional [code] parameterJoshyPHP2015-06-271-0/+11
| | | | PHPBB3-13970
* Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-2419-1/+1112
|\ | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * [ticket/13803] Moved tests to a subdirJoshyPHP2015-05-3018-9/+9
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Set up a global $user for testsJoshyPHP2015-05-301-1/+1
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added contact_admin_info testsJoshyPHP2015-05-302-0/+104
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Rewrote the poll_option pluginJoshyPHP2015-05-302-31/+100
| | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803
| * [ticket/13803] Added get_max_id() testsJoshyPHP2015-05-301-0/+6
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added poll_option testsJoshyPHP2015-05-302-0/+104
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added poll_title testsJoshyPHP2015-05-302-0/+94
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added group_description testsJoshyPHP2015-05-302-0/+95
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added user_signature testsJoshyPHP2015-05-307-4/+123
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Sort test rows in SQL to match the expected resultJoshyPHP2015-05-301-1/+2
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added testsJoshyPHP2015-05-303-0/+143
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added testsJoshyPHP2015-05-303-6/+106
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added pm_text testsJoshyPHP2015-05-302-0/+99
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Refactored testJoshyPHP2015-05-303-73/+98
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added tests, fixed param order in generate_text_for_storage()JoshyPHP2015-05-302-7/+73
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Added pluginsJoshyPHP2015-05-301-1/+1
| | | | | | | | PHPBB3-13803
| * [ticket/13803] Hyphenated class namesJoshyPHP2015-05-301-2/+2
| | | | | | | | PHPBB3-13803
| * [ticket/13803] WIP implementationJoshyPHP2015-05-302-0/+86
| | | | | | | | PHPBB3-13803
* | Merge pull request #3669 from s9e/ticket/13901Tristan Darricau2015-06-243-1/+20
|\ \ | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability
| * | [ticket/13901] Fixed test's expected resultJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | PHPBB3-13901
| * | [ticket/13901] Add whitespace to short, multiline quotes for readabilityJoshyPHP2015-05-301-0/+5
| | | | | | | | | | | | PHPBB3-13901
| * | [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-302-0/+14
| |/ | | | | | | PHPBB3-13901
* | Merge pull request #3683 from s9e/ticket/13921Tristan Darricau2015-06-243-0/+30
|\ \ | | | | | | | | | [ticket/13921] Fix block BBCodes inside of inline BBCodes
| * | [ticket/13921] Fix block BBCodes inside of inline BBCodesJoshyPHP2015-06-133-0/+30
| | | | | | | | | | | | PHPBB3-13921
* | | Merge pull request #3675 from s9e/ticket/13906Andreas Fischer2015-06-161-0/+22
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13906] Fixed old signatures in post preview * s9e/ticket/13906: [ticket/13906] Renamed test [ticket/13906] Added test [ticket/13906] Fixed old signatures in post preview
| * | | [ticket/13906] Renamed testJoshyPHP2015-06-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13906
| * | | [ticket/13906] Added testJoshyPHP2015-06-021-0/+22
| | | | | | | | | | | | | | | | PHPBB3-13906
* | | | Merge branch '3.1.x'Andreas Fischer2015-06-161-10/+10
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | * 3.1.x: [ticket/12952] Check obvious errors before status in functional tests
| * | | [ticket/12952] Check obvious errors before status in functional testsMarc Alexander2015-06-161-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will change the output from just saying that the status did not match the expected one to actually showing any errors before complaining about a possible difference in the status code. PHPBB3-12952
* | | | Merge branch '3.1.x'Joas Schilling2015-06-092-0/+196
|\ \ \ \ | |/ / /
| * | | Merge pull request #3551 from rxu/ticket/13779Joas Schilling2015-06-092-0/+196
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13779] Set new auth options to the role only if matching the role type
| | * | | [ticket/13779] Add permission set testsrxu2015-06-062-0/+196
| | | | | | | | | | | | | | | | | | | | PHPBB3-13779
* | | | | Merge branch '3.1.x'Marc Alexander2015-06-093-3/+6
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * | | | Merge pull request #3479 from brunoais/ticket/13685Marc Alexander2015-06-093-3/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13685] Allow modifying the query for mysql native fulltext search
| | * | | | [ticket/13685] Fix tests for fulltext searchbrunoais2015-06-073-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13685
* | | | | | Merge branch '3.1.x'Joas Schilling2015-06-071-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/sec-184] Fix testsCHItA2015-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | SECURITY-184
* | | | | | [ticket/13564] Fix user_delete_test on masterMarc Alexander2015-06-041-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13564
* | | | | | Merge branch '3.1.x'Joas Schilling2015-06-043-0/+168
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3502 from marc1706/ticket/13564Joas Schilling2015-06-043-0/+168
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | [ticket/13564] Unlink user accounts upon deleting user
| | * | | | [ticket/13564] Add tests for unlinking account upon deleting userMarc Alexander2015-04-252-0/+158
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13564
| | * | | | [ticket/13564] Try to unlink user account for every auth providerMarc Alexander2015-03-241-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13564
* | | | | | [ticket/13777] Reorder get_module_infos() method's argumentsMateBartus2015-05-311-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13777
* | | | | | [ticket/13777] Fix testsMateBartus2015-05-313-38/+29
| |_|_|/ / |/| | | | | | | | | | | | | | PHPBB3-13777
* | | | | [ticket/8420] Added regression testJoshyPHP2015-05-311-0/+14
| |_|_|/ |/| | | | | | | | | | | PHPBB3-8420
* | | | Merge pull request #3592 from Nicofuma/ticket/13388Nils Adermann2015-05-304-3/+32
|\ \ \ \ | | | | | | | | | | [ticket/13388] Integrate routing and di parameters resolution
| * | | | [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-294-3/+32
| | | | | | | | | | | | | | | | | | | | PHPBB3-13388
* | | | | Merge branch '3.1.x'Andreas Fischer2015-05-291-0/+2
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * 3.1.x: [ticket/13875] Ignore cache, ext, and store folder in lint test