######################################################################### # # Addon Manager Changelog # By HspherePackages.com # ######################################################################### 2005-10-17 Robert Rolfe * Fixed issue with hanging installation of packages. Removed SSH command and set cpanel user to perform actions directly. Effected Files: Java Class: AddonActions_Cron.java 2005-07-12 Robert Rolfe * Fixed issue with downloading of packages. Problem was being caused by Dynamicnet's security documents locking down wget and fetch. I worked around these problems by using root to download packages for the cpanel user. Effected Files: Java Class: AddonActions_Cron.java 2005-07-09 Robert Rolfe * Added new option to main manager page for removing packages. This will remove packages even if we have no extra information about the package. Effected Files: Template: control/admin/addon_manager.html * Changed the icon for viewing additional details about a package. This was done to make the left menu look a little better. Effected Files: Template: control/admin/addon_manager.html 2005-07-08 Robert Rolfe * Added support for users to view package details and perform package actions from within the control panel interface. Effected Files: Java Class: Addon_Manager.java Java Class: AddonInfo_Cron.java Java Class: AddonAction_Cron.java Template: admin/addon_details.html Template: admin/addon_available.html Template: admin/addon_availdetails.html Template: control/admin/addon_manager.html Template: control/admin/addon_details.html Template: control/admin/addon_available.html Template: control/admin/addon_availdetails.html Template: submit/admin/addon_action.html 2004-09-08 Robert Rolfe * Initial AddonManager 1.0 package available for download.