There was an error fetching the commit references. Please try again later.
Initial implementation of 'services' for ILS statuses.
- Provides a more granular mechanism than the availability boolean for conveying status information for the summary view. - Currently supported by DAIA and Demo drivers.
Showing
- config/vufind/Demo.ini 5 additions, 0 deletionsconfig/vufind/Demo.ini
- config/vufind/config.ini 13 additions, 2 deletionsconfig/vufind/config.ini
- languages/HoldingStatus/de.ini 4 additions, 0 deletionslanguages/HoldingStatus/de.ini
- languages/HoldingStatus/en.ini 4 additions, 0 deletionslanguages/HoldingStatus/en.ini
- module/VuFind/src/VuFind/Controller/AjaxController.php 43 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/ILS/Driver/DAIA.php 64 additions, 18 deletionsmodule/VuFind/src/VuFind/ILS/Driver/DAIA.php
- module/VuFind/src/VuFind/ILS/Driver/Demo.php 31 additions, 1 deletionmodule/VuFind/src/VuFind/ILS/Driver/Demo.php
- module/VuFind/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php 9 additions, 6 deletions...d/tests/unit-tests/src/VuFindTest/ILS/Driver/DAIATest.php
- themes/bootprint3/css/compiled.css 1 addition, 1 deletionthemes/bootprint3/css/compiled.css
- themes/bootstrap3/css/compiled.css 1 addition, 1 deletionthemes/bootstrap3/css/compiled.css
- themes/bootstrap3/less/bootstrap.less 7 additions, 0 deletionsthemes/bootstrap3/less/bootstrap.less
- themes/bootstrap3/templates/ajax/status-available-services.phtml 23 additions, 0 deletions...bootstrap3/templates/ajax/status-available-services.phtml
- themes/jquerymobile/css/styles.css 8 additions, 1 deletionthemes/jquerymobile/css/styles.css
- themes/jquerymobile/templates/ajax/status-available-services.phtml 23 additions, 0 deletions...uerymobile/templates/ajax/status-available-services.phtml
Please register or sign in to comment