summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2026-08-02Report changing the end time of an event in action logerdgeist
2026-08-02Let an event start without endingerdgeist
2026-08-02Witness calendar entrieserdgeist
2026-08-02Prepare the user list for stacked account flagserdgeist
2026-08-02Add #edit_grid class to translation editor so that CSS rules will matcherdgeist
2026-08-02Let pagination wraperdgeist
2026-08-02Witness account creationerdgeist
2026-08-02Give the session cookie a lifetime so it survives app switcheserdgeist