Bug 27204: Add unit tests for fine_items
[koha.git] / C4 /
2021-02-08 Nick ClemensBug 26634: [20.05.x] Remove GetHoldRule subroutine...
2021-02-05 Jonathan DruartBug 14004: Set the syspref's value to an empty string
2021-02-05 Fridolin SomersBug 14004: Add OpacAdditionalStylesheet and opaclayouts...
2021-02-05 Fridolin SomersBug 14004: Add ability to temporarily disable JS/CSS...
2021-02-03 Eden BacaniBug 24447: Changing 'DUE' to example in database that...
2021-02-01 Kyle M HallBug 25808: Renewal via the SIP 'checkout' message gives...
2021-01-29 Nick ClemensBug 26957: Don't remove words that are also operators...
2021-01-22 Jonathan DruartBug 27196:[20.05.x] Don't explode if item that is waiti...
2021-01-22 Jonathan DruartBug 27509: Prevent cn_sort value to be lost when editin...
2021-01-20 Nick ClemensBug 26593: Remove _get_discount_from_rule
2021-01-20 Fridolin SomersBug 21301: (follow-up) Remove borrowernumber in issues...
2021-01-20 Fridolin SomersBug 21301: Remove patron informations in reserves for...
2021-01-20 Fridolin SomersBug 21301: Remove patron informations in issues for...
2021-01-19 Jonathan DruartBug 27345: Add missing global permissions for superlibr...
2021-01-14 Nick ClemensBug 26364: Don't skip records that match the isbn we...
2021-01-14 Nick ClemensBug 26364: Remove useless condition
2021-01-14 Nick ClemensBug 26364: Don't discard the passed isbn
2020-12-18 Nick ClemensBug 27166: [20.05.x] Set destination_loc to item->homeb...
2020-12-15 David CookBug 12430: Use releance ranking without QueryWeightFields
2020-12-14 Martin RenvoizeBug 27079: Floating point comparison correction
2020-12-14 Jonathan DruartBug 26518: Move BiblioAutoLink within the transaction
2020-12-14 Jonathan DruartBug 26518: Raise exception if the insert failed
2020-12-14 Jonathan DruartBug 26518: Use Koha::Biblio[item] in AddBiblio
2020-12-09 Kyle M HallBug 14708: Skip AnonymousPatron in GetBorrowersToExpunge
2020-12-09 Marcel de RooyBug 25313: Add skip_merge to ModAuthority
2020-12-09 Nick ClemensBug 26516: Don't accept incorrect values for copyrightd...
2020-11-20 Nick ClemensBug 25758: Return on_reserve over too_soon when not...
2020-11-20 Jonathan DruartBug 26557: (bug 23463 follow-up) Fix Batch import when...
2020-11-16 BlouBug 26900: Fixes Koka::Libraries typo in C4/Reserves.pm
2020-11-16 David CookBug 26853: Throw a fatal error if import_biblios insert...
2020-11-16 Nick ClemensBug 26581: (follow-up) Restore unsetting of doreturn
2020-11-16 Martin RenvoizeBug 26581: [20.05.x] Only reindex records once per...
2020-11-14 Nick ClemensBug 26583: Remove unneccessary code in AddIssue
2020-11-13 Jonathan DruartBug 26673: Fix perlcritic complains
2020-11-13 David CookBug 26673: Remove #!/usr/bin/env perl from .pm modules too
2020-11-13 Jonathan DruartBug 26673: Remove shebangs from Perl modules
2020-11-13 Didier GautheronBug 26232: Empty smart rule fine grace period
2020-11-13 Jonathan DruartBug 20804: Add support for "days" to the timeout syspref
2020-11-09 Marcel de RooyBug 26599: Unused parameter name in POD of ModZebra
2020-11-09 Marcel de RooyBug 26191: Relocate track_login call in Auth.pm
2020-10-20 Alexis RipettiBug 26414: Unable to export Withdrawn status using...
2020-10-16 Nick ClemensBug 18958: (follow-up) Ensure hold fill target reserve_...
2020-10-16 Nick ClemensBug 18958: Make hold_fill_targets specific to reserves
2020-10-16 Kyle M HallBug 26510: Transport Cost Matrix editor doesn't show...
2020-10-16 Nick ClemensBug 25265: [20.05.x] Prevent double reindex of the...
2020-09-28 Nick ClemensBug 25273: Make match-heading rely on authority type...
2020-09-04 Jonathan DruartBug 17661: Trivial simplification using += operator
2020-09-04 Nick ClemensBug 17661: (follow-up) Update regex to support Unicode...
2020-09-04 Nick ClemensBug 17661: Ending punctuation causes duplicate facets
2020-09-04 Kyle M HallBug 25903: Sending a SIP patron information request...
2020-09-04 Andrew NuggedBug 24683: IsAvailableForItemLevelRequest sub descripti...
2020-09-04 Andrew NuggedBug 24683: Fix for take smart rules into account in...
2020-09-04 Andrew NuggedBug 24683: Optimize loop in ItemsAnyAvailableAndNotRest...
2020-09-04 Andrew NuggedBug 24683: Subroutine name changed (fix), no code logic...
2020-09-04 Jonathan DruartBug 23632: Remove C4::Logs::GetLogs
2020-09-03 Alex BuckleyBug 25750: fix fallback to ecost_tax_included/ecost_tax...
2020-09-03 Nick ClemensBug 26078: (follow-up) Use a boolean rather than changi...
2020-09-03 Nick ClemensBug 26078: Prevent generating a new transfer from retur...
2020-09-02 Jonathan DruartBug 26270: Fix ThingISBN after a change in behaviour
2020-08-31 Lucas GassMerge remote-tracking branch 'translations/20.05.03...
2020-08-31 Marcel de RooyBug 25360: (follow-up) Remove the https FIXME in Auth.pm
2020-08-31 David CookBug 25360: Use secure flag for CGISESSID cookie when...
2020-08-31 Jonathan DruartBug 24663: Handle special cases for recovery password...
2020-08-31 Jonathan DruartBug 24663: Test OpacPublic for all OPAC scripts
2020-08-17 Kyle M HallBug 25348: Add support for circulation status 12 (...
2020-08-17 Kyle M HallBug 25347: Add support for circulation status 11 (...
2020-08-17 Kyle M HallBug 25344: Add support for circulation status 10 (...
2020-08-17 Tomas Cohen AraziBug 26114: ILL should mark status=RET only if a return...
2020-08-17 Fridolin SomersBug 23542: Fix SRU import encoding
2020-08-13 Jonathan DruartBug 26133: Remove GetMarcHosts
2020-08-13 Jonathan DruartBug 25852: Improve C4::Creators::Lib reliability under...
2020-07-31 Nick ClemensBug 25709: Rename systempreference to NotesToHide
2020-07-31 Kyle M HallBug 23086: Search for collection is broken
2020-07-31 Nick ClemensBug 25724: Do not call ModReserveStatus when completing...
2020-07-30 Owen LeonardBug 23795: Convert opaccredits system preference to...
2020-07-30 Fridolin SomersBug 25765: Replace LoginBranchname and LoginBranchcode...
2020-07-27 Nick ClemensBug 25723: (QA follow-up) Handle holiday and exception...
2020-07-27 Martin RenvoizeBug 25723: Update cache flushing calls
2020-07-27 Kyle M HallBug 24165: Add ability to send any item field in a...
2020-07-27 Jonathan DruartBug 23070: Pass no_triggers => 1 to Koha::Objects-...
2020-07-27 Jonathan DruartBug 23070: Increment all priorities in 1 query
2020-07-27 Jonathan DruartBug 23070: Use Koha::Hold in C4::Reserves::RevertWaitin...
2020-07-25 Martin RenvoizeBug 8338: (QA follow-up) Clean up warning
2020-07-25 Martin RenvoizeBug 8338: Remove zero amount overdues on backdated...
2020-07-24 Nick ClemensBug 25566: Add option to ignore found holds and use...
2020-07-24 Joonas KylmäläBug 25992: Make SIP2 logger subroutines exportable...
2020-07-24 Jonathan DruartBug 25964: Prevent data loss when editing items from...
2020-07-13 Julian MauriceBug 21395: Fix C4/Barcodes/ValueBuilder.pm
2020-07-13 Jonathan DruartBug 21395: Remove 'variable $DEBUG masks earlier declar...
2020-07-13 Martin RenvoizeBug 21395: (QA follow-up) POD fixes
2020-07-13 Martin RenvoizeBug 21395: (QA follow-up) Remove some introduced issues
2020-07-13 Julian MauriceBug 21395: Make perlcritic happy
2020-07-13 Nick ClemensBug 25875: Move check for module_bit and code to the...
2020-07-13 Slava ShishkinBug 25491: Fix for "Use of uninitialized value" in...
2020-07-13 Kyle M HallBug 25232: Add ability to specify multiple notforloan...
2020-07-13 Kyle M HallBug 25232: Add ability to skip trapping items with...
2020-07-13 Kyle M HallBug 25805: Return empty strings instead of undef in...
2020-07-10 Katrin FischerBug 11994: OpenSearch plugins needs to be delivered...
2020-07-10 Nick ClemensBug 25189: Don't create authority if results found
2020-06-18 Kyle M HallBug 25786: Holds Queue building may target the wrong...
next