minor
fix #6373 fixing MediaAutoInitializer
revert last minor change in misapplied name search
fix tests
fix #6296: fix the parameter settings in search queries
fix #6296: fix problems for simple search
add test for different search combinations
fixed copy paste error for common name search
fix #6342: fix exception for ? in selection dialog
some code cleaning
fix #3465 Progressmonitor API and better UpdateResult handling for setSecundumForSubtree
ref #6296: minor
fix #6296: include the common name search into the search query of taxa and synonyms
fix #3465 implement setSecundumForSubtree
fix #6299: add openSession in getSession when there is no current session
ref #6190 removing svn property place holder in first line of code
fix #6135 allow nameCache for merked taxa search
fix #6236 add alphabetic length ordering to name search
fix #6134 add group taxa by marker and refactor treeindex handling
fix #6128 include authorship option in taxon and name search
Cleanup and replace int by long in count
solving polytomouskey node sort index problems
Merge branch 'develop' of ssh://dev.e-taxonomy.eu/var/git/cdmlib into develop
Conflicts: cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/ITaxonNodeService.java
ref #5458 Add classification filter to service method
ref #5458 Added find-by-titleCache method for taxon node service
ref #2380 Implement service for getting parent of UuidAndTitleCache
ref #2380 Implement service for getting children of UuidAndTitleCache
ref #5974 implement substitute method for TaxonService.getAllRelationships
Cleanup merge model 4.1/develop
Merge remote-tracking branch 'origin/develop' into develop
Conflicts: cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/taxon/TaxonNode.java cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/hibernate/taxon/TaxonDaoHibernateImpl.java cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonNodeServiceImpl.java...
remaining merge issue for morge develop to cdm4.1
Merge remote-tracking branch 'origin/develop' into cdm-4.1
Conflicts: cdmlib-db/pom.xml cdmlib-ext/pom.xml cdmlib-io/pom.xml cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/excel/taxa/NormalExplicitImport.java cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/specimen/SpecimenImportBase.java...
ref #6099: removing cascading to child nodes and adapting the service and persistence layer
ref #3925 Move excluded and unplaced to TaxonNode
ref #5974 Replace synonymRelationshipType by SynonymType and replace some other occurrences of synonym relationship
ref #5974 Remove synonym relationship first compiling implementation in cdmlib
ref #5972: add method to count referencing objects
fix #6122 add titleCache service
fix #6120 Cleanup uuidAndTitleCache methods
ref #6065 Handle synonyms in taxonInContext
ref #6065 first implementation of taxonInContext service
ref #6066 add getChildNodes to classification service
ref #6087 adding orderINdex to TermDTO
fix #6061: search in titlecache and nomenclatural titleCache in getUuidAndAbbrevTitleCache
fix #6072 Implement findIdentifiableEntityByMarkers
ref #6089 Remove all calls and methods for taxonomicChildrenCount and taxonomicParentCache
fix #6066 Implement doPageChildNodes with doSynonyms
fix #5837: search on abbrevTitleCache instead of abbrev title
fix #5957 fix IndexOutOfBound exception and some other improvements for groupByHigherTaxon
fix #6061: search for titlecache if abbrev title is empty
ref #5837 implement search for nomenclatural title
fix #5828: add abbrevTitleCache and titleCache to uuidAndTitleCache
specimen import changes
missing changes in taxonDao
Merge branch 'develop' into csvExport
fix failing editor test because of updateSortindex in mergeEntityListener
#5958 fix failing tests
#5958 Implement name part search as web service
#5957 Fix empty treeindexes
#5957 mplement groupByHigherTaxon webservice
fix failing Polytomouskey test
#5681: move removeNullValueFromCollections to PostMergeEntityListener
new method removeNullValues in CdmPreDataChangeListener
Clean up
#5945 Deduplicate results from termloading by class
refactoring listByIds to loadByIds
fix getUuidAndTitleCache for pattern with ?
fixing bugs related to the rank intervall in the TransmissionEngineDistribution
solving multiple problems in TransmissionEngine - avoiding LIE by fetching the parentAreas for each batch - skipping taxa not in specified rank interval
attempt to reduce the overhead imposed by database access
fix getUuidAndTitleCache for pattern with * or ?
fix UuidAndtitleCache methods for pattern with asterisk
git issues