summaryrefslogtreecommitdiff
path: root/app/controllers
AgeCommit message (Expand)Author
2026-07-16Split current_unique_name in a setter and an accessorerdgeist
2026-07-16Add a reader for the action log at admin/logerdgeist
2026-07-16Record the full lifecycle contract in NodeAction entrieserdgeist
2026-07-16Provide parent_unique_name in nodes#new if parent is already pre-seterdgeist
2026-07-15Add NodeAction: an append-only log of who did what to a nodeerdgeist
2026-07-14Supply related-asset URLs/name and public inline-image CSSerdgeist
2026-07-14Make revisions locale awareerdgeist
2026-07-14Store return_to before resetting session in loging. Fixes returning to an admin page before logging inerdgeist
2026-07-13Remove redundant default translation from the translations subsectionerdgeist
2026-07-13Make revision diffs locale-aware, defaulting to whichever locale changederdgeist
2026-07-13Fix shared preview redirecting to admin for an ordinary new drafterdgeist
2026-07-13Wire real autosave into translation editingerdgeist
2026-07-13Add per-node translation management: list, edit, destroy, compareerdgeist
2026-07-13Asset picker: attach/detach/reorder UI, read-only view, autosave fixerdgeist
2026-07-13Add loadOnFocus to initSearchPicker; asset search shows recent by defaulterdgeist
2026-07-13Add RelatedAssetsController: search, attach, detach, reordererdgeist
2026-07-12Rebuild the admin dashboard: icon nav, search, signposts, widgetserdgeist
2026-07-12Add a grouped tag+node search endpoint for the upcoming dashboarderdgeist
2026-07-12Extract drafts/recent query logic from controller into Nodeerdgeist
2026-07-12Unify the four field-level pickers, fix search visibilityerdgeist
2026-07-12Give the sitemap its own view, with collapse and descendant countserdgeist
2026-07-11Add drafts/recent/mine/chapters admin node viewserdgeist
2026-07-10Fix current_user/uniq inconsistencies in admin#index, remove dead queryerdgeist
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-10Retire vendored cacycle_diff.js for a diff-lcs-based diff viewerdgeist
2026-07-09Add an events view for events without node, part 2erdgeist
2026-07-09Paginate Events indexerdgeist
2026-07-09Fix malformed-HTML fallout across RSS, link rewriting, and flash messagingerdgeist
2026-07-09Major resource view cleanuperdgeist
2026-07-08Add the Status section to nodes#show and rebuild nodes#edit's action barerdgeist
2026-07-08Fix revert being unusable from an unlocked nodes#showerdgeist
2026-07-08Fix blank-title validation and its lost form state on re-rendererdgeist
2026-07-08Add revert!/discard and rebuild nodes#edit around the new hierarchyerdgeist
2026-07-08Fix tests for the new autosave routingerdgeist
2026-07-07Add context-aware child-creation shortcuts to nodes#showerdgeist
2026-07-07Replace awesome_nested_set with a plain parent_id-based NestedTree concernerdgeist
2026-07-06Fix shared preview links breaking after a second publisherdgeist
2026-07-06Add public preview links for draftserdgeist
2026-07-05Whitespace fixeserdgeist
2026-07-05Add erfa/chaostreff node-kind creation conventionserdgeist
2026-07-05Fix admin search results colliding with other search widgetserdgeist
2026-07-04Fix safe_return_to being uncallable from controllerserdgeist
2026-07-04Add self-service event creation from nodes#showerdgeist
2026-07-02Clean up events views: return_to, subnav, remove custom_rruleerdgeist
2026-06-30Fix events CRUD for standalone events and add events to admin menuerdgeist
2026-06-30Permit :admin in params only for adminserdgeist
2026-06-30Remove recent_changes RSS feed. It leaks unpublished drafts and the basic auth was only symbolicerdgeist
2026-06-30Prevent xss by not allowing return_to to point to javascript resourceserdgeist
2026-06-30Improve admin search overlay layout and behaviourerdgeist