bug 3651 followup: updated for new GetMember() parameter style
[koha.git] / C4 / ImportBatch.pm
2010-01-27 Galen CharltonMerge commit 'pianohacker-koha/prefs-submit' into master
2010-01-26 Galen CharltonMerge commit 'biblibre/3.2_community' into to-push
2010-01-20 Henri-Damien LAURENTMerge branch 'patroncards-wip' of git://git.foundations...
2009-12-20 Chris CormackBug 3930 link to biblio was missing in manage staged...
2009-12-02 Galen CharltonMerge commit 'koha-biblibre/master' into bl-acq
2009-09-30 Paul Poulainfix for #3620: basket management
2009-09-30 Paul Poulainchanges in ImportBatch
2009-08-11 Galen Charltonbug 2157: add ability to 'clean' staged record batches
2009-06-08 Galen Charltonbug 2505: enable warnings in C4::ImportBatch and C4...
2009-02-12 Galen Charltonbug 2952 followup
2009-02-12 Mason Jamespatch for feature 2952 - v3
2009-02-02 Mason Jamesfixes SQL typo and return value in GetImportBatchStatus()
2008-08-13 Andrew MooreBug 2400 [10/18]: fixing pod syntax in C4/ImportBatch.pm
2008-08-01 Galen Charltonbug 2423: actually ignore already-imported records
2008-05-01 Galen Charltonstaging import - enhance record overlay behavior
2008-03-18 Ryan HigginsPartial commit to add Create-Label-Batch-from-Import...
2008-02-09 Galen Charltonbug 1372: count MARC records correctly
2008-02-09 Galen Charltonadded StripNonXmlChars to C4::Charset
2008-02-03 Galen CharltonIMPORTANT - refactor MARC character set handling
2008-02-03 Galen Charltonstaged MARC import: handle non-ASCII characters in...
2008-01-08 Joe AtzbergerImportBatch.pm - BEGIN block VERSION and vars related...
2008-01-03 Galen Charltonbatch import: do not ersatz MARC item fields
2008-01-03 Galen Charltonstart of BIB change -- introduce C4::Items
2007-12-02 Galen Charltonwarn on attempts to add duplicate item barcodes during...
2007-11-29 Galen Charltonbugfix: do not store item tags when saving old copy...
2007-11-16 Galen Charltonmatching enhancements -- allow matching rule to be...
2007-11-13 Galen Charltonwhen reverting import batch: don't try to delete items...
2007-11-07 Galen Charltonnew batch job to stage a file of MARC biblios for import.
2007-11-07 Galen Charltonnew batch job to commit a batch of imported bibs
2007-11-07 Galen Charltoncleaned up POD a bit
2007-10-31 Galen Charltonbatch import rework: added suport for loading and dropp...
2007-10-29 Galen Charltonbatch import rework -- implement stage-commit-undo...
2007-10-29 Galen Charltonmore work on batch import
2007-10-29 Galen Charltonimproved import batches part 2 -- replace use of marc_b...