Working to get installation working smootly.
commitdc59facd9fb88b5617826df99749f748b2f9adb4
authorvinnl <imnotb@gmail.com>
Sat, 19 Apr 2008 22:06:43 +0000 (20 00:06 +0200)
committervinnl <imnotb@gmail.com>
Sat, 19 Apr 2008 22:06:43 +0000 (20 00:06 +0200)
tree6593c8ddb259fa8b316fc44db76ae9d90614c146
parentf560e6c17aff0ccb762b765ffc5c1ae0469a21b9
Working to get installation working smootly.
 * Pivip_Controller_Module_Abstract now has a _refresh() method that can redirect the user to the current page and display a message.
 * Pivip_Utility_Abstract and Pivip_Utility_Doctrine created, which are - you guessed it - utility classes.
 * Pivip_Module_Abstract's bootstrap() method no longer is static. It wasn't really needed since Pivip_Modules returned an instance anyway, and now you can refer to the non-static methods in bootstrap().
 * [Admin] A menu link is added during installation
 * [Install] Installation is now commenced when the database has not been configured yet.
 * [Openid] When Install has finished its installation, the superuser will be asked for and saved to the database.
28 files changed:
project/data/config/general.ini
project/data/translations/nl/default.mo
project/data/translations/nl/default.po
project/index.php
project/library/Pivip/Auth/Identity/Property.php
project/library/Pivip/Controller/Module/Abstract.php
project/library/Pivip/Module/Abstract.php
project/library/Pivip/Utility/Abstract.php [copied from project/modules/notify/Module.php with 58% similarity]
project/library/Pivip/Utility/Doctrine.php [new file with mode: 0644]
project/modules/admin/Module.php
project/modules/admin/controllers/InstallController.php [copied from project/modules/navigation/Module.php with 54% similarity]
project/modules/errorhandler/Module.php
project/modules/filelogger/Module.php
project/modules/html/Module.php
project/modules/install/Module.php
project/modules/install/controllers/InstallController.php
project/modules/install/views/scripts/install/configuration.phtml
project/modules/navigation/Module.php
project/modules/notify/Module.php
project/modules/openid/Module.php
project/modules/openid/Tables.yml
project/modules/openid/controllers/InstallController.php [new file with mode: 0644]
project/modules/openid/views/scripts/install/configuration.phtml [new file with mode: 0644]
project/modules/page/Module.php
project/modules/page/Tables.yml
project/modules/page/controllers/IndexController.php
project/modules/page/views/scripts/index/add.phtml
project/modules/translate/Module.php