Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
eda6214b 05/26/2016 09:46 PM Andreas Müller

Fix failing inReference cache reset #1815

af5e38cf 05/26/2016 09:26 PM Andreas Müller

revert last commit

8e9a7092 05/26/2016 09:23 PM Andreas Müller

minor

71cecb32 05/26/2016 05:49 PM Andreas Müller

Further cleanup and rename new default cache strategy to default cache strategy #5833

87d7d6ff 05/26/2016 05:24 PM Andreas Müller

Remove all old reference cache strategies completely #5833

d774802a 05/26/2016 05:22 PM Andreas Müller

Further clean up reference cache strategies #5833

bc556475 05/26/2016 04:57 PM Andreas Müller

Some further cleaning up for single reference cache strategy #5833

9db62d49 05/26/2016 03:58 PM Andreas Müller

Implement single cache strategy for references #5833

  • Implemented new class NewDefaultReferenceCacheStrategy and helper class TitleWithoutYearAndAuthorHelper
  • Moved all functionality of old ReferenceCacheStrategies to new class(es)
  • Moved all old strategies to package .old...
90046bc4 05/25/2016 11:22 AM Andreas Müller

Remove generics from Reference in cdmlib-model #5830

b31baebe 04/01/2015 05:21 PM Andreas Müller

quick fix for cache strategy exception. Cache strategy not yet correctly created. #4773

c6d8699a 10/22/2014 12:31 AM Andreas Müller

add WebPageDefaultCacheStrategyTest

f89911d1 10/17/2014 08:53 PM Andreas Müller

rename Reference.authorTeam -> authorship #4432

be3acbaa 08/18/2014 04:58 PM Andreas Müller

add vol to generic infereference formatting

ee537bcd 08/11/2014 03:03 PM Andreas Müller

better handling of abbreviated title cache in references, series -> seriesPart and some improvements in the reference cache strategies #4280, #4239 , changes in tests

1a54474b 07/10/2014 12:40 AM Andreas Müller

remove double dots before year in nomrefs

f9b2e056 07/10/2014 12:13 AM Andreas Müller

Remove ". " from year only nom-refs

70c786d3 05/08/2014 11:36 AM Andreas Müller

Add preliminary SectionCacheStrategy and remove generics from reference cache strategies

7492ea45 03/07/2014 01:42 PM Andreas Müller

solving some reference cache strategy issues, e.g. #3645

51ca7dc5 08/13/2013 05:55 PM Andreas Müller

Bugfix for article cache strategy

b606df4d 08/13/2013 04:01 PM Andreas Müller

first version of abbreviated title cache generation for references : #1551

3a1cd9fb 07/14/2013 08:29 PM Andreas Müller

devided TimePeriod and TimePeriodParser #3617

5c58bdfe 04/23/2013 04:02 PM Andreas Müller

update ReferenceFactory method

a13c5f66 03/16/2013 01:30 AM Andreas Müller

Hibernate 4 migration. All test running except for SDDImport (Out of memory)

ee0aa79f 03/15/2012 03:54 PM Andreas Müller

bugfix titleCache for generic references with inReference

14c11f44 03/15/2012 02:05 PM Andreas Müller

implement nomenclaturalTitle for generic references (titleCache still missing)

e31693ac 03/01/2012 12:22 AM Andreas Müller

add comma before edition in cache strategy

f0db86d1 02/24/2012 11:24 AM Andreas Müller

added generic cache strategy test

1d36aa54 12/01/2010 04:17 PM Andreas Müller

merge 3.0.2 to trunk

f17a8786 07/13/2010 07:14 PM Andreas Müller

moved reference type test

4ee847ed 07/13/2010 06:15 PM Andreas Müller

some more cache strategy tests

26f749e9 07/06/2010 06:17 PM Andreas Müller

Some bugfixes for book(section)cache strategy

2ce08010 07/05/2010 11:48 AM Andreas Kohlbecker

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...

73544e88 07/02/2010 12:50 PM Andreas Müller

Added one test to BookSectionDefaultCacheStrategyTest

2c28d5bc 06/21/2010 03:29 PM Andreas Müller

Bibliographic title cache bugfix for article and booksection

23a9145e 06/21/2010 01:07 PM Andreas Müller

comment failing test in for article cache strategy

bc910293 06/17/2010 09:05 PM Andreas Müller

bugfix in VersionableEntity, added ArticleCachStrategyTest

1412a4c4 10/26/2009 01:40 PM Katja Luther
45528416 10/20/2009 05:42 PM Katja Luther

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

6571a564 09/21/2009 03:16 PM Andreas Müller

#1085 and #1086 (Adapted DefaultTaxonCacheStrategy and changed referenceBase table name to 'reference'

222a02f3 06/16/2009 04:24 PM Andreas Müller

PublicationBase tests

4208745a 05/07/2009 01:36 PM Ben Clark

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