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>
11 years ago
Polonkai Gergely
624e56389e
Added basic PDF export feature for documents
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
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>
11 years ago
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>
11 years ago
Polonkai Gergely
cc7ce78787
Bug fix for previous commit: made a typo
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
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>
11 years ago
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>
11 years ago
Polonkai Gergely
fe41e755f7
Added jQuery:clueTip as a submodule
11 years ago
Polonkai Gergely
5b2374446f
Removed app/bootstrap.php.cache from version control
11 years ago
Polonkai Gergely
5edadf5004
Removed vendors from version control
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
2b92e662fb
Added base migrations version. Currently empty.
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
ecefd669a2
Removed DoctrineMigration versions
11 years ago
Polonkai Gergely
bd125545b8
Added migrations
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
fffb7e4a4a
Changed Swiftmailer spool to file based
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
7d9f02f542
Added Event listing and Event box
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
995b96b3b7
Added role listing to profile box
...
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
aa884ae798
Revised Forum Controller and Templates
...
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
b82eb93bf7
Bug fixes
...
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
f21d48c6a8
Added ViM modelines to the beginning of twig templates
...
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
a43f2d6017
Revised Document stuff (Controller and templates)
...
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
067a9fae97
Revised Article stuff (Controller and templates)
...
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
6ee7a12d74
Revised the Group stuff (Controllers, and templates)
...
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
623b78e939
Vendors update
...
Signed-off-by: Polonkai Gergely <polesz@w00d5t0ck.info>
11 years ago
Polonkai Gergely
33b90a5c9f
Moved boxes to separate files
11 years ago
Polonkai Gergely
2e7d217503
Fixed the privacy issue - now for sure
11 years ago
Polonkai Gergely
ff1e3fd9fc
Fixed non-public news display issue
...
Non-public news items didn't appear at all.
11 years ago
Polonkai Gergely
acc64ee66d
News can now be non-public
11 years ago
Polonkai Gergely
bf46316347
Vendor update && Started using DoctrineMigrations
11 years ago
Polonkai Gergely
7c36f93436
Created a login box
11 years ago
Polonkai Gergely
9194da5384
Removed composer generated files from version control
11 years ago
Polonkai Gergely
08385f076f
vendor update
11 years ago
Polonkai Gergely
b9e6708ffd
Updated vendors
11 years ago
Polonkai Gergely
b82b4ffd34
Made document editing possible
11 years ago
Polonkai Gergely
1b55b079f4
Moved document related stuff into DocumentController
11 years ago
Polonkai Gergely
9f49b70d67
Made group creation possible (open groups only, yet)
11 years ago
Polonkai Gergely
cab47219b3
Made entity properties protected instead of private
11 years ago
Polonkai Gergely
45b4e11fef
Fixed relationship between user and userdata.
11 years ago
Polonkai Gergely
56de160dc1
Removed user->userData relationship (userData->user still must exist!)
11 years ago
Polonkai Gergely
36e5590436
Fixed some minor template issues
11 years ago
Polonkai Gergely
c44a8bc144
Fixed Document <-> Group relationship mapping
11 years ago
Polonkai Gergely
b173b9a9bb
Added document view support
11 years ago
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
11 years ago
Polonkai Gergely
8d4c9bc5bc
Finished 2.1-BETA3 upgrade
11 years ago
Polonkai Gergely
9d0d2ce524
Updated to Symfony 2.1 BETA3
11 years ago
Polonkai Gergely
7a06301624
Added Document support (entity only)
11 years ago
Polonkai Gergely
e7fe6cd78e
Fixed group listing, now has an icon
11 years ago
Polonkai Gergely
91b6f9f8b9
Added group views
11 years ago
Polonkai Gergely
973b331825
Added basic group management, with many missing features.
11 years ago
Polonkai Gergely
038ad5d018
Created groups and membership table
11 years ago
Polonkai Gergely
47177333f9
Fixed a bug so topics' last post is now refreshed.
11 years ago