summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2009-10-08setting expiry headerhukl
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 g...hukl
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 cr...hukl
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-11enhanced LockedByAnotherUser exception which now includes a message showing the last modified time.hukl
2009-09-10more rss feed enhancementshukl
2009-09-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl
2009-09-10going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errorshukl
2009-09-10forgot to remove the breakpoint herehukl
2009-09-10refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner caseshukl
2009-09-09added editing of slugs and moving of nodes. to edit a slug or move a node you edit that node, make your changes and save. the slug and parent node changes ge...hukl
2009-09-08lots of gui improvements for creating nodeshukl
2009-09-06added public search controller with corresponding viewhukl
2009-09-06Marked Controllers private / public and added authorization filters accordinglyhukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-09-04moved the image sorting into the model and wrapped it into a transactionhukl
2009-09-03more graceful handling of locked pages exceptions.hukl
2009-09-03visual clean up: it all starts with the login screen. this will be so minimal!hukl
2009-09-01Added javascript goodness to add and sort and drag and drop images on pageshukl
2009-09-01added expirimental routing for image galerieshukl
2009-08-31paginate assets viewhukl
2009-08-09added sorting (via drag and drop) and deleting of menu items. Its not perfect though and needs more styling. I'm unsure about the proper route for the sort a...hukl
2009-08-09editing menu items now works to. also some minor changeshukl
2009-08-09refactored the way new menu items are created. went back to rest and added the js ajax search to fill out the form for you. much cleaner, unobtrusive approach.hukl
2009-08-08lots of new code to manage menu items - harder than expected :/hukl
2009-08-08added menu items resourcehukl
2009-06-13put the preview into the pages controller hukl
2009-06-13added js search widget with clickable results that will take the user to the brand new "show" version of the page. so the user doesn't create new revisions a...hukl
2009-06-10added basic ajax search interface. lots of css / js improvements needed but it seems to work quite okay for now. more on that tomorrowhukl
2009-05-01introducing the restore revision functionalityhukl
2009-05-01always render a previewhukl
2009-04-27seperated admin overview into partials. included recent changeshukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-04-19fix for renamed methodhukl
2009-04-19added basic list of usershukl
2009-04-18added layout and proper links to eventshukl
2009-04-18adding event information to the metadata section allowing to add and edit eventshukl
2009-04-16added autosave to node edit view. saves every 15 secondshukl
2009-04-13beautified the revision and diff interface. so pretty and so functional. i'm happyhukl
2009-03-28introducing named scope :drafts for Pagehukl
2009-03-28using :include => :globalize_translations here to speed up the query timehukl
2009-03-22Finally! The cloning of pages for creating new drafts is now a lot cleaner. I had to search for a while to figure out a better way. Thank you svenfuchs and j...hukl
2009-03-21small changehukl
2009-03-18Reverse order of diffable revisionserdgeist
2009-03-18Refactored Chaos Calendar by wrapping libical and introducing event and occurrence model. More improvements to come. Enables us to create events with reoccur...hukl
2009-03-15adding revision links to the interface. disabling destroy for nowhukl
2009-03-15first revision and diff interfacehukl