aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/di
Commit message (Expand)AuthorAgeFilesLines
* [feature/controller] Don't use $user->lang() before container compilationDavid King2012-11-181-4/+3
* [feature/controller] Rename kernel pass class properlyDavid King2012-11-161-1/+1
* [feature/controller-new] Rename kernel compiler pass classDavid King2012-11-161-0/+69
* [ticket/11211] Fix typo in phpbb_realpath() method nameDavid King2012-11-161-1/+1
* [ticket/11194] Service tag data is stored in an array so access it correctlyNils Adermann2012-11-121-1/+1
* [ticket/11193] Instantiate a single collection_pass for all collectionsNils Adermann2012-11-111-13/+12
* [ticket/11152] Throw error if services.yml is missingIgor Wiedler2012-11-111-5/+2
* [ticket/11152] Use realpath in container extensions consistentlyIgor Wiedler2012-11-112-7/+7
* [ticket/11152] Rename collection to collection_passIgor Wiedler2012-11-111-1/+1
* [ticket/11152] Remove @api docblocksIgor Wiedler2012-11-103-12/+0
* [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collectionIgor Wiedler2012-11-101-3/+12
* [ticket/11152] Convert cron_task_collection to generic di_service_collectionIgor Wiedler2012-11-101-0/+49
* [feature/compiled-dic] Fix cron tasks againDavid King2012-11-101-1/+1
* [feature/compiled-dic] Fix cron task loadingDavid King2012-11-101-0/+38
* [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-105-106/+184
* [feature/dic] Spaces to tabs, add useless docblocksIgor Wiedler2012-09-013-61/+91
* [feature/dic] Coding style: BracesIgor Wiedler2012-08-252-3/+6
* [feature/dic] Adjust cache driver class name for BCIgor Wiedler2012-07-261-1/+10
* [feature/dic] Load services from extensionsIgor Wiedler2012-07-211-0/+41
* [feature/dic] Introduce DI processors instead of abusing compiler passesIgor Wiedler2012-07-212-2/+26
* [feature/dic] Add dbal_ class prefix to dbal.driver.classIgor Wiedler2012-07-211-1/+1
* [feature/dic] Configure container via config.php, use compiler passIgor Wiedler2012-07-211-0/+51