minor
remove imports
bugfix for Coordinate Parser with whitespaces, Dateparsing, etc.
improved "move synonym" (#2578), also adapted constructor of SynonymRelationship to adapt homotypic group of homotypic synonyms.
Make it implement Serializable
move progress monitoring into subpackage and add CancelException
Implement correct mapping between TaxonNameBase and TypeDesignationBase and add delete method for type designations to NameService (#2396, #2647)
use \u2245 for congruent concepts
update concept relationship symbols (#2634) and some cleanup in database.update
symbols for "All relationships" updated
Symbols for relations (#2634)
Cascade.DELETE hybridChildRelations (#2616)
javadoc
make uuidGenus public
NPE in BookSectionCacheStrategy with missing inReference
fix bidirectionality of taxon.name
commented annotations on PolytomousKeyNode.key
maybe fixing NPE problem
moving TaggedText classes and removing deprecated tagedName methods
removing deprecated class TaggedTextGenerator
fixing CDM part of #386 (Handle hybrids in data portals)
Bugfix for changeSynonymToAccepted #2556
bugfix for changeSynonymToAcceptedTaxon (#2556)
change getSynonymsInGroup to synonymRelationship dependency (not sec dependency anymore). See #2580
Changing javadoc
fixing bugs in test for botanicalNameCacheStrategy and zoologicalNameCacheStrategy
cleaning up cache strategies and taggedTextGenerator
Cleaning up name cache strategies and updating javadoc
rename getNameTags -> getTaggedName
renamed getTaggedName -> getTaggedNameDeprecated
bugfix for hybrid sign in hybrid formulas
no override for getNameCache
Refactoring nameCacheStrategy. Use same method for both caches (tagged + string)
move back PolytomousKeyGenerator and move test class from service to model
move PolytomousKeyGenerator to tests
use real URI in getTermByUri
bugfix for test
better error handling for performCompareTo
make media cache strategy available to all media classes
change name of ReferencedMedia to ReferencedMediaBase (#2381)
fix bug in PolytomousKeyDaoHibernateImplTest more verbose exception for cdmBases missing uuid
add PolytomousKey cache strategy and cascading PolytomousKeyNode-> PolytomousKey
add PolytomousKey cache strategy
add cascade for taxonomic scope and taxa covered
toString for Annotation and Extension
rename specimen type status parse method
some updates on factory methods for media, figure, media representations
added NameTypeParser (with test)
added specimen type parser
remove unimplemented valueOf methods
remove duplicate null check (and comment)
Avoid NPE in VersionableEntity.equals() if for some reason created is not set
fixing #1925 (CICHORIEAE taxon tree order of taxa and bastards) and also moving ITaxonNodeComparator into model
javadoc for TaxonComparatoSearch
updating comments
workaround for missing PERSON in CdmPermissionClass enum. Needs further discussion.
bugfix in getAuthorities() new Service for evaluate a permission add permission evaluation for changing password
remove import
modifications in cdmlib for #2206 (modify the means to find images for the data portal)
nicer logging
Changed CdmPermission to use "update" instead of "edit" for consistency reasons; Added a comment about getting authorities from a user's groups;
Bugfixing
using spring security for user management
fixing non UTF-8 character
sync trunk
Permissionevaluation classes
adding permission handling and writing a test for usermanagement
added getSetCitation to IOriginalSource
bugfixing for NPE in static mehtod labelWithLevel for null areas. + javadoc
Fixed a failing test
Refactored MediaMetaData and family. Renamed it to MediaInfo. API is now less confusing and more consistent.