ref #6684 handle casting and null for preferred media part
cleanup
minor
Revert "rename term to description in Feature"
This reverts commit ce781a48f8801c3f2168cae24d3a67363a556a12 except for the wanted change
rename term to description in Feature
fix #6459 Implement deduplication for IntextReferences
ref #6190 removing svn property place holder in first line of code
ref #5762 Rights to be reusable, still need to update existing unique
cleanup (including deprecated methods in Media)
Cleanup and new Rights Factory method
Cleanup
Cleanup language string handling and cloning
Cleanup MediaRepresentationPart and PolytomousKeyNode #5756
Adapt table and column names to hibernate 5 naming strategy #5369
... and some other changes to table/attribute names
Minor
#4716 reduicing clutter in the lucene index and solving performance problems which probably fixes #4277 and #3663
index creation without errors, most lucene search test working again - using TextField instead of StringField to enable tokenization for some fields - @IndexedEmbedded(includeEmbeddedObjectId=true) added where necessary
Update some more hibernate mapping nameings #4716 and #5369
Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/cdmlib into remoting-4.0
Conflicts: cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTerm.java cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTermBase.java cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/reference/Reference.java...
updated getTermByUuid methods in the term classes to use the cacher
added Cascade.MERGE to all fields with annotation Cascade.SAVE_UPDATE
minor and generics
change table name Rights->RightsInfo #2945
update Collection class
Update script for termtype and some other, remove InstitutionType and COntinent, update idInVocabulary, ...
Rename RightsTerm -> RightsType #1306
remove ReferencedMediaBase and Figure, let PhylogeneticTree inherit from Media, remove citation and microcitation columns from DB
updated Media.addDescription to media.putDescription #2511
exchange modifier classes by DefinedTerm, add termtype to csv files, make term loader required constructor private
Add missing @Audited annotations to mapped superclasses
remove model changing validations fix Delete_Orphan #3379
cleaning up @Field annotations
Hibernate 4 migration. All test running except for SDDImport (Out of memory)
solving git-svn branch and merge problems
fixing bug in getMediaForTaxon() & whitespace
prevent media from being corrupted - fixing bugs in test and utils class
MediaUtils.findPreferredMedia() returns Map
prevent media from being corrupted
make media cache strategy available to all media classes
change name of ReferencedMedia to ReferencedMediaBase (#2381)
some updates on factory methods for media, figure, media representations
modifications in cdmlib for #2206 (modify the means to find images for the data portal)
Fixed a failing test
Refactored MediaMetaData and family. Renamed it to MediaInfo. API is now less confusing and more consistent.
make rights.uri a real URI #2339
Reverting the RightsTerm -> RightsType change (see #1306). This is a model change and needs updates to the schema. We will transfer this into a branch.
#1306, RightsTerm should be renamed to RightsType for consistency
replace deprecated methods with new ones #2176
the deprecated methods call the new methods (#2176)
adapt the all put/add methods operating on maps to put(key, value), set the old methods to deprecated
added an interface to easily identify multilanguage text entities
merge 3.0.2 to trunk
some fixes anf new imports for the tdwg workshop
reset for defined terms
javadoc on deprecated
javadoc for media classes
changed strategy for media with no title a bit
improved cache strategy for media (and resolved some svn merge error)
merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk
Merging cdmlib-model; pesi. Merge rev 8256:8526.
changed parameters of ImageFile setter and getter methods from int to Integer. Reworked titleCache for Media objects as to avoid confusion with the Media.title field
Minor changes to media API. Old methods have been set to deprecated.
merging PESI brach into trunk
merge cate-development2 branch with trunk
Added CascadeType.MERGE to some relationships
TermBase and descendants indexed using hibernate search
revert the model changes...
rightsterm -> rightstype ticket #1306
modifier "abstract" removed in interfaces
Merging revisions 7377-7378,7390-7396,7400-7405,7412-7414,7442-7443,7448-7449,7453-7456 of http://dev.e-taxonomy.eu/svn/branches/cdmlib/2.2 into trunk - test in error, see #1274, #1275
Merged in changes from cate-development branch and upgraded to spring 3.0.0.RC1
adding and using yourkit profiler controller
#445: Added missing term vocabularies #921: Added setDefaultTerms methods Added inferred and potential combination synonym relationship types for Fauna Europaea
Fix in JAXB annotations, typo
Deleting empty compareTo methods from DefinedTerms
CHANGES TO THE CDMLIB-MODEL: Media and DefinedTermBase become IdentifiableEntity, new classes to represent descriptive dataset and keys
Merging for cdmlib-model
bugfix for media.clone
Rights.clone