summaryrefslogtreecommitdiff
path: root/app/views/nodes
AgeCommit message (Expand)Author
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-09-12changed the ui click flow a bithukl
2009-09-10going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errorshukl
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-08new interface for adding nodes. still needs a bit radio button magickhukl
2009-09-02renaming and restructuringhukl
2009-09-02further interface improvementshukl
2009-09-02some drag and drop refinementshukl
2009-09-01Added javascript goodness to add and sort and drag and drop images on pageshukl
2009-09-01slight interface changeshukl
2009-08-16migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modificationshukl
2009-07-19fixed link_for_path issuehukl
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-05-08removed the render :partial call as it no longer exists hukl
2009-05-08put the whole autosave stuff into admin_interface.jshukl
2009-05-07moving the observer aroundhukl
2009-05-07autosave only when something has actually changed. this was hard. i don't like javascripthukl
2009-05-01linking to the referrer url in preview modehukl
2009-04-18adding event information to the metadata section allowing to add and edit eventshukl
2009-04-16minor ui tweakhukl
2009-04-16added autosave to node edit view. saves every 15 secondshukl
2009-04-13little layout fixhukl
2009-04-13now the node index page is sexy too !hukl
2009-04-13beautified the revision and diff interface. so pretty and so functional. i'm happyhukl
2009-04-13slight modificationshukl
2009-04-13rebuilding the admin interfacehukl
2009-03-28renamed the user association on nodes to lock_owner as it is more specific for its purposehukl
2009-03-21put the lock onto nodeshukl
2009-03-21cleaned up the node index viewhukl
2009-03-15this was the wrong revision numberhukl
2009-03-15More linkage for revisionshukl
2009-03-15interface interlinkshukl
2009-03-15adding revision links to the interface. disabling destroy for nowhukl
2009-03-08added a prompt for the template selecthukl
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-08added revision column to nodes overviewhukl
2009-03-08added date selector for published_at. Also removed the part that reset the published_at attribute to Time.now. Some cleanupshukl
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-02put the rendering of titles in the node overview into the nodes_helperhukl
2009-03-02template changes. now lets link that stuff togetherhukl
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-22tags !hukl
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-22resolved deprecationhukl
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