History log of /plugin/renderrevisions/action/ (Results 1 – 4 of 4)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ed65e3b827-Aug-2025 Andreas Gohr <gohr@cosmocode.de>

only act on "real" content changes. fixes #8 #9

When comparing the HTML output, we now strip all tags and whitespaces.
This should ensure only "visible" text data will create new revisions,
not slig

only act on "real" content changes. fixes #8 #9

When comparing the HTML output, we now strip all tags and whitespaces.
This should ensure only "visible" text data will create new revisions,
not slightly changed CSS or invisible data attributes.

Note this will create new revisions on all pages when updating (because
the old md5 cache will no longer match the new one).

show more ...

3e4faa7924-Mar-2025 Andreas Gohr <andi@splitbrain.org>

handle revisions regardless of rewriting. fixes #4

6ba0f84718-Mar-2025 Szymon Olewniczak <szyolewn@pg.edu.pl>

move action.php to action/save.php

ab3c412911-Mar-2025 Andreas Gohr <andi@splitbrain.org>

store rendered revisions

This adds an option to store the rendered output for new revisions.
Opening a revision with stored HTML from the page revisions view will
show the stored output.