The OpenID module now prompts for configuration when no superuser has been defined...
commit053f68918b4162e8cf06004f6012e8772d105433
authorvinnl <imnotb@gmail.com>
Tue, 18 Mar 2008 17:05:06 +0000 (18 18:05 +0100)
committervinnl <imnotb@gmail.com>
Tue, 18 Mar 2008 17:08:31 +0000 (18 18:08 +0100)
tree6162b1ec85c1fb8cb2f50945484fa21913d01bd7
parent2f03c23cb85ab80d4913b6536311b3380a15a18b
The OpenID module now prompts for configuration when no superuser has been defined yet. In order to achieve this, I also started work on allowing the Install module to configure other modules. Furthermore, Pivip_Module_Abstract now includes a method to push a request onto the action stack. Oh, and the database adapter is now set using Zend_Db_Table_Abstract::setDefaultAdapter() instead of using the registry.
project/data/config/general.ini
project/index.php
project/library/Pivip/Module/Abstract.php
project/modules/install/Module.php
project/modules/install/controllers/InstallController.php
project/modules/install/views/scripts/install/modules.phtml [new file with mode: 0644]
project/modules/openid/Module.php
project/modules/openid/config.ini [new file with mode: 0644]
project/modules/openid/models/Openid.php [new file with mode: 0644]
specifications/modules/openid/OpenidAuthenticationSpec.php