index
:
cccms
master
[no description]
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
views
/
nodes
/
edit.html.erb
Age
Commit message (
Expand
)
Author
6 days
Add the Status section to nodes#show and rebuild nodes#edit's action bar
erdgeist
6 days
Add a action bar to the node edit view. This is the first application of a proposed new layout
erdgeist
6 days
Autosave posts to its own endpoint surface lock loss immediately
erdgeist
7 days
Tuck away metadata section in nodes#edit behind a summary/detail cascade
erdgeist
7 days
Adopt button pills in views
erdgeist
9 days
Surface node-kind conventions in the admin UI
erdgeist
11 days
Retire event_information, superseded by nodes#show's event manager
erdgeist
2026-06-28
Fix tag list rendering in node editor
erdgeist
2026-06-27
Stop forcing escaped HTML into the database just because XML Builder was used wrong
erdgeist
2026-06-26
Stage 5 click-testing fixes
erdgeist
2026-06-25
Rails 4.2 view 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-05
Add warner if theres unescaped entities inside the Title fields
erdgeist
2025-01-28
Big overhaul patch and style changes
Charlie Root
2009-10-20
allow to overwrite the original user in edit view
hukl
2009-10-07
refactored 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-12
changed the ui click flow a bit
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-02
renaming and restructuring
hukl
2009-09-02
further interface improvements
hukl
2009-09-02
some drag and drop refinements
hukl
2009-09-01
Added javascript goodness to add and sort and drag and drop images on pages
hukl
2009-09-01
slight interface changes
hukl
2009-08-16
migration to add missing columns and indexes for acts_as_taggable_redux as well as other related modifications
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-08
removed the render :partial call as it no longer exists
hukl
2009-04-18
adding event information to the metadata section allowing to add and edit events
hukl
2009-04-16
added autosave to node edit view. saves every 15 seconds
hukl
2009-04-13
beautified the revision and diff interface. so pretty and so functional. i'm happy
hukl
2009-04-13
slight modifications
hukl
2009-04-13
rebuilding the admin interface
hukl
2009-03-15
interface interlinks
hukl
2009-03-08
added a prompt for the template select
hukl
2009-03-08
added date selector for published_at. Also removed the part that reset the published_at attribute to Time.now. Some cleanups
hukl
2009-03-03
introducing page templates - need to add edit capabilities
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-22
tags !
hukl
2009-02-22
another round of view updates
hukl
2009-02-22
lots of view improvements - not ready though
hukl
2009-02-21
adding @node filter for publish action and setting
hukl
2009-02-21
getting rid of the useless values parts
hukl
2009-02-17
modified edit form to work with translated
hukl
2009-02-15
using real users now that we have a real user model
hukl
2009-02-15
added implementation details for nodes
hukl
2009-02-08
added nodes controller and made it a resource.
hukl