Bug 20640: (follow-up) Always send a backend on migrate
[koha.git] / C4 /
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...
2019-01-28 Alex BuckleyBug 21241: (follow-up) Made SQL change idempotent
2019-01-28 Martin RenvoizeBug 21241: (follow-up) Code Golf
2019-01-28 Alex BuckleyBug 21241: (follow-up) Syspref to control fallback...
2019-01-28 Alex BuckleyBug 21241: Conditional to choose appropriate message_tr...
2019-01-25 Josef MoravecBug 22049: (QA follow-up) update MarkIssueReturned...
2019-01-25 Tomas Cohen AraziBug 22049: (follow-up) Remove leftover variable
2019-01-25 Tomas Cohen AraziBug 22049: Make MarkIssueReturned rely on returndate...
2019-01-25 Tomas Cohen AraziBug 22048: Use set_password in Auth_with_ldap.pm
2019-01-25 Ere MaijalaBug 21826: Remove strict and warning from Heading.pm
2019-01-25 Martin RenvoizeBug 21826: (QA follow-up) Add UNIMARC support
2019-01-25 Ere MaijalaBug 21826: Use subfield map in LinkBibHeadingsToAuthorities
2019-01-25 Jasmine AmohiaBug 19920: Removed unnecessary code from C4/Members.pm
2019-01-25 Kyle M HallBug 7614: (QA follow-up) Tidy code to remove tab characters
2019-01-25 Kyle M HallBug 7614: (QA follow-up) Fix POD merge missed in rebase
2019-01-25 Kyle M HallBug 7614: Don't allow un-usable pickup locations in...
2019-01-25 Lari TaskulaBug 7614: Check transfer limit in CanBookBeReserved...
2019-01-23 Baptiste WojtkowskiBug 17047: SQL reports management with Mana-KB
2019-01-23 morgane alonsoBug 17047: subscriptions management with Mana-KB
2019-01-11 Jonathan DruartBug 21999: Move attributes to a variable to not dup...
2019-01-11 Martin RenvoizeBug 21999: Use Koha::Checkout in C4::Circulation::AddIssue
2019-01-11 Josef MoravecBug 22003: Remove unused subroutines displaylog and...
2019-01-04 Marcel de RooyBug 21753: (QA follow-up) Remove fourth %s in sprintf
2019-01-04 Martin RenvoizeBug 21753: Remove all reference of chargename from...
2019-01-04 Tomas Cohen AraziBug 21915: Reconcile balance on _FixAccountForLostAndRe...
2019-01-04 Tomas Cohen AraziBug 21788: Make ProcessOfflinePayment pass the library_...
2019-01-08 Nick ClemensBug 22052: Refactor DeleteExpiredOpacReigstrations
2019-01-03 Tomas Cohen AraziBug 19066: (QA follow-up) Fix ChargeReserveFee
2019-01-03 Martin RenvoizeBug 19066: (QA follow-up) Add handling in add_credit
2019-01-03 Kyle M HallBug 19066: Add branchcode to accountlines
2018-12-26 Alex BuckleyBug 21754: Automatically clean up outstanding transfers...
2018-12-26 Jonathan DruartBug 21571: Make ACCTDETAILS translatable
2018-12-26 Nick ClemensBug 21844: Include itemcallnumber in lost fine description
2018-12-26 Julian MauriceBug 21789: Example usage of I18N Template::Toolkit...
2018-12-19 Marcel de RooyBug 21848: Remove Text::Unaccent from C4::Members
2018-12-11 Tomas Cohen AraziBug 21759: Avoid manually setting amountoutstanding...
2018-12-11 Kyle M HallBug 21849: Two useless Koha::Account::Offset->new calls...
2018-12-11 Nick ClemensBug 21962: Fix authority search using 'all'
2018-12-11 Nick ClemensBug 21911: Fix OPAC scoping to work with new group...
2018-12-11 Jonathan DruartBug 21955: Remove Cache::Memory as fallback for L2...
2018-11-26 Martin RenvoizeBug 19365: (QA follow-up) Ensure we use a modern enough...
2018-11-26 Ere MaijalaBug 19365: Fix search for duplicate authorities with...
2018-11-26 Ere MaijalaBug 19365: Fix several issues with the Elasticsearch...
2018-11-21 Marcel de RooyBug 21774: Cloned item subfields disappear when editing...
2018-11-16 Marcel de RooyBug 20598: (QA follow-up) Tiny fixes
2018-11-16 Kyle M HallBug 20598: Accruing fines not closed out by longoverdue...
2018-11-16 Jonathan DruartBug 18677: Remove new issue_id param from charlostitem
2018-11-16 Kyle M HallBug 18677: issue_id is not added to accountlines for...
2018-11-15 Jonathan DruartBug 21749: Fix import of CSV biblio framework
2018-11-13 Jonathan DruartBug 21467: Do not erase the internal note of the first...
2018-11-13 Jonathan DruartBug 15836: Remove deprecated subroutines
2018-11-13 Jonathan DruartBug 15836: Mark C4::ClassSource subs DEPRECATED
2018-11-13 Jonathan DruartBug 15836: Add the ability to defined custom methods...
2018-11-13 David GustafssonBug 20356: Add EmailSMSSendDriverFromAddress system...
2018-11-12 Josef MoravecBug 21804: Remove C4::Accounts::getcharges again
2018-11-08 Marcel de RooyBug 19349: (QA follow-up) Cosmetic changes
2018-11-08 Julian MauriceBug 19349: Store record's creator and last modifier...
2018-11-08 Jonathan DruartBug 21205: Replace C4::Items::GetOrderFromItemnumber...
2018-11-08 Matthias MeusburgerBug 18507: Shibboleth auto-provisioning - Sync
2018-11-08 Julian MauriceBug 15395: Allow correct handling of plural translation
2018-11-08 Jonathan DruartBug 15184: Add the ordernumbers filters to GetHistory
2018-11-08 Tomas Cohen AraziBug 21413: Fix condition to avoid operator bnding isssues
2018-11-08 Kyle M HallBug 21413: Inventory - Skip items with waiting holds
2018-11-08 Joonas KylmäläBug 21015: fix performance issue with C4::Members
2018-11-08 Josef MoravecBug 21719: Fix typos
2018-11-07 Nick ClemensBug 15494: (follow-up) Move yaml syspref code to its...
2018-11-07 Marcel de RooyBug 15494: (QA follow-up) Additional polishing
2018-11-07 Nick ClemensBug 15494: Update display of renewal errors
2018-11-07 Nick ClemensBug 15494: Add _items_denied_renewal sub to C4:Circulat...
2018-11-06 Kyle M HallBug 20629: Remove ability to 'reverse' payments
2018-11-06 Nick ClemensBug 20078: Add accelerated reading indexes to getIndexes
2018-11-05 Jonathan DruartBug 21650: Remove the subroutine C4::Items::GetLastAcqu...
2018-11-02 Nick ClemensBug 14385: DBRev 18.06.00.050
2018-11-02 Marcel de RooyBug 14385: (QA follow-up) Additional changes and fixes
2018-11-02 Mark TompsettBug 14385: Squash of a lot of patches rebased
2018-11-02 Chris CormackBug 14385: Extend OpacHiddenItems to allow specifying...
2018-11-02 Jonathan DruartBug 21606: [sql_modes] Fix matching rules insert
2018-11-02 Jonathan DruartBug 21604: Fix add/edit fund/budget
2018-11-01 Jonathan DruartBug 21556: Do not crash if a biblio is deleted twice
2018-11-01 Nick ClemensBug 21725: Use full statement in HAVING rather than...
2018-11-01 Nick ClemensBug 21742: Fix YouTube variable propagation
2018-10-31 Jonathan DruartBug 21681: Improve the account lines fetch
2018-10-31 Josef MoravecBug 21681: Remove C4::Accounts::getcharges
2018-10-31 Josef MoravecBug 18720: Use exception instead of die in GetBasketAsCsv
2018-10-31 Josef MoravecBug 21581: (QA follow-up) Update comment according...
2018-10-31 Nick ClemensBug 21581: Pass through authorities indexes
2018-10-31 Tomas Cohen AraziBug 13098: Make _FixAccountForLostAndReturned refund...
2018-10-29 Andrew IsherwoodBug 21641: (follow-up) Address wrong call method
2018-10-29 Andrew IsherwoodBug 21641: (follow-up) Address additional call
2018-10-29 Alex BuckleyBug 21641: Added C4::Accounts to getnextacctno() call
2018-10-26 Josef MoravecBug 21680: Remove dead code - C4::Accounts::fixaccounts
2018-10-26 Jonathan DruartBug 21654: Remove refund_lost_item_fee_rules.sql from...
2018-10-26 Jonathan DruartBug 21603: Remove incorrect GROUP BY from C4::CourseRes...
2018-10-24 Jonathan DruartBug 15766: Fix incorrect GROUP BY
2018-10-24 Aleisha AmohiaBug 15766: (follow-up) Hide description field if the...
2018-10-24 Aleisha AmohiaBug 15766: Adding descriptions to patron card batches
2018-10-24 Tomas Cohen AraziBug 15486: (follow-up) Default to unlimited
2018-10-24 Tomas Cohen AraziBug 15486: Extend CanItemBeReserved so it handles daily...
next