summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-19first set of css updateshukl
2009-10-19page editor is initialized firsthukl
2009-10-18minor fix for admin overviewhukl
2009-10-18re-activated admin overview screen - listing 20 recent changes and 20 current drafts. more to comehukl
2009-10-17changed some node related methods and implementation of unlockhukl
2009-10-17added some more validations to ensure data integrity and applied necessary changes on testshukl
2009-10-17added slug validation exception for Node.roothukl
2009-10-17small clean up in the content controllerhukl
2009-10-17added sanitize statements to hopefully all critical templates to protect against cross site scripting.hukl
added section to environment.rb listing the whitelisted tags and attributes and examples on how to extend the list
2009-10-08fixed the helper to merge the html options properlyhukl
2009-10-08enabled shadowbox for headline images on public pages. if js is disabled the regular html version is renderedhukl
2009-10-08setting expiry headerhukl
2009-10-07fixed htmlhukl
2009-10-07change html foohukl
2009-10-07refactored revsions controller to act as a nested resource of nodes. boy that cleaned up some stuff quite a bit. also having tests for that is just feeling ↵hukl
great
2009-10-07recent changes feed fixhukl
2009-10-07enabling users to edit their own details - tested as well - yayhukl
2009-10-07implemented complete restful user management interface including functional tests. this enables basic user operation. note that only admins are allowed to ↵hukl
create, edit, destroy other users
2009-10-07add admin flag to users tablehukl
2009-10-07and add it back inhukl
2009-10-07remove update modulehukl
2009-10-06updated globalize2hukl
2009-09-17updated awesome_nested_sethukl
2009-09-17switched tagging plugin again for postgresql compatibility hukl
2009-09-17preparing for postgres migration. adding rake task for conversionhukl
2009-09-17added shadowbody, first js gallery initializer and template modificationshukl
2009-09-13drag handles for menu item interfacehukl
Closes #12 #20
2009-09-13the sorter needed a seperate initializerhukl
2009-09-13conditional initializers - not sure if this actually improves anything but it seems better this wayhukl
Closes #18
2009-09-13use link_to_path instead of link_to to include the locale hukl
2009-09-13added :dependent => :destroy to asset model so related assets get deleted as the asset they're referencing is deleted.hukl
Closes #25
2009-09-12re-enabled autosave. reduced timeout to 7 seconds which triggers only if something has actually changedhukl
2009-09-12padding at the bottomhukl
2009-09-12moved the teaser ruler to the bottom of the article partialhukl
2009-09-12added a new template without title, abstract date and authorhukl
2009-09-12fixed edit link bughukl
2009-09-12removed sqlite3 sample config as its no longer supported by mehukl
2009-09-12changed the ui click flow a bithukl
2009-09-12added another gem requirement and updated the chaos_importer task to work with the current node validationshukl
2009-09-12Moved galery template and changed width of headline image thumbnail presethukl
2009-09-12removed .gitmodules as cccms doesn't depend on any currentlyhukl
2009-09-11first steps for recent changes rss feedhukl
2009-09-11fixed the widget idshukl
2009-09-11enhanced LockedByAnotherUser exception which now includes a message showing the last modified time.hukl
Closes #13
2009-09-11edit link on public page if user is logged in. link points to the show action so the user has the chance to rethink the decision to edit ;)hukl
Closes #14
2009-09-10added auto discovery link to layouthukl
2009-09-10and one more tiny modification on the atom feedhukl
2009-09-10more rss feed enhancementshukl
2009-09-10modifications for a valid atom feedhukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl