Commit Graph

28 Commits

Author SHA1 Message Date
Polonkai Gergely 5111f8b8cb Normalised all URLs
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-29 12:43:25 +02:00
Gergely Polonkai (W00d5t0ck) bcb199e0de Fixed RoleHierarchy implementation
Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-08-23 16:17:45 +02:00
Polonkai Gergely 21366f7f75 Added kekrozsak:security:init command to initialize ACLs
Maybe it should be done via Doctrine fixtures?

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-21 13:35:09 +02:00
Gergely POLONKAI aed588e5e2 Applied php-cs-fixer and added some @PHPDoc
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-17 16:18:43 +02:00
Gergely POLONKAI 1d0a513ea2 Now injecting services with JMSDiExtraBundle
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-16 19:06:00 +02:00
Gergely POLONKAI fab08cad6f Refactored code to comply with PSR-*
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-16 15:52:41 +02:00
Gergely POLONKAI 8d27d0c290 Moved main_template.html.twig into KekRozsakFrontBundle
Logical reasons.

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-15 12:31:02 +02:00
Polonkai Gergely b613d6223a Added Role hierarchy service.
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-15 09:59:37 +02:00
Polonkai Gergely 8b9470cfd1 Fixed code according to Sf2.1 API change
* changed Form::bindRequest calls to Form::bind, as bindRequest goes
    deprecated soon

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-08 22:18:33 +02:00
Polonkai Gergely 7f83e2f9c4 Changed service_container to router in UserDataSpan Twig extension
Actually, only router was used by retrieving it from the container. Now
injecting only what is necessary.

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-01 08:48:16 +02:00
Polonkai Gergely ac6467f649 Added the UserDataSpan Twig extension
This Twig extension can filter User entities, creating a HTML <span>
element from them with the class userdata, which can later be converted
to an AJAX tooltip with jquery.cluetip

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-01 01:15:10 +02:00
Polonkai Gergely 995b96b3b7 Added role listing to profile box
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-07-31 11:06:53 +02:00
Polonkai Gergely b82eb93bf7 Bug fixes
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 10:14:26 +02:00
Polonkai Gergely f21d48c6a8 Added ViM modelines to the beginning of twig templates
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:52:24 +02:00
Polonkai Gergely 067a9fae97 Revised Article stuff (Controller and templates)
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:46:25 +02:00
Polonkai Gergely 45b4e11fef Fixed relationship between user and userdata. 2012-07-17 18:41:56 +02:00
Polonkai Gergely 56de160dc1 Removed user->userData relationship (userData->user still must exist!) 2012-07-17 18:24:54 +02:00
Polonkai Gergely aa453242df Fixed bugs came with 2.1 BETA3 upgrade
ForumPostType had a hidden field with a DateTime data, which could not
be rendered
Security authentication success handler could not run
2012-07-17 07:52:24 +02:00
Polonkai Gergely 973b331825 Added basic group management, with many missing features. 2012-07-16 14:16:10 +02:00
Polonkai Gergely 038ad5d018 Created groups and membership table 2012-07-15 20:44:43 +02:00
Polonkai Gergely bb7aee6fee Upgraded to Symfony 2.1-beta2 2012-07-15 14:56:31 +02:00
Polonkai Gergely 00190c3e37 Moved everything under annotations.
Some review is still needed.
2012-07-13 12:35:02 +02:00
Polonkai Gergely 6cfae864a8 Changed e-mail address for registration info mails
TODO: Make it a parameter maybe?
2012-07-07 22:18:14 +02:00
Polonkai Gergely 13d03100e4 Fixed registration issues 2012-07-07 22:15:36 +02:00
Polonkai Gergely 837d93b14c Now redirecting logged in users to main page from registration form 2012-07-07 20:56:04 +02:00
Polonkai Gergely adba578db8 Added a lastLoginAt field to the User entity 2012-07-07 18:04:15 +02:00
Polonkai Gergely a454dc7483 Added the possibility to register 2012-07-07 11:13:13 +02:00
Polonkai Gergely e1fde17057 Finished authentication
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-02 22:41:06 +02:00