Bug 33355: Update forms markup to be in line with interface patterns
[koha.git] / Koha /
2023-05-05 Martin RenvoizeBug 21043: Handle exceptions and switch to debit response
2023-05-05 Agustin MoyanoBug 21043: Add debit REST endpoint
2023-05-05 Martin RenvoizeBug 29453: Add endpoints for fetching patron credits...
2023-05-05 Agustin MoyanoBug 32735: (follow-up) Make Koha::Objects::Record:...
2023-05-05 Agustin MoyanoBug 32735: Add endpoint to list authorities
2023-05-05 Agustin MoyanoBug 31796: Add REST endpoint to modify an authority
2023-05-05 Kyle HallBug 21699: Allow circulation messages to be editable
2023-05-05 Tomas Cohen AraziBug 33104: DBIC schema
2023-05-05 Jonathan DruartBug 33104: Encrypt password
2023-05-05 Jonathan DruartBug 33104: Add the ability to create vendor interfaces
2023-05-05 Jonathan DruartBug 33104: Koha classes
2023-05-05 Tomas Cohen AraziBug 31795: (follow-up) Mock call to FindDuplicateAuthority
2023-05-05 Tomas Cohen AraziBug 31795: (QA follow-up) Use x-koha-override header
2023-05-05 Agustin MoyanoBug 31795: Add REST endpoint to add an authority
2023-05-05 Tomas Cohen AraziBug 33329: Correctly handle UNIMARC encoding for biblios
2023-05-05 Nick ClemensBug 33470: Don't calculate overridden hold limits
2023-05-05 Jonathan DruartBug 28267: Simplify things
2023-05-05 David CookBug 28267: Add warnings for database row formats
2023-05-05 Tomas Cohen AraziBug 33262: DBIC schema
2023-05-05 Katrin FischerBug 33262: Add new field to REST API route for orders
2023-05-05 Tomas Cohen AraziBug 22440: DBIC schema
2023-05-05 Pedro AmorimBug 22440: Move backend statuses api endpoint
2023-05-05 Pedro AmorimBug 22440: ILL API changes
2023-05-05 Pedro AmorimBug 22440: New ILL requests table
2023-05-05 Tomas Cohen AraziBug 22440: Add GET /ill_requests
2023-05-05 Tomas Cohen AraziBug 22440: Add standard accessors for later usage
2023-05-05 Tomas Cohen AraziBug 22440: Add Koha::Illrequests->filter_by_visible
2023-05-05 Pedro AmorimBug 33490: Fix ambiguous query error
2023-05-05 Tomas Cohen AraziBug 33328: Rename x-marc-schema => x-record-schema
2023-05-05 Jonathan DruartBug 32782: Koha to KBart mapping for UNIMARC
2023-05-05 Jonathan DruartBug 32782: ERM UNIMARC support
2023-05-05 Jonathan DruartBug 33482: Propagate errors from EBSCO's ws to the UI
2023-04-24 Marcel de RooyBug 33584: (follow-up) Remove DEFAULT_GENERATED from...
2023-04-24 Marcel de RooyBug 33584: Fix failures for Commenter.t on MySQL8
2023-04-21 Marcel de RooyBug 32484: (QA follow-up) Few typos
2023-04-21 Marcel de RooyBug 32484: (QA follow-up) Fixes to POD
2023-04-21 Julian MauriceBug 32484: Enable plugins when UseACQFrameworkForBiblio...
2023-04-20 Tomas Cohen AraziBug 12029: DBIC schema
2023-04-20 Jonathan DruartBug 12029: Remove 'params' from filter_by_unread
2023-04-20 Aleisha AmohiaBug 12029: Ability for patrons to dismiss OPAC messages
2023-04-20 Tomas Cohen AraziBug 33574: DBIC schema
2023-04-20 Jonathan DruartBug 33103: Add the ability to create vendor aliases
2023-04-20 Jonathan DruartBug 33103: Koha classes
2023-04-20 Tomas Cohen AraziBug 33447: Make *->pickup_locations methods throw an...
2023-04-20 Nick ClemensBug 33447: (follow-up) Fix tests and make assumption...
2023-04-19 Nick ClemensBug 33447: Add Cache to Biblio->pickup_locations
2023-04-17 Janusz KaczmarekBug 33238: Fix bad suggestions query (Bug 29886 follow-up)
2023-04-14 Jonathan DruartBug 33229: Remove unecessary txn
2023-04-14 Nick ClemensBug 33229: Clear patron reading history when privacy...
2023-04-14 Martin RenvoizeBug 33192: Update all occurrences of AutoEmailPrimaryAd...
2023-04-14 Marcel de RooyBug 33360: Extend Koha::Notice::Util with domain groups
2023-04-14 Marcel de RooyBug 33360: Add Koha::Notice::Util for mail domain limits
2023-04-14 Fridolin SomersBug 32127: Sort by description in Koha::Template::Plugi...
2023-04-14 Jonathan DruartBug 33481: Pass content-type when requesting EBSCO...
2023-04-13 Tomas Cohen AraziBug 33486: POD fix
2023-04-13 Nick ClemensBug 33486: Remove Koha::BackgroundJob::UpdateElasticInd...
2023-04-12 Marcel de RooyBug 32334: (follow-up) Improvement for schema parameter
2023-04-12 Marcel de RooyBug 32334: (follow-up) Fix for bug 31028, introducing...
2023-04-12 Marcel de RooyBug 32334: (QA follow-up) Improve finding schema file
2023-04-12 Marcel de RooyBug 32334: (QA follow-up) Remove fh and verbose paramet...
2023-04-12 Marcel de RooyBug 32334: (QA follow-up) Remove unused modules
2023-04-12 Marcel de RooyBug 32334: Introduce Koha::Database::Commenter
2023-04-12 Marcel de RooyBug 32334: Add general exception FileNotFound
2023-04-12 Marcel de RooyBug 32334: Exceptions - Add parameter to WrongParameter
2023-04-06 Tomas Cohen AraziBug 33368: DBIC schema
2023-03-31 Tomas Cohen AraziBug 32437: (QA follow-up) Add missing methods in schema...
2023-03-31 Martin RenvoizeBug 18398: Update C4::Message enqueue to use $patron...
2023-03-31 Tomas Cohen AraziBug 32437: DBIC schema
2023-03-31 Marcel de RooyBug 32437: (QA follow-up) Change to replace POD
2023-03-31 Nick ClemensBug 32437: Add replace method to Koha::Import::Record...
2023-03-31 Nick ClemensBug 32437: Add Objects for ImportAuths
2023-03-31 Pedro AmorimBug 28641: ILLHiddenRequestStatuses does not consider...
2023-03-31 Martin RenvoizeBug 33146: Add public items lookup route
2023-03-31 Pedro AmorimBug 21548: ILLLIBS patron category / partner_code seems...
2023-03-31 Jonathan DruartBug 33346: Add Help link to Koha manual in ERM module
2023-03-31 Nick ClemensBug 33159: Simplify ES handling and fix zebra handling
2023-03-31 Tomas Cohen AraziBug 32336: (QA follow-up) Use $metadata->schema
2023-03-31 Julian MauriceBug 32336: Fix encoding of MARCXML output for REST...
2023-03-28 Marcel de RooyBug 32426: (follow-up) Fix api/v1/patrons.t
2023-03-28 Tomas Cohen AraziBug 33341: Address some perlcritic errors in 5.36
2023-03-27 Julian MauriceBug 33021: Show an alert when adding a reserved item...
2023-03-27 Martin RenvoizeBug 32121: (QA follow-up) Use error_code rather than key
2023-03-27 Julian MauriceBug 32121: Show an alert when adding a checked out...
2023-03-27 Kyle M HallBug 32426: (follow-up) Use more acurate term 'internal...
2023-03-27 Marcel de RooyBug 32426: Throw InvalidUserid exception in Patron...
2023-03-27 Marcel de RooyBug 32426: Patron::generate_userid - add plugin hook
2023-03-27 Kyle HallBug 3150: (QA follow-up) Remove unused variables
2023-03-27 Katrin FischerBug 3150: (follow-up) Make sure host information displa...
2023-03-27 Aleisha AmohiaBug 3150: (follow-up) Make subs to get host/related...
2023-03-27 Tomas Cohen AraziBug 14251: Allow use of CSS in discharge letter
2023-03-27 Nick ClemensBug 33309: Index items after renewal transaction completes
2023-03-20 Tomas Cohen AraziBug 33227: Remove invalid spec and adjust the code...
2023-03-17 Kyle HallBug 33070: Remove use of can_edit_items
2023-03-16 Martin RenvoizeBug 32713: Throw exception on unexpected x-koha-embed...
2023-03-14 Tomas Cohen AraziBug 32057: DBIC schema
2023-03-14 Martin RenvoizeBug 32118: Add optional support for `:` as the modifier
2023-03-13 Jonathan DruartBug 32781: Prevent import from list to fail if package...
2023-03-13 Jonathan DruartBug 30943: Adjust CreateEHoldingsFromBiblios
2023-03-13 Tomas Cohen AraziBug 30943: Simplify background jobs code using helpers
2023-03-13 Tomas Cohen AraziBug 32734: (QA follow-up) Make use of $c->objects-...
next