| c9f5a907 | 13-Sep-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| eb841198 | 12-Sep-2025 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fixes #10 |
| d5901f2b | 27-Aug-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 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 ...
|
| 0b052ae0 | 24-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 707aae1b | 24-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
fix ACT environment when rendering from CLI. fixes #7 |
| 45a98659 | 24-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
init page environment before rendering. fixes #6 |
| 3e4faa79 | 24-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
handle revisions regardless of rewriting. fixes #4 |
| b62e3d16 | 19-Mar-2025 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
fix cli component |
| a9176556 | 18-Mar-2025 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
deleted.files added |
| 6ba0f847 | 18-Mar-2025 |
Szymon Olewniczak <szyolewn@pg.edu.pl> |
move action.php to action/save.php |
| 6dea669d | 11-Mar-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| ab3c4129 | 11-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. |
| 9e72dbbd | 15-Jan-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c8613443 | 15-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 ...
|
| c1399463 | 22-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| e064a87e | 20-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4db6d0a4 | 20-Dec-2024 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
Create lang/ru/settings.php |
| 3cc6e682 | 20-Dec-2024 |
Aleksandr Selivanov <alexgearbox@yandex.ru> |
Create lang/ru/lang.php |
| ccbd11b2 | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
added command line tool for rerendering |
| be31bc0e | 19-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
make summary translatable |
| 79b90ba0 | 18-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
added skip and match config |
| 877ef88a | 18-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
initial commit |