| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/controller] Rename improperly named controller exception class | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Move Response definition into a variable | David King | 2012-11-16 | 1 | -1/+2 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] phpbb_controller_exception instead of RuntimeException | David King | 2012-11-16 | 2 | -5/+30 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Move include to app.php | David King | 2012-11-16 | 1 | -5/+0 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Rename get_paths to import_paths_from_finder | David King | 2012-11-16 | 2 | -21/+9 |
| | | | | | | | Also removed unused variable from url_matcher function PHPBB3-10864 | ||||
| * | [feature/controller] Remove URL Base from helper class | David King | 2012-11-16 | 1 | -21/+1 |
| | | | | | | | | | I had forgotten that the container sends the same instance of objects to all services that request it, so in this case all controllers would share the same base url path, which is not desired. PHPBB3-10864 | ||||
| * | [feature/controller] Remove dumped container when cache is purged | David King | 2012-11-16 | 2 | -0/+2 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] A few minor nitpickings | David King | 2012-11-16 | 1 | -2/+3 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Further separate url matcher functionality | David King | 2012-11-16 | 2 | -28/+63 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Separate Kernel listeners into their own classes | David King | 2012-11-16 | 3 | -58/+128 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Move new functions to their own file | David King | 2012-11-16 | 2 | -49/+68 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Use a dumped url matcher class to improve performance | David King | 2012-11-16 | 3 | -38/+102 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller-new] Fix line endings | David King | 2012-11-16 | 1 | -559/+559 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Use assign_display() instead of return_display() | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | | | | The latter was deemed unnecessary at the moment. PHPBB3-10864 | ||||
| * | [feature/controller] Revert changes to template class | David King | 2012-11-16 | 1 | -580/+559 |
| | | | | | | | | As per IRC, assign_display() effectively does what return_display() was added to do, so no change was needed. PHPBB3-10864 | ||||
| * | [feature/controller] Don't attempt to assign if no variable is give | David King | 2012-11-16 | 1 | -2/+5 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Fix syntax error in template code | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Rework assign_display(), use exceptions instead of return | David King | 2012-11-16 | 1 | -7/+22 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Rename kernel pass class properly | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Inject dependencies instead of container | David King | 2012-11-16 | 1 | -21/+21 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] includes/functions.php is included by default | David King | 2012-11-16 | 1 | -5/+0 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller-new] Rename kernel compiler pass class | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Don't allow a kernel listener to be added with no method | David King | 2012-11-16 | 1 | -4/+1 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Transfer kernel-related stuff from container PR | David King | 2012-11-16 | 2 | -0/+166 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Implement a front controller | David King | 2012-11-16 | 6 | -13/+436 |
| | | | | | PHPBB3-10864 | ||||
| * | [ticket/11211] Fix typo in phpbb_realpath() method name | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | | PHPBB3-11211 | ||||
| * | Merge PR #1074 branch 'develop-olympus' into develop | Oleg Pudeyev | 2012-11-16 | 1 | -1/+8 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/11192] Merge dataProvider arrays because the test is the same now. [ticket/11192] Update $value parameter description to support other types. [ticket/11192] Mark negative byte numbers as unsupported. [ticket/11192] Test strings not converted to int/float before. [ticket/11192] Also test strings, e.g. sums returned by the database. [ticket/11192] Also test powers of 10 / 1000. [ticket/11192] Add tests. [ticket/11192] Add Tebibyte to get_formatted_filesize(). | ||||
| | * | [ticket/11192] Update $value parameter description to support other types. | Andreas Fischer | 2012-11-16 | 1 | -1/+2 |
| | | | | | | | | | PHPBB3-11192 | ||||
| | * | [ticket/11192] Mark negative byte numbers as unsupported. | Andreas Fischer | 2012-11-16 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-11192 | ||||
| | * | [ticket/11192] Add Tebibyte to get_formatted_filesize(). | Andreas Fischer | 2012-11-11 | 1 | -0/+6 |
| | | | | | | | | | PHPBB3-11192 | ||||
| * | | Merge PR #1088 branch 'igorw/ticket/11199' into develop | Oleg Pudeyev | 2012-11-15 | 3 | -3/+3 |
| |\ \ | | | | | | | | | | | | | | | | * igorw/ticket/11199: [ticket/11199] Match cache purge container files against container_* [ticket/11199] Purge dumped container correctly on cache purge. | ||||
| | * | | [ticket/11199] Match cache purge container files against container_* | Igor Wiedler | 2012-11-15 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Previously it was matching against only container*, checking for the underscore is consistent with the other checks. PHPBB3-11199 | ||||
| | * | | [ticket/11199] Purge dumped container correctly on cache purge. | Igor Wiedler | 2012-11-15 | 1 | -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 Pudeyev | 2012-11-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | PHPBB3-11200 | ||||
| * | | | [ticket/11200] Make cache available during container construction | Igor Wiedler | 2012-11-15 | 1 | -1/+4 |
| |/ / | | | | | | | | | | | Fixes fatal errors in the dbal. PHPBB3-11200 | ||||
| * | | [ticket/11199] Revert merge of 'marc1706/ticket/11199' into develop | Oleg Pudeyev | 2012-11-14 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 303fc646adf9104d7c82cf8bcebbc8fc0d328624, reversing changes made to 9c28470ad7b45c10ce3a32065650e4b17f9f27ea. The correct fix should be to alter the container file name to start with container_ prefix. PHPBB3-11199 | ||||
| * | | [ticket/11199] Cache purge does not remove dumped container | Marc Alexander | 2012-11-14 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-11199 | ||||
| * | | [ticket/11195] Condense logic, remove improperly formatted if() | David King | 2012-11-12 | 1 | -5/+2 |
| | | | | | | | | | PHPBB3-11195 | ||||
| * | | [ticket/11194] Service tag data is stored in an array so access it correctly | Nils Adermann | 2012-11-12 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-11194 | ||||
| * | | [ticket/11193] Instantiate a single collection_pass for all collections | Nils Adermann | 2012-11-11 | 1 | -13/+12 |
| | | | | | | | | | PHPBB3-11193 | ||||
| * | | Merge pull request #1056 from igorw/feature/compiled-dic | Nils Adermann | 2012-11-11 | 15 | -289/+422 |
| |\ \ | | | | | | | [feature/compiled-dic] Compile the DI Container into a cached class | ||||
| | * | | [ticket/11152] Compile the install container | Igor Wiedler | 2012-11-11 | 1 | -4/+7 |
| | | | | | | | | | | | | | PHPBB3-11152 | ||||
| | * | | [ticket/11152] Throw error if services.yml is missing | Igor Wiedler | 2012-11-11 | 1 | -5/+2 |
| | | | | | | | | | | | | | PHPBB3-11152 | ||||
| | * | | [ticket/11152] Use realpath in container extensions consistently | Igor Wiedler | 2012-11-11 | 2 | -7/+7 |
| | | | | | | | | | | | | | PHPBB-11152 | ||||
| | * | | [ticket/11152] Rename collection to collection_pass | Igor Wiedler | 2012-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-11152 | ||||
| | * | | [ticket/11152] Remove @api docblocks | Igor Wiedler | 2012-11-10 | 3 | -12/+0 |
| | | | | | | | | | | | | | PHPBB3-11152 | ||||
| | * | | [ticket/11152] Create separate function for debug-dependent container | Igor Wiedler | 2012-11-10 | 1 | -8/+24 |
| | | | | | | | | | | | | | PHPBB3-11152 | ||||
| | * | | [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collection | Igor Wiedler | 2012-11-10 | 1 | -3/+12 |
| | | | | | | | | | | | | | PHPBB3-11152 | ||||
| | * | | [ticket/11152] Convert cron_task_collection to generic di_service_collection | Igor Wiedler | 2012-11-10 | 1 | -7/+7 |
| | | | | | | | | | | | | | PHPBB3-11152 | ||||
| | * | | [ticket/11152] Use relative root path in container, one dumped container per ↵ | Igor Wiedler | 2012-11-10 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | path PHPBB3-11152 | ||||
