Bug 29234: Further clean Z3950 Tests
[koha-ffzg.git] / C4 / ImportBatch.pm
2023-03-31 Fridolin SomersBug 32279: Add GetAuthorizedHeading method export C4...
2023-03-17 Marcel de RooyBug 32804: (QA follow-up) Typo ahs and fix ImportBatch.t
2023-03-17 Nick ClemensBug 32804: Do not adjust biblionumber when replacing...
2023-02-07 Nick ClemensBug 15869: Change framework on overlay
2022-09-19 Marcel de RooyBug 27421: (QA follow-up) BatchCommitImportRecords...
2022-09-19 Jonathan DruartBug 27421: Use Background job for staging MARC records...
2022-09-12 Nick ClemensBug 27981: Adjust imported records, svc/import_bibs...
2022-08-18 Nick ClemensBug 30779: Remove _update_import_record_marc and update...
2022-08-18 Nick ClemensBug 30779: Do not update import marc after importing...
2022-08-17 Nick ClemensBug 26632: (Bug 22532 follow-up) Remove random variables
2022-07-08 Julian MauriceBug 29333: Fix encoding of imported UNIMARC authorities
2022-06-24 Tomas Cohen AraziBug 29325: Fix commit_file.pl
2022-06-22 Martin RenvoizeBug 30822: Clarify that BatchCommitItems is a private...
2022-06-22 Martin RenvoizeBug 30822: Make BatchCommitRecords update the index...
2022-06-13 Nick ClemensBug 30824: Improve performance of BatchCommitItems
2022-06-08 Nick ClemensBug 30813: (follow-up) Correct C4::Breeding call
2022-06-08 Nick ClemensBug 30813: (follow-up) ImportBatch updates
2022-06-06 Nick ClemensBug 30778: Remove ModAuthInBatch
2022-06-06 Nick ClemensBug 30778: Remove ModBiblioInBatch
2022-05-31 Jonathan DruartBug 28152: Log the "duplicate item barcode" error
2022-05-31 Jonathan DruartBug 28152: Fix import_items row creation if duplicate...
2022-05-13 Andreas JonssonBug 30520: Allow BatchImport to be used by command...
2022-05-03 Nick ClemensBug 22785: (follow-up) Don't sort by chosen and fix...
2022-05-03 Nick ClemensBug 22785: Allow option to choose which record match...
2022-04-08 Aleisha AmohiaBug 30402: Import authorities subroutines to ImportBatc...
2022-01-11 Jonathan DruartBug 29788: Make Koha::Item->safe_to_delete use Koha...
2021-10-26 Tomas Cohen AraziBug 14957: (QA follow-up) Clarify 'context' param
2021-10-26 David GustafssonBug 14957: fix context for batchmod and batchimport
2021-10-26 David GustafssonBug 14957: Merge rules system for merging of MARC records
2021-07-26 Nick ClemensBug 28758: (bug 17600 follow-up) Import subroutines...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-02-18 Jonathan DruartBug 24469: Move the new queries to a dedicated ImportBa...
2021-02-12 Jonathan DruartBug 27669: Fix 'importing' and 'reverting' statuses...
2020-11-20 Jonathan DruartBug 26557: (bug 23463 follow-up) Fix Batch import when...
2020-11-11 Jonathan DruartBug 23019: (follow-up 2) set table name to import_batch...
2020-11-11 Agustin MoyanoBug 23019: Add profiles to stage-import-batch and magna...
2020-11-03 David CookBug 26853: Throw a fatal error if import_biblios insert...
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-05-18 Tomas Cohen AraziBug 25527: Initialize the logger when required
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
2020-03-16 Andreas RoussosBug 24827: Specify UTF-8 as encoding in new_from_xml()
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2019-10-29 Fridolin SomersBug 18757: Problem when importing only items in MARC...
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-04-18 Josef MoravecBug 22532: Remove Z39.50 random
2018-08-30 Jonathan DruartBug 21183: Replace C4::Items::GetItemnumberFromBarcode...
2018-02-13 Jonathan DruartBug 20144: [sql_modes] Set import_records.marcxml_old...
2018-01-15 Mark TompsettBug 19937: Silence warnings t/db_dependent/www/batch.t
2017-08-15 Marcel de RooyBug 19049: [QA Follow-up] Mock config, default format
2017-08-15 Marcel de RooyBug 19049: Fix regression on stage-marc-import with...
2017-07-10 Jonathan DruartBug 18260: Koha::Biblio - Remove GetBiblio
2017-05-29 Marcel de RooyBug 18611: [QA Follow-up] Make SQL query more readable
2017-05-29 Josef MoravecBug 18611 - Followup, remove tabs to make qa tools...
2017-05-29 Nick ClemensBug 18611 - Create labels action fails in manage-marc...
2017-04-13 Marcel de RooyBug 9988: Merge should have a parameter hash
2017-03-03 Marcel de RooyBug 18070: [Follow-up] What should DelAuthority return?
2016-09-12 Marcel de RooyBug 6852: Staged import reports wrong success for items
2016-09-02 Marcel de RooyBug 10407: Add marcxml import (follow-up)
2016-09-02 Olli-Antti KivilahtiBug 10407: Allow MARCXML records to be imported via...
2016-08-26 Barton Chittendenbug 14504: (QA followup) fixing DelItemCheck arguments
2016-07-08 AleishaBug 9259: Ability to delete a staged file once it has...
2016-04-07 Jonathan DruartBug 16169: Change prototype for C4::Biblio::TransformMa...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2015-09-28 Kyle M HallBug 14597: (QA followup) Make Logger package level
2015-09-28 Kyle M HallBug 14597: Reverting a batch where a record overlaid...
2015-05-04 Kyle M HallBug 12412: Add ability for plugins to convert arbitrary...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-16 Jonathan DruartBug 6520: Display items for staged record
2015-04-09 Jacek AblewiczBug 10906 - Reimported records into Koha are imported...
2015-01-15 Olli-Antti KivilahtiBug 13222 - Accessors for import_record.status have...
2014-10-31 Jonathan DruartBug 11876: (qa-followup) some minor changes
2014-10-31 mbeaulieuBug 11876 - Add a diff view for staged MARC records.
2014-04-19 Fridolyn SOMERSBug 11254: make reservoir search normalize ISBNs
2014-03-13 Kyle M HallBug 11923: fix option to sort contents of MARC record...
2014-03-10 Kyle M HallBug 10558 [QA Follow-up]
2014-03-10 Kyle M HallBug 10558 - Convert records table in manage-marc-import...
2013-10-31 Jonathan DruartBug 8015: (follow-up) trap exceptions thrown by SetUTF8...
2013-10-31 Kyle M HallBug 8015: Add MARC Modifications Templates
2013-10-30 Kyle M HallBug 7131: (follow-up) initialized some variables properly
2013-10-30 Kyle M HallBug 7131: (follow-up) allow overlaying by barcode
2013-10-30 Kyle M HallBug 7131: (follow-up) perltidy BatchCommitItems
2013-10-30 Elliott DavisBug 7131: teach MARC import how to overlay items
2013-05-19 Jared Camins-EsakovMerge branch 'bug_9824' into 3.14-master
2013-05-19 Jared Camins-EsakovMerge branch 'bug_10230' into 3.14-master
2013-05-19 Jared Camins-EsakovBug 10230: Don't limit valid matches to bibs
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-26 Jared Camins-EsakovMerge branch 'bug_9850' into 3.14-master
2013-04-22 Jared Camins-EsakovMerge branch 'bug_9523' into 3.14-master
2013-04-22 Kyle M HallBug 9523: importing staged bib records hangs if a match... origin/new/bug_9523
2013-04-21 Jared Camins-EsakovMerge branch 'bug_9839' into 3.14-master
2013-04-21 Kyle M HallBug 9839 - when importing MARC records, item record... origin/new/bug_9839
2013-02-12 Jared Camins-EsakovMerge branch 'bug_9105' into 3.12-master
2013-01-15 Jared Camins-EsakovMerge branch 'bug_8557' into 3.12-master
2013-01-09 Jared Camins-EsakovMerge branch 'bug_8977' into 3.12-master
2013-01-02 Jared Camins-EsakovMerge branch 'bug_7919' into 3.12-master
2012-12-30 Jared Camins-EsakovMerge branch 'bug_9052' into 3.12-master
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7368' into 3.12-master
2012-12-27 Marcel de RooyBug 7368: Update GetXmlBiblio documentation
next