Simplified ChoiceAuth-related code and reduced reliance on side-effects.
- Some method names changed for clarity.
Showing
- module/VuFind/src/VuFind/Auth/AbstractBase.php 0 additions, 11 deletionsmodule/VuFind/src/VuFind/Auth/AbstractBase.php
- module/VuFind/src/VuFind/Auth/ChoiceAuth.php 5 additions, 9 deletionsmodule/VuFind/src/VuFind/Auth/ChoiceAuth.php
- module/VuFind/src/VuFind/Auth/Manager.php 34 additions, 56 deletionsmodule/VuFind/src/VuFind/Auth/Manager.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 23 additions, 10 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFind/View/Helper/Root/Auth.php 1 addition, 49 deletionsmodule/VuFind/src/VuFind/View/Helper/Root/Auth.php
- themes/blueprint/templates/Auth/AbstractBase/login.phtml 3 additions, 3 deletionsthemes/blueprint/templates/Auth/AbstractBase/login.phtml
- themes/blueprint/templates/Auth/ChoiceAuth/login.phtml 3 additions, 4 deletionsthemes/blueprint/templates/Auth/ChoiceAuth/login.phtml
- themes/bootstrap/templates/Auth/AbstractBase/login.phtml 3 additions, 3 deletionsthemes/bootstrap/templates/Auth/AbstractBase/login.phtml
- themes/bootstrap/templates/Auth/ChoiceAuth/login.phtml 6 additions, 6 deletionsthemes/bootstrap/templates/Auth/ChoiceAuth/login.phtml
- themes/bootstrap3/templates/Auth/AbstractBase/login.phtml 3 additions, 3 deletionsthemes/bootstrap3/templates/Auth/AbstractBase/login.phtml
- themes/bootstrap3/templates/Auth/ChoiceAuth/login.phtml 6 additions, 6 deletionsthemes/bootstrap3/templates/Auth/ChoiceAuth/login.phtml
- themes/jquerymobile/templates/Auth/AbstractBase/login.phtml 3 additions, 3 deletionsthemes/jquerymobile/templates/Auth/AbstractBase/login.phtml
- themes/jquerymobile/templates/Auth/ChoiceAuth/login.phtml 3 additions, 4 deletionsthemes/jquerymobile/templates/Auth/ChoiceAuth/login.phtml
Please register or sign in to comment