Bug 30477: Add new UNIMARC installer translation files
[koha.git] / tools / batchMod.pl
2022-03-02 Tomas Cohen AraziBug 29857: Rename base class as Koha::Exception
2021-10-18 Jonathan DruartBug 28445: Fix subfields to blank
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-18 Jonathan DruartBug 28445: Start form with empty library for batch mod
2021-10-18 Jonathan DruartBug 28445: Adjust code to handle regexs
2021-10-18 Jonathan DruartBug 28445: Use Koha::UI::Form::Builder::Item from batch...
2021-10-18 Jonathan DruartBug 28769: Remove tabloop from cataloguing plugins
2021-10-15 Joonas KylmäläBug 29111: Remove unused indicator modification code...
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-08-16 Jonathan DruartBug 28765: Remove sub find_value from batchMod.pl
2021-07-23 Jonathan DruartBug 28745: (bug 28158 follow-up) Restore the items...
2021-07-19 Jonathan DruartBug 17600: Fix batchMod.pl
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-22 Jonathan DruartBug 28572: Remove C4::Debug
2021-06-04 Jonathan DruartBug 28353: Display a list of items that cannot be deleted
2021-05-27 Jonathan DruartBug 28158: Remove additional backgroundjob related...
2021-05-27 Jonathan DruartBug 28158: Remove backgroundjob from batchMod
2021-02-08 Tomas Cohen AraziBug 23830: Adapt callers
2021-02-01 Nick ClemensBug 26298: Don't set too_many_items_to_process if equal...
2020-10-15 Julian MauriceBug 25898: Prohibit indirect object notation
2020-09-28 Katrin FischerBug 24780: Make items.stocknumber show up in batch...
2020-09-28 Nick ClemensBug 25265: Rename skip_modzebra_update to skip_record_index
2020-09-28 Nick ClemensBug 25265: Prevent double reindex of the same item...
2020-09-03 Jonathan DruartBug 24663: Remove authnotrequired if set to 0
2020-08-31 Nick ClemensBug 19889: (QA follow-up) Check that exclude from local...
2020-08-31 Nick ClemensBug 19889: (QA follow-up) use em over i and update...
2020-08-31 Agustin MoyanoBug 19889: (follow-up) Fix few minor things
2020-08-31 Agustin MoyanoBug 19889: (follow-up) Fix overlapping blue box and...
2020-08-31 Agustin MoyanoBug 19889: Make it possible to exclude items and catego...
2020-08-13 Nick ClemensBug 5428: (QA follow-up) Add searchid for deleting...
2020-06-29 Martin RenvoizeBug 21395: (QA follow-up) Remove some introduced issues
2020-06-29 Julian MauriceBug 21395: Make perlcritic happy
2020-05-11 Jonathan DruartBug 8132: Delete the items in a transaction and rollbac...
2020-05-11 Jonathan DruartBug 8132: No changes but disable checkboxes
2020-03-23 Jonathan DruartBug 23463: Fix safe_return return value in deletion...
2020-03-23 Jonathan DruartBug 23463: Remove DelItemCheck and ItemSafeToDelete
2020-02-19 Jonathan DruartBug 24051: Remove "search( %condition ) is deprecated...
2020-01-20 Nick ClemensBug 24423: Add biblionumber to modify items link
2020-01-08 Alex ArnaudBug 21959: allow only i and g regex modifiers
2020-01-08 Alex ArnaudBug 21959: Batch item modification - ability to apply...
2019-12-13 Marcel de RooyBug 23800: (QA follow-up) Remove useless line
2019-12-13 Marcel de RooyBug 23800: (QA follow-up) Fix item case, reduce code
2019-12-13 Jonathan DruartBug 23800: Does not order items by barcode in batch...
2019-12-09 Jonathan DruartBug 23987: "return to cataloguing" if the record is...
2019-09-10 Marcel de RooyBug 22996: Move barcode separators to a preference
2019-08-16 Aleisha AmohiaBug 22799: Avoiding batch item modification case sensit...
2019-07-15 Josef MoravecBug 22721: Remove frameworkcode parameter in GetMarcFro...
2019-04-10 Nick ClemensBug 22288: Correct item search in batchMod by barcode...
2019-03-28 Nick ClemensBug 19722: Don't show items at job completion if over...
2019-03-28 Nick ClemensBug 19722: Add MaxItemsToDisplayForBatchMod systemprefe...
2019-02-26 Jonathan DruartBug 21206: Replace C4::Items::GetItem
2018-12-19 Nick ClemensBug 22022: Correct ordering for authorised values
2018-12-14 Jonathan DruartBug 21986: Do not escape quotation marks when cataloguing
2018-11-05 Nick ClemensBug 19490: Add a 'Holds' column to the items batchmodif...
2018-10-26 Jonathan DruartBug 21635: [sql_modes] Remove GROUP BY clause in batchM...
2018-08-30 Jonathan DruartBug 21183: Fix ->get_column call context
2018-08-30 Jonathan DruartBug 21183: Replace C4::Items::GetItemnumberFromBarcode...
2018-08-21 Jonathan DruartBug 21142: Open uploaded files in utf-8 - batch mod/del
2018-08-09 Jonathan DruartBug 21141: Handle non-existent itemnumbers in batch...
2018-05-07 Jonathan DruartBug 20305: Remove warnings from tools scripts
2018-04-20 Jonathan DruartBug 19974: Make MarkLostItemsAsReturned multiple
2018-04-02 Jonathan DruartBug 20462: Ensure batch item deletion will not delete...
2018-02-05 Jenny WayBug 20017: use Modern::Perl in Tools perl scripts
2017-10-27 Jonathan DruartBug 12363: Add a switch to mark|do not mark items as...
2017-07-14 Jonathan DruartBug 18262: Koha::Biblio - Remove GetBiblioData - part 1
2017-07-10 Jonathan DruartBug 17829: Move GetMember to Koha::Patron
2017-07-10 Marcel de RooyBug 18277: [QA Follow-up] Additional polishing
2017-07-10 Jonathan DruartBug 18277: Remove GetBiblionumberFromItemnumber - Easy...
2017-04-14 Jonathan DruartBug 17835: Replace GetItemTypes with Koha::ItemTypes
2017-03-22 Jonathan DruartBug 18256: Koha::Items - Remove GetItemsCount
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Ultimate duel for C4:...
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranchesLoop
2016-08-26 Barton Chittendenbug 14504: (QA followup) fixing DelItemCheck arguments
2016-06-24 Jonathan DruartBug 11490: Split MaxItemsForBatch into 2 prefs to clari...
2016-04-26 Jonathan DruartBug 16154: CGI->multi_param - Declare a list
2016-03-07 Jonathan Druart Bug 5404: Move the test to a new IsMarcStructureIntern...
2016-03-07 Jonathan Druart Bug 5404: C4::Koha - remove subfield_is_koha_internal_p
2015-10-27 Jonathan DruartBug 14100: Generic solution for language overlay -...
2015-10-23 Jonathan DruartBug 15021: Fix scoping variable in tools/batchMod.pl
2015-10-19 Jonathan DruartBug 15005: Replace $ENV{SCRIPT_NAME} with the hardcoded...
2015-10-06 Jonathan DruartBug 14950: Remove unused variable $today_iso
2015-10-06 Marc VéronBug 14950: Assign default value for YYYY, MM and DD
2015-10-02 Jonathan DruartBug 12311: Do not return a lost item if modified in...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-16 Marcel de RooyBug 10480: Use the framework plugin object in cataloguing
2015-01-13 Jonathan DruartBug 11944: use CGI( -utf8 ) everywhere
2014-11-11 Jonathan DruartBug 7673: Assume that all fields can be edited if the...
2014-11-11 Jonathan DruartBug 7673: Change the superlibrarian check
2014-11-11 Jonathan DruartBug 7673: Update permission names in script
2014-11-11 Jonathan DruartBug 7673: Update syspref names in script
2014-11-11 Jonathan DruartBug 7673: QA Followup: trailing whitespace and perlcrit...
2014-11-11 Matthias MeusburgerBug 7673: New patron permissions
2014-08-19 Bernardo Gonzalez... Bug 12180 - Remove HTML from batchMod.pl
2014-07-17 Tomas Cohen AraziBug 11349: Change .tmpl -> .tt in scripts using templates
2014-07-07 Tomas Cohen AraziBug 12151: Remove use of smartmatch operator in tools...
2014-03-12 Jonathan DruartBug 11493: Revert "Bug 6869 Batch item modification...
2014-03-10 Jonathan DruartBug 11343: The max number of items to process in a...
2014-01-06 Galen CharltonBug 7002: fix some invalid superlibrarian permission...
2013-12-10 Owen LeonardBug 10661: format mandatory item fields the same on...
2013-09-18 Jonathan DruartBug 10601: Add a counter on batch items modifications
next