Project

General

Profile

Download (15.3 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
589ecf52 11/26/2014 02:30 PM Andreas Müller

make all defined terms comparable

ed0e00d0 07/08/2014 10:19 AM Andreas Müller

minor

93f50b5e 06/25/2014 04:32 PM Cherian Mathew

First commit for the CDM Caching api
ICdmCacher, CdmCacher : CDM Cache class based on Ehcache
defaultApplicationContext.xml : added cache package to be component scanned
DefinedTermBase : new set/getCdmCacher method to make cacher available to term classes...

221619fa 06/23/2014 01:15 PM Andreas Müller

minor

c7f65649 11/19/2013 04:14 PM Andreas Kohlbecker

fixing #3891 (ordered distributions provided by portal/description//DistributionTree randomly broken) also related to #965 (Return type of partOf, kindOf etc. has to be decided)

ee91b8fd 10/23/2013 11:21 AM Andreas Kohlbecker

removing unnessecary casts

54ccc2d6 09/06/2013 11:37 PM Andreas Müller

move code

14149f73 09/06/2013 04:16 PM Andreas Müller

allow DefinedTerms to be partOf

639679e0 09/06/2013 12:41 AM Andreas Müller

Chloroplast DNA Markers and some more Eukaryotes #3591

2e86fbbd 08/09/2013 05:46 PM Andreas Müller

cleanup blank abbrevLabels

1631c353 08/09/2013 05:41 PM Andreas Müller

latest changes to Schema updater and handling of blank abbrevLabels

9e3239f6 08/09/2013 04:49 PM Andreas Müller

Update script for termtype and some other, remove InstitutionType and COntinent, update idInVocabulary, ...

a5b11b44 07/22/2013 12:31 PM Andreas Müller

set max length for idInVocabulary

42414138 07/15/2013 10:28 PM Andreas Müller

implement some more term hierarchies and isKindOf and getGeneralizationOf(recursive) for IDefinedTerm #3611

ff3882c8 07/05/2013 03:45 PM Andreas Müller

Rename RightsTerm -> RightsType #1306

b88436a0 06/21/2013 12:26 PM Andreas Müller

implement RankClass, remove iso639_2, add max values to distance attributes, change type for distances,

533cbb43 06/20/2013 02:44 PM Andreas Müller

exchange modifier classes by DefinedTerm, add termtype to csv files, make term loader required constructor private

efa9828a 06/19/2013 04:34 PM Andreas Müller

remove TdwgArea and add termType and idInVocabulary (#2998, #3478, #3479, #3539)

02dc229b 07/09/2012 04:36 PM Andreas Kohlbecker

typo

ad190552 06/26/2012 04:43 PM Andreas Kohlbecker

more tests and features for #476: Implement free-text search methods for TaxonBase and TextData

48745171 05/27/2011 02:52 PM Andreas Müller

remove imports

f7f4a80d 04/20/2011 01:41 PM Andreas Müller

make termbase.uri and GenBankAccession.uri real java.net.URI #2340

1f105b30 04/06/2011 03:04 PM Katja Luther

remaining clone methods

2e8b8e21 03/28/2011 05:28 PM Katja Luther

clone methods for common

e0212247 02/16/2011 02:43 PM Niels Hoffmann

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.

ad89471f 02/15/2011 01:10 PM Katja Luther

#1306

76d9fb67 01/05/2011 08:24 PM Andreas Müller

Removed DefinedTermBase.media OneToMany #560 (forgot to delete this line before)

fd132fa5 01/05/2011 08:21 PM Andreas Müller

removed FIXME for ManyToMany #560

0a6f2f53 01/05/2011 08:15 PM Andreas Müller

Changed DefinedTermBase.media form OneToMany to ManyToMany #560

8cc82a87 09/27/2010 06:24 AM Andreas Müller

reset for defined terms

ed9d3d4f 08/26/2010 03:21 PM Andreas Müller

minor

a24c7b5d 06/22/2010 08:26 PM Andreas Müller

made setVocabulary protected because otherwise it is not save for bidirectional use

9cc4226b 03/22/2010 10:46 AM Katja Luther

merging PESI brach into trunk

f4e3f0e9 11/16/2009 05:11 PM Katja Luther
bad68263 11/16/2009 04:57 PM Katja Luther

rightsterm -> rightstype ticket #1306

17a0cbe8 11/02/2009 01:27 PM Ben Clark

Changed public boolean supports* to JavaBeans compliant isSupports*() method signatures in Feature class
Several minor bugfixes in defined terms, validation. Indexing works on all Description Element Base subclasses.

5989de27 09/21/2009 02:40 AM Andreas Müller

deleting BibtexEntryType

2e5415fa 09/01/2009 05:19 PM Andreas Müller

added misspelling and emendation to name relationships

72f6d412 06/30/2009 02:41 PM Andreas Kohlbecker

partOf now using the field directly

828f8b96 03/25/2009 01:50 PM Anahit Babadshanjan

NameTypeDesignationStatus defined terms added (ticket #642)

b70a7f94 03/23/2009 04:39 PM Andreas Kohlbecker

reintroducing transient getters where required for cdm-remote; removing cast from inside getNomenclaturalReference(){}

c9866164 03/22/2009 10:56 PM Ben Clark

Made changes to the xml mapping of DefinedTermBase.kindOf, .partOf, includes, and generalizationOf due to the way JAXB handles (or doesn't) generics.

fd7ee7b1 03/12/2009 05:57 PM Ben Clark

Minor problems discovered whilst refactoring CATE:
Corrections to User / Group / Authority impl
Changes due to upgrade of hibernate-search
change private constructors to protected (due to their handling by hibernate proxies)

ee91bcd9 02/25/2009 01:45 PM Ben Clark

Committing large number of changes relating to versioning implementation (#108)

d9d1e8dc 02/19/2009 12:02 PM Anahit Babadshanjan

Fixed normalization problems in JAXB import

0d656d7a 02/12/2009 03:44 PM Andreas Müller

NomenclaturalCode -> enum

30df2e6a 02/05/2009 05:03 PM Helene Fradin

@OneToMany for Media becomes @ManyToMany

62e7967f 02/04/2009 03:56 PM Anahit Babadshanjan

Annotated field as IDREF

f6765014 01/20/2009 05:59 PM Ben Clark

Major changes to the cdmlib default term loading and initialization, plus indexing of some model entities as part of #476

c687d3ba 01/15/2009 03:54 PM Anahit Babadshanjan

Annotated fields partOf, kindOf, generalizationOf as IDREF

605605e0 01/07/2009 05:32 PM Anahit Babadshanjan

Define "Includes" as @XmlIDREF to fix endless loop during marshalling.

b9adfb4e 12/18/2008 02:36 PM Ben Clark

Fixed a couple of bugs introduced during #464

7ef24b51 12/18/2008 11:23 AM Ben Clark

Resolved #465 - Implemented relationships between terms and added relationships between TDWG Named Areas

0d575644 12/09/2008 02:06 PM Andreas Müller

Delete Warning, no substantial changes

1016f650 09/08/2008 02:24 PM Andreas Müller
3e57e2a8 08/21/2008 04:59 PM Anahit Babadshanjan
0ae18eec 08/19/2008 02:22 PM Anahit Babadshanjan

Using external marshaller listener to set id=0 in case of DefinedTermBase derived classes.
Using read-only transaction.

c4c118de 08/08/2008 04:52 PM Anahit Babadshanjan

Serialize Cichorieae reference database

e1c9b32e 08/05/2008 02:10 PM Anahit Babadshanjan

Performed project cleanup.

10a54497 07/11/2008 06:45 PM Marc Geoffroy
e4d436a3 07/11/2008 12:22 AM Andreas Müller
70440a7d 06/25/2008 03:09 PM Anahit Babadshanjan

JAXB annotations - first drop

d257613d 06/20/2008 01:49 AM Andreas Müller
41b23b4e 06/11/2008 01:24 PM Andreas Müller
ca21f846 05/09/2008 12:02 AM Andreas Müller

moved to model.media

2be752ce 04/21/2008 10:44 PM Andreas Müller
8bc5f53a 04/20/2008 06:29 PM Andreas Müller
0cbc24c5 02/23/2008 02:03 PM Andreas Müller
95e756cb 02/22/2008 06:41 PM Andreas Müller
c72afb6c 02/20/2008 09:23 PM Andreas Müller
fbd23d1d 02/20/2008 08:52 PM Andreas Müller
1a5abb52 02/19/2008 11:26 PM Andreas Müller
3fd06fea 02/19/2008 10:14 PM Andreas Müller
0a5d50a0 02/14/2008 02:59 PM Andreas Müller
9479da48 01/22/2008 08:25 PM Andreas Müller