| fda9df8e | 17-Jun-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Set plugin URL to dokuwiki.org in plugin.info.txt |
| 340c9205 | 16-Jun-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Add screenshot and link in README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
| a82db696 | 16-Jun-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Fix & in translation files |
| 6ff67974 | 16-Jun-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Add email |
| c874c2c0 | 31-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 ...
|
| b484d5bc | 28-May-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Review: guards, input handling, @ suppression, docblocks, translations
- Add DOKU_INC guard to admin.php - Replace $_SERVER['REQUEST_METHOD'] and $_SERVER['HTTP_HOST'] with $INPUT->server->str() - R
Review: guards, input handling, @ suppression, docblocks, translations
- Add DOKU_INC guard to admin.php - Replace $_SERVER['REQUEST_METHOD'] and $_SERVER['HTTP_HOST'] with $INPUT->server->str() - Remove @ error suppression; use is_file() checks where file existence is uncertain - Remove redundant getMenuText() override (parent getLang('menu') suffices) - Replace strpos() prefix check with str_starts_with() - Add return type hints and docblocks to all public/protected methods - Add de, ru, ja translations for lang['menu'] - Update plugin.info.txt date; update README to reflect language files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
show more ...
|
| 92817853 | 19-May-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Add a minimum PHP version to plugin.info.txt |
| 723bf90e | 19-May-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Improve frontend styles, align left |
| f78ae6bb | 19-May-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Add an icon for the Additional Plugins admin page |
| a33f8e80 | 19-May-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Fix the wrong file dates because of an upstream library bug |
| 8d8c8007 | 19-May-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Strengthen based on the existing backup plugin, add README.md |
| 29ed7b46 | 19-May-2026 |
tracker-user <82045103+tracker-user@users.noreply.github.com> |
Initial commit, made with Claude Opus 4.7 |