index
:
cccms
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
2 days
Extract drafts/recent query logic from controller into Node
erdgeist
3 days
Give the sitemap its own view, with collapse and descendant counts
erdgeist
3 days
Add drafts/recent/mine/chapters admin node views
erdgeist
5 days
Destroying Draft or Discarding Autosave drops you where you left
erdgeist
5 days
Add head/draft/autosave layer comparison at three UI entry points
erdgeist
5 days
Fix malformed-HTML fallout across RSS, link rewriting, and flash messaging
erdgeist
6 days
Add the Status section to nodes#show and rebuild nodes#edit's action bar
erdgeist
6 days
Fix revert being unusable from an unlocked nodes#show
erdgeist
6 days
Fix blank-title validation and its lost form state on re-render
erdgeist
6 days
Add revert!/discard and rebuild nodes#edit around the new hierarchy
erdgeist
6 days
Fix tests for the new autosave routing
erdgeist
8 days
Add context-aware child-creation shortcuts to nodes#show
erdgeist
9 days
Add public preview links for drafts
erdgeist
9 days
Whitespace fixes
erdgeist
9 days
Add erfa/chaostreff node-kind creation conventions
erdgeist
2026-06-27
Stage 7 click-testing fixes (2)
erdgeist
2026-06-26
Stage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2
erdgeist
2026-06-25
Rails 5.2 application fixes
erdgeist
2026-06-25
Rails 4.2 model and controller fixes
erdgeist
2026-06-24
Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgrade
erdgeist
2026-06-23
Update deployed state to what's currently running
erdgeist
2025-02-06
Improve worklflow
erdgeist
2009-10-17
changed some node related methods and implementation of unlock
hukl
2009-09-12
changed the ui click flow a bit
hukl
2009-09-11
enhanced LockedByAnotherUser exception which now includes a message showing the last modified time.
hukl
2009-09-10
going back to raisl 2.3.3 as 2.3.4 has weird issues when translationg active record validation errors
hukl
2009-09-10
forgot to remove the breakpoint here
hukl
2009-09-10
refactored the create method to actually produce meaningful error messages when something goes wrong. added tests for corner cases
hukl
2009-09-09
added 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-08
lots of gui improvements for creating nodes
hukl
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
[next]