Add feature to retrieve historic loans from ILS (#1031)
Showing
- config/vufind/Aleph.ini 4 additions, 0 deletionsconfig/vufind/Aleph.ini
- config/vufind/Demo.ini 10 additions, 1 deletionconfig/vufind/Demo.ini
- config/vufind/Koha.ini 4 additions, 0 deletionsconfig/vufind/Koha.ini
- config/vufind/KohaILSDI.ini 5 additions, 1 deletionconfig/vufind/KohaILSDI.ini
- config/vufind/SierraRest.ini 4 additions, 0 deletionsconfig/vufind/SierraRest.ini
- config/vufind/config.ini 4 additions, 0 deletionsconfig/vufind/config.ini
- languages/en.ini 12 additions, 0 deletionslanguages/en.ini
- languages/fi.ini 12 additions, 0 deletionslanguages/fi.ini
- languages/sv.ini 12 additions, 0 deletionslanguages/sv.ini
- module/VuFind/config/module.config.php 1 addition, 1 deletionmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/MyResearchController.php 126 additions, 0 deletionsmodule/VuFind/src/VuFind/Controller/MyResearchController.php
- module/VuFind/src/VuFind/ILS/Connection.php 23 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Connection.php
- module/VuFind/src/VuFind/ILS/Driver/Aleph.php 143 additions, 24 deletionsmodule/VuFind/src/VuFind/ILS/Driver/Aleph.php
- module/VuFind/src/VuFind/ILS/Driver/Demo.php 156 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/Demo.php
- module/VuFind/src/VuFind/ILS/Driver/Koha.php 115 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/Koha.php
- module/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php 168 additions, 6 deletionsmodule/VuFind/src/VuFind/ILS/Driver/KohaILSDI.php
- module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php 24 additions, 0 deletionsmodule/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
- module/VuFind/src/VuFind/ILS/Driver/SierraRest.php 97 additions, 1 deletionmodule/VuFind/src/VuFind/ILS/Driver/SierraRest.php
- themes/bootstrap3/templates/myresearch/controls/sort.phtml 11 additions, 0 deletionsthemes/bootstrap3/templates/myresearch/controls/sort.phtml
- themes/bootstrap3/templates/myresearch/historicloans.phtml 131 additions, 0 deletionsthemes/bootstrap3/templates/myresearch/historicloans.phtml
Please register or sign in to comment