1 Commits

Author SHA1 Message Date
Jonathan Miller f604def173 docs: update changelog with all dev changes for merge to main
Generic: Repo Health / Release configuration (push) Blocked by required conditions
Generic: Repo Health / Scripts governance (push) Blocked by required conditions
Generic: Repo Health / Repository health (push) Blocked by required conditions
Generic: Repo Health / Report Issues (push) Blocked by required conditions
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 1s
Universal: Auto Version Bump / Version Bump (push) Successful in 3s
Authored-by: Moko Consulting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-06 20:25:56 -05:00
+13 -2
View File
@@ -4,7 +4,9 @@
### Added ### Added
- Joomla-styled standalone installer (MokoRestore) with 7-step wizard, admin password reset, and client provisioning - Joomla-styled standalone installer (MokoRestore) with 7-step wizard, admin password reset, and client provisioning
- Placeholder support for backup directories and archive filenames ([host], [date], [profile_name], etc.) - Web cron trigger for shared hosting without crontab — URL-based backup with secret word, IP whitelist
- Placeholder support for backup directories and archive filenames ([host], [date], [site_name], [profile_name], etc.)
- FolderPicker JS placeholder resolution — resolves [site_name]/[host] when browsing, reverse-replaces on selection for portable profiles
- Archive Name Format field on backup profiles with customizable filename templates - Archive Name Format field on backup profiles with customizable filename templates
- Interactive directory tree browser for exclude filters (replaces plain text input) - Interactive directory tree browser for exclude filters (replaces plain text input)
- Backup log viewer modal in backup records list and inline in detail view - Backup log viewer modal in backup records list and inline in detail view
@@ -16,19 +18,28 @@
- Default directory dashboard warning when backups are stored inside web root - Default directory dashboard warning when backups are stored inside web root
- Backup log files written alongside archives (.log) - Backup log files written alongside archives (.log)
- Backup detail view with checksum, file path, DB size, and embedded log - Backup detail view with checksum, file path, DB size, and embedded log
- Browser beforeunload warning during backup progress
### Changed ### Changed
- Renamed all extension elements from mokobackup to mokojoombackup (pkg, com, all plugins, DB tables, namespaces, language keys)
- Renamed source directory from src/ to source/ per MokoStandards convention - Renamed source directory from src/ to source/ per MokoStandards convention
- Dashboard health check shows actual resolved backup directory path from profiles - Dashboard health check shows actual resolved backup directory path from profiles
- Update site post-install notice links to filtered list view (avoids Joomla core bug) - Update site post-install notice links to filtered list view (avoids Joomla core bug)
- License warning suppressed when download key is already configured
- Download key preserved across package updates via preflight/postflight backup
### Fixed ### Fixed
- Download ERR_INVALID_RESPONSE — flush output buffers before sending file headers - Download ERR_INVALID_RESPONSE — flush output buffers before sending file headers
- Backup directory path resolution for absolute paths outside web root - Backup directory path resolution for absolute paths outside web root
- Schema migrations consolidated to version 01.01.02 (within extension version range) - Schema migrations consolidated to version within extension range
- PSR-4 class file naming (MokoBackup*.php → MokoJoomBackup*.php)
- Nested package directories from rename flattened
- INSERT IGNORE for default profile prevents duplicate key on update
- ActionlogsHelper::getIp() replaced — method does not exist in Joomla 5
- Console plugin namespace and quickicon translation keys - Console plugin namespace and quickicon translation keys
- CLI exit codes and SQL schema defaults - CLI exit codes and SQL schema defaults
- Component Options page (added config.xml) - Component Options page (added config.xml)
- Placeholder-aware directory checks in FolderPicker and dashboard health
## 01.01 — 2026-06-04 ## 01.01 — 2026-06-04