| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-11 | Fix admin.css button states and table padding | erdgeist | |
| 2026-08-09 | Escape feed content with Builder rather than by hand | erdgeist | |
| Builder escapes by default; the three feed templates no longer call CGI.escapeHTML. This fixes two sites that never escaped at all: the tag feed's externally supplied :tag segment, interpolated into its title, self link and id, and dc:creator in the RDF template. Subscribers see one difference: quotes and apostrophes arrive raw, which is valid in element text. config/initializers/xmlparser.rb, which redefined Builder::XmlBase#_escape as the identity function, is gone. XML::Node#replace_with went with it, no callers. | |||
| 2026-08-09 | Drop nodes.external_url | erdgeist | |
| 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-09 | Report every editorial attribute in the revision diff | erdgeist | |
| 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-09 | Offer destroying an asset from its own page | erdgeist | |
| 2026-08-09 | Give the attach picker and the create-page action their own rows | erdgeist | |
| 2026-08-09 | Attach an asset to a page from the asset's own page | erdgeist | |
| 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-09 | Attach an asset to a page from its edit form | erdgeist | |
| 2026-08-09 | Refuse destroying an asset that is still attached | erdgeist | |
| 2026-08-09 | Attach assets to the draft instead of to every lifecycle row | erdgeist | |
| 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-08 | Move the external homepage onto the draft | erdgeist | |
| 2026-08-07 | Show a pending address in the cockpit, the diff and the publish confirm | erdgeist | |
| 2026-08-07 | Move the pending address from the node onto the draft | erdgeist | |
| 2026-08-06 | Re-structure sitemap, all subpages collapsed by default, visually tightened | erdgeist | |
| 2026-08-06 | Let editors set a node external homepage, gated and witnessed | erdgeist | |
| 2026-08-06 | Remove mis-leading flag for nodes in sitemap | erdgeist | |
| 2026-08-06 | Rebuild the sitemap rows around the shared title and action patterns | erdgeist | |
| 2026-08-06 | Preload page titles for the sitemap, and order containers before leaves | erdgeist | |
| 2026-08-06 | Make the events and assets lists work on a phone | erdgeist | |
| 2026-08-06 | Reduce the events list to title, when and actions | erdgeist | |
| 2026-08-05 | Search assets and events, and order events by when they happen | erdgeist | |
| 2026-08-04 | Tidy up headings on house keeping views | erdgeist | |
| - Collapse page headers into one action row with an optional hint - limit will_paginate to one row | |||
| 2026-08-04 | Give node lists a flag column and a shared action bar | erdgeist | |
| 2026-08-04 | Witness every promotion and demotion made through the roles form | erdgeist | |
| 2026-08-03 | Require elevation before editing another account | erdgeist | |
| 2026-08-03 | Reroute events, tags, menuitems under /admin and reture events-without-a-page view | erdgeist | |
| 2026-08-03 | Share one flag stack between the account roster and the events list | erdgeist | |
| 2026-08-03 | Render dates, booleans and counts through the locale files | erdgeist | |
| 2026-08-03 | Believe the file over the browser about what was uploaded | erdgeist | |
| 2026-08-03 | Run ImageMagick under a policy that travels with the project | erdgeist | |
| 2026-08-03 | Link each account to its own entries in the log | erdgeist | |
| 2026-08-03 | Display stale accounts in users#index | erdgeist | |
| 2026-08-03 | Display last login date in users#show | erdgeist | |
| 2026-08-02 | Log user logins and reconstruct last activity from logs | erdgeist | |
| 2026-08-02 | Report changing the end time of an event in action log | erdgeist | |
| 2026-08-02 | Let an event start without ending | erdgeist | |
| 2026-08-02 | Witness calendar entries | erdgeist | |
| 2026-08-02 | Prepare the user list for stacked account flags | erdgeist | |
| 2026-08-02 | Add #edit_grid class to translation editor so that CSS rules will match | erdgeist | |
| 2026-08-02 | Witness account creation | erdgeist | |
| 2026-08-02 | Pick an existing translation when none has changed | erdgeist | |
| 2026-08-02 | Say when a translation is unchanged and where to look instead | erdgeist | |
| 2026-08-02 | Keep the compared translation independent of the interface language | erdgeist | |
| 2026-08-02 | Let the sanitizer honour what the editor permits | erdgeist | |
| 2026-08-01 | Add partial for disclosure realm | erdgeist | |
| 2026-08-01 | Report validation failures without the exception preamble | erdgeist | |
| 2026-08-01 | Derive the Atom feed timestamp from its entries | erdgeist | |
| 2026-08-01 | Require a second factor for elevation, not for holding admin | erdgeist | |
| 2026-08-01 | tidy up user list, make otp flag more visible | erdgeist | |
| 2026-08-01 | Allow aggregate to order by slug and paint chapters list more nicely | erdgeist | |
