Bug 34886: Comment failing tests
[koha.git] / Koha / Biblio.pm
2023-07-17 Nick ClemensBug 33497: Add a filter relationship for branchtransfers
2023-07-17 Marcel de RooyBug 33496: (QA follow-up) Update POD statement
2023-07-17 Nick ClemensBug 33496: (follow-up) Correct param names
2023-07-17 Nick ClemensBug 33496: Add 'host_items' param to Koha::Biblio-...
2023-07-12 Jonathan DruartBug 32894: Koha::Biblio->biblioitem
2023-07-12 Jonathan DruartBug 32894: Remove wrong caching from Koha:: methods...
2023-06-09 Tomas Cohen AraziBug 21983: Add Koha::Biblio->ill_requests
2023-05-05 Agustin MoyanoBug 32735: (follow-up) Make Koha::Objects::Record:...
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-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-13 Agustin MoyanoBug 33083: Add a generic class to handle methods for...
2023-03-06 Martin RenvoizeBug 31028: Add new Koha::Object(s) classes
2023-01-31 Johanna RaisaBug 31326: Koha::Biblio->get_components_query fetches...
2023-01-30 Aleisha AmohiaBug 16522: (follow-up) If no 773$w, try to return host...
2023-01-30 Aleisha AmohiaBug 16522: (follow-up) MARC display templates and get_m...
2022-11-16 Nick ClemensBug 31543: Use query string, rather than query, to...
2022-08-09 Jonathan DruartBug 29897: Add and fix POD
2022-08-09 Jonathan DruartBug 29897: Move code to private method for reusability
2022-08-09 Jonathan DruartBug 29897: Rename get_marc_authors with get_marc_contri...
2022-08-02 Tomas Cohen AraziBug 30392: (QA follow-up) Remove deleted_on from the...
2022-07-08 Nick ClemensBug 24857: Add Object Methods
2022-07-01 David CookBug 30865: Double-quote Host-item in Koha::Biblio-...
2022-07-01 Martin RenvoizeBug 30744: Use RecordProcessor in get_marc_notes
2022-07-01 Martin RenvoizeBug 30918: Allow passing filtered record to get_marc_notes
2022-06-25 Nick ClemensBug 30327: (follow-up) Fix inconsistencies in syspref...
2022-06-25 Nick ClemensBug 30327: Add options for sorting components
2022-06-06 Fridolin SomersBug 29871: Remove marcflavour param in Koha::Biblio...
2022-05-05 Aleisha AmohiaBug 30291: Changes to controller scripts
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) More use of system preference
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 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: Other objects used in recalls feature
2022-02-25 David GustafssonBug 25616: Uppercase hard coded lower case boolean...
2021-12-15 Aleisha AmohiaBug 27266: (follow-up) Using biblio frameworkcode to...
2021-12-15 Aleisha AmohiaBug 27266: (QA follow-up) Rename to get_marc_authors
2021-12-15 Aleisha AmohiaBug 27266: Move GetMarcAuthors to Koha namespace
2021-10-28 Tomas Cohen AraziBug 29288: Add current_checkouts and old_checkouts...
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: 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-12 Jonathan DruartBug 29172: Make CustomCoverImagesURL compatible with...
2021-10-07 Jonathan DruartBug 18984: Remove NORMARC support
2021-10-07 Tomas Cohen AraziBug 29086: (follow-up) Remove unrequired Koha::ArticleR...
2021-10-07 Tomas Cohen AraziBug 29084: Update article requests-related Koha::Biblio...
2021-10-06 Jonathan DruartBug 27526: Add missing POD
2021-10-06 Jonathan DruartBug 27526: Adjust code to use Koha::Items
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-08-27 Martin RenvoizeBug 22690: (QA follow-up) Move adopt_items_from_biblios...
2021-08-27 Ere MaijalaBug 22690: Refactor merging of records to improve perfo...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Martin RenvoizeBug 20310: (follow-up) Rename method to get_marc_host
2021-07-12 Martin RenvoizeBug 20310: (follow-up) Move syspref check into controller
2021-07-12 Marcel de RooyBug 20310: Adding a pref to control behavior
2021-07-12 Marcel de RooyBug 20310: (follow-up) Add or remove orgcode in second try
2021-07-12 Marcel de RooyBug 20310: Introduce Koha::Biblio->host_record
2021-05-12 Tomas Cohen AraziBug 18989: (QA follow-up) Make Koha::Biblio->hidden_in_...
2021-04-28 Fridolin SomersBug 28202: Pickup libraries must be sorted by name...
2021-03-09 Aleisha AmohiaBug 27268: Move GetMarcNotes to Koha namespace
2020-12-21 Jonathan DruartBug 26921: Don't generate an invalid custom cover image...
2020-11-16 Martin RenvoizeBug 27002: Update Koha::Biblio->pickup_locations to...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix cases where we expected...
2020-10-12 Jonathan DruartBug 26145: Refactoring - Move C4::Images to Koha::Cover...
2020-10-08 Jonathan DruartBug 25913: Prevent get_coins to crash if record does...
2020-05-12 Tomas Cohen AraziBug 25421: Make ->pickup_locations only return an arrayref
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-06 Tomas Cohen AraziBug 24554: Only embed relations from Koha::Biblio in...
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2020-01-31 Josef MoravecBug 24467: (QA follow-up) Fix POD in Koha::Biblio
2020-01-31 Tomas Cohen AraziBug 24467: Remove _count methods introduced for API use
2020-01-28 Jonathan DruartBug 24448: Adding a notice to tell the _count methods...
2020-01-28 Tomas Cohen AraziBug 24448: Add Koha::Biblio->subscriptions_count
2020-01-21 Tomas Cohen AraziBug 24435: Add Koha::Biblio->items_count
2020-01-21 Tomas Cohen AraziBug 24430: Add ->orders and ->active_orders_count to...
2020-01-20 Tomas Cohen AraziBug 24418: Add Koha::Biblio->suggestions
2020-01-14 Tomas Cohen AraziBug 24366: Make sure accessors are used on the right...
2020-01-14 Jonathan DruartBug 24366: Improve hashref construction
2020-01-14 Tomas Cohen AraziBug 24366: Merge biblioitem in Koha::Biblio->to_api
2020-01-08 Tomas Cohen AraziBug 24321: Clean /biblios
2020-01-03 Tomas Cohen AraziBug 22284: (QA follow-up) Make pickup locations be...
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
2020-01-03 Agustin MoyanoBug 22284: (follow-up) Squash multiple follow-ups
next