aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12508] Ignore extensions in migration_tips dev toolJoas Schilling2014-06-101-0/+1
* [ticket/12508] Fix doc blockJoas Schilling2014-06-101-1/+3
* [ticket/12508] Add new line to separate the if and foreach betterJoas Schilling2014-06-101-0/+1
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-102-5/+13
* [ticket/12508] Fix class doc blockJoas Schilling2014-06-101-1/+1
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-105-22/+22
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+12
* [ticket/12508] Remove extension manager from finderJoas Schilling2014-06-101-36/+25
* [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-101-0/+63
* Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop...Nils Adermann2014-06-0911-8/+1004
|\
| * [ticket/10073] Do not check disable boxes by defaultJoas Schilling2014-06-091-4/+6
| * [ticket/10073] Move config values to config_textJoas Schilling2014-05-291-4/+11
| * [ticket/10073] Make contact page available when board is disabledJoas Schilling2014-05-291-1/+1
| * [ticket/10073] Use phpbb_validate_email to verify email addressJoas Schilling2014-05-291-2/+20
| * [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+2
| * [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-292-18/+2
| * [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-293-4/+21
| * [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+27
| * [ticket/10073] Display contact infoJoas Schilling2014-05-291-2/+10
| * [ticket/10073] Add configs for contact info textJoas Schilling2014-05-291-0/+10
| * [ticket/10073] Fix invalid type hintJoas Schilling2014-05-291-1/+1
| * [ticket/10073] Fix missing language stringJoas Schilling2014-05-291-0/+1
| * [ticket/10073] Use get_username_string and correctly sprintf for languagesJoas Schilling2014-05-291-2/+3
| * [ticket/10073] Add @config_text to admin_formJoas Schilling2014-05-291-1/+24
| * [ticket/10073] Remove unneccessary todos he config switch is enoughJoas Schilling2014-05-291-1/+1
| * [ticket/10073] Add doc blocks to new classesJoas Schilling2014-05-295-23/+251
| * [ticket/10073] Fix grammar in commentJoas Schilling2014-05-291-1/+1
| * [ticket/10073] Global announcements have a forum_id nowJoas Schilling2014-05-291-24/+5
| * [ticket/10073] Fix code sniffer complainJoas Schilling2014-05-291-1/+0
| * [ticket/10073] Use namespaces and fix all class namesJoas Schilling2014-05-296-0/+691
| * [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-291-4/+2
| * [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-291-1/+1
* | Merge pull request #2543 from Nicofuma/ticket/12655Andreas Fischer2014-06-063-3/+80
|\ \
| * | [ticket/12655] Set register_container_commands as publicTristan Darricau2014-06-051-4/+1
| * | [ticket/12655] Don't try to restore the definition in the helpTristan Darricau2014-06-051-9/+4
| * | [ticket/12655] Fix coding styleTristan Darricau2014-06-051-7/+8
| * | [ticket/12655] Make the --shell option available only for phpbbcli.phpTristan Darricau2014-06-041-3/+44
| * | [ticket/12655] Fix coding style in \phpbb\console\applicationTristan Darricau2014-06-041-2/+8
| * | [ticket/12655] Set the arguments of \phpbb\console\application as requiredTristan Darricau2014-06-041-1/+1
| * | [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-042-2/+1
| * | [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-0/+38
* | | Merge pull request #2509 from Stephannos/ticket/12602Andreas Fischer2014-06-062-0/+100
|\ \ \
| * | | [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
| * | | [ticket/12602] Fix language var mistakes.Etienne Baroux2014-06-061-1/+1
| * | | [ticket/12602] Add types, change description of cron:list.Etienne Baroux2014-06-051-1/+1
| * | | [ticket/12602] Fix spaces issues.Etienne Baroux2014-06-041-1/+1
| * | | [ticket/12602] Coding style correction.Etienne Baroux2014-06-041-1/+0
| * | | [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-0/+1
| * | | [ticket/12602] Headers updated.Etienne Baroux2014-06-031-3/+7
| * | | [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-032-14/+15