History log of /plugin/deeplautotranslate/action.php (Results 1 – 25 of 36)
Revision Date Author Comments
# d6d581af 28-Jan-2026 Jennifer Graul <me@netali.de>

hardcode deepl v1 tag handling

fix provided by user @annda on GitHub


# d33a2f20 28-Jan-2026 Jennifer Graul <me@netali.de>

add support for norwegian

fixes #17


# d72397a2 28-Jan-2026 Jennifer Graul <me@netali.de>

fix ignore tag removal order

fixes #16


# 6a17ed8d 28-Jan-2026 Anna Dabrowska <dabrowska@cosmocode.de>

Add option to use old tag handling


# 522d0814 15-Jun-2025 Jennifer Graul <me@netali.de>

refactor: unify function name case


# 087c645b 15-Jun-2025 Jennifer Graul <me@netali.de>

prevent deepl from messing with the top pages plugin


# 858956d2 21-May-2025 Andreas Gohr <gohr@cosmocode.de>

Fix weird responses from Deepl

When using keep-alive and doing multiple requests to the API, it seems
that some buffer is not cleared correctly, resulting in an additional
newline messing up the hea

Fix weird responses from Deepl

When using keep-alive and doing multiple requests to the API, it seems
that some buffer is not cleared correctly, resulting in an additional
newline messing up the header parsing. This simply disables keep-alive.
It also makes sure these errors are caught in the future.

show more ...


# 3e2a3564 20-May-2025 Andreas Gohr <gohr@cosmocode.de>

Added remote API endpoint to trigger translations

This slightly refactors the action class to make the push_translations
method reusable via the API endpoint. It introduces Exception for error
signa

Added remote API endpoint to trigger translations

This slightly refactors the action class to make the push_translations
method reusable via the API endpoint. It introduces Exception for error
signalling at some points. The overall coding style and architecture has
not been changed, though a bit of refactoring would make future
implementations like this a lot easier.

show more ...


# 24d1dd2f 01-Oct-2024 Andreas Gohr <andi@splitbrain.org>

keep relative links when translating

Relative links should usually work fine as-is and would not need any
rewriting. Since there are no tests, I added a config to not change the
default behaviour.


# 8311ddaa 24-Aug-2023 netali <me@netali.de>

add uk language support

closes: #11


# 2a12605e 17-Feb-2023 netali <me@netali.de>

exclude mailto links from patch_links


# 7c99a9b0 31-Jan-2023 extrasec <124002828+extrasec@users.noreply.github.com>

Update action.php for preventing allignments of table cells from altering

This is a modification of the existing prevention of changes to table limiters "^" and "|".
Beside the existing prevention

Update action.php for preventing allignments of table cells from altering

This is a modification of the existing prevention of changes to table limiters "^" and "|".
Beside the existing prevention of the single limiters 10 additional preventing-lines prevent allignments of table cells from altering, when "two" spaces are on the left or the right side of a limiter.

show more ...


# 43d62a6b 31-Jan-2023 netali <me@netali.de>

prevent deepl from messing with nocache-instructions

Closes #6


# 6301ba6e 15-Sep-2022 Netali <me@netali.de>

prevent deepl from destroying the syntax when a whole line is formatted


# b33135ef 09-Sep-2022 Netali <me@netali.de>

add glossary feature


# 84cda41f 05-Jun-2022 Netali <me@netali.de>

prevent patch_links to modify interwiki and windows share links and keep alignment of media


# a3a51507 04-Jun-2022 Netali <me@netali.de>

prevent plugin embeds from being affected by patch_links and add perm check to do push translation


# 53f3766c 30-May-2022 Netali <me@netali.de>

always replace internal links to resolve relative links


# 3b1ff295 29-May-2022 Netali <me@netali.de>

prevent deepl from messing with tables and links in wikitext


# 4b84d3cf 24-May-2022 Netali <me@netali.de>

fix patch links for anchors


# 13221d46 24-May-2022 Netali <me@netali.de>

prevent deepl from messing with smileys


# f37d7ce7 24-May-2022 Netali <me@netali.de>

prevent more dokuwiki syntax from being destroyed by deepl


# 6663bcb5 24-May-2022 Netali <me@netali.de>

fix patch links for link targets that already point to language namespaces


# ff327fe6 24-May-2022 Netali <me@netali.de>

fix default language in namespace with translateui enabled


# 1cd781c4 24-May-2022 Netali <me@netali.de>

add more ignore tags to prevent deepl from messing with the syntax


12