| f636ab6b | 28-Jan-2026 |
Jennifer Graul <me@netali.de> |
bump version |
| b3d1a92c | 28-Jan-2026 |
Jennifer Graul <me@netali.de> |
add german translation for log_api_errors setting |
| 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 |
| a2d4d1b1 | 15-Jun-2025 |
Jennifer Graul <me@netali.de> |
bump version |
| 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 |
| 59efd2b1 | 09-Jun-2025 |
Jennifer Graul <me@netali.de> |
bump version |
| 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 ...
|
| 91aa1517 | 01-Oct-2024 |
Jennifer Graul <me@netali.de> |
bump version |
| 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. |
| c7aa2dee | 24-Aug-2023 |
netali <me@netali.de> |
bump version |
| 8311ddaa | 24-Aug-2023 |
netali <me@netali.de> |
add uk language support
closes: #11 |
| b8beabc4 | 24-Aug-2023 |
netali <me@netali.de> |
license: change to GPLv2 license to fit the dokuwiki license
closes: #12 |
| c705541f | 17-Feb-2023 |
netali <me@netali.de> |
bump version |
| 2a12605e | 17-Feb-2023 |
netali <me@netali.de> |
exclude mailto links from patch_links |
| 5215e797 | 01-Feb-2023 |
netali <me@netali.de> |
bump version |
| 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 ...
|
| a655a962 | 31-Jan-2023 |
netali <me@netali.de> |
bump version |
| 43d62a6b | 31-Jan-2023 |
netali <me@netali.de> |
prevent deepl from messing with nocache-instructions
Closes #6 |
| f5533d14 | 15-Sep-2022 |
Netali <me@netali.de> |
bump version |
| 6301ba6e | 15-Sep-2022 |
Netali <me@netali.de> |
prevent deepl from destroying the syntax when a whole line is formatted |