koha.git
2023-07-10 Tomas Cohen... Bug 33817: (QA follow-up) Fix tidyness
2023-07-10 Martin RenvoizeBug 33817: (follow-up) Fix spec and messages
2023-07-10 Jonathan DruartBug 33817: Enforce server-side
2023-07-10 Jonathan DruartBug 33817: Prevent item bundle that is checked out...
2023-07-07 Andreas RoussosBug 34005: Move button toggling code outside JS for...
2023-07-07 Jonathan DruartBug 34214: Make 'icon' configurable for Toolbar options
2023-07-07 Jonathan DruartBug 34201: Restore sorting indicator on ERM tables
2023-07-07 Jonathan DruartBug 33497: Don't get host items if the MARC record...
2023-07-07 Owen LeonardBug 34124: Improve in-page navigation on table settings...
2023-07-07 Owen LeonardBug 34074: Improve translations of strings on the about...
2023-07-07 Jonathan DruartBug 34212: Fix tests
2023-07-07 Jonathan DruartBug 34212: Compare strings with eq instead of ==
2023-07-07 Martin RenvoizeBug 34212: Replace Koha::Checkouts->find with $item...
2023-07-07 Owen LeonardBug 33781: Terminology: Item already issued to other...
2023-07-07 Jonathan DruartBug 33858: Format dates in offline circ
2023-07-07 Pedro AmorimBug 34131: (QA follow-up) Update page title to reflect...
2023-07-07 Pedro AmorimBug 34131: (QA follow-up): Add 'ill_availability_servic...
2023-07-07 Pedro AmorimBug 34131: Add 'current' class on correct side menu...
2023-07-07 Pedro AmorimBug 34131: Update breadcrumbs and side bar
2023-07-07 Katrin FischerBug 33790: Fix and add various links to the manual
2023-07-06 Tomas Cohen... Bug 33974: (follow-up) _order_by is not always an arrayref
2023-07-06 Pedro AmorimBug 34107: Switch order for id and name feeding the...
2023-07-06 Kyle HallBug 33029: Add wrapper method for dt_from_string to...
2023-07-06 Lucas GassBug 34002: Check for stage_marc_import permssion
2023-07-06 Marcel de RooyBug 33606: (QA follow-up) Cosmetic changes
2023-07-06 Pedro AmorimBug 33606: Fix settings
2023-07-06 Jonathan DruartBug 33606: Mark the endpoint as experimental
2023-07-06 Jonathan DruartBug 33606: Add a erm/config route to retrieve the ERM...
2023-07-06 Jonathan DruartBug 34174: (bug 33341 follow-up) Fix Ris export
2023-07-06 Emmi TakkinenBug 33667: Allow copying holidays to all libraries...
2023-07-06 Michael HafenBug 18855: Don't create duplicate overdue fines if...
2023-07-06 Nick ClemensBug 33497: (follow-up) Adjust relationship name from...
2023-07-06 Nick ClemensBug 33497: (follow-up) Remove unecessary scalar
2023-07-06 Nick ClemensBug 33497: Add a filter relationship for branchtransfers
2023-07-06 Nick ClemensBug 33497: Use 'host_items' param to fetch all items...
2023-07-06 Marcel de RooyBug 33496: (QA follow-up) Update POD statement
2023-07-06 Nick ClemensBug 33496: (follow-up) Correct param names
2023-07-06 Nick ClemensBug 33496: Add 'host_items' param to Koha::Biblio-...
2023-07-05 Marcel de RooyBug 33879: Do no longer overwrite interface in check_co...
2023-07-05 Marcel de RooyBug 33879: Add unit test to show problem
2023-07-05 Sam LauBug 34101: Limit items types that can be checked out...
2023-07-05 Sam LauBug 34101: Unit Tests
2023-07-05 Marcel de RooyBug 33404: Add unit tests
2023-07-05 Marcel de RooyBug 33404: Fix serverhost and init $page
2023-07-05 Marcel de RooyBug 33404: Z3950SearchAuth: Save in UTF-8 encoding
2023-07-05 Martin RenvoizeBug 23336: (follow-up) Add checkout_availability schema
2023-07-05 Martin RenvoizeBug 23336: (follow-up) Fix failing test
2023-07-03 Tomas Cohen... Bug 33974: (follow-up) biblionumber column needs specia...
2023-07-03 Owen LeonardBug 34180: Template variable in JavaScript prevents...
2023-07-03 Martin RenvoizeBug 33974: (QA follow-up) Remove superflous import
2023-07-03 Tomas Cohen... Bug 33974: (follow-up) Adapt the orders endpoint
2023-07-03 Tomas Cohen... Bug 33974: Make biblioitem columns searchable in a...
2023-07-03 Tomas Cohen... Bug 33974: Add Koha::Biblios->api_query_fixer
2023-07-03 Lucas GassBug 33271: Add collective owing message to moremember...
2023-07-03 Marcel de RooyBug 34092: (QA follow-up) Typo
2023-07-03 Pedro AmorimBug 34092: Move search-patron.inc logic into buildPatro...
2023-07-03 Pedro AmorimBug 34092: Preparation: New buildPatronSearchQuery...
2023-07-03 Pedro AmorimBug 34092: Move patron_autocomplete to staff-global.js
2023-07-03 Martin RenvoizeBug 34094: Use DefaultPatronSearchMethod consistently
2023-07-03 Marcel de RooyBug 29664: (QA follow-up) Typo transacton
2023-07-03 Kyle M HallBug 29664: Do not show voided payments in cash_register...
2023-07-03 Owen LeonardBug 33999: (follow-up) Use link-styled button
2023-07-03 Owen LeonardBug 33999: Subscription details link on bibliographic...
2023-07-03 Marcel de RooyBug 34146: Counterpart for serials-edit
2023-07-03 Marcel de RooyBug 34146: Add a client-side check with maxlength too
2023-07-03 Marcel de RooyBug 34146: Do not allow multiple copies to crash server
2023-07-03 Tomas Cohen... Bug 33573: Add public endpoint for cancelling holds
2023-07-03 Tomas Cohen... Bug 33573: Unit tests
2023-07-03 jeremy breuillardBug 23775: Claiming a serial issue doesn't create the...
2023-07-03 Pedro AmorimBug 34106: Update header search box searchtype when...
2023-07-03 Lucas GassBug 34106: Retain searchtype parameter in member-search-box
2023-07-03 Tomas Cohen... Bug 33971: Remove x-koha-query header support
2023-07-03 Tomas Cohen... Bug 33971: Remove x-koha-query handing in Orders.pm
2023-07-03 Tomas Cohen... Bug 33971: Remove x-koha-query usage in biblios.t
2023-07-03 Martin RenvoizeBug 33720: Also flush in install
2023-07-03 Jake DeeryBug 33720: Update the updatedatabase.pl script to flush...
2023-07-03 Kyle HallBug 31253: Item search in staff interface should call...
2023-07-03 Tomas Cohen... Bug 23336: (QA follow-up) Minor fixes
2023-07-03 Martin RenvoizeBug 23336: (QA follow-up) Minor fixes
2023-07-03 Martin RenvoizeBug 23336: (follow-up) Switch to using Koha::Token
2023-07-03 Martin RenvoizeBug 23336: Fix inconsistent return of AddIssue
2023-07-03 Martin RenvoizeBug 23336: Add checkout API's
2023-07-03 Martin RenvoizeBug 23336: Unit tests
2023-06-29 Nick ClemensBug 33972: Remove settings of batch status to importing
2023-06-29 Martin RenvoizeBug 33996: (QA follow-up) Fix mappings to match guidelines
2023-06-29 Tomas Cohen... Bug 33996: Add missing authority objects mapping
2023-06-29 Pedro AmorimBug 34130: Make requested_date nullable in api definition
2023-06-29 Martin RenvoizeBug 33778: (QA follow-up) Update for master
2023-06-29 Marcel de RooyBug 33778: Move to db_dependent
2023-06-29 Marcel de RooyBug 33778: Fix indentation of last subtest
2023-06-29 Marcel de RooyBug 33778: Further polishing
2023-06-29 Marcel de RooyBug 33778: Remove T::D::C from Auth_with_shibboleth.t
2023-06-29 Tomas Cohen... Bug 34029: DBIC schema
2023-06-29 Tomas Cohen... Bug 34029: (QA follow-up) Fix slipped broken char
2023-06-29 Tomas Cohen... Bug 31651: Adjust tests
2023-06-26 Tomas Cohen... Bug 34029: DBRev 23.06.00.007
2023-06-26 Tomas Cohen... Bug 34029: DBIC schema
2023-06-26 Marcel de RooyBug 34029: (QA follow-up) Fix pushing undef to biblio_ids
2023-06-26 Katrin FischerBug 34029: Extend datatypes of biblioitems.columns...
2023-06-26 David CookBug 33989: Only look up authorized value descriptions...
next