Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
a7c68045 06/17/2009 02:03 PM Andreas Müller

TaxonomicTree implementation (persistence)

3f64e2f6 06/17/2009 10:42 AM Ben Clark

Made the images in DescriptionElementBase ordered (java.util.List) and changed Media.mediaCreated to a joda DateTime

bce3ec44 06/15/2009 01:57 PM Andreas Müller

createdBy not set if it is not null

f993c37d 06/15/2009 01:48 PM Andreas Müller

minor

0bd03152 06/10/2009 02:39 PM Niels Hoffmann

fixed abug that made creating the .cdmLibrary folder impossible in ceratin envirnoments. New Plugin is reflecting those changes

58b2797e 06/08/2009 06:37 PM Andreas Müller

Nullpointer exception in TermInitializer and adapted termsDataSet-with_auditing_info.xml

c40fd45b 06/08/2009 01:22 PM Andreas Müller

ExtensionType implemented (cont.)

47a88d09 06/05/2009 06:13 PM Ben Clark

Removed code which introduced horrible performance problems and phantom commits.

8eb80526 06/04/2009 01:32 PM Ben Clark

Corrected and added to tests

70354e64 06/03/2009 11:34 PM Ben Clark

Updated tests to reflect the new unique uuid constraint, corrected the CacheStrategyGenerator listener to correctly add updatedBy / createdBy metadata on saveOrUpdate events, corrected a couple of DAO methods, and added merge(T t) to ICdmEntityDao to allow the persisting of detached objects

f3ba008a 06/03/2009 01:26 PM Niels Hoffmann

fixes #499

f1c273a5 05/28/2009 02:36 PM Anahit Babadshanjan

Merged search changes from 2.0

0dc59e8c 05/27/2009 07:45 PM Niels Hoffmann

wrapped term initializing in a single transaction thus speeding up startup time

1142711b 05/26/2009 06:25 PM Ben Clark

Fixing bug which prevented selection of all description elements, regardless of class

fab1ec9e 05/25/2009 05:49 PM Niels Hoffmann

Fixed some issues with database handling and fixed a bug in LocationService.

1ed5771f 05/25/2009 04:18 PM Anahit Babadshanjan

Fixed name/specimen type designation status mapping

bd0cabba 05/20/2009 12:16 PM Andreas Müller

minor

bf93eea6 05/19/2009 06:27 PM Ben Clark

minor bug in search method

618a8cd6 05/19/2009 04:34 PM Andreas Kohlbecker

to be merged with ...

bcfbb5a5 05/17/2009 03:24 PM Ben Clark

Updated a couple of methods to be more in line with generic dao method pattern

6d9050bd 05/15/2009 06:25 PM Ben Clark

Refactored ISearchableDao to make it more generic, then added it and implementations to daos for Agents, References and Media

dbaaf489 05/14/2009 10:22 PM Andreas Müller
736dec88 05/11/2009 04:20 PM Anahit Babadshanjan
66df9f0b 05/11/2009 12:06 PM Anahit Babadshanjan

#724: Update taxonomic children count and taxonomic parent cache when deleting a taxon.

098f8c17 05/10/2009 10:04 PM Ben Clark

Corrected bug in archive-view of getMedia method

2b111f60 05/08/2009 06:17 PM Niels Hoffmann

added support to unregister from PostDataChangeListener and some new plugin versions

92540866 05/07/2009 05:21 PM Ben Clark

Added inefficient method for getting images in prior view

4ea2f98d 05/07/2009 03:41 PM Ben Clark

More improvements to HibernateBeanInitalizer to allow it to work on envers proxies as well as plain vanilla hibernate proxies

b3b6e319 05/07/2009 01:38 PM Ben Clark

Lots of changes, including,
adding List orderHints, List propertyPaths to dao methods
New MarkerDao & impl
Expanded test coverage of beanintialization and cache strategy generator configuration

37433d3f 04/28/2009 03:23 PM Andreas Kohlbecker

additional DAO methods for new REST service & bug fixes e.g. in AbstractBeanInitializer

05323a82 04/22/2009 03:59 PM Anahit Babadshanjan

Add sec restriction back in getTaxaByName

53f647c4 04/21/2009 11:04 AM Anahit Babadshanjan
b8e3646e 04/20/2009 05:22 PM Anahit Babadshanjan

TypeDesignationStatus renamed to SpecimenTypeDesignationStatus

db6e4aad 04/09/2009 05:14 PM Niels Hoffmann

Changed DataChangeEvent architecture

10931077 04/09/2009 05:03 PM Andreas Kohlbecker

NullPointerException fixed

da7b3b6f 04/09/2009 12:06 PM Niels Hoffmann

Fixed a bug in getRootTaxa(). Upon passing null as the starting rank it returned all taxa in database.

4e1c9454 04/09/2009 12:01 PM Andreas Kohlbecker

configurable initialization of entities of list() methods

8916ece0 04/08/2009 06:28 PM Andreas Kohlbecker

vilibility of defaultBeanInitializer changed

923743ef 04/07/2009 02:23 PM Andreas Kohlbecker

configurable bean initialization methods

d123869a 04/06/2009 05:50 PM Niels Hoffmann

Changed the name of CdmCrudObserver and related classes to a less obtrusive one

e3b57618 04/02/2009 06:06 PM Andreas Müller

taxonomic view and node in persistence

7b7e901b 04/01/2009 05:13 PM Niels Hoffmann

minor

f746cab7 04/01/2009 03:07 PM Niels Hoffmann

made logging output more informative

4e118c9b 04/01/2009 11:41 AM Niels Hoffmann

Implemented a listener/observable that fires after any database access. Possibly needs renaming.

4acd9345 03/31/2009 01:38 PM Andreas Müller

bugfix teamMembers as lists (persistence)

56b74f49 03/27/2009 10:13 AM Anahit Babadshanjan

Fixed the ambiguous return type of method list(Integer,Integer,OrderHint>

25c8100d 03/25/2009 10:08 PM Andreas Müller
4c18b483 03/25/2009 08:38 PM Niels Hoffmann

moved the Listener/Observer that fires after a CRUD took place into persistence layer

17ae07e8 03/25/2009 06:15 PM Niels Hoffmann

implemented the conversation mediation strategy to propagate changes to the dataset to registered conversation enabled implementors

e9806c20 03/25/2009 03:11 PM Andreas Kohlbecker

svn keyword property "Id" added & getRootTaxa methods cleaned

8aeb8b37 03/25/2009 01:50 PM Anahit Babadshanjan

NameTypeDesignationStatus defined terms added (ticket #642)

e133b83b 03/24/2009 07:10 PM Andreas Müller

model change for references (publishers) and taxon status

3806daff 03/23/2009 04:42 PM Andreas Kohlbecker

removing cast from inside getNomenclaturalReference() in model

b18f31c7 03/20/2009 05:56 PM Ben Clark

added countAddresses and getAddresses to IAgentDao and impl

58a42106 03/19/2009 05:29 PM Anahit Babadshanjan

Merged branches/cdmlib/2.0 changes r5130:5370 into the trunk

cc355ab4 03/19/2009 12:57 PM Andreas Müller

make cache generator work

8da6e745 03/18/2009 12:08 PM Andreas Kohlbecker

cosmetics

e68b76ad 03/18/2009 12:08 PM Andreas Kohlbecker

Dynamic Datasources implementation

e04c5ae6 03/12/2009 05:59 PM Ben Clark

Minor problems discovered whilst refactoring CATE:
Corrections to User / Group / Authority impl
Changes due to upgrade of hibernate-search

b227bf36 03/12/2009 05:59 PM Ben Clark

Minor problems discovered whilst refactoring CATE:
Corrections to User / Group / Authority impl
Changes due to upgrade of hibernate-search

339472e0 03/11/2009 09:00 PM Andreas Müller

number of objects in one flush reduced

81b9ccb6 03/10/2009 01:06 AM Andreas Müller

bug in hibernate.cfg.xml (saveOrUpdate event) (2.1)

f3d694cb 03/05/2009 12:38 PM Ben Clark

Changes related to refactoring of Auditing info, including auto-population of createdBy and updatedBy fields from the SecurityContext (#630)

376a891c 03/04/2009 02:47 PM Andreas Müller

Hibernate listener for caches

597358de 02/25/2009 01:49 PM Ben Clark

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

4b68deba 02/20/2009 09:48 AM Andreas Müller

licences for app-import and cdmlib-io

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

Minor

0b414bd5 02/18/2009 11:50 AM Andreas Müller

minor H2 changes

19ed68ce 02/18/2009 01:41 AM Andreas Müller

SQL Server 2000 uses 2005 driver (1)

c0d34e2a 02/17/2009 08:04 PM Andreas Müller

spelling location to test default

de16b53d 02/17/2009 02:21 PM Andreas Müller
16315da8 02/17/2009 01:19 PM Andreas Müller

autoRegisterIndexListener

b2ae55bd 02/17/2009 11:10 AM Andreas Müller

testing

ed67f924 02/17/2009 11:05 AM Andreas Müller

minor

6cef66fb 02/17/2009 11:02 AM Andreas Müller

minor

148c9d52 02/16/2009 07:36 PM Andreas Müller
432f6799 02/16/2009 07:35 PM Andreas Müller

licence

41ab2fc6 02/16/2009 07:34 PM Andreas Müller
e10255d0 02/16/2009 01:49 PM Andreas Müller

eager initialization for term.representations

ba031820 02/16/2009 10:50 AM Anahit Babadshanjan

Plugin 2.00.00.14 - with debug messages to investigate term initializing problems

51116396 02/12/2009 03:48 PM Andreas Müller

cdmlib-persistence -> new appContext configuration and fixes in tests

c100037f 02/10/2009 02:16 PM Anahit Babadshanjan

Filter "%20" char sequences from path to file cdm.datasources.xml

c08399b8 02/05/2009 11:47 AM Andreas Müller
7537e9c9 01/30/2009 01:18 AM Andreas Müller
7b9dc370 01/26/2009 04:41 PM Anahit Babadshanjan

taxon without name bugfix

ebedad1f 01/23/2009 04:16 PM Anahit Babadshanjan

Name search functionality for taxonomic editor

bedfcc4d 01/20/2009 06:05 PM Ben Clark

Major changes to the cdmlib default term loading and initialization, plus free-text search of Taxa (by name) and DescriptionElementBase elements as part of #476

915b4f37 01/14/2009 01:34 PM Andreas Müller

minor change

8127ca8d 01/12/2009 05:44 PM Andreas Kohlbecker

added @Qualifier to help autowiring in cdmlib-remote

4a81af09 01/05/2009 01:05 PM Ben Clark

Implemented generic user & group dao's and ported additional methods for querying TaxonName related information as part of #466

475e6c23 12/23/2008 01:33 AM Andreas Müller

data sources update and tests

19ad7b8d 12/19/2008 08:01 PM Ben Clark

Added methods to IOccurenceDao as part of #466, created ICollectionDao and implementation, and ported getCollectionsByCode to it

476dc7c2 12/19/2008 06:36 PM Ben Clark

Implemented methods to getRights and getSources in IIdentifiableDaoBase (#466)

f37ac392 12/19/2008 05:01 PM Ben Clark

Added IAnnotationDao & implementation, and IAnnotatableDao & implementation, as part of #466

9b7c5a5a 12/19/2008 02:25 PM Ben Clark

Added methods for querying for identification keys (part of #467)

2e658fd7 12/18/2008 02:56 PM Ben Clark

More work on #466, in particular on DefinedTermDao, AgentDao, TermVocabularyDao, and DescriptionDao.

164411ea 12/18/2008 01:40 AM Andreas Müller

test connection and ICdmDatasource getters

e64e1bcb 12/13/2008 05:43 PM Ben Clark

Partially implemented new methods for DescriptionDaoHibernateImpl, but need to change mapping of DescriptionBase -> DescriptionElementBase to bidirectional first

9034816a 12/12/2008 10:59 PM Ben Clark

Implemented new methods required for CATE in ITaxonDao and implementation, including tests

79a9bfca 12/12/2008 09:25 AM Andreas Müller

HSQLDBCorrected