fix(mokorestore): Joomla detection, multi-zip selector, standalone backup scan #148

Merged
jmiller merged 2 commits from fix/mokorestore-improvements into dev 2026-06-25 15:01:15 +00:00
Owner
  • Preflight warns when existing Joomla installation detected in restore directory
  • Standalone mode scans for all ZIPs instead of hardcoded site-backup.zip
  • Multi-file selector with radio buttons when multiple ZIPs found
  • Selected backup file passed to extract action
  • Yellow warning CSS class for preflight warnings
  • Error handling in post() and runPreflight() to prevent UI stalling
- Preflight warns when existing Joomla installation detected in restore directory - Standalone mode scans for all ZIPs instead of hardcoded site-backup.zip - Multi-file selector with radio buttons when multiple ZIPs found - Selected backup file passed to extract action - Yellow warning CSS class for preflight warnings - Error handling in post() and runPreflight() to prevent UI stalling
jmiller added 2 commits 2026-06-25 15:00:41 +00:00
fix(mokorestore): add Joomla detection warning, multi-zip selector, and standalone backup scan
Universal: Pre-Release / Build Pre-Release (${{ inputs.stability || github.ref_name }}) (push) Successful in 13s
836d1bc8b7
- Preflight now detects existing Joomla installation (configuration.php / Version.php)
  and shows a yellow warning — does not block, but alerts the user
- Standalone mode: backup archive check scans for all ZIPs instead of hardcoded name
- Multi-zip selector integrated into extract step with radio buttons
- Selected backup file passed through to extract action
- Added warn-style CSS class (yellow) for preflight warnings
chore(version): pre-release bump to 01.43.08-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
f97cd30c95
jmiller merged commit 3488434f28 into dev 2026-06-25 15:01:15 +00:00
Sign in to join this conversation.
No Reviewers
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBackup#148