History log of /plugin/renderrevisions/action/save.php (Results 1 – 2 of 2)
Revision Date Author Comments
# ed65e3b8 27-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 ...


# 6ba0f847 18-Mar-2025 Szymon Olewniczak <szyolewn@pg.edu.pl>

move action.php to action/save.php