Improved on the module installation process.
commitdca75fb40f306262e2255bec50b2ff8b17229585
authorvinnl <imnotb@gmail.com>
Thu, 1 May 2008 12:37:02 +0000 (1 14:37 +0200)
committervinnl <imnotb@gmail.com>
Thu, 1 May 2008 12:37:12 +0000 (1 14:37 +0200)
tree3a4ba099f05cd436399d9c4cd4de0e84eb519174
parent1bf3eadc2a467f1f3e736ce130d8d4b81619bfae
Improved on the module installation process.
 * CODE_PATH is now absolute.
 * Pivip_Utility_Doctrine now extends Vogel_Utility_Doctrine, where the previous functionality of this class moved to.
 * Pivip_Utility_Doctrine now includes the updateModels() method, which calls the parent method with the same name. It replaces the default target with one with the CODE_PATH prepended.
 * [Imagestream] The installation of this module now makes use of Pivip_Utility_Doctrine::updateModels() so it no longer overwrites table relationships defined by other modules.
 * [Imagestream] When retrieving the image stream results in an exception thrown (e.g. because the connection times out) this exception is now caught.
 * [Planet] The installation of this module now makes use of Pivip_Utility_Doctrine::updateModels() so it no longer overwrites table relationships defined by other modules.
project/index.php
project/library/Pivip/Utility/Doctrine.php
project/modules/imagestream/controllers/InstallController.php
project/modules/imagestream/controllers/StreamController.php
project/modules/planet/Module.php
project/modules/planet/controllers/InstallController.php