summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)Author
2026-07-19Log CSP violations to their own file instead of relying on Rails.loggererdgeist
2026-07-19Add deliberate default to xml for rss and rdferdgeist
2026-07-19Add the error log writererdgeist
2026-07-19Add a 500er logger and a trip wire in admin/boom to test iterdgeist
2026-07-18Emit a report-only Content-Security-Policy with nonced inline scriptserdgeist
2026-07-18Annotate the History list with each revision's lifecycleerdgeist
2026-07-18Teach the action log reader the Trash vocabularyerdgeist
2026-07-18Add Trash affordances: cockpit, listing, dashboard entryerdgeist
2026-07-17Route and control trash, restore, and permanent deletionerdgeist
2026-07-17Fix grammar for unknown action and discard_autosaveerdgeist
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-15Make the recent-changes page match the widget it links fromerdgeist
2026-07-14Make revisions locale awareerdgeist
2026-07-13Wire real autosave into translation editingerdgeist
2026-07-13Add per-node translation management: list, edit, destroy, compareerdgeist
2026-07-13Set config.i18n.available_locales explicitlyerdgeist
2026-07-13Add RelatedAssetsController: search, attach, detach, reordererdgeist
2026-07-12Add a locale-aware relative-time helper; drop stale locale overrideserdgeist
2026-07-12Add rails_icons (Tabler) for SVG iconographyerdgeist
2026-07-12Add a grouped tag+node search endpoint for the upcoming dashboarderdgeist
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-11Make page_translations' search trigger self-installingerdgeist
2026-07-11Move all admin routes under /adminerdgeist
2026-07-11Style admin pagination widget, add missing locale keyserdgeist
2026-07-10Add head/draft/autosave layer comparison at three UI entry pointserdgeist
2026-07-09Add an events view for events without nodeerdgeist
2026-07-09Major resource view cleanuperdgeist
2026-07-08Add revert!/discard and rebuild nodes#edit around the new hierarchyerdgeist
2026-07-08Route Save and autosave through the new Node methods (addendum)erdgeist
2026-07-06Add public preview links for draftserdgeist
2026-07-06Disable verify_foreign_keys_for_fixtures for test enverdgeist
2026-07-05Surface node-kind conventions in the admin UIerdgeist
2026-07-05Add erfa/chaostreff node-kind creation conventionserdgeist
2026-07-03Change open-today widget labelerdgeist
2026-07-02Add 'open today' sidebar widget and open days in chapter listserdgeist
2026-07-02Add tagging support to Event modelerdgeist
2026-07-01Add RRULE humanizer and wire events into nodes#showerdgeist
2026-06-30Remove recent_changes RSS feed. It leaks unpublished drafts and the basic auth was only symbolicerdgeist
2026-06-29Restore and improve admin node searcherdgeist
2026-06-27rss: add per-tag Atom feed at /rss/tags/:tag/updates.xmlerdgeist
2026-06-27Stage 7 click-testing fixeserdgeist
2026-06-27Fix routes after removing the routing-filtererdgeist
2026-06-27Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11erdgeist
2026-06-26Add minimal storage.yml to satisfy Active Storage engine in productionerdgeist
2026-06-26Fix RSS feeds, xmlparser initializererdgeist
2026-06-26Stage 5 click-testing fixeserdgeist
2026-06-26Stage 5 fixes: RouteWithParams removal, Globalize fallbacks, search stub, to_s(:db) → to_fs(:db), LockedByAnotherUser autoload, test environment configerdgeist