Release v01.07.00 — scheduled task, install warnings, AkeebaImporter cleanup #44

Merged
jmiller merged 3 commits from dev into main 2026-06-07 15:06:14 +00:00
Owner

Summary

  • Auto-create default scheduled task on fresh install (30-day interval, profile 1, 03:00)
  • Skip all postflight actions on uninstall (fixes license warning on uninstall)
  • Add default-dir warning on install/update when profiles use web-root backup dir
  • Add profile review reminder on fresh install
  • Replace hardcoded paths in AkeebaImporter with BackupDirectory constants

Review

Pure additions to installer script + constant replacement. Reviewed in prior session.

## Summary - Auto-create default scheduled task on fresh install (30-day interval, profile 1, 03:00) - Skip all postflight actions on uninstall (fixes license warning on uninstall) - Add default-dir warning on install/update when profiles use web-root backup dir - Add profile review reminder on fresh install - Replace hardcoded paths in AkeebaImporter with BackupDirectory constants ## Review Pure additions to installer script + constant replacement. Reviewed in prior session.
jmiller added 3 commits 2026-06-07 15:03:33 +00:00
fix: skip all postflight actions on uninstall, add install warnings
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 8s
df44518611
- Early return on uninstall to prevent license warning, menu sync, and
  default-dir check from running during package removal
- Add warnDefaultBackupDir() — warns on install/update if any profile
  uses the default web-root backup directory
- Add profile review reminder on fresh install with link to profiles view
feat: auto-create default scheduled task on install, fix AkeebaImporter constants
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 2s
Universal: Auto Version Bump / Version Bump (push) Successful in 11s
e5fb88e1a4
- Create "Monthly Full Backup" scheduled task (30-day interval, profile 1,
  03:00 execution) on fresh install via com_scheduler
- Skips if any MokoJoomBackup task already exists
- Failure notifications enabled to Super Users group by default
- Replace hardcoded backup dir paths in AkeebaImporter with
  BackupDirectory::DEFAULT_RELATIVE constant
chore(version): pre-release bump to 01.07.01-dev [skip ci]
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 10s
4d74627720
jmiller merged commit abe68c1e64 into main 2026-06-07 15:06:14 +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/MokoJoomBackup#44