aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-106-23/+23
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-103-14/+16
* [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-103-46/+70
* Merge pull request #2518 from Pico88/ticket/12606Joas Schilling2014-06-101-1/+106
|\
| * [ticket/12606] Add ACP group core eventsPico882014-06-091-1/+106
* | 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=unreadCesar G2014-06-093-2/+8
* | | Merge pull request #2434 from Nicofuma/ticket/8610Joas Schilling2014-06-092-7/+35
|\ \ \ | |/ / |/| |
| * | [ticket/8610] Throw an error when the dest topic isn't setTristan Darricau2014-05-271-1/+1
| * | [ticket/8610] Fix bookmarks when merging all the posts of a topicTristan Darricau2014-05-271-4/+18
| * | [ticket/8610] Merging topics does not handle bookmarks correctlyTristan Darricau2014-05-101-3/+17
* | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop...Nils Adermann2014-06-0938-352/+1604
|\ \ \
| * | | [ticket/10073] Fix button descriptionsJoas Schilling2014-06-091-2/+2
| * | | [ticket/10073] Do not check disable boxes by defaultJoas Schilling2014-06-093-6/+8
| * | | [ticket/10073] Store values with config_text in the ACPJoas Schilling2014-05-291-8/+17
| * | | [ticket/10073] Move config values to config_textJoas Schilling2014-05-293-7/+15
| * | | [ticket/10073] Fix request usageJoas Schilling2014-05-291-1/+3
| * | | [ticket/10073] Deduplicate template variable namesJoas Schilling2014-05-292-6/+6
| * | | [ticket/10073] Get service from containerJoas Schilling2014-05-291-2/+2
| * | | [ticket/10073] Fix more "Contact Us" stringsJoas Schilling2014-05-291-6/+6
| * | | [ticket/10073] Move template code into the templateJoas Schilling2014-05-292-6/+6
| * | | [ticket/10073] Make contact page available when board is disabledJoas Schilling2014-05-292-1/+2
| * | | [ticket/10073] Change name of the ACP moduleJoas Schilling2014-05-291-1/+1
| * | | [ticket/10073] Deduplicate posting buttons code in ACPJoas Schilling2014-05-294-140/+88
| * | | [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-295-14/+40
| * | | [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-297-64/+46
| * | | [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-298-9/+69
| * | | [ticket/10073] Remove language string from rebase conflictJoas Schilling2014-05-291-1/+0
| * | | [ticket/10073] Add ACP module to add bbcode text for contact admin infoJoas Schilling2014-05-297-0/+323
| * | | [ticket/10073] Add new configs to the schemaJoas Schilling2014-05-291-0/+6
| * | | [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] Fix title for "Email topic"Joas Schilling2014-05-292-7/+15
| * | | [ticket/10073] Use get_username_string and correctly sprintf for languagesJoas Schilling2014-05-294-3/+6
| * | | [ticket/10073] Add @config_text to admin_formJoas Schilling2014-05-293-2/+30
| * | | [ticket/10073] Remove unneccessary todos he config switch is enoughJoas Schilling2014-05-292-2/+2
| * | | [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-298-78/+116
| * | | [ticket/10073] Add Admin contact email templateNils Adermann2014-05-291-0/+23
| * | | [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-298-17/+13
| * | | [ticket/10073] Add a contact administrators page and refactor email forms.Nils Adermann2014-05-2915-242/+787
* | | | [ticket/12668] Add subforums_row to core.display_forums_modify_template_varsrxu2014-06-091-10/+12
* | | | Merge pull request #2554 from rxu/ticket/12669Joas Schilling2014-06-091-0/+22
|\ \ \ \