Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/event-dispatcher] Fix copyright years | Igor Wiedler | 2012-03-30 | 2 | -2/+2 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Braces CS fix | Igor Wiedler | 2012-03-29 | 1 | -1/+2 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Fix docblock in phpbb_event_data | Igor Wiedler | 2012-03-29 | 1 | -5/+5 |
| | | | | PHPBB3-10732 | ||||
* | [feature/event-dispatcher] Change phpbb_event_dispatcher to inheritance, tests | Igor Wiedler | 2012-03-24 | 2 | -88/+42 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Add phpbb_event_dispatcher_wrapper | Igor Wiedler | 2012-03-21 | 1 | -0/+88 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Switch subscriber loader to EventDispatcherInterface | Igor Wiedler | 2012-03-21 | 1 | -2/+2 |
| | | | | | | Do not hardcode the implementation of EventDispatcher. PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Change subscriber naming {subscriber => listener}.php | Igor Wiedler | 2012-03-18 | 1 | -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 Pudeyev | 2012-03-18 | 1 | -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 composer | Igor Wiedler | 2012-03-11 | 2 | -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 code | Igor Wiedler | 2012-03-11 | 4 | -474/+0 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Correct copyright statement for Symfony2 files | Igor Wiedler | 2012-01-08 | 4 | -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 interface | Igor Wiedler | 2012-01-08 | 1 | -1/+1 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Support setting data on an event | Igor Wiedler | 2012-01-07 | 1 | -0/+56 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Allow subscribers to be loaded from extensions | Igor Wiedler | 2012-01-07 | 1 | -0/+43 |
| | | | | PHPBB3-9550 | ||||
* | [feature/event-dispatcher] Introduce a port of Symfony2 EventDispatcher | Igor Wiedler | 2012-01-07 | 4 | -0/+454 |
PHPBB3-9550 |