| /plugin/lastseen/ |
| H A D | action.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| H A D | helper.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| H A D | README.md | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| H A D | admin.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| H A D | plugin.info.txt | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| /plugin/lastseen/lang/ru/ |
| H A D | settings.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| H A D | lang.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| /plugin/lastseen/lang/de/ |
| H A D | settings.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| H A D | lang.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| /plugin/lastseen/lang/ja/ |
| H A D | settings.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| H A D | lang.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
| /plugin/lastseen/lang/en/ |
| H A D | lang.php | e85c7321f150460107d896943a23fbe3faffced1 Thu May 28 19:25:12 UTC 2026 tracker-user <82045103+tracker-user@users.noreply.github.com> Review: guards, namespaced classes, docblocks, translations, plural fix
- Add DOKU_INC guards to helper.php, action.php, admin.php - Modernize class names to dokuwiki\Extension namespace (ActionPlugin, AdminPlugin, Plugin) with use imports; update type hints accordingly - Add missing @param/@return docblocks to all public/protected methods - Fix singular form: add total_one lang key ("1 user" not "1 users") - Add de, ru, ja translations (lang.php + settings.php each) - Update plugin.info.txt date to 2026-05-28 - Remove false "27 tests" claim from README
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|