aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12563] Removes ending . from <a>Crizzo2014-06-141-2/+2
| | | | PHPBB3-12563
* [ticket/12563] Removes strintf in acp_styles.php and shorts up <a>Crizzo2014-06-122-4/+4
| | | | PHPBB3-12563
* [ticket/12563] Changes 2 language variables to better understandable namesCrizzo2014-06-102-4/+4
| | | | PHPBB3-12563
* 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
| * | | [ticket/10073] Move template code into the templateJoas Schilling2014-05-292-6/+6
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Make contact page available when board is disabledJoas Schilling2014-05-292-1/+2
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Change name of the ACP moduleJoas Schilling2014-05-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Deduplicate posting buttons code in ACPJoas Schilling2014-05-294-140/+88
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Use phpbb_validate_email to verify email addressJoas Schilling2014-05-291-2/+20
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [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-296-55/+75
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-297-64/+46
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-298-9/+69
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Remove language string from rebase conflictJoas Schilling2014-05-291-1/+0
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-297-0/+323
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Add new configs to the schemaJoas Schilling2014-05-291-0/+6
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Display contact infoJoas Schilling2014-05-291-2/+10
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Add configs for contact info textJoas Schilling2014-05-291-0/+10
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Fix invalid type hintJoas Schilling2014-05-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10073
| * | | [ticket/10073] Fix missing language stringJoas Schilling2014-05-291-0/+1
| | | | | | | | | | | | | | | | PHPBB3-10073