History log of /plugin/sitebackup/lang/en/ (Results 1 – 3 of 3)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a82db69616-Jun-2026 tracker-user <82045103+tracker-user@users.noreply.github.com>

Fix &amp; in translation files

c874c2c031-May-2026 tracker-user <82045103+tracker-user@users.noreply.github.com>

Extract UI strings to lang files; add de/ru/ja translations; minor code polish

- Extract all ~30 hardcoded English strings from admin.php to lang/en/lang.php
and translate to de, ru, ja (menu labe

Extract UI strings to lang files; add de/ru/ja translations; minor code polish

- Extract all ~30 hardcoded English strings from admin.php to lang/en/lang.php
and translate to de, ru, ja (menu label already existed; all new keys added)
- Remove redundant require_once for PatchedTar (PSR-4 autoloader handles it)
- Fix memory_limit: only raise to 256M, never lower a higher configured value
- Add $visitedPaths guard in walkInto() to skip duplicate files reached via
multiple symlink paths
- Bump plugin.info.txt date to 2026-05-31
- README: note that str_starts_with() is polyfilled by DokuWiki (PHP 7.4 ok)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

show more ...

29ed7b4619-May-2026 tracker-user <82045103+tracker-user@users.noreply.github.com>

Initial commit, made with Claude Opus 4.7