Fabien Potencier
|
90ca8e0404
fixed more unit tests
|
14 years ago |
Fabien Potencier
|
f6b481a9ee
[EventDispatcher] simplified code and fixed unit tests
|
14 years ago |
Fabien Potencier
|
09a6e6759a
[EventDispatcher] fixed notices
|
14 years ago |
Jordi Boggiano
|
ba8758b4c2
[EventDispatcher] Removed temporary code
|
14 years ago |
Jordi Boggiano
|
1246503e55
[EventDispatcher] Allow registration of arbitrary callbacks
|
14 years ago |
Jordi Boggiano
|
000229dbd0
[EventDispatcher] Remove useless code
|
14 years ago |
Jordi Boggiano
|
9816b6adc3
[EventDispatcher] Minor memory optimization to getListeners()
|
14 years ago |
Jordi Boggiano
|
48d6a95803
[FrameworkBundle] Small optimization, remove some function calls
|
14 years ago |
Fabien Potencier
|
0f231c33e5
[EventDispatcher] tagged the guaranteed BC API
|
14 years ago |
Fabien Potencier
|
bd8d2b829f
[EventDispatcher] changed listener storage to use SplObjectStorage to avoid collisions
|
14 years ago |
Fabien Potencier
|
136b23ead4
[EventDispatcher] refactored the code
|
14 years ago |
Fabien Potencier
|
69d324eca8
[EventDispatcher] added EventDispatcher::removeSubscriber()
|
14 years ago |
Fabien Potencier
|
10a02ff7fa
[EventDispatcher] reverted to the old event dispatcher way of storing listeners
|
14 years ago |
Fabien Potencier
|
59ac6313ad
[EventDispatcher] made order deterministic (first registered one stay first) -- this makes the new system more compatible with the old one
|
14 years ago |
Fabien Potencier
|
9d0b6f0012
fixed CS
|
14 years ago |
Fabien Potencier
|
1219b98ec5
renamed some methods in the event dispatcher
|
14 years ago |
Bernhard Schussek
|
06c682b4fb
Switched from Doctrine's EventManager implementation to the EventManager clone in Symfony2 (now called EventDispatcher again)
|
14 years ago |
Bernhard Schussek
|
699e046b4f
[EventDispatcher] Replaced EventDispatcher by Doctrine's implementation
|
14 years ago |
Fabien Potencier
|
8c423edfef
replaced symfony-project.org by symfony.com
|
14 years ago |
Fabien Potencier
|
93fc26d869
[EventDispatcher] simplified code (thanks Kris Wallsmith for the tip)
|
14 years ago |
Fabien Potencier
|
8b62df7247
changed the EventDispatcher and Event interfaces
|
14 years ago |
Fabien Potencier
|
0e66e388ec
added two interfaces: EventInterface and EventDispatcherInterface
|
14 years ago |
Fabien Potencier
|
49793c22d4
fixed event dispatcher
|
14 years ago |
Dominique Bongiraud
|
64fb94c725
normalized license messages in PHP files
|
14 years ago |
Fabien Potencier
|
b47cf7984b
changed priority meaning to be more intuitive
|
14 years ago |
Johannes M. Schmitt
|
eef6578c15
fixes bugs due to not disconnected listeners
|
14 years ago |
Fabien Potencier
|
4e5c99dab0
[EventDispatcher] removed the possibility to remove one listener for an event
|
14 years ago |
Kris Wallsmith
|
f79e23ffb5
Removed all those spaces after @author that were bothering me so…
|
14 years ago |
Fabien Potencier
|
2b8dfe1ccf
[EventDispatcher] fixed possible PHP warning
|
14 years ago |
Benjamin Zikarsky
|
d376596f7e
[EventDispatcher] fixed bug in EventDispatcher::disconnect if the second argument is null or ommitted
|
14 years ago |