aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/12514] Remove tests/profiles as they're no longer requiredShitiz Garg2014-06-172-106/+0
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Fix type_int_test to correctly respect boundariesShitiz Garg2014-06-171-16/+9
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Multi value GET parameters are invalid for phpBBShitiz Garg2014-06-171-2/+2
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Add unit test for type_url custom profile fieldShitiz Garg2014-06-171-0/+106
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Add unit test for type_date custom profile fieldShitiz Garg2014-06-171-0/+151
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Add unit test for type_bool custom profile fieldShitiz Garg2014-06-171-0/+143
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Cleanup for type_dropdown_test.phpShitiz Garg2014-06-171-8/+1
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Add newline at the end of file for type_dropdown_test.phpShitiz Garg2014-06-171-1/+1
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Move requires to the top of the filesShitiz Garg2014-06-172-9/+9
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Use @return null instead of @return voidShitiz Garg2014-06-173-3/+3
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Add unit test for drop down type custom profile fieldShitiz Garg2014-06-171-0/+177
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] custom_string_test is no longer requiredShitiz Garg2014-06-171-120/+0
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Add unit test for type_string and type_string_common field typesShitiz Garg2014-06-171-0/+179
| | | | | | | | | | | | PHPBB3-12514
| * | [ticket/12514] Add test for "int" type custom profile fieldShitiz Garg2014-06-172-46/+160
| | | | | | | | | | | | PHPBB3-12514
* | | Merge pull request #2566 from marc1706/ticket/11711Joas Schilling2014-06-202-1/+32
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | [ticket/11711] Inform user of unsupported characters while posting * marc1706/ticket/11711: [ticket/11711] Improve coding and comments of character check [ticket/11711] Reduce size of tests and also test topic titles [ticket/11711] Improve checks for unsupported characters and check subject [ticket/11711] Inform user of unsupported characters while posting
| * | [ticket/11711] Improve coding and comments of character checkMarc Alexander2014-06-102-9/+14
| | | | | | | | | | | | PHPBB3-11711
| * | [ticket/11711] Reduce size of tests and also test topic titlesMarc Alexander2014-06-092-31/+19
| | | | | | | | | | | | PHPBB3-11711
| * | [ticket/11711] Inform user of unsupported characters while postingMarc Alexander2014-06-091-0/+38
| | | | | | | | | | | | PHPBB3-11711
* | | Merge pull request #2588 from nickvergessen/ticket/12705Dhruv Goel2014-06-171-0/+45
|\ \ \ | | | | | | | | Ticket/12705 Fix make_clickable when called with different server_urls
| * | | [ticket/12705] Break calling make_clickable with a different server_urlJoas Schilling2014-06-141-0/+45
| | | | | | | | | | | | | | | | PHPBB3-12705
* | | | [ticket/12643] Properly handle changing columns on tables with constraintsPatrick Webster2014-06-151-0/+18
| | | | | | | | | | | | | | | | PHPBB3-12643
* | | | [ticket/12643] Tests dropping similarly named columnsPatrick Webster2014-06-151-0/+11
| |_|/ |/| | | | | | | | PHPBB3-12643
* | | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-142-4/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ...
| * | | [ticket/12613] Fix functional test and post sorting bugPayBas2014-06-051-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12613
| * | | [ticket/12613] Fix testsPayBas2014-06-051-2/+0
| | | | | | | | | | | | | | | | PHPBB3-12613
* | | | Merge pull request #2527 from dhruvgoel92/ticket/11445Andreas Fischer2014-06-141-0/+21
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11445] optimize no of queries in get_global_subscriptions( ) * dhruvgoel92/ticket/11445: [ticket/11445] Move get user's notification code into its own method [ticket/11445] Remove unused foreach key $group_name [ticket/11445] Improve unit tests for get_global_subscriptions [ticket/11445] Optimize no of queries in get_global_subscriptions
| * | | [ticket/11445] Improve unit tests for get_global_subscriptionsDhruv2014-06-011-0/+21
| | | | | | | | | | | | | | | | PHPBB3-11445
* | | | Merge pull request #2580 from VSEphpbb/ticket/12697Joas Schilling2014-06-131-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12697] Delete cached extension schema.json files after testing * VSEphpbb/ticket/12697: [ticket/12697] Delete cached extension schema.json files after testing
| * | | | [ticket/12697] Delete cached extension schema.json files after testingMatt Friedman2014-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12697
* | | | | Merge remote-tracking branch 'github-marc1706/ticket/12352' into ↵Nils Adermann2014-06-118-20/+398
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12352: (33 commits) [ticket/12352] Do not check hashes that don't have the necessary length [ticket/12352] Update file headers to fit new format [ticket/12352] Use custom provider collection for auth providers [ticket/12352] Add checks for existing user_pass_convert to migrations [ticket/12352] Remove usages of user_pass_convert column [ticket/12352] Update schema json file [ticket/12352] Remove user_pass_convert column from database [ticket/12352] Check each newly added passwords driver in manager_test [ticket/12352] Add get_settings_only method to passwords driver base [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords [ticket/12352] Add tests for wcf1 and wcf2 drivers [ticket/12352] Add driver for woltlab community framework 1 passwords [ticket/12352] Add driver for woltlab community framework 2 passwords [ticket/12352] Add missing $ to md5_mybb and md5_vb driver [ticket/12352] Fix spacing in passwords tests [ticket/12352] Add passwords driver for vB passwords [ticket/12352] Use correct hashing method in md5_mybb driver [ticket/12352] Add driver for myBB md5 passwords [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers [ticket/12352] Add passwords driver for sha1 password hashes ...
| * | | | [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-011-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using this custom provider collection, we can properly check whether the configured auth provider does exist. The method get_provider() has been added for returning the default auth provider or the standard db auth provider if the specified one does not exist. Additionally, the method get_provider() will throw an RuntimeException if none of the above exist. PHPBB3-12352
| * | | | [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-014-8/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Check each newly added passwords driver in manager_testMarc Alexander2014-06-011-16/+25
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-011-17/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwordsMarc Alexander2014-06-012-0/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add tests for wcf1 and wcf2 driversMarc Alexander2014-06-011-0/+48
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-012-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-012-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Fix spacing in passwords testsMarc Alexander2014-06-012-7/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-012-1/+29
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Use correct hashing method in md5_mybb driverMarc Alexander2014-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-012-0/+26
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-012-9/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-012-2/+144
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add tests for functions in convert password driverMarc Alexander2014-06-011-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add tests for phpBB2 md5 passwords driverMarc Alexander2014-06-013-0/+63
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This driver will only be used for getting the new $CP$ prefix that will signal that the hash is a legacy hash that needs to be converted. PHPBB3-12352
| * | | | [ticket/12352] Add tests for checking smf passwordsMarc Alexander2014-06-011-2/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-011-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make sure that we will not encounter a non-existing auth provider. We will revert to the default db auth provider if the one set in the config does not exist in our auth provider collection. PHPBB3-12352
| * | | | [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-012-0/+34
| |/ / / | | | | | | | | | | | | PHPBB3-12352