aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-013-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-014-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Mark salted md5 and phpass passwords driver as legacyMarc Alexander2014-06-011-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352
| * | | | | | | | [ticket/12352] Introduce user row to passwords check methodsMarc Alexander2014-06-014-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ensure that legacy hash types that might need the user row can properly check if the supplied password is correct. PHPBB3-12352
| * | | | | | | | [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-016-0/+115
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352
* | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/12483' into develop-ascraeusMarc Alexander2014-06-113-2/+161
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/12483: [ticket/12483] Fix selectors for installing extensions in functional tests [ticket/12483] Remove unused globals [ticket/12483] Fix finder usage when generating the schema.json file [ticket/12483] Fix copyright in prepare_extension.sh [ticket/12483] Use file_put_contents() [ticket/12483] Close database connection when tearDown() is called [ticket/12483] Require the extension manager class [ticket/12483] Move schema files into tmp/ and only copy them when needed [ticket/12483] Add a .sh that moves an extension in place [ticket/12483] Allow to setup extensions before database and functional tests
| * | | | | | | | [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] Fix copyright in prepare_extension.shJoas Schilling2014-06-101-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Add a .sh that moves an extension in placeJoas Schilling2014-06-101-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12483
| * | | | | | | | [ticket/12483] Allow to setup extensions before database and functional testsJoas Schilling2014-06-102-0/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12483
* | | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/12688' into develop-ascraeusMarc Alexander2014-06-101-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/12688: [ticket/12688] Correctly use web root path instead of phpbb root path
| * | | | | | | | [ticket/12688] Correctly use web root path instead of phpbb root pathJoas Schilling2014-06-101-5/+5
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12688
* | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/12508' into ↵Nils Adermann2014-06-1011-78/+125
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/12508: [ticket/12508] Ignore extensions in migration_tips dev tool [ticket/12508] Fix doc block [ticket/12508] Add new line to separate the if and foreach better [ticket/12508] Add a unit test for set_extensions() [ticket/12508] Only take a list of names for set_extensions() [ticket/12508] Fix class doc block [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder [ticket/12508] Fix usages of the finder [ticket/12508] Remove extension manager from finder
| * | | | | | | | [ticket/12508] Ignore extensions in migration_tips dev toolJoas Schilling2014-06-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
| * | | | | | | | [ticket/12508] Fix doc blockJoas Schilling2014-06-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
| * | | | | | | | [ticket/12508] Add new line to separate the if and foreach betterJoas Schilling2014-06-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
| * | | | | | | | [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-105-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
| * | | | | | | | [ticket/12508] Fix class doc blockJoas Schilling2014-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
| * | | | | | | | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-109-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
| * | | | | | | | [ticket/12508] Fix usages of the finderJoas Schilling2014-06-106-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
| * | | | | | | | [ticket/12508] Remove extension manager from finderJoas Schilling2014-06-101-36/+25
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12508
* | | | | | | | Merge pull request #2569 from bantu/ticket/12664Joas Schilling2014-06-103-46/+70
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12664] Refactor develop/migration_tips.php into a console command. * bantu/ticket/12664: [ticket/12664] Refactor develop/migration_tips.php into a console command.
| * | | | | | | [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-103-46/+70
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-12664
* | | | | | | Merge pull request #2518 from Pico88/ticket/12606Joas Schilling2014-06-101-1/+106
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12606] Add ACP group core events * Pico88/ticket/12606: [ticket/12606] Add ACP group core events
| * | | | | | | [ticket/12606] Add ACP group core eventsPico882014-06-091-1/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12606
* | | | | | | | Merge pull request #2568 from prototech/ticket/12667Joas Schilling2014-06-103-2/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12667] Do not point viewtopic URL to unread post outside of view=unread. * prototech/ticket/12667: [ticket/12667] Do not point viewtopic URL to unread post outside of view=unread
| * | | | | | | | [ticket/12667] Do not point viewtopic URL to unread post outside of view=unreadCesar G2014-06-093-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12667
* | | | | | | | | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-093-7/+43
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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
| * | | | | | | | [ticket/8610] Throw an error when the dest topic isn't setTristan Darricau2014-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8610
| * | | | | | | | [ticket/8610] Fix bookmarks when merging all the posts of a topicTristan Darricau2014-05-271-4/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-8610
| * | | | | | | | [ticket/8610] Merging topics does not handle bookmarks correctlyTristan Darricau2014-05-101-3/+17
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-8610 PHPBB3-8610
* | | | | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-0940-397/+1745
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Fix button descriptionsJoas Schilling2014-06-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Do not check disable boxes by defaultJoas Schilling2014-06-093-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Store values with config_text in the ACPJoas Schilling2014-05-291-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Move config values to config_textJoas Schilling2014-05-293-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Fix request usageJoas Schilling2014-05-291-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Deduplicate template variable namesJoas Schilling2014-05-292-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Get service from containerJoas Schilling2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Fix more "Contact Us" stringsJoas Schilling2014-05-291-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073