| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-13 | Give every admin page one horizontal gutter | erdgeist | |
| by many views inside. The inner ones are gone nodes#edit's becomes #body_field, which is what #edit_grid places in its full-width row. Rows now reach into the label band themselves rather than depending on a page wrapper to do it. The label column plus its gap equals the escape, so a row's content starts at the gutter on every page; #edit_grid's rows are exempt because the grid already steps back. share one left edge. #new_node's -118px was compensating for that 10px and left the page 7px out once it went. standalone_action_bar was overridden everywhere it appeared. page_translations#edit no longer uses #edit_grid: it has no metadata column, so the two-column template pushed its abstract into the empty half. nodes#edit's lower action bar was inside #edit_grid, so it was a grid item inheriting the escape and sat 125px left of the form above it. | |||
| 2026-08-03 | Render dates, booleans and counts through the locale files | erdgeist | |
| 2026-08-02 | Keep the compared translation independent of the interface language | erdgeist | |
| 2026-07-25 | Extract admin strings to i18n: revisions, page_translations, and menu items, | erdgeist | |
| 2026-07-24 | Rename layout classes to what they actually do | erdgeist | |
| 2026-07-14 | Make revisions locale aware | erdgeist | |
| 2026-07-10 | Fix stale assertions and escaped body in revisions#show | erdgeist | |
| The table-based markup revisions#show's own test was asserting against (<strong>, <td>) was retired when this view moved to the node_description/node_content pattern; updated the assertions to match. Found in the same pass: @page.body had no raw(), so any real markup in a revision's body rendered as escaped entities on this page — same bug class as revisions#diff, just not yet fixed here. | |||
| 2026-07-09 | Modernise revision#show view with the paradigms established in all the other views, removing subnav | erdgeist | |
| 2009-11-11 | Modified templates to show the editor now | hukl | |
| 2009-10-07 | refactored 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 ↵ | hukl | |
| great | |||
| 2009-05-01 | introducing the restore revision functionality | hukl | |
| 2009-05-01 | added show link to revisions view | hukl | |
| 2009-04-27 | tiny style fix | hukl | |
| 2009-04-13 | beautified the revision and diff interface. so pretty and so functional. i'm happy | hukl | |
| 2009-03-15 | interface interlinks | hukl | |
| 2009-03-15 | adding revision links to the interface. disabling destroy for now | hukl | |
| 2009-03-15 | first revision and diff interface | hukl | |
