aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-2/+12
| | | | PHPBB3-12508
* [ticket/12508] Remove extension manager from finderJoas Schilling2014-06-101-36/+25
| | | | PHPBB3-12508
* [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-101-0/+63
| | | | PHPBB3-12664
* Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-0911-8/+1004
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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] Do not check disable boxes by defaultJoas Schilling2014-06-091-4/+6
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Move config values to config_textJoas Schilling2014-05-291-4/+11
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Make contact page available when board is disabledJoas Schilling2014-05-291-1/+1
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Use phpbb_validate_email to verify email addressJoas Schilling2014-05-291-2/+20
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+2
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-292-18/+2
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-293-4/+21
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-291-0/+27
| | | | | | | | 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
| * [ticket/10073] Use get_username_string and correctly sprintf for languagesJoas Schilling2014-05-291-2/+3
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Add @config_text to admin_formJoas Schilling2014-05-291-1/+24
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Remove unneccessary todos he config switch is enoughJoas Schilling2014-05-291-1/+1
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Add doc blocks to new classesJoas Schilling2014-05-295-23/+251
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Fix grammar in commentJoas Schilling2014-05-291-1/+1
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Global announcements have a forum_id nowJoas Schilling2014-05-291-24/+5
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Fix code sniffer complainJoas Schilling2014-05-291-1/+0
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Use namespaces and fix all class namesJoas Schilling2014-05-296-0/+691
| | | | | | | | PHPBB3-10073
| * [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-291-4/+2
| | | | | | | | | | | | Error pages still contain the email address. PHPBB3-10073
| * [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-291-1/+1
| | | | | | | | | | | | The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
* | Merge pull request #2543 from Nicofuma/ticket/12655Andreas Fischer2014-06-063-3/+80
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12655] Run phpbbcli as a shell when --shell or -s is used * Nicofuma/ticket/12655: [ticket/12655] Set register_container_commands as public [ticket/12655] Don't try to restore the definition in the help [ticket/12655] Fix coding style [ticket/12655] Make the --shell option available only for phpbbcli.php [ticket/12655] Fix coding style in \phpbb\console\application [ticket/12655] Set the arguments of \phpbb\console\application as required [ticket/12655] Don't require acp/common again in the commands [ticket/12655] Run the shell when --shell is used
| * | [ticket/12655] Set register_container_commands as publicTristan Darricau2014-06-051-4/+1
| | | | | | | | | | | | PHPBB3-12655
| * | [ticket/12655] Don't try to restore the definition in the helpTristan Darricau2014-06-051-9/+4
| | | | | | | | | | | | PHPBB3-12655
| * | [ticket/12655] Fix coding styleTristan Darricau2014-06-051-7/+8
| | | | | | | | | | | | PHPBB3-12655
| * | [ticket/12655] Make the --shell option available only for phpbbcli.phpTristan Darricau2014-06-041-3/+44
| | | | | | | | | | | | PHPBB3-12655
| * | [ticket/12655] Fix coding style in \phpbb\console\applicationTristan Darricau2014-06-041-2/+8
| | | | | | | | | | | | PHPBB3-12655
| * | [ticket/12655] Set the arguments of \phpbb\console\application as requiredTristan Darricau2014-06-041-1/+1
| | | | | | | | | | | | PHPBB3-12655
| * | [ticket/12655] Don't require acp/common again in the commandsTristan Darricau2014-06-042-2/+1
| | | | | | | | | | | | PHPBB3-12655
| * | [ticket/12655] Run the shell when --shell is usedTristan Darricau2014-06-041-0/+38
| | | | | | | | | | | | PHPBB3-12655
* | | Merge pull request #2509 from Stephannos/ticket/12602Andreas Fischer2014-06-062-0/+100
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12602] Add command to print the cron list * Stephannos/ticket/12602: [ticket/12602] Fix language key removal. [ticket/12602] Rectify language keys. [ticket/12602] Fix test mistake. [ticket/12602] Fix language var mistakes. [ticket/12602] Add types, change description of cron:list. [ticket/12602] Fix internationalisation of cron_list.php [ticket/12602] Fix spaces issues. [ticket/12602] Coding style correction. [ticket/12602] Fix coding style mistakes. [ticket/12602] Headers updated. [ticket/12602] Changes to respect coding style and to factorize code. [ticket/12602] Cleanup tests [ticket/12602] Add function get_tasks. [ticket/12602] Correction of the output message for the cron list [ticket/12602] Add files to print the cron list and test files.
| * | | [ticket/12602] Rectify language keys.Etienne Baroux2014-06-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Fix language var mistakes.Etienne Baroux2014-06-061-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Add types, change description of cron:list.Etienne Baroux2014-06-051-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Fix spaces issues.Etienne Baroux2014-06-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Coding style correction.Etienne Baroux2014-06-041-1/+0
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Fix coding style mistakes.Etienne Baroux2014-06-031-0/+1
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Headers updated.Etienne Baroux2014-06-031-3/+7
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Changes to respect coding style and to factorize code.Etienne Baroux2014-06-032-14/+15
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Add function get_tasks.Etienne Baroux2014-06-021-0/+15
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Correction of the output message for the cron listEtienne Baroux2014-06-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12602
| * | | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+80
| |/ / | | | | | | | | | PHPBB3-12602
* | | [ticket/12666] Use "None" for images in root of gallery avatar pathMarc Alexander2014-06-051-3/+3
| | | | | | | | | | | | | | | | | | | | | "None" serves no real purpose right now. After this it will be used instead of "Main" for images in the root of the gallery avatar path. PHPBB3-12666
* | | Merge pull request #2539 from marc1706/ticket/12457Andreas Fischer2014-06-051-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12457] Default to first category if none is selected in gallery avatar * marc1706/ticket/12457: [ticket/12457] Default to first category if none is selected in gallery avatar
| * | | [ticket/12457] Default to first category if none is selected in gallery avatarMarc Alexander2014-06-031-1/+1
| |/ / | | | | | | | | | | | | | | | | | | If any category exists, the key() function should always return the first key of the $avatar_list array. PHPBB3-12457