David King
01ec608593
[feature/controller] Fix comments, check against more general HttpException
...
PHPBB3-10864
2012-11-19 12:55:15 -05:00
David King
f8614bfc84
[feature/controller] Check for proper status codes from controllers
...
PHPBB3-10864
2012-11-19 12:37:20 -05:00
David King
45b3ab8e81
[feature/controller] Move Response definition into a variable
...
PHPBB3-10864
2012-11-16 17:05:51 -05:00
David King
8e480a8725
[feature/controller] Move include to app.php
...
PHPBB3-10864
2012-11-16 17:05:46 -05:00
David King
fa43edd877
[feature/controller] Further separate url matcher functionality
...
PHPBB3-10864
2012-11-16 17:05:43 -05:00
David King
4cb9ec522c
[feature/controller] Separate Kernel listeners into their own classes
...
PHPBB3-10864
2012-11-16 17:05:42 -05:00
David King
d3aa8823b2
[feature/controller] Use a dumped url matcher class to improve performance
...
PHPBB3-10864
2012-11-16 17:05:40 -05:00
David King
97957d6792
[feature/controller-new] Rename kernel compiler pass class
...
PHPBB3-10864
2012-11-16 16:25:14 -05:00
David King
5c86a1660d
[feature/controller] Don't allow a kernel listener to be added with no method
...
PHPBB3-10864
2012-11-16 16:25:12 -05:00
David King
067a770730
[feature/controller] Transfer kernel-related stuff from container PR
...
PHPBB3-10864
2012-11-16 16:25:10 -05:00
David King
b20d852b7f
[feature/compiled-dic] Remove HttpKernel-related stuff
...
These things should be added in the Controller PR instead.
PHPBB3-11152
2012-11-10 11:40:10 +01:00
David King
f48709f5bb
[feature/compiled-dic] Compile the DI Container into a cached class
...
PHPBB3-11152
2012-11-10 11:40:09 +01:00
Igor Wiedler
951e2c8d0c
[feature/event-dispatcher] Fix copyright years
...
PHPBB3-9550
2012-03-30 14:22:20 +02:00
Igor Wiedler
7aef3eb7b3
[feature/event-dispatcher] Braces CS fix
...
PHPBB3-9550
2012-03-29 21:31:44 +02:00
Igor Wiedler
28b67d24e4
[feature/event-dispatcher] Fix docblock in phpbb_event_data
...
PHPBB3-10732
2012-03-29 08:45:17 +02:00
Igor Wiedler
400277c036
[feature/event-dispatcher] Change phpbb_event_dispatcher to inheritance, tests
...
PHPBB3-9550
2012-03-24 15:45:18 +01:00
Igor Wiedler
baefbdb882
[feature/event-dispatcher] Add phpbb_event_dispatcher_wrapper
...
PHPBB3-9550
2012-03-21 13:15:45 +01:00
Igor Wiedler
b4b586ae10
[feature/event-dispatcher] Switch subscriber loader to EventDispatcherInterface
...
Do not hardcode the implementation of EventDispatcher.
PHPBB3-9550
2012-03-21 13:09:39 +01:00
Igor Wiedler
847d47a533
[feature/event-dispatcher] Change subscriber naming {subscriber => listener}.php
...
This is more consistent with what Symfony2 uses (EventListener/FooListener.php).
PHPBB3-9550
2012-03-18 23:12:17 +01:00
Oleg Pudeyev
be23445b8c
[feature/event-dispatcher] Add get_data_filtered function to event data.
...
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
2012-03-18 02:48:55 -04:00
Igor Wiedler
e02d92ac62
[feature/event-dispatcher] Use real EventDispatcher through composer
...
* replace the copy-pasta EventDispatcher with the real one from Symfony2
* use composer for managing this dependency, use composer autoloading
PHPBB3-9550
2012-03-11 15:15:33 +01:00
Igor Wiedler
5dd5df46a4
[feature/event-dispatcher] Remove copied EventDispatcher code
...
PHPBB3-9550
2012-03-11 14:55:30 +01:00
Igor Wiedler
4c62dcd0ff
[feature/event-dispatcher] Correct copyright statement for Symfony2 files
...
Also add a notice to the files that were taken from Symfony2.
PHPBB3-9550
2012-01-08 13:20:44 +01:00
Igor Wiedler
8242296879
[feature/event-dispatcher] Fix event class name in dispatcher interface
...
PHPBB3-9550
2012-01-08 00:48:21 +01:00
Igor Wiedler
03be976137
[feature/event-dispatcher] Support setting data on an event
...
PHPBB3-9550
2012-01-07 21:42:19 +01:00
Igor Wiedler
581b5624f7
[feature/event-dispatcher] Allow subscribers to be loaded from extensions
...
PHPBB3-9550
2012-01-07 20:53:44 +01:00
Igor Wiedler
80840a5f08
[feature/event-dispatcher] Introduce a port of Symfony2 EventDispatcher
...
PHPBB3-9550
2012-01-07 20:51:03 +01:00