summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2009-10-31added exception notifier plugin to catch all exceptionshukl
2009-10-27fix for emtpy assets arrayhukl
2009-10-20allow to overwrite the original user in edit viewhukl
2009-10-20display error messages for usershukl
2009-10-20some more user view cleanuphukl
2009-10-20cleaned up the user views a bithukl
2009-10-20only if you are already adminhukl
2009-10-20basic user editinghukl
2009-10-20more asset detailshukl
2009-10-20link helper fixhukl
2009-10-19changes for giving root a titlehukl
2009-10-19title only templatehukl
2009-10-19minor html and css fixeshukl
2009-10-19first set of css updateshukl
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-09-17switched tagging plugin again for postgresql compatibility hukl
2009-09-17added shadowbody, first js gallery initializer and template modificationshukl
2009-09-13drag handles for menu item interfacehukl
Closes #12 #20
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-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-12changed the ui click flow a bithukl
2009-09-12Moved galery template and changed width of headline image thumbnail presethukl
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
2009-09-10show the next event if none are found for the next 14 days. Closes #19hukl