aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [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
| * | | | | | | [ticket/10073] Fix title for "Email topic"Joas Schilling2014-05-292-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Use get_username_string and correctly sprintf for languagesJoas Schilling2014-05-294-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Add @config_text to admin_formJoas Schilling2014-05-293-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Remove unneccessary todos he config switch is enoughJoas Schilling2014-05-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-298-78/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Add Admin contact email templateNils Adermann2014-05-291-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073
| * | | | | | | [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-298-17/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error pages still contain the email address. PHPBB3-10073
| * | | | | | | [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-2915-242/+787
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
* | | | | | | | Merge pull request #2553 from rxu/ticket/12668Joas Schilling2014-06-091-10/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12668] Add subforums_row to core.display_forums_modify_template_vars event * rxu/ticket/12668: [ticket/12668] Add subforums_row to core.display_forums_modify_template_vars
| * | | | | | | | [ticket/12668] Add subforums_row to core.display_forums_modify_template_varsrxu2014-06-091-10/+12
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add subforums template data array to 'core.display_forums_modify_template_vars' event to allow extensions to modify it if needed. PHPBB3-12668
* | | | | | | | Merge pull request #2554 from rxu/ticket/12669Joas Schilling2014-06-091-0/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12669] Add core event to the function display_forums() * rxu/ticket/12669: [ticket/12669] Add core event to the function display_forums()
| * | | | | | | | [ticket/12669] Add core event to the function display_forums()rxu2014-06-081-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to the function display_forums() in includes/functions_display.php to allow assigning additional template data for every forum, f.e. additional forumrow subloops. PHPBB3-12669
* | | | | | | | | Merge branch 'k0nsl-ticket/12677' into develop-ascraeusJoas Schilling2014-06-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * k0nsl-ticket/12677: [ticket/12677] Replace ‘thread’ with ‘topic’ in functions_display comment
| * | | | | | | | | [ticket/12677] Replace ‘thread’ with ‘topic’ in functions_display ↵Knecht Ruprecht2014-06-091-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | comment PHPBB3-12677
* | | | | | | | | Merge branch 'develop-olympus' into develop-ascraeusDhruv2014-06-091-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Andreas Fischer # Via Andreas Fischer (1) and Dhruv Goel (1) * develop-olympus: [ticket/12660] Improve check for when phpinfo() is disabled.
| * | | | | | | | Merge pull request #2548 from bantu/ticket/12660Dhruv Goel2014-06-091-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [ticket/12660] Improve check for when phpinfo() is disabled.
| | * | | | | | | | [ticket/12660] Improve check for when phpinfo() is disabled.Andreas Fischer2014-06-091-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12660
* | | | | | | | | Merge pull request #2556 from brunoais/ticket/12672Andreas Fischer2014-06-091-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12672] Make tab intercept; CB for keypress only react without key mods * brunoais/ticket/12672: [ticket/12672] Make tab intercept; CB for keypress only react without key mods
| * | | | | | | | | [ticket/12672] Make tab intercept; CB for keypress only react without key modsbrunoais2014-06-071-1/+5
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the callback of keypress inside the <textarea> for the posting such that, if key 9 is pressed (tab character) and ctrl, shift, alt and meta are not pressed the tab is placed. Otherwise, nothing is made and default is not prevented. PHPBB3-12672
* | | | | | | | | Merge pull request #2561 from marc1706/ticket/12675Andreas Fischer2014-06-092-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12675] Fix code sniffer complaints introduced by recent commits * marc1706/ticket/12675: [ticket/12675] Fix code sniffer complaints introduced by recent commits
| * | | | | | | | | [ticket/12675] Fix code sniffer complaints introduced by recent commitsMarc Alexander2014-06-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12675
* | | | | | | | | | Merge pull request #2555 from marc1706/ticket/11331Dhruv Goel2014-06-091-2/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [ticket/11331] Inform user that double dots will be stripped from avatar paths
| * | | | | | | | | [ticket/11331] Inform user that double dots will be stripped from avatar pathsMarc Alexander2014-06-071-2/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11331
* | | | | | | | | Merge remote-tracking branch 'bantu/ticket/12673' into develop-ascraeusMarc Alexander2014-06-081-2/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/12673: [ticket/12673] IMAGETYPE_SWC might be missing when SWC is not supported.
| * | | | | | | | [ticket/12673] IMAGETYPE_SWC might be missing when SWC is not supported.Andreas Fischer2014-06-081-2/+8
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12673
* | | | | | | | Merge pull request #2543 from Nicofuma/ticket/12655Andreas Fischer2014-06-065-4/+86
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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