Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / Koha / Biblio.pm
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
2016-12-02 Kyle M HallBug 17709 - Article request broken - 'internal server...
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-10-26 Katrin FischerBug 14610 - Follow-up
2016-10-26 Kyle M HallBug 14610 [QA Followup] - Fix publishercode issue
2016-10-26 Kyle M HallBug 14610 - Add and update modules
2016-03-07 Kyle M Hall Bug 14694 - Make decreaseloanHighHolds more flexible
2016-02-12 Jonathan DruartBug 15446: Rename Koha::Object[s]->type with _type
2015-12-31 Kyle M HallBug 13918 [QA Followup] - Improve $biblio->subtitles()
2015-12-31 Kyle M HallBug 13918 - Add waiting expiration date to opac list...
2015-07-29 Kyle M HallBug 13851: Replace waiting holds logic in circulation...