Bug 31281: Use correct reply-to email when sending overdue mails
[koha.git] / Koha /
2022-08-16 Tomas Cohen AraziBug 31245: Do not try to report results if task not...
2022-08-09 Kyle M HallBug 28787: (QA follow-up) Remove unused variable
2022-08-09 Marcel de RooyBug 28787: (follow-up) Typo and additional test
2022-08-09 Jonathan DruartBug 28787: Don't send the notice if we are not waiting...
2022-08-09 Jonathan DruartBug 28787: Rename the REST API route to /auth/otp/token...
2022-08-09 Marcel de RooyBug 28787: Typo authenticaction
2022-08-09 Marcel de RooyBug 28787: (follow-up) Changes in API auth, moved otp...
2022-08-09 Jonathan DruartBug 28787: Send a notice with the TOTP token
2022-08-09 Andrew IsherwoodBug 28909: Fix handling if backend doesn't support
2022-08-09 Andrew IsherwoodBug 28909: Allow illview to use backend template
2022-08-09 Jonathan DruartBug 31306: Allow to pass params and attributes to searc...
2022-08-09 Petro VashchukBug 31306: Add search_ordered sub to order items with...
2022-08-09 Jonathan DruartBug 29897: Remove 'linkage' leftover
2022-08-09 Jonathan DruartBug 29897: Add and fix POD
2022-08-09 Jonathan DruartBug 29897: Display author's identifiers
2022-08-09 Jonathan DruartBug 29897: Move code to private method for reusability
2022-08-09 Jonathan DruartBug 29897: Rename get_marc_authors with get_marc_contri...
2022-08-09 Tomas Cohen AraziBug 31183: Use filter_by_current in Koha::Holds->get_it...
2022-08-09 Tomas Cohen AraziBug 31183: Add Koha::Item::Transfers->filter_by_current
2022-08-08 Martin RenvoizeBug 27779: Group payouts by type of debit they're appli...
2022-08-08 Tomas Cohen AraziBug 31303: (follow-up) Use get_effective_rule_value...
2022-08-08 David CookBug 31303: Prevent fatal errors when missing "waiting...
2022-08-03 Marcel de RooyBug 31288: (QA follow-up) Check userenv in disown_or_delete
2022-08-02 Nick ClemensBug 30879: Allow biblionumber as sort option in Elastic...
2022-08-02 Tomas Cohen AraziBug 30392: (QA follow-up) Remove deleted_on from the...
2022-08-01 Kyle HallBug 29579: Show saved SQL report ID in database query
2022-08-01 Tomas Cohen AraziBug 30392: DBIC update
2022-08-01 Jonathan DruartBug 30392: Set deleted_on when an item is (marked as...
2022-08-01 Tomas Cohen AraziBug 30984: DBIC update
2022-08-01 Jonathan DruartBug 30612: Rename other occurrences
2022-08-01 Kyle HallBug 30612: (QA follow-up) Rename accountlines method...
2022-08-01 Kyle M HallBug 30612: Update schema files
2022-08-01 Kyle M HallBug 30612: Add accountlines method to Koha::Checkout...
2022-08-01 Marcel de RooyBug 27849: (follow-up) Add test
2022-08-01 MJ RayBug 27849: Koha::Token may access undefined C4::Context...
2022-08-01 Tomas Cohen AraziBug 31223: Do not explode if plugins disabled
2022-08-01 Jonathan DruartBug 30650: Add missing koha_object[s]_class methods
2022-07-29 Nick ClemensBug 14364: Fix spelling and tests
2022-07-29 Nick ClemensBug 14364: (follow-up) Cleanup duplicate code and adjus...
2022-07-29 Kyle M HallBug 14364: Allow automatically canceled expired waiting...
2022-07-29 Tomas Cohen AraziBug 30650: (QA follow-up) Some higher-level methods...
2022-07-29 Tomas Cohen AraziBug 22456: (QA follow-up) Consider cancellation request...
2022-07-29 Tomas Cohen AraziBug 22456: Add Koha::Holds->filter_by_has_cancellation_...
2022-07-29 Tomas Cohen AraziBug 22456: Add cancellation request methods to Koha...
2022-07-29 Tomas Cohen AraziBug 22456: Add Koha::Hold::CancellationRequest(s) class(es)
2022-07-29 Tomas Cohen AraziBug 22456: DBIC update
2022-07-29 Tomas Cohen AraziBug 22456: Add waiting_hold_cancellation circulation...
2022-07-29 Jonathan DruartBug 30650: DBIC specific
2022-07-29 Jonathan DruartBug 30650: DBIC
2022-07-29 Jonathan DruartBug 30650: Prevent pickup to be created on holiday
2022-07-29 Jonathan DruartBug 30650: Add filter_by_scheduled_today
2022-07-29 Jonathan DruartBug 30650: Add link from the circ patron page
2022-07-29 Jonathan DruartBug 30650: Allow to restrict curbside pickup for waitin...
2022-07-29 Jonathan DruartBug 30650: Notify the patron when a new curbside pickup...
2022-07-29 Jonathan DruartBug 30650: Add some useful modules and tests
2022-07-29 Jonathan DruartBug 30650: Be more flexible with opening slots
2022-07-29 Jonathan DruartBug 30650: Koha classes
2022-07-25 Jonathan DruartBug 29697: Fix t/db_dependent/Exporter/Record.t
2022-07-22 Tomas Cohen AraziBug 29697: (follow-up) Indexing a deleted record is...
2022-07-22 Jonathan DruartBug 29697: Don't crash ES reindex if a record is wrong
2022-07-22 Jonathan DruartBug 29697: Use flag embed_items
2022-07-22 Jonathan DruartBug 29697: Replace GetMarcBiblio occurrences with ...
2022-07-22 David CookBug 15187: Index 880 in Zebra the same as Elasticsearch
2022-07-22 Marcel de RooyBug 30678: (follow-up) Add oclc_number routine and...
2022-07-22 Tomas Cohen AraziBug 31086: DBIC update
2022-07-22 Nick ClemensBug 31086: Throw an exception when a hold is stored...
2022-07-22 Martin RenvoizeBug 31128: Add effective_not_for_loan_status into items...
2022-07-21 Kyle HallBug 30458: Include librarian (manager_id) in accountlin...
2022-07-20 Nick ClemensBug 31179: (QA follow-up) POD fix
2022-07-20 Jonathan DruartBug 31179: Don't copy invisible subfields when duplicat...
2022-07-20 Tomas Cohen AraziBug 30933: Add lists methods for disowning
2022-07-20 Marcel de RooyBug 30933: (follow-up) Consolidate transfer checks
2022-07-20 Marcel de RooyBug 30933: Change for patron->delete
2022-07-19 Marcel de RooyBug 25498: (QA follow-up) Rename virtualshelfshare...
2022-07-19 Marcel de RooyBug 25498: Transfer ownership shared list on OPAC
2022-07-19 Martin RenvoizeBug 11889: (QA follow-up) Spelling
2022-07-19 Marcel de RooyBug 11889: (follow-up) We did not need get_shared_shelv...
2022-07-19 Marcel de RooyBug 11889: (follow-up) Get rid of FIXME in Koha::Patron
2022-07-19 Marcel de RooyBug 11889: (QA follow-up) Changes for wantarray move...
2022-07-19 Marcel de RooyBug 11889: (QA follow-up) Add POD ground work
2022-07-19 Aleisha AmohiaBug 11889: (follow-up) Tests and new get_shared_shelves
2022-07-19 Marcel de RooyBug 11889: (follow-up) Remove share if you are the...
2022-07-19 Aleisha AmohiaBug 11889: Disown a list upon deletion of owner
2022-07-18 Nick ClemensBug 30447: Check if transfers arrived or cancelled
2022-07-18 Shi Yao WangBug 29922: Make get_search_groups return results sorted...
2022-07-18 Martin RenvoizeBug 29105: Add effective_itemtype handling to items api
2022-07-18 Tomas Cohen AraziBug 31106: Make clean_search_term escape double quotes
2022-07-18 Tomas Cohen AraziBug 31069: Remove ExplodedTerms dependency on templates
2022-07-18 Tomas Cohen AraziBug 29632: DBIC update
2022-07-18 Tomas Cohen AraziBug 28854: DBIC update
2022-07-18 Nick ClemensBug 29632: Don't sort cn-sort numerically
2022-07-18 Martin RenvoizeBug 31036: Treat SIP00 that same as CASH
2022-07-13 Tomas Cohen AraziBug 28854: DBIC update
2022-07-13 Martin RenvoizeBug 28854: (follow-up) Use barcodedecode in Koha::REST...
2022-07-13 Katrin FischerBug 28854: (QA follow-up) Fix QA tool complaints
2022-07-13 Martin RenvoizeBug 28854: Improve lost details display for bundle...
2022-07-13 Martin RenvoizeBug 28854: Record and display who lost the item
2022-07-13 Martin RenvoizeBug 28854: Expose functionality to attach items to...
2022-07-12 Jonathan DruartBug 31140: (QA follow-up) Remove leftover POD
2022-07-12 Kyle HallBug 31140: TestBuilder.t is failing on item groups...
next