summaryrefslogtreecommitdiff
path: root/app/controllers/nodes_controller.rb
AgeCommit message (Collapse)Author
2009-02-24small modification with a big workflow impact!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-22another round of view updateshukl
2009-02-22lots of view improvements - not ready thoughhukl
2009-02-21wiring together some views to make basic navigationhukl
in the admin interface possible
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-21added before_filter :login_requiredhukl
2009-02-17changed index action to use pagination. avoiding ahukl
tree for now
2009-02-15using real users now that we have a real user modelhukl
2009-02-15more nodes controller functionalityhukl
2009-02-15* removed the auditing observer, we'll do it the old fashioned waysimon
* added permission model * locked down attributes on page model
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-15brace for impactsimon
oh god, oh god, we're all going to die ...
2009-02-15added implementation details for nodeshukl
2009-02-13tiny change for future user modelhukl
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.