Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / offline_circ /
2020-03-23 Jonathan DruartBug 23463: Replace ModItem with Koha::Item->store
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-01-25 Josef MoravecBug 22049: (QA follow-up) update MarkIssueReturned...
2018-09-14 Marcel de RooyBug 13779: (QA follow-up) Correct checkauth call in...
2018-05-03 Alex ArnaudBug 19752: offline_circ/service.pl - Return HTTP status...
2018-02-05 Zoe BennettBug 20018: use Modern::Perl in offline_circ scripts
2018-01-19 Josef MoravecBug 19771: Fix crashing in pending offline circulation...
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Jonathan DruartBug 18276: Remove GetBiblioFromItemNumber - Easy ones
2017-07-10 Tomas Cohen AraziBug 17680: Remove Koha::Upload use incorrectly added
2017-07-10 Jonathan DruartBug 17680: C4::Circulation - Remove GetItemIssue, simpl...
2017-01-20 Marcel de RooyBug 17501: Remove Koha::Upload::get from Koha::Upload
2016-09-27 Kyle M HallBug 15902 [QA Followup] - Use Koha::Patrons instead...
2016-09-27 Kyle M HallBug 15902 - Remove use of recordpayment in process_koc.pl
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-02-23 Julian MauriceBug 15764: Fix timestamp sent by KOCT
2015-12-30 Jonathan DruartBug 15344: Remove some other calls of GetMemberDetails...
2015-10-19 Jonathan DruartBug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded...
2015-09-25 Marcel de RooyBug 14321: Integrate Upload.pm into Koha
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2013-10-11 Galen CharltonBug 10240: (follow-up) don't display patrons as lost...
2013-10-11 Jared Camins-EsakovBug 10240: (follow-up) correctly record fines and fix...
2013-10-11 Jared Camins-EsakovBug 10240: QA follow-up
2013-10-11 Jared Camins-EsakovBug 10240: Offline circulation using HTML5 and IndexedDB
2013-03-22 Kyle M HallBug 8220 - Allow koc uploads to go to process queue...
2013-01-23 Fridolyn SOMERSBug 9263: Trim barcodes in offline circulation
2012-06-20 Kyle M HallBug 8006 - Loading offline circulation does not anonymize
2012-03-19 Kyle M HallBug 4976 - Status of item returned with process_koc...
2012-03-02 Paul PoulainBug 5877 QA follow-up
2012-03-02 Paul PoulainBug 5877 : Offline circulation improvements : upload...
2011-03-11 Julian MauriceBug 5449: JSON malformed in Koha - Blocker with jQuery...
2011-03-07 Galen Charltonbug 2975: whitespace and formatting cleanup
2011-03-07 Galen Charltonbug 2975: fix calculation of due dates by offline circ
2010-11-11 Andrew ElwellBug 5385: POD Cleanups (part 2)
2010-10-22 Galen Charltonfixing various links to point to *.koha-community.org
2010-09-29 Galen Charltonbug 4084: remove \r from header line for sake of consis...
2010-09-29 Nahuel ANGELINETTI(bug #4084) fix offline circ
2009-09-30 Henri-Damien LAURENTModifying Members : Add Mod and GetMember
2009-05-08 Michael HafenTweak offline_circ - honor itemBarcodeInputFilter and...
2008-12-23 John Beppubug 2874 [3/3] flagsrequired => { circulate => "circula...
2008-12-22 Owen LeonardImprovements to offline circ report (linking to title...
2008-11-18 Galen Charltonbug 2654: require circulate permission to upload offlin...
2008-09-17 Galen Charltonbug 2608: let offline circ processing work in background
2008-08-21 Galen Charltonbug 2503: comment out unneeded warns
2008-08-21 Galen Charltonbug 2503: fix call to AddIssue()
2008-08-20 Andrew Moorebug 2503: updating process_koc.pl to interpret new...
2008-08-20 Andrew Moorebug 2503: removing Force* subs and replacing them with...
2008-08-20 Kyle HallIntegrated version of the Koha Offline Circulation...