History log of /plugin/renderrevisions/ (Results 1 – 23 of 23)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c9f5a90713-Sep-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

eb84119812-Sep-2025 Szymon Olewniczak <szyolewn@pg.edu.pl>

fixes #10

d5901f2b27-Aug-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

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 ...

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

Version upped

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

fix ACT environment when rendering from CLI. fixes #7

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

init page environment before rendering. fixes #6

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

handle revisions regardless of rewriting. fixes #4

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

fix cli component

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

deleted.files added

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

move action.php to action/save.php

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

Version upped

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.

9e72dbbd15-Jan-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

c861344315-Jan-2025 Andreas Gohr <andi@splitbrain.org>

do ignore sub rendering. fixes #2

There is no reliable way to figure out if we're rendering the current
main page, or if another renderer was instantiated during rendering the
page.

dokuwiki/dokuwi

do ignore sub rendering. fixes #2

There is no reliable way to figure out if we're rendering the current
main page, or if another renderer was instantiated during rendering the
page.

dokuwiki/dokuwiki#3267 addresses a similar issue in the handler. To
properly fix this, the page context would need to be passed to all
involved components during rendering and lots of code would need to be
checked to behave correctly. It's a mess.

This workaround checks the backtrace of our handler. When there are
multiple instances of p_render() we know that one render process
triggered another, nested one.

show more ...

c139946322-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

e064a87e20-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

4db6d0a420-Dec-2024 Aleksandr Selivanov <alexgearbox@yandex.ru>

Create lang/ru/settings.php

3cc6e68220-Dec-2024 Aleksandr Selivanov <alexgearbox@yandex.ru>

Create lang/ru/lang.php

ccbd11b219-Dec-2024 Andreas Gohr <andi@splitbrain.org>

added command line tool for rerendering

be31bc0e19-Dec-2024 Andreas Gohr <andi@splitbrain.org>

make summary translatable

79b90ba018-Dec-2024 Andreas Gohr <andi@splitbrain.org>

added skip and match config

877ef88a18-Dec-2024 Andreas Gohr <andi@splitbrain.org>

initial commit