Benoît Burnichon
|
4880f2bf5a
|
Add getAuthenticator usage
Replace $app['authentication']->getUser() by $app->getAuthenticatedUser()
replace twig app['authentication'].getUser() with corresponding method
|
2015-07-02 12:33:18 +02:00 |
|
Benoît Burnichon
|
e25cd4097c
|
Change DispatcherAware to accept concrete instances
Dispatcher is already instanciated when invoking controller. So useless to lazy load it.
|
2015-05-14 21:06:39 +02:00 |
|
Benoît Burnichon
|
634f5366ae
|
use DispatcherAware wherever possible
|
2015-05-12 17:15:11 +02:00 |
|
Benoît Burnichon
|
554239d366
|
Add ControllerProviderTrait
Ease writing of controller providers and reduce duplication
|
2015-04-30 21:27:59 +02:00 |
|
Benoît Burnichon
|
10a655e294
|
DataboxesController Refactor, CS fixup
|
2015-04-02 10:50:51 +02:00 |
|
Benoît Burnichon
|
054195d3c0
|
Finish Lightbox Controller
|
2015-03-30 14:41:15 +02:00 |
|
Benoît Burnichon
|
bcf59c560d
|
Partial LightboxController refactor
|
2015-03-27 19:13:07 +01:00 |
|
Benoît Burnichon
|
1342756b84
|
Rename Controller to ControllerProvider
|
2015-03-27 12:55:43 +01:00 |
|