Bug 28959: Add virtualshelves.public as a boolean
[koha.git] / Koha / SimpleMARC.pm
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-24 Jonathan DruartBug 28606: Remove $DEBUG and $ENV{DEBUG}
2021-01-12 Nick ClemensBug 26894: Handle subfield 0 and delete empty fields
2020-10-25 Nick ClemensBug 26781: Check for subfield defined rather than truth
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-21 Andreas RoussosBug 17510: enable use of subfield 0 in MMT actions
2019-06-21 Jonathan DruartBug 22571: Handle control fields in MMT for conditionals
2018-07-19 Nick ClemensBug 13560: Add an 'Add' option for marc modification...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2015-09-07 Jonathan DruartBug 14098: Implement the copy_and_replace action for MTT
2015-09-07 Jonathan DruartBug 14098: Remove unedeed subroutines
2015-09-07 Jonathan DruartBug 14098: FIX Copy a subfield should not update the...
2014-11-14 Jonathan DruartBug 11413: Fix field_numbers
2014-11-14 Jonathan DruartBug 11413: Change the field number logic
2014-11-12 Jonathan DruartBug 11319: Add the field management for Koha::SimpleMARC
2014-11-12 Jonathan DruartBug 11319: Koha::SimpleMARC should take a hashref for...
2014-02-20 Colin CampbellBug 11478: Replace experimental given/when keywords
2013-10-31 Kyle M HallBug 8015: (follow-up) remove references to C4::Koha...
2013-10-31 Jonathan DruartBug 8015: Add unit tests for SimpleMARC and MarcModific...
2013-10-31 Kyle M HallBug 8015: (follow-up) fix various issues (squashed...
2013-10-31 Jonathan DruartBug 8015: (follow-up) fix copy and move if subfields...
2013-10-31 Kyle M HallBug 8015: Add MARC Modifications Templates