summaryrefslogtreecommitdiff
path: root/app/views/nodes/edit.html.erb
AgeCommit message (Collapse)Author
2009-04-13rebuilding the admin interfacehukl
2009-03-15interface interlinkshukl
2009-03-08added a prompt for the template selecthukl
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
renamed the custom template folder forgot one fix for the new custom template path page templates refined renamed page attribute template to template_name as i suspected it to be a reserved word. it still didn't work until i discovered that simon defined the accessible attributes! That costed me 40 minutes of lifetime. But he apologized ;) tests for public and custom page templates
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-22another round of view updateshukl
2009-02-22lots of view improvements - not ready thoughhukl
2009-02-21adding @node filter for publish action and settinghukl
a new member route for the nodes resource so that a put request on /nodes/id/publish will publish the current draft of a node
2009-02-21getting rid of the useless values partshukl
2009-02-17modified edit form to work with translated hukl
attributes. there seems to be something bogus with form for - to be investigated
2009-02-15using real users now that we have a real user modelhukl
2009-02-15added implementation details for nodeshukl
2009-02-08added nodes controller and made it a resource.hukl
since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves.