aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-301-0/+1
|\
| * [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-1/+1
| * [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-0/+1
* | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-0/+9
|\ \ | |/ |/|
| * [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-2/+2
| * [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-2/+2
| * [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+9
* | [ticket/12600] Add @log to the dependencies of extension:showTristan Darricau2014-05-271-0/+1
* | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-261-0/+3
|\ \ | |/ |/|
| * [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-091-0/+3
* | Merge pull request #2438 from marc1706/ticket/12517Joas Schilling2014-05-111-0/+1
|\ \
| * | [ticket/12517] Correctly call $log->add in prune shadow topicsMarc Alexander2014-05-111-0/+1
* | | Merge pull request #2441 from Nicofuma/ticket/12529Joas Schilling2014-05-111-0/+1
|\ \ \ | |/ / |/| |
| * | [ticket/12529] Move $phpbb_root_path to the end of the constructorTristan Darricau2014-05-111-1/+1
| * | [ticket/12529] Use root_path in controller\resolver to check the template dirTristan Darricau2014-05-111-0/+1
| |/
* | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-0/+1
|/
* [ticket/12507] Add console command to purge the cacheTristan Darricau2014-05-061-0/+11
* Merge pull request #2397 from Nicofuma/ticket/11497Joas Schilling2014-05-061-13/+2
|\
| * [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-13/+2
* | [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-0/+1
|/
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+12
* [ticket/12150] Use log service instead of add_log() functionMarc Alexander2014-03-291-0/+1
* [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+12
* Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-141-0/+8
|\
| * [ticket/9871] Allow setting the host/file to load for the version classNathan Guse2014-03-101-0/+1
| * [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-0/+7
* | Merge remote-tracking branch 'dhruvgoel92/ticket/11271-develop' into developJoas Schilling2014-03-111-0/+1
|\ \
| * | Merge branch 'ticket/11271' into ticket/11271-developDhruv2013-12-271-0/+1
* | | [ticket/12090] Move find() call to container and fix testsJoas Schilling2014-03-091-0/+2
* | | [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-081-1/+6
* | | [ticket/12090] Fix pagination for routesJoas Schilling2014-03-081-0/+1
* | | [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-071-0/+1
* | | [ticket/12187] Add URL type for profile fieldsJoas Schilling2014-03-031-0/+9
| |/ |/|
* | [ticket/11880] Move get_schema_steps function to a migrator helper classNathan Guse2014-02-051-0/+4
* | [ticket/12156] Add missing passwords manager to oauthMarc Alexander2014-02-031-0/+1
* | Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-023-0/+87
|\ \
| * | [ticket/11201] Remove empty calls section from .ymlJoas Schilling2014-02-021-1/+0
| * | [ticket/11201] Remove dependency from types on the managerJoas Schilling2014-02-021-12/+9
| * | [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-5/+5
| * | [ticket/11201] Inject table names rather then using constantsJoas Schilling2014-01-182-0/+8
| * | [ticket/11201] Add database column type to type classJoas Schilling2014-01-151-0/+2
| * | [ticket/11201] Use a service collection for the types instead of the containerJoas Schilling2014-01-151-2/+2
| * | [ticket/11201] Split language options into a new classJoas Schilling2014-01-151-2/+15
| * | [ticket/11201] Move generate_field() method to type classJoas Schilling2014-01-141-0/+6
| * | [ticket/11201] Move get_profile_field() to type classesJoas Schilling2014-01-131-0/+7
| * | [ticket/11201] Move get_options to type classesJoas Schilling2014-01-131-11/+41
| * | [ticket/11201] Remove global use from admin classJoas Schilling2014-01-101-0/+1
| * | [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-102-0/+24
| |/
* | Merge pull request #1716 from marc1706/feature/passwordsNils Adermann2014-02-023-0/+66
|\ \
| * | [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-8/+0