summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
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
2009-03-10remove event resource temporarily until its finalizedhukl
2009-03-10added list of drafts to admin overviewhukl
2009-03-10added calendar backend. more features and integration to comeerdgeist
2009-03-09only render pages if their published_at date is either nil or set to a time < Time.now. The render_page method will render a 404 otherwise.hukl
2009-03-09after creating a node, edit it rather than showing ithukl
2009-03-08added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered.hukl
2009-03-03introducing page templates - need to add edit capabilitieshukl
2009-03-02added unlock functionality. not yet hooked up with permissions though. anybody can unlock. put a confirmation in front of it. destroy has to be confirmed as ...hukl
2009-03-01added layout hukl
2009-03-01renamed user to users controllerhukl
2009-03-01created empty user controllerhukl
2009-03-01refactored drafts which are now identified by a draft_id on the node rather than by guessing it. i was really that close to make that mistake again.hukl
2009-02-27preparing deletion of the pages controller as we should not really need it because nodes act as proxy for dealing with pageshukl
2009-02-26the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beautyhukl
2009-02-24small modification with a big workflow impact!hukl
2009-02-22thats not necessary anymorehukl
2009-02-22replaced freeform textfield with select tag which has to be replaced with something more decent soon. but it works for nowhukl
2009-02-22another round of view updateshukl
2009-02-22lots of view improvements - not ready thoughhukl
2009-02-21wiring together some views to make basic navigationhukl
2009-02-21adding @node filter for publish action and settinghukl
2009-02-21added before_filter :login_requiredhukl
2009-02-19adding the admin controller and his friendshukl
2009-02-19small enhancement for the locale filterhukl
2009-02-19not needed anymorehukl
2009-02-19setting the locale so clean you could eat from ithukl
2009-02-17changed index action to use pagination. avoiding ahukl
2009-02-15using real users now that we have a real user modelhukl
2009-02-15changed layouthukl
2009-02-15more nodes controller functionalityhukl
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
2009-02-15* mergin stuff yo, why do i have to do this again?simon
2009-02-15* here comes da wicked sick auditing observer hacksimon
2009-02-15* regenerated the user fixtures with new site key, login tests work nowsimon