summaryrefslogtreecommitdiff
path: root/app/views/nodes/show.html.erb
AgeCommit message (Expand)Author
2026-07-21Widen nodes#show to all attachmentserdgeist
2026-07-21Extract Page#headline_asseterdgeist
2026-07-21Show which image is headlined on nodes#showerdgeist
2026-07-18Annotate the History list with each revision's lifecycleerdgeist
2026-07-18Add Trash affordances: cockpit, listing, dashboard entryerdgeist
2026-07-16nodes#show's revisions subsection renamed to historyerdgeist
2026-07-16Add a reader for the action log at admin/logerdgeist
2026-07-14Make tags a pill list on nodes#showerdgeist
2026-07-13Remove redundant default translation from the translations subsectionerdgeist
2026-07-13Add per-node translation management: list, edit, destroy, compareerdgeist
2026-07-13nodes#show: show each revision's editor, not its byline authorerdgeist
2026-07-13Asset picker: attach/detach/reorder UI, read-only view, autosave fixerdgeist
2026-07-13Wavy-underline: allowlist to default; destroy-button and search polisherdgeist
2026-07-12Normalize action-button wording and add icons app-wideerdgeist
2026-07-11Do not offer to destroy the only draft of a never-published nodeerdgeist
2026-07-10Move link to full revision list out of summaryerdgeist
2026-07-10Destroying Draft or Discarding Autosave drops you where you lefterdgeist
2026-07-10Add head/draft/autosave layer comparison at three UI entry pointserdgeist
2026-07-08Add the Status section to nodes#show and rebuild nodes#edit's action barerdgeist
2026-07-08Promote page title to headline in nodes#showerdgeist
2026-07-07Adopt button pills in viewserdgeist
2026-07-07Add context-aware child-creation shortcuts to nodes#showerdgeist
2026-07-06Restructure nodes#show and nodes#new around node_description/node_contenterdgeist
2026-07-06Add public preview links for draftserdgeist
2026-07-04Add self-service event creation from nodes#showerdgeist
2026-07-02Clean up events views: return_to, subnav, remove custom_rruleerdgeist
2026-07-01Add RRULE humanizer and wire events into nodes#showerdgeist
2009-11-14nodes :show now also includes a direct link to to the live version of the node. Additionally, I changed the default route to a named route so it is much easi...hukl
2009-11-14nodes :show now shows the tags so the user won't have to enter edit mode to see the tags and thereby create a new drafthukl
2009-11-11Modified templates to show the editor nowhukl
2009-10-17changed some node related methods and implementation of unlockhukl
2009-10-17added sanitize statements to hopefully all critical templates to protect against cross site scripting.hukl
2009-10-07refactored 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-12changed the ui click flow a bithukl
2009-09-01Added javascript goodness to add and sort and drag and drop images on pageshukl
2009-06-13added 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-03-15More linkage for revisionshukl
2009-03-08added basic preview feature. If a draft exists, the show action renders a proper preview. If not the default show template is rendered.hukl
2009-02-21wiring together some views to make basic navigationhukl
2009-02-08added nodes controller and made it a resource.hukl