summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-08-09Cleanup gitignoreerdgeist
2026-08-09Make db/schema.rb the authoritative database descriptionerdgeist
2026-08-09Drop nodes.external_urlerdgeist
The column moved to page.rb and was now written only by publish_draft! and by the chapter seed, and read by nothing. lib/tasks/pages.rake goes with it. backfill_external_url reads the dropped column. backfill_address is spent and no longer safe to re-run.
2026-08-09Report every editorial attribute in the revision differdgeist
diff_against gained external_url, published_at and user. The view renders each metadata section only when that attribute changed, and says so once when none did. Metadata now precedes the locale pointer, which speaks only of translations: above the metadata it read as "nothing changed" on a revision that had moved the page.
2026-08-09Offer destroying an asset from its own pageerdgeist
2026-08-09Give the attach picker and the create-page action their own rowserdgeist
2026-08-09Attach an asset to a page from the asset's own pageerdgeist
The picker moves from assets/edit to assets/show, where the list of attached pages already is. A member route, POST assets/:id/attach_to_node, replaces the ride on #update. Supersedes the picker wiring in the previous commit; what remains of it is @attach_node in #create, the flash composition and the corrected hint.
2026-08-09Attach an asset to a page from its edit formerdgeist
2026-08-09Refuse destroying an asset that is still attachederdgeist
2026-08-09Attach assets to the draft instead of to every lifecycle rowerdgeist
Node#attach_asset! writes to the node's draft alone, creating one from the head when none is pending. It refuses when another user holds the lock, and when an autosave already exists The asset_attach verb goes with it. create_new_draft names the editor on the draft it creates and the publish entry's asset delta reports the attachment.
2026-08-08Add external url to pageserdgeist
2026-08-08Move the external homepage onto the drafterdgeist
2026-08-08Pin the disclosure partial against a silent fallbackerdgeist
2026-08-08Fix the bootstrap task for the root nodeerdgeist
2026-08-07Drop the staged address columns from nodeserdgeist
2026-08-07Show a pending address in the cockpit, the diff and the publish confirmerdgeist
2026-08-07Compress faviconerdgeist
2026-08-07Fix favicon backgrounderdgeist
2026-08-07Move the pending address from the node onto the drafterdgeist
2026-08-07Fix a dropped declaration and drop a dead rule from ccc.csserdgeist
2026-08-07Drop dead CSS rules and a redundant declaration from admin.csserdgeist
2026-08-06Repair unreachable asset error keys and drop orphaned locale entrieserdgeist
2026-08-06Fix test that expected old sitemap collapsing behaviourerdgeist
2026-08-06Re-structure sitemap, all subpages collapsed by default, visually tightenederdgeist
2026-08-06Let editors set a node external homepage, gated and witnessederdgeist
2026-08-06Remove mis-leading flag for nodes in sitemaperdgeist
2026-08-06Rebuild the sitemap rows around the shared title and action patternserdgeist
2026-08-06Preload page titles for the sitemap, and order containers before leaveserdgeist
2026-08-06Make the events and assets lists work on a phoneerdgeist
2026-08-06Reduce the events list to title, when and actionserdgeist
2026-08-05Search assets and events, and order events by when they happenerdgeist
2026-08-04Rework the README/INSTALL documents and provide a bootstrap script (untested ;)erdgeist
2026-08-04Tidy up headings on house keeping viewserdgeist
- Collapse page headers into one action row with an optional hint - limit will_paginate to one row
2026-08-04Give node lists a flag column and a shared action barerdgeist
2026-08-04Witness every promotion and demotion made through the roles formerdgeist
2026-08-03Require elevation before editing another accounterdgeist
2026-08-03Remove pointer to wiki.github, it's deaderdgeist
2026-08-03Restore public tags path under global scopeerdgeist
2026-08-03Reroute events, tags, menuitems under /admin and reture events-without-a-page viewerdgeist
2026-08-03Share one flag stack between the account roster and the events listerdgeist
2026-08-03Render dates, booleans and counts through the locale fileserdgeist
2026-08-03Bump ruby to 3.4.10erdgeist
2026-08-03Believe the file over the browser about what was uploadederdgeist
2026-08-03Run ImageMagick under a policy that travels with the projecterdgeist
2026-08-03Update the HTML sanitizer and Rails to their security releaseserdgeist
2026-08-03Make tinymce use the admin chromes' light/dark schemeerdgeist
2026-08-03Link each account to its own entries in the logerdgeist
2026-08-03Display stale accounts in users#indexerdgeist
2026-08-03Display last login date in users#showerdgeist
2026-08-02Log user logins and reconstruct last activity from logserdgeist