Description
OpenMage 2005 just installed from scratch.
In Magento CE 1.9.4.5 by default Tools link in System menu has two options: Backups and Compilation. As I know the compilation feature was removed from OpenMage but the code for backup feature is still available.
Checking System -> Configuration -> Advanced section -> Advanced, Mage_Backup module output is set to Disable by default. After enabling it and saving the configuration Backups link is not appearing in Tools menu.
My comments:
-
After enabling Mage_Backup module output we should get Backups section in backend (route system_backup/index) but Magento Team disabled it starting with v1.9.4.0 directly in /app/etc/modules/Mage_All.xml. If anyone need it just edit this file and flush the cache.
-
With Compilation feature removed from OpenMage and Mage_Backup module deactived/disabled by default the link called Tools should not appear in System menu. We cannot remove it but we should find a way to hide it to avoid confusion with a link which is doing nothing.