Commit Graph

52 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 f8ae647716 Fixed typo in NewsController
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-29 20:59:39 +02:00
Polonkai Gergely faf99b627e Added a draft flag to the News Entity
Solves issue #11

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-29 19:36:55 +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 764951f73c Added blog post view functionality
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-27 18:09:30 +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
Polonkai Gergely cf37eb1af3 Added sticky flag to News entity
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-19 12:20:39 +02:00
Gergely POLONKAI 9fcf91f40d Finished book adding feature.
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-18 13:51:44 +02:00
Gergely POLONKAI ebb0469ae1 Added basic book adding functionality
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-18 11:07:36 +02:00
Gergely POLONKAI 528c373ad9 Added Help button functionality.
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-17 18:22:13 +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 e8d018d663 Fixed bug in group join/joinrequest code
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-16 10:18:28 +02:00
Gergely POLONKAI 111c563409 Fixed event listing
Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
2012-08-15 18:07:46 +02:00
Polonkai Gergely b5ffdf4ad7 Fixed news list (didn't load without login)
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-15 14:25:08 +02:00
Gergely POLONKAI feda5d7d57 News sidebar is now ajax-based, and hidden by default
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-15 14:11:05 +02:00
Polonkai Gergely 828dccba7a Bug fix: AccessDeniedException was not imported in EventController
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-09 18:36:08 +02:00
Polonkai Gergely 099a6d3609 Bug fix: _securityController was not defined in ArticleController
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-09 17:54:55 +02:00
Polonkai Gergely 121f6a110c Article view is now security aware
ArticleController::viewAction is now aware of Article::public

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-09 09:31:44 +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 55cde1594b Added popup functionality and Library
* doPopup() JavaScript call creates a centered popup div with user
    defined width, height, title, content, and calls an optional
    callback function

* Library with currently non-modifiable book list, and a popup with the
    books' details

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-08 22:15:51 +02:00
Polonkai Gergely 624e56389e Added basic PDF export feature for documents
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-03 17:56:21 +02:00
Polonkai Gergely cc7ce78787 Bug fix for previous commit: made a typo
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-01 07:41:00 +02:00
Polonkai Gergely 0377233eb6 Moved tooltips from jquery.tooltip to jquery-cluetip
Also removed no longer needed jquery.tooltip related files

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-01 01:26:25 +02:00
Polonkai Gergely 7d9f02f542 Added Event listing and Event box
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-07-31 11:09:52 +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 a43f2d6017 Revised Document stuff (Controller and templates)
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:47:50 +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 6ee7a12d74 Revised the Group stuff (Controllers, and templates)
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:44:28 +02:00
Polonkai Gergely b82b4ffd34 Made document editing possible 2012-07-22 19:38:00 +02:00
Polonkai Gergely 1b55b079f4 Moved document related stuff into DocumentController 2012-07-17 23:33:31 +02:00
Polonkai Gergely 9f49b70d67 Made group creation possible (open groups only, yet) 2012-07-17 21:37:54 +02:00
Polonkai Gergely 45b4e11fef Fixed relationship between user and userdata. 2012-07-17 18:41:56 +02:00
Polonkai Gergely b173b9a9bb Added document view support 2012-07-17 09:21:33 +02:00
Polonkai Gergely 91b6f9f8b9 Added group views 2012-07-16 17:05:23 +02:00
Polonkai Gergely 973b331825 Added basic group management, with many missing features. 2012-07-16 14:16:10 +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 8a55e32303 Added user profile editing support 2012-07-09 17:29:37 +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
Polonkai Gergely e1fde17057 Finished authentication
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-02 22:41:06 +02:00
Polonkai Gergely 44c555bcb7 Fixed main page controller function
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-01 20:29:59 +02:00
Polonkai Gergely 95152ca62b Created the article viewer
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
2012-07-01 19:11:31 +02:00