Reference in New Issue
Block a user
Delete Branch "fix/features-quality-batch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Third batch from the audit. All PHP
php -lclean; access.xml/config.xml/manifest parse; INI parses.#95 — ACL + Options
access.xmlwith core actions + custommokoog.batch/mokoog.import.config.xml— Permissions tab (rules) + a note pointing OG/SEO settings to the system plugin (the Options button previously opened an empty modal).BatchController/ImportExportControllernow check the custom actions with a fallback to the prior core checks, so no existing user loses access.#103 — CSV import reachable
jform[csv_file]) posting toimportexport.importwith a CSRF token. (The import controller was fully implemented but had no UI trigger.)#104 — Dead code + disk leak
ImageGeneratorclass andJsonLdBuilder::buildOrganization().ImageHelper::pruneOldFiles()(deletes generated images > 30 days, recursive, skipsindex.html) and call it on content save — the generated-image cache was never pruned and grew unbounded.ImageHelper::validate()unused,resizeToSizeduplicatesresize.)#107 — Packaging
language/en-USin the manifest (was on disk but never installed).src/Field,src/Service.Verification note
ACL gates and the upload form can't be confirmed via static checks — recommend a runtime smoke test (Options→Permissions tab renders; import button reveals form + uploads; low-priv user blocked from batch/import).
Closes #95, #103, #107. Mostly-closes #104.
🤖 Generated with Claude Code