History log of /plugin/deeplautotranslate/ (Results 1 – 25 of 61)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f636ab6b28-Jan-2026 Jennifer Graul <me@netali.de>

bump version

b3d1a92c28-Jan-2026 Jennifer Graul <me@netali.de>

add german translation for log_api_errors setting

d6d581af28-Jan-2026 Jennifer Graul <me@netali.de>

hardcode deepl v1 tag handling

fix provided by user @annda on GitHub

d33a2f2028-Jan-2026 Jennifer Graul <me@netali.de>

add support for norwegian

fixes #17

d72397a228-Jan-2026 Jennifer Graul <me@netali.de>

fix ignore tag removal order

fixes #16

6a17ed8d28-Jan-2026 Anna Dabrowska <dabrowska@cosmocode.de>

Add option to use old tag handling

a2d4d1b115-Jun-2025 Jennifer Graul <me@netali.de>

bump version

522d081415-Jun-2025 Jennifer Graul <me@netali.de>

refactor: unify function name case

087c645b15-Jun-2025 Jennifer Graul <me@netali.de>

prevent deepl from messing with the top pages plugin

59efd2b109-Jun-2025 Jennifer Graul <me@netali.de>

bump version

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

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

91aa151701-Oct-2024 Jennifer Graul <me@netali.de>

bump version

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

c7aa2dee24-Aug-2023 netali <me@netali.de>

bump version

8311ddaa24-Aug-2023 netali <me@netali.de>

add uk language support

closes: #11

b8beabc424-Aug-2023 netali <me@netali.de>

license: change to GPLv2 license to fit the dokuwiki license

closes: #12

c705541f17-Feb-2023 netali <me@netali.de>

bump version

2a12605e17-Feb-2023 netali <me@netali.de>

exclude mailto links from patch_links

5215e79701-Feb-2023 netali <me@netali.de>

bump version

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

a655a96231-Jan-2023 netali <me@netali.de>

bump version

43d62a6b31-Jan-2023 netali <me@netali.de>

prevent deepl from messing with nocache-instructions

Closes #6

f5533d1415-Sep-2022 Netali <me@netali.de>

bump version

6301ba6e15-Sep-2022 Netali <me@netali.de>

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

123