aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11103] Use scope: prototypeNathan Guse2012-12-091-0/+17
* Merge branch 'ticket/11257' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-081-0/+16
|\
| * [ticket/11257] Do not require set_name() method to existNathan Guse2012-12-071-0/+16
* | [ticket/11103] Newlines at end of filesNathan Guse2012-12-081-1/+1
* | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathan Guse2012-12-071-9/+0
|\ \ | |/
| * [ticket/11256] Remove unused controller.provider serviceIgor Wiedler2012-12-071-3/+0
| * [ticket/11256] Remove unused service with non-existent classIgor Wiedler2012-12-071-6/+0
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-202-0/+70
|\ \ | |/
| * [feature/controller] Update routing documentation for using query stringDavid King2012-11-181-2/+2
| * [feature/controller] Separate Kernel listeners into their own classesDavid King2012-11-161-4/+15
| * [feature/controller] Undo removal of period in ext.finder service definitionDavid King2012-11-161-1/+1
| * [feature/controller] Use a dumped url matcher class to improve performanceDavid King2012-11-161-17/+4
| * [feature/controller] Update helper service given constructor changeDavid King2012-11-161-3/+6
| * [feature/controller] Resolve trivial conflict I missed during rebaseDavid King2012-11-161-3/+0
| * [feature/controller] Implement a front controllerDavid King2012-11-162-0/+72
* | [ticket/11103] Create user loader class, update for DICNathan Guse2012-11-203-57/+44
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-11-141-11/+8
|\ \ | |/
| * [ticket/11193] Instantiate a single collection_pass for all collectionsNils Adermann2012-11-111-0/+2
| * [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collectionIgor Wiedler2012-11-101-7/+0
| * [ticket/11152] Convert cron_task_collection to generic di_service_collectionIgor Wiedler2012-11-101-1/+1
| * [feature/compiled-dic] Fix cron tasks againDavid King2012-11-101-7/+3
| * [feature/compiled-dic] Fix cron task loadingDavid King2012-11-101-0/+4
| * [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-1/+3
* | Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103Nathaniel Guse2012-11-101-1/+4
|\ \ | |/
| * [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+4
* | [ticket/11103] Inject table prefix to notifications system instead of constantsNathaniel Guse2012-11-093-0/+34
* | [ticket/11103] Use phpBB Container to load types/methodsNathaniel Guse2012-11-092-0/+274
* | [ticket/11103] Make $phpbb_notifications a global and use it everywhereNathan Guse2012-10-041-1/+1
* | [ticket/11103] Use dependency injection instead of phpbb_containerNathan Guse2012-10-041-1/+9
* | [ticket/11103] Rename classesNathan Guse2012-10-041-1/+1
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103Nathan Guse2012-09-141-1/+1
|\ \ | |/
| * [ticket/11101] Delay execution of container processorsIgor Wiedler2012-09-081-1/+1
* | [ticket/11103] The start of an all-encompassing notifications systemNathan Guse2012-09-081-0/+5
|/
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-011-0/+1
* [feature/dic] Fix re-ordering of servicesIgor Wiedler2012-08-251-11/+11
* Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-251-0/+3
* [feature/dic] Re-order services alphabeticallyIgor Wiedler2012-08-251-54/+54
* [feature/dic] Add trailing newline to htaccessIgor Wiedler2012-07-261-1/+1
* [feature/dic] Load services from extensionsIgor Wiedler2012-07-211-0/+7
* [feature/dic] Configure container via config.php, use compiler passIgor Wiedler2012-07-213-12/+4
* Merge branch 'develop' into feature/dicIgor Wiedler2012-07-212-2/+2
* [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-091-1/+2
* [feature/dic] Protect config directory via .htaccessIgor Wiedler2012-04-091-0/+4
* [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-092-1/+76
* [feature/dic] Move cron.lock_db into DICIgor Wiedler2012-04-011-0/+7
* [feature/dic] Make table_config a DIC parameterIgor Wiedler2012-04-011-2/+3
* [feature/dic] Make use of calls to cut down on boilerplateIgor Wiedler2012-03-311-0/+8
* [feature/dic] Move class loader into DICIgor Wiedler2012-03-311-3/+18
* [feature/dic] Move cron manager into DICIgor Wiedler2012-03-311-0/+11
* [feature/dic] Remove cache factory, now handled by DICIgor Wiedler2012-03-312-12/+7