Drak
|
57dd9147d9
[EventDispatcher] Fixed E_NOTICES with multiple eventnames per subscriber with mixed priorities
|
13 years ago |
Jeremy Mikola
|
39fabab013
[EventDispatcher] Fix removeSubscriber() to work with priority syntax
|
14 years ago |
Igor Wiedler
|
8d48cea9e1
[EventDispatcher] Change the license of EventDispatcher from LGPL to MIT
|
14 years ago |
Robert Campbell
|
72d71b52f2
Cleaned up unused code in Symfony\Component\EventDispatcher\EventDispatcher::getListeners()
|
14 years ago |
Fabien Potencier
|
dd23402e94
[EventDispatcher] tweaked public @api
|
14 years ago |
Fabien Potencier
|
c6cc427e4b
[EventDispatcher] added a way to set the priority for event subscribers
|
14 years ago |
Fabien Potencier
|
a2163f39ff
[EventDispatcher] re-added the cache layer
|
14 years ago |
Fabien Potencier
|
a3403e492e
[EventDispatcher] removed unneeded code
|
14 years ago |
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 |