summaryrefslogtreecommitdiff
path: root/config/routes.rb
AgeCommit message (Expand)Author
2026-07-31Replace user deletion with deactivationerdgeist
2026-07-30Replaces the grey slab and filled-box handle with the house card idiom,erdgeist
2026-07-30Retire the unroutable scaffold viewserdgeist
2026-07-24Add self-service TOTP enrollment UI and witnessed admin reseterdgeist
2026-07-22Retire nodes#recent, superseded by the action logerdgeist
2026-07-21Remove unreachable image_box drag-and-drop UIerdgeist
2026-07-19Add deliberate default to xml for rss and rdferdgeist
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-18Add Trash affordances: cockpit, listing, dashboard entryerdgeist
2026-07-17Route and control trash, restore, and permanent deletionerdgeist
2026-07-16Add a reader for the action log at admin/logerdgeist
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-13Add RelatedAssetsController: search, attach, detach, reordererdgeist
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-11Move all admin routes under /adminerdgeist
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-05Surface node-kind conventions in the admin UIerdgeist
2026-07-05Add erfa/chaostreff node-kind creation conventionserdgeist
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-27Fix routes after removing the routing-filtererdgeist
2026-06-27Stage 7: Rails 7.2 → 8.1 on Ruby 3.2.11erdgeist
2026-06-26Stage 4: Rails 5.2 -> 6.1 on Ruby 2.7.2erdgeist
2026-06-25Upgrade to Rails 4.2.11.3erdgeist
2026-06-24Stage 1 complete: Rails 2.3.5 to Rails 3.2.22.5 upgradeerdgeist
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-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-10added public rss controller plus template to render the latest 20 updates into a neat little atom feedhukl
2009-09-06added public search controller with corresponding viewhukl
2009-09-05added tag resource, widget and auxillary fileshukl
2009-09-01Added javascript goodness to add and sort and drag and drop images on pageshukl
2009-09-01added expirimental routing for image galerieshukl
2009-08-09added sorting (via drag and drop) and deleting of menu items. Its not perfect though and needs more styling. I'm unsure about the proper route for the sort a...hukl
2009-08-08added menu items resourcehukl
2009-06-13put the preview into the pages controller hukl
2009-06-10added basic ajax search interface. lots of css / js improvements needed but it seems to work quite okay for now. more on that tomorrowhukl
2009-05-01introducing the restore revision functionalityhukl
2009-04-25Integrated basic Asset upload functionality. You can upload files now and use their url in pages.hukl
2009-04-13beautified the revision and diff interface. so pretty and so functional. i'm happyhukl