aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | [ticket/12483] Fix selectors for installing extensions in functional testsJoas Schilling2014-06-101-2/+3
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Remove unused globalsJoas Schilling2014-06-101-2/+0
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Fix finder usage when generating the schema.json fileJoas Schilling2014-06-101-4/+3
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Use file_put_contents()Joas Schilling2014-06-101-3/+1
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Close database connection when tearDown() is calledJoas Schilling2014-06-101-0/+11
| | | | | | | | | | | | | | | | | | Similar to phpbb_database_test_case::tearDown() PHPBB3-12483
* | | [ticket/12483] Require the extension manager classJoas Schilling2014-06-101-0/+2
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Move schema files into tmp/ and only copy them when neededJoas Schilling2014-06-101-22/+30
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12483] Allow to setup extensions before database and functional testsJoas Schilling2014-06-102-0/+120
| | | | | | | | | | | | PHPBB3-12483
* | | [ticket/12508] Add a unit test for set_extensions()Joas Schilling2014-06-101-0/+43
| | | | | | | | | | | | PHPBB3-12508
* | | [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-103-4/+4
| | | | | | | | | | | | PHPBB3-12508
* | | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-103-4/+4
| | | | | | | | | | | | PHPBB3-12508
* | | [ticket/12508] Fix usages of the finderJoas Schilling2014-06-103-6/+7
| | | | | | | | | | | | PHPBB3-12508
* | | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-091-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8610] Merging topics does not handle bookmarks correctly * Nicofuma/ticket/8610: [ticket/8610] Use css selector instead of xPath [ticket/8610] Add functional test when two topics are merged [ticket/8610] Throw an error when the dest topic isn't set [ticket/8610] Fix bookmarks when merging all the posts of a topic [ticket/8610] Merging topics does not handle bookmarks correctly
| * | | [ticket/8610] Use css selector instead of xPathTristan Darricau2014-05-311-1/+2
| | | | | | | | | | | | | | | | PHPBB3-8610
| * | | [ticket/8610] Add functional test when two topics are mergedTristan Darricau2014-05-291-0/+7
| | | | | | | | | | | | | | | | PHPBB3-8610
* | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-092-45/+141
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * | | | [ticket/10073] Add tests for new validate_email()Joas Schilling2014-05-291-0/+102
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-41/+35
| | | | | | | | | | | | | | | | | | | | PHPBB3-10073