Bug 27746: prevent regexp undefined warning when checking subfield contents ($oclc)
[koha.git] / Koha /
2021-04-12 Kyle M HallBug 24695: (QA follow-up) Fix POD
2021-04-12 Jonathan DruartBug 24695: Move to Koha::Report->is_sql_valid
2021-04-12 Pasi KallinenBug 24695: Improve SQL report validation
2021-04-12 Jonathan DruartBug 27726: DBIC schema changes
2021-04-12 Jonathan DruartBug 27857: Fix Pseudonymization.t
2021-04-09 Martin RenvoizeBug 14233: DBIC schema changes
2021-04-09 Jonathan DruartBug 28031: Remove type from parameter of *_ok methods
2021-04-09 Martin RenvoizeBug 28031: (follow-up) Clarify check methods
2021-04-09 Tomas Cohen AraziBug 28031: (follow-up) Retrieve type only once
2021-04-09 Tomas Cohen AraziBug 28031: Avoid wrong exception on saving updated...
2021-04-09 Tomas Cohen AraziBug 27857: (follow-up) Use a more fine-grained exceptio...
2021-04-09 Tomas Cohen AraziBug 27857: Get the right column
2021-04-09 Martin RenvoizeBug 27857: Add handling for globally mandatory attributes
2021-04-09 Tomas Cohen AraziBug 27857: Make Koha::Patron->extended_attributes valid...
2021-04-09 Tomas Cohen AraziBug 28056: Add Koha::Exceptions::Patron::MissingMandato...
2021-04-09 Tomas Cohen AraziBug 27858: (follow-up) Consistency in stringified exception
2021-04-09 Tomas Cohen AraziBug 27858: Make Koha::Patron::Attribute->store raise...
2021-04-09 Tomas Cohen AraziBug 27833: (follow-up) Add InvalidType exception
2021-04-09 Tomas Cohen AraziBug 27833: Make K::P::Attribute add the object to the...
2021-04-09 Tomas Cohen AraziBug 27833: Make Koha::Exceptions::Patron::Attribute...
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-04-07 Tomas Cohen AraziBug 27894: Adapt /holds/:hold_id/pickup_locations
2021-04-07 Jonathan DruartBug 26498: Add default values
2021-04-07 Martin RenvoizeBug 26498: (QA follow-up) Add handling for update
2021-04-07 Emmi TakkinenBug 26498: Add POD for "store"
2021-04-07 Emmi TakkinenBug 26498: Set default expiration date for holds
2021-04-06 James O'KeeffeBug 24000: Some modules do not return 1
2021-04-06 Marcel de RooyBug 24000: Koha::Item::Search::Field does not return 1
2021-04-01 Tomas Cohen AraziBug 28017: Allow non-FQDN (@localhost) addresses
2021-04-01 Martin RenvoizeBug 27993: Add handling for datecancelled in in_transit
2021-04-01 Tomas Cohen AraziBug 28023: Fix Reply-To typo
2021-04-01 Tomas Cohen AraziBug 26705: (QA follow-up) Do not rely on latest Email...
2021-04-01 Tomas Cohen AraziBug 26705: Make Koha::Email->send_or_die handle Bcc
2021-04-01 Petro VashchukBug 25946: borrowerRelationship can be empty
2021-04-01 Petro VashchukBug 25946: borrowerRelationship can be empty
2021-03-16 Tomas Cohen AraziBug 27366: Add controller
2021-03-16 Tomas Cohen AraziBug 26633: POD for the exceptions file
2021-03-16 Tomas Cohen AraziBug 26633: (QA follow-up) Tests on error condition
2021-03-16 Kyle M HallBug 26633: Add REST API for managing transfer limits
2021-03-16 Jonathan DruartBug 27860: Fix password recovery
2021-03-16 Jonathan DruartBug 27597: Remove leading colon in ES query
2021-03-11 Martin RenvoizeBug 22569: Add a 'Transfers to send' report
2021-03-09 Aleisha AmohiaBug 27268: Move GetMarcNotes to Koha namespace
2021-03-09 Jonathan DruartBug 27545: Keep the location if passed
2021-03-09 Jonathan DruartBug 27545: Use NewItemsDefaultLocation from places...
2021-03-09 Tomas Cohen AraziBug 27855: Make GET /patrons/:patron_id use objects...
2021-03-09 Tomas Cohen AraziBug 27855: Implement Koha::Patron::Attribute->to_api_ma...
2021-03-09 Tomas Cohen AraziBug 27854: Clean GET /patrons controller
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Handle no results correctly
2021-03-09 Tomas Cohen AraziBug 26636: (QA follow-up) Add POD
2021-03-09 Agustin MoyanoBug 26636: Add objects.find helper
2021-03-05 Jonathan DruartBug 27851: Add Koha::Old::Checkouts->filter_by_todays_c...
2021-03-05 Jonathan DruartBug 26742: Remove die from connect
2021-03-05 David CookBug 26742: Add configuration to koha-conf.xml for messa...
2021-03-04 Jonathan DruartBug 22824: Fix ES reindex
2021-03-04 Jonathan DruartBug 22824: Replace YAML::Syck with YAML::XS
2021-03-03 Martin RenvoizeBug 26618: Improve Exception Class Names
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Remove superflous store calls
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Correction to datecancelled...
2021-03-03 Martin RenvoizeBug 24446: Prioritize RotatingCollection transfer over...
2021-03-03 Martin RenvoizeBug 24446: (follow-up) Handle cases of pre-existing...
2021-03-03 Martin RenvoizeBug 24446: Update StockRotationItem to use daterequested
2021-03-03 Jonathan DruartBug 26057: DBIC schema changes
2021-03-03 Martin RenvoizeBug 26057: Add 'cancel' method to Koha::Item::Transfer
2021-03-03 Martin RenvoizeBug 26481: Add Koha::Item::Transfer->in_transit method
2021-03-03 Martin RenvoizeBug 25767: Add Koha::Item::Transfer->receive method
2021-03-03 Martin RenvoizeBug 25757: Add Koha::Item::Transfer->transit method
2021-03-03 Martin RenvoizeBug 25757: Add item relation to Koha::Item::Transfer
2021-03-03 Martin RenvoizeBug 25755: (QA follow-up) Further POD clarifications
2021-03-03 Katrin FischerBug 25755: Fix typo in POD
2021-03-03 Martin RenvoizeBug 25755: Add Unit tests for update to get_transfer
2021-03-03 Martin RenvoizeBug 25755: (QA follow-up) Clarify POD and parameters
2021-03-03 Martin RenvoizeBug 25755: Add Koha::Item->request_transfer method
2021-03-03 Nick ClemensBug 27784: Don't parse subdivision authorities as headings
2021-03-03 Jonathan DruartBug 8976: Use existing Koha::Authority::Subfield[s]
2021-03-01 Matthias MeusburgerBug 26937: Add an optional delay to the CheckPrevChecko...
2021-03-01 Tomas Cohen AraziBug 8976: (QA follow-up) Trivial POD fixes
2021-03-01 Jonathan DruartBug 8976: DBIC schema changes
2021-03-01 Jonathan DruartBug 8976: Code cleaning
2021-03-01 Jonathan DruartBug 8976: Add Koha::AuthSubfieldStructure[s]
2021-03-01 Nick ClemensBug 27316: (follow-up) Default to 1 if undef in mappings
2021-03-01 Tomas Cohen AraziBug 27680: Add support for param[] syntax
2021-03-01 Martin RenvoizeBug 27680: Allow traditional multi-params to work
2021-03-01 Martin RenvoizeBug 27680: Add support for sorting fields with multiple...
2021-03-01 Andrew NuggedBug 27718: (follow-up) add missing return
2021-03-01 Jonathan DruartBug 27718: (bug 24488 follow-up) Hide items not holdable
2021-03-01 Nick ClemensBug 26457: Throw exception if update of issues table...
2021-03-01 Tomas Cohen AraziBug 27071: (follow-up) Get rid of loop
2021-03-01 Jonathan DruartBug 27071: Code simplification
2021-03-01 Jonathan DruartBug 27071: Fix Hold pickup library when using hold...
2021-02-23 Tomas Cohen AraziBug 27593: Consistent behavior for club holds route
2021-02-23 Jonathan DruartBug 27714: Prevent Koha::NewsItem->author to explode
2021-02-23 Nick ClemensBug 26051: We should sort callnumber based on cn-sort
2021-02-18 Jonathan DruartBug 27131: Improve POD for the new method
2021-02-18 Marcel de RooyBug 27131: (QA follow-up) POD and comments
2021-02-18 Jonathan DruartBug 27131: Add get_items_that_can_fill
2021-02-17 Martin RenvoizeBug 26274: (QA follow-up) Fix the order of summary...
2021-02-16 Jonathan DruartBug 27673: Fix encoding issues
2021-02-16 Jonathan DruartBug 27673: Replace YAML with YAML::XS
2021-02-16 Jonathan DruartBug 27380: Add missing use statement
next