aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/event
Commit message (Collapse)AuthorAgeFilesLines
* [feature/controller] Fix comments, check against more general HttpExceptionDavid King2012-11-191-2/+2
| | | | PHPBB3-10864
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-191-2/+7
| | | | PHPBB3-10864
* [feature/controller] Move Response definition into a variableDavid King2012-11-161-1/+2
| | | | PHPBB3-10864
* [feature/controller] Move include to app.phpDavid King2012-11-161-5/+0
| | | | PHPBB3-10864
* [feature/controller] Further separate url matcher functionalityDavid King2012-11-161-4/+2
| | | | PHPBB3-10864
* [feature/controller] Separate Kernel listeners into their own classesDavid King2012-11-163-58/+128
| | | | PHPBB3-10864
* [feature/controller] Use a dumped url matcher class to improve performanceDavid King2012-11-161-2/+50
| | | | PHPBB3-10864
* [feature/controller-new] Rename kernel compiler pass classDavid King2012-11-161-69/+0
| | | | PHPBB3-10864
* [feature/controller] Don't allow a kernel listener to be added with no methodDavid King2012-11-161-4/+1
| | | | PHPBB3-10864
* [feature/controller] Transfer kernel-related stuff from container PRDavid King2012-11-162-0/+166
| | | | PHPBB3-10864
* [feature/compiled-dic] Remove HttpKernel-related stuffDavid King2012-11-102-166/+0
| | | | | | These things should be added in the Controller PR instead. PHPBB3-11152
* [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-103-2/+168
| | | | PHPBB3-11152
* [feature/event-dispatcher] Fix copyright yearsIgor Wiedler2012-03-302-2/+2
| | | | PHPBB3-9550
* [feature/event-dispatcher] Braces CS fixIgor Wiedler2012-03-291-1/+2
| | | | PHPBB3-9550
* [feature/event-dispatcher] Fix docblock in phpbb_event_dataIgor Wiedler2012-03-291-5/+5
| | | | PHPBB3-10732
* [feature/event-dispatcher] Change phpbb_event_dispatcher to inheritance, testsIgor Wiedler2012-03-242-88/+42
| | | | PHPBB3-9550
* [feature/event-dispatcher] Add phpbb_event_dispatcher_wrapperIgor Wiedler2012-03-211-0/+88
| | | | PHPBB3-9550
* [feature/event-dispatcher] Switch subscriber loader to EventDispatcherInterfaceIgor Wiedler2012-03-211-2/+2
| | | | | | Do not hardcode the implementation of EventDispatcher. PHPBB3-9550
* [feature/event-dispatcher] Change subscriber naming {subscriber => listener}.phpIgor Wiedler2012-03-181-1/+1
| | | | | | This is more consistent with what Symfony2 uses (EventListener/FooListener.php). PHPBB3-9550
* [feature/event-dispatcher] Add get_data_filtered function to event data.Oleg Pudeyev2012-03-181-0/+10
| | | | | | | | Its purpose is to discard any keys added by hooks to data stored in the event, such that only keys that the ledge knows how to handle are processed. PHPBB3-9550
* [feature/event-dispatcher] Use real EventDispatcher through composerIgor Wiedler2012-03-112-3/+7
| | | | | | | * replace the copy-pasta EventDispatcher with the real one from Symfony2 * use composer for managing this dependency, use composer autoloading PHPBB3-9550
* [feature/event-dispatcher] Remove copied EventDispatcher codeIgor Wiedler2012-03-114-474/+0
| | | | PHPBB3-9550
* [feature/event-dispatcher] Correct copyright statement for Symfony2 filesIgor Wiedler2012-01-084-4/+24
| | | | | | Also add a notice to the files that were taken from Symfony2. PHPBB3-9550
* [feature/event-dispatcher] Fix event class name in dispatcher interfaceIgor Wiedler2012-01-081-1/+1
| | | | PHPBB3-9550
* [feature/event-dispatcher] Support setting data on an eventIgor Wiedler2012-01-071-0/+56
| | | | PHPBB3-9550
* [feature/event-dispatcher] Allow subscribers to be loaded from extensionsIgor Wiedler2012-01-071-0/+43
| | | | PHPBB3-9550
* [feature/event-dispatcher] Introduce a port of Symfony2 EventDispatcherIgor Wiedler2012-01-074-0/+454
PHPBB3-9550