summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2009-11-03rss updates expire in 31 minuteshukl
2009-11-03Prevent regular users from promoting themselves to adminshukl
2009-11-02prevent tags internal server errorhukl
2009-11-02expires in 20 minutes nowhukl
2009-11-02make sure user and published_at stay the samehukl
2009-11-02absolute url for rss linkhukl
2009-10-31beta badge and link to old ccc.de pagehukl
2009-10-31now setting correct date for sorting the rss feedhukl
2009-10-31fixed problem for failing rss feedhukl
2009-10-31temporary xml feed fixhukl
2009-10-31output escape for search termshukl
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