summaryrefslogtreecommitdiff
path: root/app/views/revisions/show.html.erb
AgeCommit message (Collapse)Author
2026-08-03Render dates, booleans and counts through the locale fileserdgeist
2026-08-02Keep the compared translation independent of the interface languageerdgeist
2026-07-25Extract admin strings to i18n: revisions, page_translations, and menu items,erdgeist
2026-07-24Rename layout classes to what they actually doerdgeist
2026-07-14Make revisions locale awareerdgeist
2026-07-10Fix stale assertions and escaped body in revisions#showerdgeist
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-09Modernise revision#show view with the paradigms established in all the other views, removing subnaverdgeist
2009-11-11Modified templates to show the editor nowhukl
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 ↵hukl
great
2009-05-01introducing the restore revision functionalityhukl
2009-05-01added show link to revisions viewhukl
2009-04-27tiny style fixhukl
2009-04-13beautified the revision and diff interface. so pretty and so functional. i'm happyhukl
2009-03-15interface interlinkshukl
2009-03-15adding revision links to the interface. disabling destroy for nowhukl
2009-03-15first revision and diff interfacehukl