Bug 36137: Make update_totalissues cron always skip the holds queue
[koha.git] / C4 / Biblio.pm
2024-05-28 Lucas GassBug 36137: Make update_totalissues cron always skip...
2024-05-28 Nick ClemensBug 36473: (follow-up) Additionally warn the stringifie...
2024-05-28 Nick ClemensBug 36473: (follow-up) Add biblionumber to warning
2024-05-28 Nick ClemensBug 36473: Handle Invalid Metadata Exceptions in totali...
2023-10-25 Nick ClemensBug 34014: (follow-up) Tidy
2023-10-25 Nick ClemensBug 34014: Allow staff to edit degraded records
2023-10-09 David CookBug 34549: Strip non-XML chars during TransformHtmlToMarc
2023-09-18 Marcel de RooyBug 34786: after_biblio_action hooks - No find when...
2023-07-18 Phil RingnaldaBug 34182: Don't set biblio.serial based on biblio...
2023-07-17 Adolfo RodríguezBug 31185: Link authorities automatically doesn't detec...
2023-06-09 Jonathan DruartBug 32060: Use selectrow_array
2023-06-09 David GustafssonBug 32060: Improve performance of columns_to_str
2023-06-09 Tomas Cohen AraziBug 21983: Make DelBiblio update linked ILL requests
2023-05-16 Aleisha AmohiaBug 30358: Strip leading/trailing whitespace characters...
2023-05-05 Katrin FischerBug 33262: Store the biblionumber of a deleted record...
2023-03-27 Nick ClemensBug 33019: Make sure ES records are indexed the first...
2023-03-13 Tomas Cohen AraziBug 33214: (follow-up) Consistency on key names
2023-03-13 Martin RenvoizeBug 30920: (follow-up) Cleanup warning from C4::Biblio...
2023-03-13 Martin RenvoizeBug 30920: (follow-up) Cache key fixes
2023-03-13 Nick ClemensBug 30920: (follow-up) Add missing use
2023-03-13 Martin RenvoizeBug 30920: Add caching to GetAuthorizedValueDesc
2022-11-04 Marcel de RooyBug 31889: Remove exported ghost routine from Biblio...
2022-09-16 Nick ClemensBug 30025: Split BiblioAddsAuthorities into two sysprefs
2022-09-12 Nuño López AnsóteguiBug 27981: Add option to automatically set 001 to the...
2022-07-22 Jonathan DruartBug 29697: Deal with the degraded view in detail.pl
2022-07-22 Jonathan DruartBug 29697: Use flag embed_items
2022-07-22 Jonathan DruartBug 29697: Remove GetHiddenItemnumbers
2022-07-22 Jonathan DruartBug 29697: Replace GetMarcBiblio occurrences with ...
2022-06-22 Martin RenvoizeBug 30822: Make BatchCommitRecords update the index...
2022-06-08 Nick ClemensBug 30813: Remove TransformMarcToKohaOneField
2022-06-08 Nick ClemensBug 30813: Adjust TransformMarcToKoha to take kohafield...
2022-06-08 Nick ClemensBug 30813: Update TransformMarcToKoha to accept a hashref
2022-06-08 Nick ClemensBug 30789: Improve performance of AddBiblio
2022-05-13 Tomas Cohen AraziBug 30728: Only trigger real-time holds queue update...
2022-05-11 Tomas Cohen AraziBug 30710: (QA follow-up) Add POD
2022-05-11 Nick ClemensBug 30710: Build holds queue once per biblio when batch...
2022-05-11 Roch D'AmourBug 13412: Allow configuration of auto-created authorities
2022-05-05 Jonathan DruartBug 30465: Make BatchUpdateBiblio update the index...
2022-05-05 Tomas Cohen AraziBug 29346: Add more fine-grained control of holds queue...
2022-05-05 Tomas Cohen AraziBug 29346: Biblio actions triggers
2022-03-22 Jonathan DruartBug 29486: _koha_marc_update_bib_ids no longer needed...
2022-02-25 David GustafssonBug 25616: Uppercase hard coded lower case boolean...
2021-12-15 Aleisha AmohiaBug 27266: Move GetMarcAuthors to Koha namespace
2021-11-05 Marcel de RooyBug 24674: (follow-up) Simpler regex
2021-11-05 Janusz KaczmarekBug 24674: Uncertain years for publicationyear/copyrigh...
2021-10-26 Tomas Cohen AraziBug 14957: (QA follow-up) Clarify 'context' param
2021-10-26 Tomas Cohen AraziBug 14957: (QA follow-up) Rename 'merge' => 'overlay'
2021-10-26 David GustafssonBug 14957: Merge rules system for merging of MARC records
2021-10-07 Jonathan DruartBug 18984: Remove NORMARC support
2021-10-06 Jonathan DruartBug 27526: Fix cn_source display
2021-10-06 Jonathan DruartBug 27526: Remove ModItemFromMarc from additem
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-07-12 Nick ClemensBug 28384: Add 'no_items' option to TransformMarcToKoha
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-05-19 Kyle M HallBug 27837: Always pass permanent location from items...
2021-05-06 Nick ClemensBug 27577: Autolink biblio after biblionumber is generated
2021-04-01 Ere MaijalaBug 21958: Fix bibliographic record field comparison...
2021-03-09 Aleisha AmohiaBug 27268: Move GetMarcNotes to Koha namespace
2021-03-01 Jonathan DruartBug 8976: Code cleaning
2021-03-01 Jonathan DruartBug 8976: Add the ability to sort subfields for the...
2021-01-14 Nick ClemensBug 11299: (follow-up) Rebase on recent changes
2021-01-14 Nick ClemensBug 11299: (QA follow-up) Fix tests, spaces, and CSS...
2021-01-14 Bouzid FerganiBug 11299: Add a button to the biblio edition page...
2021-01-12 Nick ClemensBug 25306: Remove framework paramter from ModBiblioMarc
2020-11-25 Jonathan DruartBug 26518: Move BiblioAutoLink within the transaction
2020-11-25 Jonathan DruartBug 26518: Raise exception if the insert failed
2020-11-25 Jonathan DruartBug 26518: Use Koha::Biblio[item] in AddBiblio
2020-11-16 Nick ClemensBug 26516: Don't accept incorrect values for copyrightd...
2020-11-04 Andreas RoussosBug 26641: pass the MARC field as an argument to link_b...
2020-10-08 Marcel de RooyBug 26599: Unused parameter name in POD of ModZebra
2020-09-28 Marcel de RooyBug 25265: (QA follow-up) Rename biblionumber in ModZeb...
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-08-31 Nick ClemensBug 25273: Make match-heading rely on authority type...
2020-08-05 Jonathan DruartBug 26133: Remove GetMarcHosts
2020-07-30 Jonathan DruartBug 26063: Use Koha::Plugins->call for some other hooks
2020-07-29 Nick ClemensBug 25709: Rename systempreference to NotesToHide
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-06-24 Nick ClemensBug 25189: Don't create authority if results found
2020-04-17 Jonathan DruartBug 21901: Add FK on subscription and serial tables
2020-04-17 Marcel de RooyBug 24715: Cache repeatable subfield in TransformKohaToMarc
2020-03-26 Fridolin SomersBug 20415: Remove UseKohaPlugins system preference
2020-03-24 Marcel de RooyBug 21800: Check the correct framework for the repeatab...
2020-03-24 Marcel de RooyBug 21800: Make TransformKohaToMarc aware of non-repeat...
2020-03-24 Marcel de RooyBug 21708: Sort MARC fields in TransformHtmlToMarc
2020-03-16 Andreas RoussosBug 24827: Standardise on 'UTF-8' as the encoding name
2020-02-19 Nick ClemensBug 24269: Adjust C4::Heading to generate headings...
2020-02-19 Nick ClemensBug 24094: Strip trailing spaces and punctuation from...
2020-02-11 Jonathan DruartBug 8643: Fix IsMarcStructureInternal tests
2020-02-11 simithBug 8643: Add important constraint to marc subfields
2020-01-27 Nick ClemensBug 24421: Check if subfields are valid using the bibli...
2020-01-21 Tomas Cohen AraziBug 24430: Remove CountBiblioInOrders and its traces
2019-11-12 Jonathan DruartBug 24002: One more occurrence of datecancellationprinted
2019-10-24 Nick ClemensBug 23392: Don't display private notes in MARC21
2019-08-05 Ere MaijalaBug 11529: (follow-up) Fix QA issues
2019-08-05 Ere MaijalaBug 11529: Add templates for biblio title display....
2019-08-05 Ere MaijalaBug 11529: Clean up subtitle usage
2019-08-05 Ere MaijalaBug 11529: Use new biblio fields whenever possible
2019-08-05 Ere MaijalaBug 11529: Add new fields to biblio table
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-07-04 Tomas Cohen AraziBug 22709: Add after biblio/item action hooks
next