Files
MokoSuiteBackup/CHANGELOG.md
T
Jonathan Miller ace33b60fe
Generic: Repo Health / Site Health (push) Has been skipped
Generic: Repo Health / Access control (push) Successful in 2s
Universal: Auto Version Bump / Version Bump (push) Successful in 10s
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
feat: rename mokojoombackup → mokosuitebackup, add [HOME] placeholder for backup directory
Renames all sub-extensions from mokojoombackup to mokosuitebackup
(package, component, 7 plugins, language files, manifests).

Adds [HOME] placeholder to BackupDirectory and PlaceholderResolver
so users can set backup_dir to [HOME]/backups (outside web root).
Fixes folder browser "access denied" on PHP-FPM shared hosting
where getenv('HOME') returns empty by adding POSIX and JPATH_ROOT
fallback detection.
2026-06-11 12:24:27 -05:00

1.5 KiB

Changelog

[Unreleased]

[01.08.00] --- 2026-06-07

[01.07.00] --- 2026-06-07

[01.06.00] --- 2026-06-07

[01.05.00] --- 2026-06-07

Added

  • Dashboard submenu entry as default landing page with class:home icon
  • [DEFAULT_DIR] placeholder for portable backup directory configuration — resolves to administrator/components/com_mokosuitebackup/backups at runtime
  • Live AJAX directory validation on backup_dir field — checks existence, writability, and placeholder resolution as user types (debounced 400ms)
  • checkDir AJAX endpoint for real-time directory permission checking
  • Web-accessible warning badge on backup download buttons when archive is inside web root
  • Inline security warning in FolderPicker when default directory is selected
  • Auto .htaccess and index.html protection for web-accessible backup directories on profile save and at backup time
  • Font Awesome 6 submenu icons via CSS injection in MokoSuiteBackupComponent::boot()
  • syncMenuIcons() installer postflight — syncs icon classes to #__menu on install and update
  • encryptionPassword property on SteppedSession for upcoming stepped backup encryption support

Changed

  • Profile backup_dir default changed from literal path to [DEFAULT_DIR] placeholder
  • Backup engine fallback directory changed from hardcoded path to [DEFAULT_DIR]
  • isUsingDefaultBackupDir() now matches [DEFAULT_DIR] placeholder in addition to literal path and empty values
  • Dashboard submenu language key added to .sys.ini files (en-GB, en-US)

[01.04.00] --- 2026-06-07