Bug 30607: Don't overload our default initComplete
[koha.git] / Koha /
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...
2022-02-22 Jonathan DruartBug 30074: Add missing extended_attributes rs in DBIC...
2022-02-22 Martin RenvoizeBug 23873: Enable capture groups in MarcModificationTem...
2022-02-16 Martin RenvoizeBug 29781: Enable capture groups in batch item modification
2022-02-15 Jonathan DruartBug 29570: Simplify for loop
2022-02-15 Tomas Cohen AraziBug 29570: Fix sorting orders by biblioitems columns
2022-02-15 Martin RenvoizeBug 26704: Update Koha::Item to use Koha::Object::Messages
2022-02-11 Tomas Cohen AraziBug 29984: Remove unused method Koha::Patrons->anonymis...
2022-02-11 Tomas Cohen AraziBug 29843: Add ->anonymize and ->filter_by_anonymizable...
2022-02-11 Tomas Cohen AraziBug 29525: Make Koha::Hold->fill anonymize if required
2022-02-11 Tomas Cohen AraziBug 29525: Make Koha::Hold->cancel anonymize if required
2022-02-11 Tomas Cohen AraziBug 29525: Add Koha::Old::Holds->filter_by_anonymizable
2022-02-11 Tomas Cohen AraziBug 29868: Add Koha::Old::Hold->anonymize
2022-02-11 Tomas Cohen AraziBug 29869: Add Koha::Hold->fill
2022-02-11 Tomas Cohen AraziBug 29780: Add Koha::Old::Holds->anonymize
2022-02-10 Jonathan DruartBug 29230: Add Koha::Patron->messages
2022-02-10 Jonathan DruartBug 29785: Rename Koha::Object->message with ->object_m...
2022-02-10 Martin RenvoizeBug 29859: (QA follow-up) Minor typo correction
2022-02-10 Jonathan DruartBug 29859: Use iterator instead of as_list
2022-02-10 Tomas Cohen AraziBug 29847: Make Koha::Patron::HouseboundProfile->houseb...
2022-02-10 Tomas Cohen AraziBug 29844: Simplify Koha::Clubs->get_enrollable
2022-02-10 Martin RenvoizeBug 29844: (QA follow-up) Fix Koha::Library::Groups...
2022-02-10 Tomas Cohen AraziBug 29844: Some more uncaught cases
2022-02-10 Jonathan DruartBug 29844: Fix ->search occurrences
2022-02-10 Tomas Cohen AraziBug 29844: Remove use of wantarray from Koha::Objects
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2022-02-03 Jonathan DruartBug 29914: Make check_cookie_auth compare the userid
2022-02-03 Jonathan DruartBug 29543: Add JWT token handling
2022-02-02 Jonathan DruartBug 29975: (bug 21729 follow-up) Fix api/v1/holds.t
2022-02-02 Fridolin SomersBug 29605: Update DBIC schema
2022-02-01 Martin RenvoizeBug 29809: Rename item relation accessor from itemnumber
2022-02-01 Martin RenvoizeBug 29906: (follow-up) Clarify actual code use
2022-02-01 Petro VashchukBug 29906: fix when hold record forcibly gets unwanted...
2022-02-01 Tomas Cohen AraziBug 29562: (follow-up) Fix API controller
2022-02-01 Nick ClemensBug 29562: Adjust CanItemBeReserved and checkHighHolds...
2022-02-01 Tomas Cohen AraziBug 29759: Make cancelling an AR refund
2022-01-29 Jonathan DruartBug 21652: Simplify code
2022-01-29 Lucas GassBug 21652: Only set waitingdate to today if there is...
next