Commit Graph

105 Commits

Author SHA1 Message Date
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 649fafe5c0 Added new ideas to TODO
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-09 08:38:39 +02:00
Gergely POLONKAI 4d7238a9ed Added two more required parameters to parameters.yml
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-09 01:16:34 +02:00
Gergely POLONKAI 2ab305befe Fixed Doctrine Migrations versions
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-09 01:16:07 +02:00
Polonkai Gergely 589f90e8ea Merge branch 'master' of localhost:blueroses 2012-08-08 23:26:09 +02:00
Polonkai Gergely 9e3be0fbfe Removed app/boostrap.php.cache from .gitignore
It seems that it must be included in VCS, as nothing generates it (WTF?)

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-08 23:25:28 +02:00
Gergely POLONKAI 0e1fac25ea Updated composer
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-08 23:08:24 +02:00
Polonkai Gergely 2a9437b191 Merge branch 'master' of localhost:blueroses 2012-08-08 22:26:04 +02:00
Polonkai Gergely 161d43bc30 Restructured app/AppKernel.php
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-08 22:25:49 +02:00
Polonkai Gergely adb082a6ef Added the sticky news idea to TODO
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-08 22:24:26 +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 a181bfd4db Removed old Poll* entities, wrote it back to TODO
Polls will be implemented later (maybe much later)

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-08-01 22:15:12 +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 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 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 fe41e755f7 Added jQuery:clueTip as a submodule 2012-07-31 17:28:40 +02:00
Polonkai Gergely 5b2374446f Removed app/bootstrap.php.cache from version control 2012-07-31 12:07:07 +02:00
Polonkai Gergely 5edadf5004 Removed vendors from version control
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-07-31 11:54:29 +02:00
Polonkai Gergely 2b92e662fb Added base migrations version. Currently empty.
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-07-31 11:39:05 +02:00
Polonkai Gergely ecefd669a2 Removed DoctrineMigration versions 2012-07-31 11:31:35 +02:00
Polonkai Gergely bd125545b8 Added migrations
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-07-31 11:13:40 +02:00
Polonkai Gergely fffb7e4a4a Changed Swiftmailer spool to file based
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
2012-07-31 11:11:02 +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 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 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 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 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 623b78e939 Vendors update
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
2012-07-31 09:40:41 +02:00
Polonkai Gergely 33b90a5c9f Moved boxes to separate files 2012-07-24 16:59:48 +02:00
Polonkai Gergely 2e7d217503 Fixed the privacy issue - now for sure 2012-07-23 18:23:13 +02:00
Polonkai Gergely ff1e3fd9fc Fixed non-public news display issue
Non-public news items didn't appear at all.
2012-07-23 18:09:15 +02:00
Polonkai Gergely acc64ee66d News can now be non-public 2012-07-23 17:50:40 +02:00
Polonkai Gergely bf46316347 Vendor update && Started using DoctrineMigrations 2012-07-23 17:09:03 +02:00
Polonkai Gergely 7c36f93436 Created a login box 2012-07-23 16:14:52 +02:00
Polonkai Gergely 9194da5384 Removed composer generated files from version control 2012-07-23 15:50:24 +02:00
Polonkai Gergely 08385f076f vendor update 2012-07-23 15:46:14 +02:00
Polonkai Gergely b9e6708ffd Updated vendors 2012-07-23 08:07:07 +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 cab47219b3 Made entity properties protected instead of private 2012-07-17 18:47:20 +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 36e5590436 Fixed some minor template issues 2012-07-17 10:22:41 +02:00