Bug 30477: Add new UNIMARC installer translation files
[koha.git] / Koha / Biblio.pm
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
2020-01-03 Agustin MoyanoBug 22284: Opac pickup_locations
2019-10-28 Mark TompsettBug 23310: Reduce noise in Koha::Biblio
2019-10-22 Jonathan DruartBug 22445: Replace %% with {}
2019-10-22 Martin RenvoizeBug 22445: Add new pattern %normalized_isbn%
2019-10-22 Martin RenvoizeBug 22445: Allow marc fields as pattern
2019-10-22 Jonathan DruartBug 22445: Add new method Koha::Biblio->custom_cover_im...
2019-09-27 Tomas Cohen AraziBug 23627: Reduce Koha::Biblio->get_coins noise if...
2019-08-13 Josef MoravecBug 16284: Add Koha::Biblio->is_serial method
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-08-05 Ere MaijalaBug 11529: Use new biblio fields whenever possible
2019-07-01 Jonathan DruartBug 23225: Do not hide a biblio if there is no item
2019-04-29 Josef MoravecBug 8995: (follow-up) Add tests, move open_url/coins...
2019-04-26 Nick ClemensBug 15496: (QA follow-up) Fix new uses of Koha::Biblio...
2019-04-26 Kyle M HallBug 15496: Delete Bib After Moving Item
2019-04-24 Tomas Cohen AraziBug 22701: Make items prefetchable from Koha::Biblio
2019-04-24 Tomas Cohen AraziBug 22700: Make biblio_metadata prefetchable from Koha...
2019-03-13 Tomas Cohen AraziBug 22455: Add Koha::Biblio::hidden_in_opac method
2019-01-30 Kyle M HallBug 22144: Add method metadata() to Koha::Biblio
2018-09-07 Marcel de RooyBug 17530: (QA follow-up) Move may_article_request...
2018-09-07 Marcel de RooyBug 17530: Add Koha::IssuingRules->guess_article_reques...
2018-07-18 Jonathan DruartBug 18072: Only accept Koha::Library in parameters
2018-07-18 Lari TaskulaBug 18072: Add Koha::Biblio->can_be_transferred
2018-02-16 Jonathan DruartBug 20176: [sql_modes] Set biblio.datecreated to NOW...
2018-02-13 Alex ArnaudBug 4319: (QA follow-up) Rename hasItemswaitingOrInTran...
2018-02-13 Alex ArnaudBug 4319: [OPAC] Allow holds on waiting/transit items
2017-08-25 Mark TompsettBug 19040: Refactor GetMarcBiblio parameters
2017-03-31 Marcel de RooyBug 17736: [Follow-up] Resolve inherited AUTOLOAD for...
2017-03-31 Marcel de RooyBug 17736: [Follow-up] Rename to current_holds
2017-03-31 Jonathan DruartBug 17736: Add the Koha::Biblio->holds_placed_before_to...
2017-03-31 Tomas Cohen AraziBug 18258: (QA followup) Use Koha::Subscriptions
2017-03-31 Jonathan DruartBug 18258: Add the Koha::Biblio->subscriptions method
2016-12-16 Jonathan DruartBug 17630: Add the Koha::Biblio->holds method
next