Magento Core Functions and Classes DownloadPlus is overriding

DownloadPlus is overriding some Magento Core Classes. So when experiencing conflicts with other Extensions, or having lost store customizations with DownloadPlus being installed, these are the Classes DownloadPlus is overriding from the Magento Core:

Magento Core Classby DownloadPlus rewritten toRemarks
Mage/Downloadable/controllers/CustomerController.phpPisc/Downloadplus/controllers/CustomerController.phpTo subclass the related core class.
Mage/Downloadable/controllers/DownloadController.phpPisc/Downloadplus/controllers/DownloadController.phpTo add the DownloadPlus Terms of Use and Tracking functionality.
Mage/Downloadable/controllers/FileController.phpPisc/Downloadplus/controllers/FileController.phpTo subclass the related core class.


Magento Core Blockby DownloadPlus rewritten toRemarks
Mage/Adminhtml/Catalog/Product/Edit/Downloadable/Links.phpPisc/Downloadplus/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/Links.phpTo add the link attributes function.


In case of Magento Core classes overridden by other extensions, or own customizations, be aware that you might need to consolidate these changes into one of these classes. To keep the DownloadPlus functionality in such case.