summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2026-07-17Bootstrap the Trash node: reserved slug, identity, guardserdgeist
2026-07-17Refuse destroying nodes that still have childrenerdgeist
2026-07-17Drop the orphaned nested-set columns lft and rgterdgeist
2026-07-17Allowlist aggregate order columns and template nameserdgeist
2026-07-17Allow updating migrated users without supplying a passworderdgeist
2026-07-17Implement transparent password hash migrationerdgeist
2026-07-17Add some more tests for the login basics while refactoringerdgeist
2026-07-17Improve test coverage for two-ordinal week selection in rrule humaniziererdgeist
2026-07-16Aggregate selected weeks in a more human friendly formerdgeist
2026-07-16managed RRULE constructs now include week selectionerdgeist
2026-07-16Condense the action log into a scannable tableerdgeist
2026-07-16Add a reader for the action log at admin/logerdgeist
2026-07-16Record the full lifecycle contract in NodeAction entrieserdgeist
2026-07-15Add NodeAction: an append-only log of who did what to a nodeerdgeist
2026-07-14Extend static-asset cache-busting to the public layouterdgeist
2026-07-14Add a :large FileAttachment style for full-width inline body imageserdgeist
2026-07-14Retire wipe_draft! and find_or_create_draft from production codeerdgeist
2026-07-14Make revisions locale awareerdgeist
2026-07-13Add cache-buster using mtime of css and js files outside the asset pipelineerdgeist
2026-07-13Make revision diffs locale-aware, defaulting to whichever locale changederdgeist
2026-07-13clone_attributes_from: update translations in place, not delete+recreateerdgeist
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-13Carry over other-locale translations when creating an autosaveerdgeist
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-12Normalize action-button wording and add icons app-wideerdgeist
2026-07-12Rebuild the admin dashboard: icon nav, search, signposts, widgetserdgeist
2026-07-12Add a locale-aware relative-time helper; drop stale locale overrideserdgeist
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-12Give the sitemap its own view, with collapse and descendant countserdgeist
2026-07-11Add drafts/recent/mine/chapters admin node viewserdgeist
2026-07-11Do not offer to destroy the only draft of a never-published nodeerdgeist
2026-07-10Prevent a staged parent move from crashing on its own descendanterdgeist
2026-07-10Fix current_user/uniq inconsistencies in admin#index, remove dead queryerdgeist
2026-07-10Add the missing assertions two tests were silently running withouterdgeist
2026-07-10Fix rrule/url column overflow on events#indexerdgeist
2026-07-10Add test for backlink in revisions#indexerdgeist
2026-07-10Include assets, tags and template in diff between revisionserdgeist
2026-07-10Stop diff output from corrupting the document on structural tag changeserdgeist
2026-07-10Ensure that comparison view toggle is there for all diff modeserdgeist
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-10Whitespace fixeserdgeist
2026-07-10Fix stale assertions and escaped body in revisions#showerdgeist
2026-07-10Retire vendored cacycle_diff.js for a diff-lcs-based diff viewerdgeist
2026-07-08Add revert!/discard and rebuild nodes#edit around the new hierarchyerdgeist