Bug 29407: Make the pickup locations dropdown JS reusable
[koha.git] / Koha /
2021-11-05 Jonathan DruartBug 28413: Reduce background job worker memory footprint
2021-11-05 Petro VashchukBug 27708: Unify two item object creation blocks to...
2021-11-05 Jonathan DruartBug 29386: DBIC schema changes
2021-11-03 Nick ClemensBug 26326: DBIC Schema changes
2021-11-03 Nick ClemensBug 26326: (follow-up) Add ability to check for existen...
2021-11-03 Nick ClemensBug 26326: Add Koha Objects for Import Records and...
2021-11-03 Martin RenvoizeBug 27360: (follow-up) Mark public as boolean
2021-11-03 Martin RenvoizeBug 27360: DBIC Build
2021-11-03 Kyle M HallBug 28973: Improve Koha::Patron::can_see_patron_infos...
2021-11-03 Jonathan DruartBug 24850: Correctly handle suspended_until for PUT
2021-11-03 Jonathan DruartBug 24850: Date only are not RFC3339
2021-11-03 Jonathan DruartBug 24850: Fix api/v1/holds.t
2021-11-03 Jonathan DruartBug 29395: use EXPORT_OK from Koha::Patron::Debarments
2021-11-02 Martin RenvoizeBug 28729: Additions to POD
2021-11-02 Martin RenvoizeBug 28729: Make Koha::Email->send_or_die handle returnpath
2021-11-02 Martin RenvoizeBug 24850: (QA follow-up) Add more comments
2021-11-02 Martin RenvoizeBug 24850: Continue to handle default time and daylight...
2021-11-02 Martin RenvoizeBug 24850: Always return 'instance' local time
2021-11-02 Martin RenvoizeBug 24850: Don't fallback when date_format is passed
2021-11-02 Martin RenvoizeBug 24850: Correct offset handling in dt_from_string
2021-10-28 Tomas Cohen AraziBug 28959: DBIC update
2021-10-28 Tomas Cohen AraziBug 28959: (follow-up) Adjust all places in which ...
2021-10-28 Tomas Cohen AraziBug 28959: Add virtualshelves.public as a boolean
2021-10-28 Tomas Cohen AraziBug 29290: Add GET /biblios/:biblio_id/checkouts
2021-10-28 Tomas Cohen AraziBug 29290: Rename relationships borrower => patron
2021-10-28 Tomas Cohen AraziBug 29288: Add current_checkouts and old_checkouts...
2021-10-28 Tomas Cohen AraziBug 29107: Rename item_type => item_type_id
2021-10-28 Tomas Cohen AraziBug 27358: Add GET /public/biblios/:biblio_id/items
2021-10-28 Tomas Cohen AraziBug 28948: Remove FIXME
2021-10-28 Martin RenvoizeBug 28948: (QA follow-up) Convert to allow-list
2021-10-28 Tomas Cohen AraziBug 28948: Teach objects.search about public requests
2021-10-28 Tomas Cohen AraziBug 28948: Make is_public stashed on public routes
2021-10-28 Tomas Cohen AraziBug 28948: Add a generic way to handle API privileged...
2021-10-28 Tomas Cohen AraziBug 17314: Implement /suggestions routes
2021-10-28 Tomas Cohen AraziBug 29272: (QA follow-up) Category setup overrides...
2021-10-28 Tomas Cohen AraziBug 29272: Make public password changing honour categor...
2021-10-28 Martin RenvoizeBug 29332: Set default library limits in search_for_display
2021-10-28 Jonathan DruartBug 28445: Fix LostItem call and display errors
2021-10-28 Jonathan DruartBug 28445: Remove modified_itemitemnumbers
2021-10-28 Jonathan DruartBug 28445: Correctly count modified items
2021-10-28 Jonathan DruartBug 28445: Add tests for subfields_to_prefill
2021-10-27 Jonathan DruartBug 14957: DBIC changes - Remove MarcOverlayRulesModule.pm
2021-10-26 Jonathan DruartBug 14957: DBIC schema changes
2021-10-26 David GustafssonBug 14957: Fix field order issue
2021-10-26 Tomas Cohen AraziBug 14957: (QA follow-up) Clarify 'context' param
2021-10-26 Tomas Cohen AraziBug 14957: DBIC changes
2021-10-26 Tomas Cohen AraziBug 14957: (QA follow-up) Rename 'merge' => 'overlay'
2021-10-26 David GustafssonBug 14957: fix context for batchmod and batchimport
2021-10-26 Aleisha AmohiaBug 14957: Updated schema files
2021-10-26 David GustafssonBug 14957: Merge rules system for merging of MARC records
2021-10-26 Jonathan DruartBug 11175: Add tests
2021-10-26 Marcel de RooyBug 11175: (QA follow-up) Test message contents for...
2021-10-26 Martin RenvoizeBug 11175: (QA follow-up) Restore bug 29284
2021-10-26 Marcel de RooyBug 11175: (QA follow-up) Remove caching _components
2021-10-26 Martin RenvoizeBug 11175: (QA follow-up) Be more specific with title...
2021-10-26 Martin RenvoizeBug 11175: (follow-up) Use clean_search_term
2021-10-26 Martin RenvoizeBug 11175: (QA follow-up) Fix queries
2021-10-26 Martin RenvoizeBug 11175: (QA follow-up) Move get_component_part_query
2021-10-26 Martin RenvoizeBug 11175: (QA follow-up) Take account of bug 15851
2021-10-26 Martin RenvoizeBug 11175: (follow-up) Rename routine get_marc_components
2021-10-26 Joonas KylmäläBug 11175: Search using double quotes to support Elasti...
2021-10-26 Joonas KylmäläBug 11175: Limit the amount of component parts returned
2021-10-26 Nick ClemensBug 11175: Add Elasticsearch support
2021-10-26 Joonas KylmäläBug 11175: (follow-up) Return empty array if no components
2021-10-26 Joonas KylmäläBug 11175: (follow-up) Don't return explicitly undef
2021-10-26 Pasi KallinenBug 11175: Show record component parts in the detail...
2021-10-25 Nick ClemensBug 29284: (follow-up) Improve error logging to prevent...
2021-10-25 Nick ClemensBug 29284: Handle the case of an exclamation point...
2021-10-25 Tomas Cohen AraziBug 28585: Use the datetime_parser for handling API...
2021-10-25 Jonathan DruartBug 19821: Use database_test entry if exists
2021-10-21 Nick ClemensBug 16446: Add ability to add patrons to list by borrow...
2021-10-21 Nick ClemensBug 25030: (QA follow-up) Add POD
2021-10-21 Julian MauriceBug 25030: Implement IncludeSeeFromInSearches with...
2021-10-18 Marcel de RooyBug 28211: (QA follow-up) POD changes
2021-10-18 Kyle M HallBug 28211: Replace use of call_recursive() with call()
2021-10-18 Jonathan DruartBug 28785: Adjust check_cookie_auth calls
2021-10-18 Jonathan DruartBug 28445: Split and join on ' | ' instead of '|' for...
2021-10-18 Jonathan DruartBug 28445: Respect MaxItemsToDisplayForBatchMod from...
2021-10-18 Jonathan DruartBug 28445: delete_biblios is a boolean
2021-10-18 Jonathan DruartBug 28445: Don't surround the whole batch with a transa...
2021-10-18 Jonathan DruartBug 28445: Fix encoding issue with the background job...
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-18 Jonathan DruartBug 28445: Start form with empty library for batch mod
2021-10-18 Jonathan DruartBug 28445: Use Koha::UI::Form::Builder::Item from batch...
2021-10-18 Jonathan DruartBug 28445: Move controller code to Koha::UI::Form:...
2021-10-18 Jonathan DruartBug 28769: Remove tabloop from cataloguing plugins
2021-10-15 Jonathan DruartBug 29093: DBIC schema changes
2021-10-15 Tomas Cohen AraziBug 29157: Date and Datetime attributes cannot be set...
2021-10-12 Jonathan DruartBug 29172: Make CustomCoverImagesURL compatible with...
2021-10-12 Ere MaijalaBug 29135: Fix handling of deleted items in OAI-PMH...
2021-10-08 Jonathan DruartBug 3142: Handle biblio level item type
2021-10-08 Marcel de RooyBug 3142: (QA follow-up) Include notforloan itemtypes
2021-10-08 Marcel de RooyBug 3142: (QA follow-up) Cosmetic changes
2021-10-08 Jonathan DruartBug 3142: Add note about imprecision of filter_by_for_hold
2021-10-08 Jonathan DruartBug 3142: Add tests
2021-10-08 Jonathan DruartBug 3142: Use filter_by_for_holds where holdability...
2021-10-08 Jonathan DruartBug 3142: Add itype
2021-10-08 Jonathan DruartBug 3142: Exclude damaged items
2021-10-08 Jonathan DruartBug 3142: Add itemlost, withdrawn and notforloan
2021-10-07 Tomas Cohen AraziBug 29182: (follow-up) Simplify Koha::ArticleRequest...
next