aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11998] Turn develop/extensions.php into console commands.Andreas Fischer2013-11-057-129/+249
* [ticket/11998] Add phpBB abstraction for application and command.Andreas Fischer2013-11-054-9/+40
* [ticket/11998] Move application file to bin/phpbbcli.phpAndreas Fischer2013-11-051-1/+1
* [ticket/11998] Add console command for recalculating email hash.Andreas Fischer2013-11-032-0/+79
* [ticket/11998] Also setup extension class loader.Andreas Fischer2013-11-031-0/+2
* [ticket/11998] Use container to get all commands using 'console.command' tag.Andreas Fischer2013-11-032-2/+7
* [ticket/11998] Basic console application script.Andreas Fischer2013-11-031-0/+34
* [ticket/11998] Add symfony/console as dependency.Andreas Fischer2013-11-032-1/+55
* Merge pull request #1821 from imkingdavid/ticket/11972Nils Adermann2013-11-023-2/+45
|\
| * [ticket/11972] Fix the sincesDavid King2013-11-021-4/+4
| * [ticket/11972] Add the sincesDavid King2013-11-021-0/+5
| * [ticket/11972] Add posting_editor_message_after template eventDavid King2013-11-023-0/+10
| * [ticket/11972] Add posting_editor_message_before template eventDavid King2013-11-023-0/+10
| * [ticket/11972] Add posting_editor_subject_before template eventDavid King2013-11-023-2/+11
| * [ticket/11972] Add posting_editor_subject_after template eventDavid King2013-11-023-2/+11
|/
* Merge pull request #1848 from prototech/ticket/11746Nathan Guse2013-11-021-8/+0
|\
| * [ticket/11746] The IN_PHPBB check is not necessary.Cesar G2013-11-021-8/+0
|/
* Merge pull request #1840 from cyberalien/ticket/11030Nathan Guse2013-11-021-2/+4
|\
| * [ticket/11030] Fix cursor for checkboxesVjacheslav Trushkin2013-10-301-1/+1
| * [ticket/11030] Fixing cursor appearing in file upload browse button.erangamapa2013-10-301-2/+4
* | Merge pull request #1790 from prototech/ticket/11280Nathan Guse2013-11-021-1/+0
|\ \
| * | [ticket/11280] Prevent duplicate entry in forums_track table.Cesar G2013-10-161-1/+0
* | | Merge pull request #1812 from prototech/ticket/11746Nathan Guse2013-11-027-35/+211
|\ \ \
| * | | [ticket/11746] Delete the notification after user is approved & fix language.Cesar G2013-10-263-3/+3
| * | | [ticket/11746] Add "admin activation required" notification.Cesar G2013-10-247-35/+211
* | | | Merge pull request #1847 from nickvergessen/ticket/11995Nathan Guse2013-11-022-63/+32
|\ \ \ \
| * | | | [ticket/11995] Remove exceptions and split reverse into different testsJoas Schilling2013-11-021-75/+24
| * | | | [ticket/11995] Fix Revert of config.removeJoas Schilling2013-11-021-0/+4
| * | | | [ticket/11995] Add unit test for reverting config.removeJoas Schilling2013-11-021-0/+16
|/ / / /
* | | | Merge remote-tracking branch 'brunoais/ticket/11663' into developJoas Schilling2013-11-021-1/+11
|\ \ \ \
| * | | | [ticket/11663] Add the doc block about the parameters.brunoais2013-08-171-0/+8
| * | | | [ticket/11663] Add the doc block about the return value.brunoais2013-08-141-0/+2
| * | | | [ticket/11663] Make generate_text_for_storage return the errors.brunoais2013-08-091-1/+1
* | | | | Merge pull request #1810 from nickvergessen/ticket/11031Nils Adermann2013-11-024-11/+172
|\ \ \ \ \
| * | | | | [ticket/11031] Convert user notification options with default settingsJoas Schilling2013-11-021-1/+4
| * | | | | [ticket/11031] Correctly add groups to teampageJoas Schilling2013-11-023-2/+78
| * | | | | [ticket/11031] Fix group legend positionJoas Schilling2013-10-281-1/+1
| * | | | | [ticket/11031] Convert timezones to new 3.1 timezoneJoas Schilling2013-10-282-2/+9
| * | | | | [ticket/11031] Fix missing variable lang_file from code conversionJoas Schilling2013-10-251-1/+2
| * | | | | [ticket/11031] Correctly set topic and post visibilityJoas Schilling2013-10-251-0/+4
| * | | | | [ticket/11031] Update extension group names after converting themJoas Schilling2013-10-252-0/+51
| * | | | | [ticket/11031] Fix conversion of topic_replies to topic_postsJoas Schilling2013-10-232-3/+12
| * | | | | [ticket/11031] Fix container construction and missing objectsJoas Schilling2013-10-231-2/+12
* | | | | | Merge remote-tracking branch 'Marc/ticket/11983' into developJoas Schilling2013-11-021-0/+1
|\ \ \ \ \ \
| * | | | | | [ticket/11983] Add missing argument to docblock in ucp_notificationsMarc Alexander2013-11-021-0/+1
|/ / / / / /
* | | | | | Merge pull request #1839 from bantu/task/code-snifferNils Adermann2013-11-01206-1862/+203
|\ \ \ \ \ \
| * | | | | | [task/code-sniffer] Remove class result_mssqlnative.Andreas Fischer2013-10-311-169/+0
| * | | | | | [task/code-sniffer] Completely ignore database_update.php.Andreas Fischer2013-10-301-0/+1
| * | | | | | [task/code-sniffer] Replace spaces with tabs.Andreas Fischer2013-10-3017-150/+154
| * | | | | | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-30192-1537/+0