aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_container.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/bootstrap-dic] Bootstrap container from config.phpIgor Wiedler2013-07-111-12/+68
| | | | PHPBB3-11651
* [ticket/10714] Use $phpbb_adm_relative_path instead of hardcoded adm/Joas Schilling2013-03-031-1/+1
| | | | PHPBB3-10714
* [ticket/10714] Fix missing parameter and global phpbb_log in unit testsJoas Schilling2013-01-221-0/+1
| | | | PHPBB3-10714
* [ticket/11306] Add docblocks to all container related functionsIgor Wiedler2013-01-021-0/+41
| | | | PHPBB3-11306
* [ticket/11306] Introduce phpbb_create_default_containerIgor Wiedler2013-01-021-0/+16
| | | | | | | Extracts default container construction to factory function, removing boilerplate duplication for container construction. PHPBB3-11306
* Merge PR #1088 branch 'igorw/ticket/11199' into developOleg Pudeyev2012-11-151-1/+1
|\ | | | | | | | | | | * igorw/ticket/11199: [ticket/11199] Match cache purge container files against container_* [ticket/11199] Purge dumped container correctly on cache purge.
| * [ticket/11199] Purge dumped container correctly on cache purge.Igor Wiedler2012-11-151-1/+1
| | | | | | | | | | | | | | | | This patch changes the dumped container suffix to a prefix instead which makes the existing code for purging 'cache/container_*' files work as intended. PHPBB3-11199
* | [ticket/11200] Add a reminder comment.Oleg Pudeyev2012-11-151-0/+2
| | | | | | | | PHPBB3-11200
* | [ticket/11200] Make cache available during container constructionIgor Wiedler2012-11-151-1/+4
|/ | | | | | Fixes fatal errors in the dbal. PHPBB3-11200
* [ticket/11195] Condense logic, remove improperly formatted if()David King2012-11-121-5/+2
| | | | PHPBB3-11195
* [ticket/11152] Compile the install containerIgor Wiedler2012-11-111-4/+7
| | | | PHPBB3-11152
* [ticket/11152] Create separate function for debug-dependent containerIgor Wiedler2012-11-101-8/+24
| | | | PHPBB3-11152
* [ticket/11152] Use relative root path in container, one dumped container per ↵Igor Wiedler2012-11-101-10/+12
| | | | | | path PHPBB3-11152
* [ticket/11152] Move container functions to a separate function fileIgor Wiedler2012-11-101-0/+119
PHPBB3-11152