Commit Graph

17 Commits

Author SHA1 Message Date
Gergely POLONKAI (W00d5t0ck) ee187ee044 Ran code through php-cs-fixer
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-09-01 14:57:41 +02:00
Polonkai Gergely 6813b88315 Fixed ForumController's hierarchical ParamConverter problem
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-30 11:13:05 +02:00
Polonkai Gergely 5111f8b8cb Normalised all URLs
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-29 12:43:25 +02:00
Polonkai Gergely 293e1b24fc Fixed non-working forum topic (un)favourite functions
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-25 17:01:48 +02:00
Gergely Polonkai (W00d5t0ck) 6bdb9530a3 Added forum topic favourite function
Solves issue #12

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-08-23 19:06:26 +02:00
Gergely Polonkai (W00d5t0ck) 4d8ae5c0f0 Added forum topic creation feature
Fixes second half of issue #26

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-08-23 17:32:52 +02:00
Gergely Polonkai (W00d5t0ck) 9457373710 Forum topic group creation possibility
Solves first half of issue #26.

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-08-23 16:56:26 +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 fab08cad6f Refactored code to comply with PSR-*
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-16 15:52:41 +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 aa884ae798 Revised Forum Controller and Templates
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 10:25:06 +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 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 0fad11ffd0 Next try to update the last post field in ForumTopic and ForumTopicGroup 2012-07-09 13:37:01 +02:00
Polonkai Gergely 301db68281 Made forum posting possible.
It has some limitations, though, as
ForumTopic.last_post and ForumTopicGroup.last_post is not updated
automagically...
2012-07-07 20:25:54 +02:00
Polonkai Gergely 0649408e60 Added very-very basic forum functionality 2012-07-03 14:11:18 +02:00