Bug 30477: Add new UNIMARC installer translation files
[koha.git] / Koha /
2022-04-21 Jonathan DruartBug 28786: Fix Patrons/Import.t
2022-04-21 Jonathan DruartBug 28786: Don't set auth_method to NULL in ->anonymize
2022-04-21 Jonathan DruartBug 28786: DBIC schema changes
2022-04-21 Jonathan DruartBug 28786: Don't expose secret and auth_method to the...
2022-04-21 Marcel de RooyBug 28786: (QA follow-up) Do not call generate_secret32
2022-04-21 Marcel de RooyBug 28786: (QA follow-up) Fix qa warnings
2022-04-21 Jonathan DruartBug 28786: Correctly inherit from Auth::GoogleAuth
2022-04-21 Jonathan DruartBug 28786: Two-factor authentication for staff client...
2022-04-20 Martin RenvoizeBug 30237: Reference new WELCOME notice
2022-04-20 Martin RenvoizeBug 29005: Add option to send welcome email from patron...
2022-04-20 Martin RenvoizeBug 30540: eval on set_time_zone
2022-04-20 Martin RenvoizeBug 30518: Correct DateTime maths for needs_advancing
2022-04-20 Aleisha AmohiaBug 30488: Fix error when placing recall via OPAC
2022-04-13 Kyle HallBug 30410: (QA follow-up) Only fetch plugins mapping...
2022-04-13 Kyle HallBug 30410: (QA follow-up) Pluralise new methods, fix...
2022-04-13 Tomas Cohen AraziBug 30410: Add a way for plugins to expose tasks they...
2022-04-13 Tomas Cohen AraziBug 27783: DBIC update
2022-04-13 Tomas Cohen AraziBug 27783: Rename queues and adjust currently defined...
2022-04-13 Julian MauriceBug 27783: Replace --job-type by --queue
2022-04-13 Marcel de RooyBug 30498: Corresponding DBIx change for SearchField
2022-04-13 Martin RenvoizeBug 30135: Add EdifactLSQ mapping preference
2022-04-13 Martin RenvoizeBug 30130: Use new standard field in account definition
2022-04-13 Martin RenvoizeBug 30130: DBIC Update
2022-04-13 Fridolin SomersRevert "Bug 29859: Fix BatchUpdateAuthority"
2022-04-12 Alex BuckleyBug 26346: (follow-up) Fixing for QA tool
2022-04-12 Alex BuckleyBug 26346: Add option to make public lists editable...
2022-04-12 Alex BuckleyBug 26346: Updated schema file
2022-04-12 Nick ClemensBug 30432: Specify 'me' for biblionumber when limiting...
2022-04-12 Marcel de RooyBug 29957: (follow-up) Turn allow list into deny list
2022-04-12 Marcel de RooyBug 29957: Introduce Koha::CookieManager
2022-04-12 Tomas Cohen AraziBug 29695: Add missing POD
2022-04-12 Jonathan DruartBug 29695: Add new module Koha::Database::Columns
2022-04-12 Martin RenvoizeBug 29810: Add 'x-koha-embed' to reserved words
2022-04-08 Jonathan DruartBug 29059: Keep non-repeatable attribute from patron...
2022-04-08 Kyle HallBug 30076: Add ability to check patron messaging prefer...
2022-04-08 Jonathan DruartBug 29859: Fix BatchUpdateAuthority
2022-04-04 Tomas Cohen AraziBug 30345: Make Koha::BackgroundJob->enqueue set borrow...
2022-04-04 Jonathan DruartBug 30172: Enqueue the job even if rabbitmq is not...
2022-04-04 Jonathan DruartBug 30172: Prevent race condition when enqueuing a...
2022-04-04 Tomas Cohen AraziBug 30394: Add x-koha-request-id handling in controllers
2022-04-04 Kevin CarnesBug 28610: Elasticsearch 7 - hits.total is now an object
2022-04-04 Jonathan DruartBug 30063: Overdues count
2022-04-04 Jonathan DruartBug 30055: /api/v1/acquisitions/funds/owners and users...
2022-04-04 Jonathan DruartBug 30055: Use /acquisitions/baskets/managers for baske...
2022-04-04 Jonathan DruartBug 30055: Use /api/v1/suggestions/managers to list...
2022-03-29 Martin RenvoizeBug 30194: (follow-up) Remove reference to swagger...
2022-03-29 Tomas Cohen AraziBug 30194: Adapt Koha to the latest JSON::Validator...
2022-03-25 Jonathan DruartBug 28416: Delay load of Email::Sender::Transport:...
2022-03-25 Tomas Cohen AraziBug 30165: (follow-up) Allow objects.search usage outsi...
2022-03-25 Jonathan DruartBug 30110: Fix concatenation during assignements
2022-03-23 Nick ClemensBug 29802: add 'me' to filter_by_visible_in_opac query
2022-03-23 Tomas Cohen AraziBug 30294: Rename Koha::Recall->* used relationship...
2022-03-23 Jonathan DruartBug 29788: (follow-up) Make Koha::Item->safe_to_delete...
2022-03-23 Fridolin SomersBug 19532: (RM follow-up) Fix DBIx schema on old
2022-03-22 Tomas Cohen AraziBug 30181: (follow-up) Remove redundant queries and...
2022-03-22 Tomas Cohen AraziBug 30181: Make Koha::BackgroundJob->_derived_class...
2022-03-22 Tomas Cohen AraziBug 30061: Make Koha::Patron->get_age use DateTime...
2022-03-22 Tomas Cohen AraziBug 30165: (follow-up) Fix GET /acquisitions/orders
2022-03-22 Tomas Cohen AraziBug 30165: Make q parameter 'multi'
2022-03-17 Jonathan DruartBug 30058: Add Koha::Patrons->filter_by_have_subpermission
2022-03-16 Nick ClemensBug 30155: Don't get items that can fillholds if there...
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) Fix recalls.old is default 0
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) Update DBIC Schema
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) POD and import fixes
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Tomas Cohen AraziBug 19532: Make recalls.status an ENUM
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixes along recall workflow
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fix calls, tests, syspref settin...
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixing tests and QA tools
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fix undef recall_id preventing...
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-03-15 Aleisha AmohiaBug 19532: Recalls objects and tests
2022-03-15 Marcel de RooyBug 19532: [DBIx] Schema change for Recalls
2022-03-15 Aleisha AmohiaBug 19532: [DBIx] Add boolean flags to recalls.old...
2022-03-15 Aleisha AmohiaBug 19532: [DBIx] Updated schema files
2022-03-15 Aleisha AmohiaBug 19532: Database and installer stuff
2022-03-09 Nick ClemensBug 22993: Handle default messaging preferences during...
2022-03-09 Fridolin SomersBug 30128: DBIC Schema update
2022-03-04 Fridolin SomersBug 29826: Manage call of Template Plugin Branches...
2022-03-04 Tomas Cohen AraziBug 29877: Make POST /holds handle maxreserves correctly
2022-03-04 Tomas Cohen AraziBug 30072: Add missing hold actions plugin hooks
2022-03-04 Tomas Cohen AraziBug 29886: Add Koha::Suggestions->search_limited
2022-03-02 Tomas Cohen AraziBug 30023: Add Koha::Old::Checkout->anonymize
2022-03-02 Tomas Cohen AraziBug 30007: Make ->anonymize methods throw an exception...
2022-03-02 Tomas Cohen AraziBug 30007: Add Koha::Exceptions::SysPref
2022-03-02 Marcel de RooyBug 29857: (QA follow-up) Add license
2022-03-02 Tomas Cohen AraziBug 29857: Fix behavior
2022-03-02 Tomas Cohen AraziBug 29857: Rename base class as Koha::Exception
2022-03-02 Jonathan DruartBug 29857: Provide a generic full_message method for...
2022-03-02 Jonathan DruartBug 29857: Make the exception classes inherit from...
2022-02-25 Tomas Cohen AraziBug 30133: (follow-up) Update objects.search POD
2022-02-25 Tomas Cohen AraziBug 30133: Fix pagination in /biblios/:bibio_id/pickup_...
2022-02-25 Tomas Cohen AraziBug 30133: Simplify code
2022-02-25 Nick ClemensBug 30133: Avoid calling c->objects->search twice
2022-02-25 Martin RenvoizeBug 28955: Add OPAC_BRANCH_DEFAULT
2022-02-25 Fridolin SomersBug 30060: Update DBIC Schema
2022-02-25 David GustafssonBug 25616: Uppercase hard coded lower case boolean...
2022-02-22 Kevin CarnesBug 27770: ES: Deprecated aggregation order key [_term...
2022-02-22 Fridolin SomersBug 29625: Fix var name in Koha::BiblioUtils get_all_bi...
next