Bug 26363: Provide a systemd unit file for koha-worker in package installs
[koha.git] / C4 /
2021-03-02 Marcel de RooyBug 26457: (QA follow-up) Switch to PK index in UPDATE...
2021-03-02 Nick ClemensBug 26457: Unit test
2021-03-02 Nick ClemensBug 26457: Throw exception if update of issues table...
2021-03-02 Jonathan DruartBug 27071: Code simplification
2021-02-25 Marcel de RooyBug 27729: Fix use of grep and split in CheckReserves
2021-02-25 Kyle M HallBug 27014: Enable C4::SIP::ILS::Patron::new to accept...
2021-02-25 Martin RenvoizeBug 18506: (QA follow-up) opacShibOnly -> OPACShibOnly
2021-02-25 Martin RenvoizeBug 18506: Add xShibOnly preference for Shibboleth...
2021-02-23 Fridolin SomersMerge remote-tracking branch 'translate/20.11.03-transl...
2021-02-23 Marcel de RooyBug 27715: (QA follow-up) Remove conditional declaration
2021-02-23 Joonas KylmäläBug 27715: Use $dbh->quote_identifier to quote untruste...
2021-02-23 Jonathan DruartBug 27715: Add a deprecation notice
2021-02-23 Jonathan DruartBug 27715: Sanitize order by DT params
2021-02-23 Jonathan DruartBug 27715: Remove unused dt_build_having
2021-02-23 Jonathan DruartBug 27715: Remove unused build_dt_query
2021-02-22 Jonathan DruartBug 24469: Move the new queries to a dedicated ImportBa...
2021-02-19 Jonathan DruartBug 27569: Fix ODS export - take empty string into...
2021-02-19 Jonathan DruartBug 27569: Fix CSV export for biblio frameworks
2021-02-19 Jonathan DruartBug 27569: Don't hide errors!
2021-02-19 Jonathan DruartBug 27569: Remove non mysql code
2021-02-19 Jonathan DruartBug 27669: Fix 'importing' and 'reverting' statuses...
2021-02-19 Jonathan DruartBug 27068: Perltidy _checkHoldPolicy
2021-02-19 Jonathan DruartBug 27068: Don't 'cache' Koha::Libraries
2021-02-19 Kyle M HallBug 27068: Fetch libraries once for speed
2021-02-19 Kyle M HallBug 27068: Fix errors in _checkHoldPolicy
2021-02-19 Agustin MoyanoBug 27068: Control hold group logic in HoldsQueue
2021-02-19 Jonathan DruartBug 27707: (bug 26639 follow-up) Fix renewals when...
2021-02-12 Tomas Cohen AraziBug 27422: YouTube videos are HTTPS only
2021-02-12 Jonathan DruartBug 27154: Remove Koha::Util::SystemPreferences
2021-02-12 Nick ClemensBug 27589: Access item fields as hash
2021-02-05 Kyle M HallBug 27204: Fix end boundary index, never return results...
2021-02-01 Jonathan DruartBug 14004: Set the syspref's value to an empty string
2021-02-01 Fridolin SomersBug 14004: Add OpacAdditionalStylesheet and opaclayouts...
2021-02-01 Fridolin SomersBug 14004: Add ability to temporarily disable JS/CSS...
2021-01-29 Eden BacaniBug 24447: Changing 'DUE' to example in database that...
2021-01-25 Kyle M HallBug 25808: Renewal via the SIP 'checkout' message gives...
2021-01-25 Julian MauriceBug 17229: Check if patron is expired in CanItemBeReserved
2021-01-22 Fridolin SomersMerge remote-tracking branch 'translate/20.11.02-transl...
2021-01-22 Jonathan DruartBug 27509: Prevent cn_sort value to be lost when editin...
2021-01-18 Nick ClemensBug 26957: Don't remove words that are also operators...
2021-01-14 Nick ClemensBug 26593: Remove _get_discount_from_rule
2021-01-14 Fridolin SomersBug 21301: (follow-up) Remove borrowernumber in issues...
2021-01-14 Fridolin SomersBug 21301: Remove patron informations in reserves for...
2021-01-14 Fridolin SomersBug 21301: Remove patron informations in issues for...
2021-01-11 Jonathan DruartBug 27345: Add missing global permissions for superlibr...
2021-01-08 Nick ClemensBug 26367: Prevent warn about undefined values when...
2021-01-08 Nick ClemensBug 26364: Don't skip records that match the isbn we...
2021-01-08 Nick ClemensBug 26364: Remove useless condition
2021-01-08 Nick ClemensBug 26364: Don't discard the passed isbn
2020-12-30 Jonathan DruartBug 27196: Don't explode if item that is waiting if...
2020-12-28 Nick ClemensBug 26634: Remove GetHoldRule subroutine in C4::Reserves
2020-12-14 Nick ClemensBug 27166: Set destination_loc to item->homebranch
2020-12-10 David CookBug 12430: Use releance ranking without QueryWeightFields
2020-12-07 Josef MoravecBug 27030: Add missing perldoc for Processing hold...
2020-11-27 Martin RenvoizeBug 27079: Floating point comparison correction
2020-11-25 Jonathan DruartBug 26518: Move BiblioAutoLink within the transaction
2020-11-25 Jonathan DruartBug 26518: Raise exception if the insert failed
2020-11-25 Jonathan DruartBug 26518: Use Koha::Biblio[item] in AddBiblio
2020-11-20 Tomas Cohen AraziBug 26922: Better error handling in SendAlerts
2020-11-20 Jonathan DruartBug 26557: (bug 23463 follow-up) Fix Batch import when...
2020-11-18 Marcel de RooyBug 25313: Add skip_merge to ModAuthority
2020-11-16 Nick ClemensBug 26516: Don't accept incorrect values for copyrightd...
2020-11-16 Martin RenvoizeBug 25761: (QA follow-up) Consistent flag names
2020-11-16 Kyle M HallBug 25761: Implementation of too_many_overdue has unint...
2020-11-16 Joonas KylmäläBug 27012: Fix incorrect SQL syntax in hold merging
2020-11-12 Joonas KylmäläBug 26948: Remove double encoding from sent emails
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Squashed follow ups
2020-11-11 Andrew IsherwoodBug 24083: (follow-up) Respond to QA feedback
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-11 Jonathan DruartBug 23019: (follow-up 2) set table name to import_batch...
2020-11-11 Agustin MoyanoBug 23019: Add profiles to stage-import-batch and magna...
2020-11-11 Andrew IsherwoodBug 22818: (follow-up) Respond to feedback
2020-11-11 Andrew IsherwoodBug 22818: Add support for ILL notices
2020-11-10 Jonathan DruartBug 23916: (follow-up) Adapt all the things to the...
2020-11-10 Tomas Cohen AraziBug 23916: (QA follow-up) Adapt all the things to the...
2020-11-10 Nick ClemensBug 23916: (QA follow-up) Remove stray changes and...
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Fix terminology, use patron...
2020-11-10 Andrew IsherwoodBug 23916: (follow-up) Fix column name collision
2020-11-10 Andrew IsherwoodBug 23916: Record and display item issuer
2020-11-06 Jonathan DruartBug 14866: Trivial code simplification
2020-11-06 Aleisha AmohiaBug 14866: Make high holds work with different item...
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-11-06 Martin RenvoizeBug 23091: Add tests for _RestoreOverdueForLostAndFound
2020-11-06 Martin RenvoizeBug 23091: Add handling for new lostreturn rules
2020-11-06 Nicolas LegrandBug 24412: Attach waiting reserve to desk
2020-11-06 Martin RenvoizeBug 24786: Default to 'branch default' on auth.
2020-11-06 Martin RenvoizeBug 24786: (follow-up) Cache the register_name in the...
2020-11-06 Martin RenvoizeBug 24786: Allow setting a register for the session
2020-11-06 Kyle M HallBug 14708: Skip AnonymousPatron in GetBorrowersToExpunge
2020-11-05 Kyle M HallBug 25334: Add generic 'phone' message transport type
2020-11-05 Julian MauriceBug 25650: Add location and itype descriptions in ILS...
2020-11-05 Tomas Cohen AraziBug 26584: Remove unused C4::Acquisition::CloseBasket...
2020-11-05 Jonathan DruartBug 26935: Don't use basket for claimacquisition and...
2020-11-04 Joonas KylmäläBug 26132: (follow-up) Fix broken code in TooMany function
2020-11-04 Martin RenvoizeBug 26745: Add TT support to 'title' in notices
2020-11-04 Andreas RoussosBug 26641: pass the MARC field as an argument to link_b...
2020-11-04 Jonathan DruartBug 21898: Add basket for TT syntax
2020-11-04 Martin RenvoizeBug 21898: Add aqbasket to available tables for ACQORDER
2020-11-04 Martin RenvoizeBug 22394: Remove C4::Accounts::manualinvoice
next