Bug 11175: (QA follow-up) Do not fetch twice
[koha.git] / Koha /
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...
2021-10-07 Tomas Cohen AraziBug 29182: Make sure methods call the overloaded -...
2021-10-07 Jonathan DruartBug 18984: DBIC schema changes
2021-10-07 Jonathan DruartBug 18984: Remove NORMARC support
2021-10-07 Jonathan DruartBug 28931: Use EXPORT_OK from Koha::DateUtils
2021-10-07 Tomas Cohen AraziBug 29086: (follow-up) Remove unrequired Koha::ArticleR...
2021-10-07 Tomas Cohen AraziBug 29086: Simplify querying active article requests
2021-10-07 Tomas Cohen AraziBug 29084: Update article requests-related Koha::Biblio...
2021-10-07 Tomas Cohen AraziBug 29083: Update article requests-related Koha::Patron...
2021-10-07 Tomas Cohen AraziBug 29082: Add filtering methods to Koha::ArticleRequests
2021-10-06 Kyle M HallBug 26352: Switch from using call() to call_recursive()
2021-10-06 Martin RenvoizeBug 26352: (QA follow-up) Add additional tests
2021-10-06 Kyle M HallBug 26352: Replace call to barcode_generate with call...
2021-10-06 Kyle M HallBug 26352: Add plugin hooks to transform patron barcodes
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Kyle M HallBug 28026: Add call_recursive() as a supplement for...
2021-10-06 Jonathan DruartBug 27526: Add tests for columns_to_str and host_items
2021-10-06 Jonathan DruartBug 27526: Add missing POD
2021-10-06 Jonathan DruartBug 27526: Adjust code to use Koha::Items
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Make parameters a hashref
2021-10-06 Jonathan DruartBug 27947: DBIC schema changes
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Clarify permissions
2021-10-06 Tomas Cohen AraziBug 27947: (QA follow-up) Refactor routes
2021-10-06 Agustin MoyanoBug 27947: Add cancellation reason to article request
2021-10-06 Tomas Cohen AraziBug 27945: Terminology: max daily => open requests...
2021-10-05 Tomas Cohen AraziBug 27945: Implement limits using circulation rules
2021-10-05 Tomas Cohen AraziBug 27945: Add max_daily_article_requests circulation...
2021-10-05 Tomas Cohen AraziBug 27945: Clarify 'same day' behavior
2021-10-05 Agustin MoyanoBug 27945: Add limit article request feature
2021-10-05 Jonathan DruartBug 27944: DBIC schema changes
2021-10-05 Tomas Cohen AraziBug 27944: (follow-up) Add POD
2021-10-05 Tomas Cohen AraziBug 27944: (QA follow-up) Rename ->open for ->set_pending
2021-10-05 Marcel de RooyBug 27944: (follow-up) Move statuses to constants
2021-10-05 Marcel de RooyBug 27944: Add missing Status module
2021-10-05 Agustin MoyanoBug 27944: Add "requested" stage in article request...
2021-10-05 Aleisha AmohiaBug 28734: Parse display in $biblio->get_marc_notes
2021-10-01 Tomas Cohen AraziBug 29139: Only pass the offsets for lines the credit...
2021-10-01 Martin RenvoizeBug 29139: Add exceptions to relation accessors
2021-10-01 Martin RenvoizeBug 29139: Fix incorrect relation call
2021-10-01 Tomas Cohen AraziBug 29139: $line->debit_offsets doesn't honor list...
2021-10-01 Tomas Cohen AraziBug 29121: Catch errors in ->install and ->upgrade...
2021-10-01 Tomas Cohen AraziBug 29121: Add new plugin exceptions
2021-10-01 Jonathan DruartBug 23678: Include file for batch_hold_cancel
2021-10-01 Agustin MoyanoBug 23678: Allow cancel holds in bulk
2021-10-01 Tomas Cohen AraziBug 29149: (QA follow-up) Reorganize mapping
2021-10-01 Jonathan DruartBug 29149: Add the capability to provide more info...
2021-10-01 Tomas Cohen AraziBug 26080: (QA follow-up) Add POD
2021-10-01 Jonathan DruartBug 26080: Use the task queue for batch delete authorities
2021-10-01 Jonathan DruartBug 26080: Use the task queue for batch delete biblios
2021-09-30 Jonathan DruartBug 28772: Make validate_secret return 1|0
2021-09-30 Tomas Cohen AraziBug 28772: Make secret validation use the new method
2021-09-30 Tomas Cohen AraziBug 28772: Add a warning about hash_password usage...
2021-09-30 Tomas Cohen AraziBug 28772: Make Koha::ApiKey->store encrypt the secret
2021-09-29 Nick ClemensBug 28826: Add FacetOrder system preference
next