Bug 33036: REST API: Merge biblio records implements merging of records
[koha.git] / Koha / Biblio.pm
2024-03-18 Zeno TajoliBug 33036: REST API: Merge biblio records implements...
2024-03-15 Martin RenvoizeBug 35248: Refactor - Move assign_item_for_booking
2024-03-15 Martin RenvoizeBug 35248: Drop ->place_booking
2023-11-03 Tomas Cohen AraziBug 29002: Tidy
2023-11-03 Martin RenvoizeBug 29002: Prevent booking a checked out item
2023-11-03 Martin RenvoizeBug 29002: Assign item at time of booking
2023-11-03 Martin RenvoizeBug 29002: Add ability to book material from the staff...
2023-11-03 Martin RenvoizeBug 29002: Add bookings objects and API classes
2023-10-27 Martin RenvoizeBug 29523: (QA follow-up) Catch remaining SUPER::to_api...
2023-10-17 Katrin FischerBug 26314: (QA follow-up) Improve POD and fix links...
2023-10-17 Martin RenvoizeBug 26314: Update for changes to bug 11175 methodology
2023-10-17 Martin RenvoizeBug 26314: (follow-up) Make title search explicit
2023-10-17 Martin RenvoizeBug 26314: (follow-up) Use clean_search_term
2023-10-17 Martin RenvoizeBug 26314: Only display volumes link when required
2023-10-10 Tomas Cohen AraziBug 34828: Remove useless variable
2023-10-09 Jonathan DruartBug 34828: Make normalized_oclc use Koha::Biblio::Metad...
2023-10-09 Jonathan DruartBug 34828: Add Koha::Biblio::Metadata::Extractor::MARC
2023-10-04 Kyle M HallBug 33958: (QA follow-up) tidy normalized_oclc
2023-10-04 Jonathan DruartBug 33958: Koha::Biblio::normalized_oclc
2023-09-19 Jonathan DruartBug 33955: Koha::Biblio::normalized_upc
2023-09-15 Owen LeonardBug 14156: Add id tags to each MARC note in the display
2023-07-24 Martin RenvoizeBug 32711: Fix biblio embeds
2023-07-24 Martin RenvoizeBug 32711: Add 'public_read_list' appropriately
2023-07-13 Jonathan DruartBug 33954: Koha::Biblio->opac_summary_html
2023-07-13 Jonathan DruartBug 33953: Koha::Biblio->ratings
2023-07-13 Jonathan DruartBug 33952: Koha::Biblio->normalized_isbn
2023-07-06 Nick ClemensBug 33497: Add a filter relationship for branchtransfers
2023-07-06 Marcel de RooyBug 33496: (QA follow-up) Update POD statement
2023-07-06 Nick ClemensBug 33496: (follow-up) Correct param names
2023-07-06 Nick ClemensBug 33496: Add 'host_items' param to Koha::Biblio-...
2023-06-07 Jonathan DruartBug 32894: Koha::Biblio->biblioitem
2023-06-07 Jonathan DruartBug 32894: Remove wrong caching from Koha:: methods...
2023-06-06 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
next