There was an error fetching the commit references. Please try again later.
Implemented support for ILL requests in VuFind core code and VoyagerRestful and Demo drivers.
Showing
- config/vufind/Demo.ini 3 additions, 0 deletionsconfig/vufind/Demo.ini
- config/vufind/VoyagerRestful.ini 32 additions, 1 deletionconfig/vufind/VoyagerRestful.ini
- config/vufind/config.ini 5 additions, 0 deletionsconfig/vufind/config.ini
- languages/en-gb.ini 6 additions, 0 deletionslanguages/en-gb.ini
- languages/en.ini 30 additions, 0 deletionslanguages/en.ini
- languages/fi.ini 30 additions, 0 deletionslanguages/fi.ini
- languages/sv.ini 30 additions, 0 deletionslanguages/sv.ini
- module/VuFind/config/module.config.php 3 additions, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/AbstractBase.php 12 additions, 3 deletionsmodule/VuFind/src/VuFind/Controller/AbstractBase.php
- module/VuFind/src/VuFind/Controller/AjaxController.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/AjaxController.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 56 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFind/Controller/Plugin/Factory.php 14 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/Plugin/Factory.php
- module/VuFind/src/VuFind/Controller/Plugin/ILLRequests.php 195 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/Plugin/ILLRequests.php
- module/VuFind/src/VuFind/Controller/RecordController.php 122 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/RecordController.php
- module/VuFind/src/VuFind/ILS/Connection.php 90 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Connection.php
- module/VuFind/src/VuFind/ILS/Driver/Demo.php 280 additions, 2 deletionsmodule/VuFind/src/VuFind/ILS/Driver/Demo.php
- module/VuFind/src/VuFind/ILS/Driver/Voyager.php 1 addition, 1 deletionmodule/VuFind/src/VuFind/ILS/Driver/Voyager.php
- module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php 812 additions, 13 deletionsmodule/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php
- module/VuFind/src/VuFind/ILS/Logic/Holds.php 134 additions, 102 deletionsmodule/VuFind/src/VuFind/ILS/Logic/Holds.php
- themes/blueprint/css/styles.css 5 additions, 26 deletionsthemes/blueprint/css/styles.css
Please register or sign in to comment