Bug 30947: Simplify CanBookBeIssued date handling
[koha.git] / C4 / ILSDI /
2022-06-06 David CookBug 30636: Show notforloan availability correctly in...
2022-05-06 Nick ClemensBug 29924: Update ILSDI to be aware of expired passwords
2022-05-02 Arthur SuzukiBug 22379: Fix checks not made by ILS-DI method CancelHold
2022-04-12 Marion DurandBug 22347: Translatability of ILSDI GetAvailability
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-01-28 Marion DurandBug 28238: (follow-up) Add itemcallnumber to ILS-DI...
2022-01-28 Lyon3 TeamBug 28238: Add itemcallnumber to ils-di GetAvailability...
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-08-04 Martin RenvoizeBug 28630: Add track_login_daily to ILSDI::Authenticate...
2021-07-29 Jonathan DruartBug 17600: Fix missing C4::AuthoritiesMARC import
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-01-19 Julian MauriceBug 17229: Check if patron is expired in CanItemBeReserved
2021-01-12 Fridolin SomersBug 21301: (follow-up) Remove borrowernumber in issues...
2021-01-12 Fridolin SomersBug 21301: Remove patron informations in reserves for...
2021-01-12 Fridolin SomersBug 21301: Remove patron informations in issues for...
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Fix params to AddRenewal
2020-11-11 Andrew IsherwoodBug 24083: Add support for unseen_renewals
2020-11-05 Julian MauriceBug 25650: Add location and itype descriptions in ILS...
2020-05-05 Jonathan DruartBug 24769: (bug 14711 follow-up) Fix typo in parameter...
2020-03-23 Jonathan DruartBug 20443: (follow-up) Move GetBorrowerAttributes to...
2020-03-23 Jonathan DruartBug 20443: Remove UpdateBorrowerAttribute and SetBorrow...
2020-03-23 Jonathan DruartBug 20443: Move GetBorrowerAttributes to Koha::Patron...
2020-03-18 Arthur SuzukiBug 23531: fix ILSDI non-implemented but documented...
2020-02-11 Jonathan DruartBug 14711: Change prototype for AddReserve - pass a...
2019-10-15 Katrin FischerBug 17247: (follow-up) Terminology fix: Use Restricted...
2019-10-15 Arthur SuzukiBug 17247: Check if patron is restricted in HoldItem...
2019-06-25 Julian MauriceBug 23156: Add pagination to checkouts in ILS-DI GetPat...
2019-05-15 Arthur SuzukiBug 22742: ILS-DI - Fix datetime format returned by...
2019-05-14 Jonathan DruartBug 22891: (bug 21206 follow-up) Fix RenewHold (ILS-DI)
2019-05-10 Jonathan DruartBug 19302: Send koha::objects to C4::Reserves::IsAvaila...
2019-04-26 Nick ClemensBug 15496: (QA follow-up) Fix new uses of Koha::Biblio...
2019-04-12 Arthur SuzukiBug 22597: Remove "more_subfields_xml" from GetPatronIn...
2019-03-29 Julian MauriceBug 19380: Use Koha::Item::get_transfer instead of...
2019-03-29 Julian MauriceBug 19380: Add transfer informations in ILS-DI GetRecor...
2019-03-21 Kyle M HallBug 22330: Transfer limits should be respected for...
2019-03-13 Fridolin SomersBug 21832: Restore is_expired in ILS-DI GetPatronInfo...
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2019-02-08 Alex ArnaudBug 21738: check items count in C4:ILSDI::HoldTitle
2019-01-28 Alex ArnaudBug 19945: Use CanItemBeReserved in ILSDI HoldItem...
2019-01-28 Mark TompsettBug 19945: (follow-up) optimization and test correction
2019-01-28 Alex ArnaudBug 19945: ILSDI - Return the reason a reserve is impos...
2018-10-31 Jonathan DruartBug 21681: Improve the account lines fetch
2018-10-31 Josef MoravecBug 21681: Remove C4::Accounts::getcharges
2018-08-31 Jonathan DruartBug 21201: Replace C4::Items::GetItemnumbersForBiblio...
2018-08-30 Jonathan DruartBug 21202: Replace C4::Items::GetItemsByBiblioitemnumbe...
2018-08-30 Martin RenvoizeBug 21199: (QA follow-up) Add show_attributes to perldoc
2018-08-30 Jonathan DruartBug 21199: Hide patron's attributes from ILSDI if required
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Change Can[Book|Item]BeReserv...
2018-08-20 Jonathan DruartBug 21203: ILS-DI - Make GetRecords handle non-existent...
2018-07-12 Alex ArnaudBug 21046: Return the correct borrowernumber when there...
2018-04-03 Jonathan DruartBug 19935: Replace GetPendingIssues - ILSDI
2018-03-23 Jonathan DruartBug 18255: Koha::Biblio - Replace GetBiblioItemByBiblio...
2018-03-23 Jonathan DruartBug 19933: Remove patronflags - easy ones
2018-01-30 Mark TompsettBug 13990: (follow-up) silence warnings on testing
2018-01-30 Mark TompsettBug 13990: (follow-up) fix various whitespace errors
2018-01-30 Jon KnightBug 13990: ILS-DI LookupPatron requires ID Type
2018-01-09 Jonathan DruartBug 19280: Pass a Koha::Patron to CanBookBeIssued
2017-09-12 Jonathan DruartBug 19059: Move C4::Reserves::CancelReserve to Koha...
2017-09-01 Jonathan DruartBug 19057: Move C4::Reserve::GetReserve to Koha::Holds
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18260: Koha::Biblio - Remove GetBiblio
2017-07-10 Jonathan DruartBug 18276: (follow-up) Remove GetBiblioFromItemNumber...
2017-07-10 Jonathan DruartBug 18276: Remove GetBiblioFromItemNumber - ILSDI
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, simpl...
2017-07-05 Jonathan DruartBug 17738: Replace GetReservesFromBorrowernumber with...
2017-03-31 Marcel de RooyBug 17736: [Follow-up] Rename to current_holds
2017-03-31 Jonathan DruartBug 17736: Replace GetReservesFromBiblionumber with...
2017-01-20 Tomas Cohen AraziBug 17836: (ILSDI) Make GetPatronInfo fill 'charges...
2017-01-13 Marcel de RooyBug 17196: [QA Follow-up] Correct POD in ILSDI/Services.pm
2017-01-13 Jonathan DruartBug 17196: Move marcxml out of the biblioitems table
2016-12-23 Lyon3 TeamBug 17317: Perfomance Improvement
2016-12-23 Lyon3 TeamBug 17317: ILSDI: Getavailability method with id_type...
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove GetMemberDetails
2016-12-16 Jonathan DruartBug 17578: GetMemberDetails - Remove flags
2016-10-21 Jonathan DruartBug 10455: (follow-up 2) Remove biblioitems.marc
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchName
2016-08-04 Mark TompsettBug 16864: Silence warnings in t/db_dependent/ILSDI_Ser...
2016-04-29 Marcel de RooyBug 16320: [QA Follow-up] Remove warnings from ILSDI...
2016-03-31 Martin Persson Bug 14257 - Add show_attributes to GetPatronInfo
2015-08-26 Kyle M HallBug 9809: Update AddReserve prototype to remove constra...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-08 Josef MoravecBug 13939: ILS-DI function GetServices doesn't work...
2015-03-25 SrdjanBug 5786 - Move AllowOnShelfHolds and OPACItemHolds...
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-11-12 Olli-Antti KivilahtiBug 13116 - Make it possible to propagate errors from...
2014-10-27 Fridolin SomersBug 12871 - wthdrawn instead of withdrawn in ILSDI
2014-09-18 Julian MauriceBug 8868: ILS-DI: CancelHold needs to take a reserve_id
2014-03-10 Julian MauriceBug 8918: Fix reserve priority in ILS-DI
2014-01-30 Jonathan DruartBug 9823: Refactor return from GetReservesFromBiblionumber
2013-12-10 Srdjanbug_10781: Remove C4::ILSDI::Utility
2013-09-16 Katrin FischerBug 10667: Allow authentication with cardnumber for...
2013-09-16 Katrin FischerBug 10667: Add unit tests for ILSDI::Services::Authenti...
2013-09-08 Kyle M HallBug 10550: Fix database typo wthdrawn
2013-07-24 Kyle M HallBug 9394: Use reserve_id where possible
2013-07-17 Mirko Tietgenbug 10549: make the ILS-DI services advertise that...
2013-01-15 Jared Camins-EsakovMerge branch 'bug_8557' into 3.12-master
2013-01-09 Jared Camins-EsakovMerge branch 'bug_8977' into 3.12-master
next