aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [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] Split email validation from email ban and taken checksJoas Schilling2014-05-295-14/+40
| | | | 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 #2511 from Marshalrusty/ticket/12611Andreas Fischer2014-05-2943-0/+0
|\ | | | | | | | | | | | | [ticket/12611] Remove phpBB Group copyright notice from .gifs * Marshalrusty/ticket/12611: [ticket/12611] Remove phpBB Group copyright notice from .gifs
| * [ticket/12611] Remove phpBB Group copyright notice from .gifsYuriy Rusko2014-05-2843-0/+0
| | | | | | | | PHPBB3-12611
* | Merge pull request #2432 from Nicofuma/ticket/11226Joas Schilling2014-05-291-0/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11226] filespec::move_file() should error correctly * Nicofuma/ticket/11226: [ticket/11226] Explicity set file_moved to false [ticket/11226] Add tests [ticket/11226] Use $user->lang() [ticket/11226] filespec::move_file() should error correctly
| * | [ticket/11226] Explicity set file_moved to falseTristan Darricau2014-05-281-0/+1
| | | | | | | | | | | | PHPBB3-11226
| * | [ticket/11226] Use $user->lang()Tristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | PHPBB3-11226
| * | [ticket/11226] filespec::move_file() should error correctlyTristan Darricau2014-05-101-0/+2
| | | | | | | | | | | | PHPBB3-11226
* | | Merge pull request #2309 from Nicofuma/ticket/11366Joas Schilling2014-05-2810-79/+345
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11366] Extension's version's check * Nicofuma/ticket/11366: (29 commits) [ticket/11366] Fix headings css in list page [ticket/11366] Add config value in schema_data.sql [ticket/11366] Fix HTML [ticket/11366] Exchange links and settings' form [ticket/11366] Remove the extra {S_FORM_TOKEN} [ticket/11366] Move the links to the top of the page [ticket/11366] Hide the version check settings by default [ticket/11366] Versions, options and actions heading should be centered [ticket/11366] Better language string for "recheck all" [ticket/11366] Move "recheck all" link [ticket/11366] Add $config['extension_force_unstable'] [ticket/11366] Use force_cache on the list page [ticket/11366] Add recheck-all link [ticket/11366] Force the use of the cache on the list page [ticket/11366] Update FILE_NOT_FOUND language string [ticket/11366] Fix whitespaces [ticket/11366] Update FILE_NOT_FOUND language string [ticket/11366] Update var names [ticket/11366] Align language strings [ticket/11366] Fix detailed view ...
| * | | [ticket/11366] Fix headings css in list pageTristan Darricau2014-05-281-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Add config value in schema_data.sqlTristan Darricau2014-05-281-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Fix HTMLTristan Darricau2014-05-281-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Exchange links and settings' formTristan Darricau2014-05-281-4/+4
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Remove the extra {S_FORM_TOKEN}Tristan Darricau2014-05-281-1/+0
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Move the links to the top of the pageTristan Darricau2014-05-281-5/+5
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Hide the version check settings by defaultTristan Darricau2014-05-281-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11366
| * | | [ticket/11366] Versions, options and actions heading should be centeredTristan Darricau2014-05-281-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11366