summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-17Add migraton for bcrypt password digest on user modelerdgeist
2026-07-17Implement transparent password hash migrationerdgeist
2026-07-17Add some more tests for the login basics while refactoringerdgeist
2026-07-17Use SecureRandom instead of the hand rolled implementationerdgeist
2026-07-17Improve test coverage for two-ordinal week selection in rrule humaniziererdgeist
2026-07-17Fix computed_unique_name code and consumererdgeist
2026-07-17Fix grammar for unknown action and discard_autosaveerdgeist
2026-07-17Retire recent changes widget, replace with action logerdgeist
2026-07-17Retire recent changes widget, replace with action logerdgeist
2026-07-17Give all text and password inputs border-radiierdgeist
2026-07-17Cutover to new Recent Changes widgeterdgeist
2026-07-16Construct DOM elements using escaping helpers to prevent XSSerdgeist
2026-07-16Add a script to backfill action log from existing recordserdgeist
2026-07-16Move rrule builder to a partial and share between events#new and events#editerdgeist
2026-07-16Aggregate selected weeks in a more human friendly formerdgeist
2026-07-16managed RRULE constructs now include week selectionerdgeist
2026-07-16Split current_unique_name in a setter and an accessorerdgeist
2026-07-16nodes#show's revisions subsection renamed to historyerdgeist
2026-07-16Condense the action log into a scannable tableerdgeist
2026-07-16Don't reference your own user as 'du' in action log. It breaks grammar.erdgeist
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-16Remove some remnants of legacy admin wizard interfaceerdgeist
2026-07-15Add NodeAction: an append-only log of who did what to a nodeerdgeist
2026-07-15Make the recent-changes page match the widget it links fromerdgeist
2026-07-15Remove dead admin/_recent_changes partialerdgeist
2026-07-14Add scaffolding for a proper tech documentation from everything I could remembererdgeist
2026-07-14Supply related-asset URLs/name and public inline-image CSSerdgeist
2026-07-14Add inline image insertion for page bodies, plus a headline-conflict badgeerdgeist
2026-07-14Extend static-asset cache-busting to the public layouterdgeist
2026-07-14Crop headline images to aspect ratio instead of distorting themerdgeist
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-14Add chapter images: thumbnail on the list, headline image on the detail pageerdgeist
2026-07-14Add a toggleable live preview panel to both editorserdgeist
2026-07-14Make revisions locale awareerdgeist
2026-07-14Add tooltips to all navbar itemserdgeist
2026-07-14Make tags a pill list on nodes#showerdgeist
2026-07-14Store return_to before resetting session in loging. Fixes returning to an admin page before logging inerdgeist
2026-07-14Re-add language selector, but fix the mis-nomer for english pageserdgeist
2026-07-13Merge branch 'erdgeist-revive-events'erdgeist
2026-07-13Remove orphaned language selector for admin viewserdgeist
2026-07-13Add cache-buster using mtime of css and js files outside the asset pipelineerdgeist
2026-07-13Remove redundant default translation from the translations subsectionerdgeist
2026-07-13Fix: p elements can't contain buttons. Convert it to a diverdgeist