fix #7180 fix #7175 refactor (CdmLight) and implementd (DwC-A) publish flag filtering
cleanup
ref #7175, ref #7180, ref #7165, ref #7166 Adapting TaxonNodeFilter for unpublished, minMaxRank and areas
add attr. onlyPublishedTaxa to exportConfigurator and CdmLightExport
add proparte synonym information to csv light export
ref #6965 add reference author handling and and reporting for ID duplicates
ref #6965 fix compilation issue in ImportDeduplicationHelper
ref #6965 fix TropicosNameImportTest
ref #6965 first version of Tropicos import
ref #6965 rename static Name Identifier methods
ref #6965 move CsvImportBase to "in" package
move stream base classes from dwca to stream package
remove reference deduplication as default from Excel import
ref #7075 first running version for ImageExcelImport
cleanup and improved generics for commonservice findXXX methods
ref #6606 changes in cdmlib for bogota specimen import
fix handling of null feature in import
revert unwanted changes
minor fixes to IdentifierImport
abcd import new taxa to new classification if configured
abcd import: handle empty collecting areas and fix used classification for new taxa
move initialize to constructor and small changes in cdmlightexport
remove subTreeConfigurator and updater from io package
smaller changes in ForSubtreeConfigurator
ref #6968 add taxon title to warning
Minor change in error handling in CDM light
fix #6968: add warning if indiv. assoc. has no specimen
code cleaning
ref #2342 ref 6755 fix some issues in higherClassification handling in DwC-A export
ref #2342 fix bug in higherClassification handling in DwC-A export and adapt tests
ref #2342 first implementation of higherClassification handling in DwC-A export
ref #6730 try to remove compilation problem in MediaServiceImpl.delete
add try/catch for handling of description elements
add new enum ExportType
the export result needs to know from which kind of export it is
fix creation of new namedAreas in specimen import and search for isocode
fix gatheringAgent import in ABCD Import
ref #6627: use taxonnodeFilter and partitioner for cdmLightExport
pass the vocService to the setCountry method
add the new created namedArea for gathering event to a vocabulary in specimen import
ref #6933: selected taxonNode is exported as well
create new Area for GatheringArea with label and add to Vocabulary
fix cdm light export only for taxonnodes
minor
remove setSecundum in io package
fix abcd import for associated units
ref #6730: set result to Abort if media is used elsewhere
fix #3740 implement setPublish for subtrees
ref #3740 further refactor operations in io layer and add publishForSubtreeUpdater
ref #3740 refactor operations in io layer
ABCD import:set fieldUnit in derivedUnitFace after creation to avoid new creation of fieldUnit
cdmLight export: add classification export again
adapt cdmLightExport for using TaxonNodeFilter
revert DwcaImport changes
remove deprecated in NomenclaturalCode constructor
ref #6887 handle modified in CoL import
ref #6887 handle occurrenceStatus and establishementMeans in CoL
ref #6887 handle extinct and modified in CoL
fix simple facts for simple facts without text
fix #6799: add totalCount of ticks as totalwork and start the progress monitor when this is calculated
ref #6799: start the progress monitor
ref #6799: use the progress monitor of the configurator
ref #6627: facts containing only media exported to an media table
fix bug in sortindex updater
ref #6828:adapt cache updater to work for specimenOrObservationBase
ref #6887 and ref #5173 improve area handling for CoL distribution import
ref #6887 handle non LSID identifiers in CoL import
ref #6887 handle languages in DwCA CoL import
ref #6887 add description.txt to CoL import
fix compilation issue in PartitionableConverterBase
fix inadequate logging in stream partitioner
fix #6880 allow explicitly define hibernate configurations in applicationController
ref #5713 fix #5713 (partly or fully)
use uuid instead of id for refresh in ImportDeduplicationHelper
Merge branch 'develop' into owlExport
smaller changes in NormalExplicit import
ref #6792 adapt ImportDeduplicationHelper to run with sessions (for AgentBase)
fix #6793 implement csv import framework
adapt generics for SimpleImport
fix #6790 IO class hierarchy creates problems in eclipse
rename ExcelImporterBase to ExcelImportBase