fix #9384, ref #9279 fixed incorrect implementation of createShortCitation and added tests
cleanup
cleanup and use TermTestBase for model tests
ref #9114 add URI Wrapper and replace all java.net.URI occurrences by the wrapper in cdmlib
ref #9071, ref #6276 Change TimePeriodFormatting to YYYY-MMM-DD
fix #8881 Use pure last names (without initials) for in-references of taxon names
fix #7915 move datePublished to subinterface IWithAuthorAndDate, remove from IJournal and IPrintSeries this way
ref #6752 stricter handling of Reference.setDatePublished (only for calling methods)
ref #6752 strictly use VerbatimTimePeriod where possible
ref #6241 change @date to @since (fix)
ref #6241 change @date to @since
ref #6960
fix #5258 add accessed to WebPage cache strategy
ref #6496 fix missing pages in bibliographic references (not yet fixed for book sections)
fix #3532 write test for "null" nom ref for databases, cdDvd and webpage, original issue was fixed already
ref #5834 tests for generic volume, still partly commented, solution not yet implemented
ref #6190 removing svn property place holder in first line of code
Fix failing inReference cache reset #1815
revert last commit
minor
Further cleanup and rename new default cache strategy to default cache strategy #5833
Remove all old reference cache strategies completely #5833
Further clean up reference cache strategies #5833
Some further cleaning up for single reference cache strategy #5833
Implement single cache strategy for references #5833
Remove generics from Reference in cdmlib-model #5830
quick fix for cache strategy exception. Cache strategy not yet correctly created. #4773
add WebPageDefaultCacheStrategyTest
rename Reference.authorTeam -> authorship #4432
add vol to generic infereference formatting
better handling of abbreviated title cache in references, series -> seriesPart and some improvements in the reference cache strategies #4280, #4239 , changes in tests
remove double dots before year in nomrefs
Remove ". " from year only nom-refs
Add preliminary SectionCacheStrategy and remove generics from reference cache strategies
solving some reference cache strategy issues, e.g. #3645
Bugfix for article cache strategy
first version of abbreviated title cache generation for references : #1551
devided TimePeriod and TimePeriodParser #3617
update ReferenceFactory method
Hibernate 4 migration. All test running except for SDDImport (Out of memory)
bugfix titleCache for generic references with inReference
implement nomenclaturalTitle for generic references (titleCache still missing)
add comma before edition in cache strategy
added generic cache strategy test
merge 3.0.2 to trunk
moved reference type test
some more cache strategy tests
Some bugfixes for book(section)cache strategy
committing merged history from local git svn clone:
846a384 Merge branch 'descriptions' eea3396 git cygwin and whitespace: grrrrr a818683 git and cygwin is horrible - commiting again 045d5ca fixing some problems with sdd import and now producing acceptable natural language representations 2...
Added one test to BookSectionDefaultCacheStrategyTest
Bibliographic title cache bugfix for article and booksection
comment failing test in for article cache strategy
bugfix in VersionableEntity, added ArticleCachStrategyTest
merging branches/cdmlib/2.2 [7345:7377] to trunk
see also: https://dev.e-taxonomy.eu/trac/changeset?new=branches%2Fcdmlib%2F2.2%407377&old=branches%2Fcdmlib%2F2.2%407345
#1085 and #1086 (Adapted DefaultTaxonCacheStrategy and changed referenceBase table name to 'reference'
PublicationBase tests
Lots of changes, but primarily: Enabled the marshalling / unmarshalling of LSIDAuthority Renamed the User table to UserAccount to avoid problems on SQLServer Major refactoring of CacheStrategyGenerators so that the generic framework extends across all IIdentifiableEntities, allowing (but not requiring) the use of @Configurable and aop to inject custom cache strategy generators at runtime