index
:
cccms
erdgeist-revive-events
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
controllers
/
nodes_controller.rb
Age
Commit message (
Expand
)
Author
2009-09-06
Marked Controllers private / public and added authorization filters accordingly
hukl
2009-09-03
more graceful handling of locked pages exceptions.
hukl
2009-06-13
added 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-01
always render a preview
hukl
2009-04-19
fix for renamed method
hukl
2009-04-16
added autosave to node edit view. saves every 15 seconds
hukl
2009-03-22
Finally! 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-21
small change
hukl
2009-03-09
after creating a node, edit it rather than showing it
hukl
2009-03-08
added 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-02
added 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-01
refactored 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-26
the locale stuff as well as the cloning should work now entirely as expected although the cloning itself isn't really a beauty
hukl
2009-02-24
small modification with a big workflow impact!
hukl
2009-02-22
replaced freeform textfield with select tag which has to be replaced with something more decent soon. but it works for now
hukl
2009-02-22
another round of view updates
hukl
2009-02-22
lots of view improvements - not ready though
hukl
2009-02-21
wiring together some views to make basic navigation
hukl
2009-02-21
adding @node filter for publish action and setting
hukl
2009-02-21
added before_filter :login_required
hukl
2009-02-17
changed index action to use pagination. avoiding a
hukl
2009-02-15
using real users now that we have a real user model
hukl
2009-02-15
more nodes controller functionality
hukl
2009-02-15
* removed the auditing observer, we'll do it the old fashioned way
simon
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 hack
simon
2009-02-15
brace for impact
simon
2009-02-15
added implementation details for nodes
hukl
2009-02-13
tiny change for future user model
hukl
2009-02-08
added nodes controller and made it a resource.
hukl