Project

General

Profile

Activity

From 12/15/2008 to 01/13/2009

01/13/2009

05:35 PM Revision 3be22164 (cdmlib): Taraxacum
Andreas Müller
05:07 PM Revision b08e3f35 (cdmlib): Problem in Berlin Model import with saving Book Sections fixed
Anahit Babadshanjan
01:19 PM Revision addbb3ab (cdmlib): Normal explicit excel import: Store the processed taxa and save the taxon
Anahit Babadshanjan
01:19 PM Revision 94065b58 (cdmlib): Normal explicit excel import: Store the processed taxa and save the taxon
Anahit Babadshanjan
10:53 AM Revision f88fbadf (cdmlib): Taraxacum
Andreas Müller
10:52 AM Revision 6dd824bd (cdmlib)
Andreas Müller

01/12/2009

05:45 PM Revision bd47212c (cdmlib): added @Qualifier to help autowiring of IAnnotatableDao
Andreas Kohlbecker
05:44 PM Revision 8127ca8d (cdmlib): added @Qualifier to help autowiring in cdmlib-remote
Andreas Kohlbecker
05:34 PM Revision 6d658f5a (cdmlib): Normal explicit excel import: Save the taxon name
Anahit Babadshanjan
05:34 PM Revision 2c9a7617 (cdmlib): Normal explicit excel import: Save the taxon name
Anahit Babadshanjan
05:33 PM Revision eba9ef31 (cdmlib): Normal explicit excel import: Save the taxon name
Anahit Babadshanjan
04:47 PM Revision ca137571 (cdmlib): --
Andreas Müller
03:48 PM Revision c619e1f4 (cdmlib): --
Andreas Müller
01:48 PM Revision fd67c0d6 (cdmlib)
Andreas Müller
01:37 PM Revision 66f7b71b (cdmlib): Taraxacum Source added
Andreas Müller
01:28 PM Revision 7ed82228 (taxeditor): If datasource is H2, database name no longer queried for name string.
Pepe Ciardelli

01/09/2009

05:23 PM Revision 3c319443 (cdmlib): Work on excel imports
Anahit Babadshanjan
05:23 PM Revision 2433569b (cdmlib): Work on excel imports
Anahit Babadshanjan
05:23 PM Revision a4d0ed56 (cdmlib): Work on excel imports
Anahit Babadshanjan

01/08/2009

09:19 AM Revision 469e7fda (cdmlib): Compilation errors fixed
Anahit Babadshanjan

01/07/2009

05:32 PM Revision 605605e0 (cdmlib): Define "Includes" as @XmlIDREF to fix endless loop during marshalling.
Anahit Babadshanjan
03:52 PM Revision 7698926a (cdmlib)
Anahit Babadshanjan
03:47 PM Revision a1ad4f82 (cdmlib): Main Service added to CdmApplicationController. Fixed compilation problems of TestCdmDbComparator.
Anahit Babadshanjan
03:47 PM Revision e7f8dc70 (cdmlib): Main Service added to CdmApplicationController. Fixed compilation problems of TestCdmDbComparator.
Anahit Babadshanjan
03:47 PM Revision cb165ee0 (cdmlib): Main Service added to CdmApplicationController. Fixed compilation problems of TestCdmDbComparator.
Anahit Babadshanjan
01:14 PM Revision 940b6d70 (cdmlib): Fixed compilation problems in cdmlib-io related to interface changes in IAgentService and IMediaService.
Some work on normal explicit excel import. Anahit Babadshanjan
01:14 PM Revision 86fe3d7c (cdmlib): Fixed compilation problems in cdmlib-io related to interface changes in IAgentService and IMediaService.
Some work on normal explicit excel import. Anahit Babadshanjan
01:14 PM Revision edf5b8d0 (cdmlib): Fixed compilation problems in cdmlib-io related to interface changes in IAgentService and IMediaService.
Some work on normal explicit excel import. Anahit Babadshanjan

01/05/2009

01:07 PM Revision d57c0df0 (cdmlib): Implemented additional service methods as part of #466. Ported Pager interface and implementations, refactored integration tests
Ben Clark
01:05 PM Revision 4a81af09 (cdmlib): Implemented generic user & group dao's and ported additional methods for querying TaxonName related information as part of #466
Ben Clark
01:03 PM Revision ee980c89 (cdmlib): Updated parent pom to reflect changed aspectj dependencies and also resolve some conflicts between spring jar versions
Ben Clark
12:57 PM Revision 76d5535d (cdmlib): Implemented generic model classes required for authentication / authorization in the cdm (User, Group, GrantedAuthority) based on spring-security interfaces as part of #466
Ben Clark
12:55 PM Revision 36ea12d7 (cdmlib): Updated parent pom to reflect changed aspectj dependencies and also resolve some conflicts between spring jar versions
Ben Clark

12/30/2008

05:20 PM Revision 7c58e269 (cdmlib): Import of text characters, but probably too many features imported
Helene Fradin
04:20 PM Revision ec349a56 (cdmlib): Update of example file sources and activators for import/export
Helene Fradin
04:17 PM Revision 3c784107 (cdmlib): Export of IPRStatements, taxon names and the descriptive system
Helene Fradin
04:16 PM Revision a6a71a15 (cdmlib): Import of the uri associated with a TaxonName
Helene Fradin

12/23/2008

05:29 PM Revision eeace9f2 (cdmlib): Addition of date modified export
Helene Fradin
03:32 PM Revision 60fed2eb (cdmlib): Export of Revision data and Representation of the SDD Dataset
Helene Fradin
03:31 PM Revision c7ab9b2a (cdmlib): review of Agent import
Helene Fradin
01:40 AM Revision fc6eec75 (cdmlib): data source test (cont.)
Andreas Müller
01:33 AM Revision 475e6c23 (cdmlib): data sources update and tests
Andreas Müller

12/22/2008

04:58 PM Revision 6ecc3611 (taxeditor): 1) Term vocabularies (ranks, features, statii) are also transaction-dependent - if a vocab loaded in the last transaction is used in another, it causes an error. Therefore, these belong in CdmSessionDataRepository. 2) Created a controller for parsers.
Pepe Ciardelli
03:15 PM Revision c39462cc (taxeditor): 1) Created CdmSessionDataRepository to keep track of all session data - all taxon changes should be made here from now on. 2) Created CdmTransactionController for more transparent starting and committing of transactions. 3) Added CdmDataSourceRepository and dialog for creating a data source. 4) Added experimental progress monitor on the status line for DeleteTaxonAction. 5) TaxEditorPlugin is now significantly cleaned up.
Pepe Ciardelli
02:11 PM Revision 982bfecd (taxeditor): 1) Created CdmSessionDataRepository to keep track of all session data - all taxon changes should be made here from now on. 2) Created CdmTransactionController for more transparent starting and committing of transactions. 3) Added CdmDataSourceRepository and dialog for creating a data source. 4) Added experimental progress monitor on the status line for DeleteTaxonAction. 5) TaxEditorPlugin is now significantly cleaned up.
Pepe Ciardelli

12/19/2008

08:03 PM Revision 99652faf (cdmlib): Added ICollectionDao to OccurenceServiceImpl due to refactoring of IOccurenceDao
Ben Clark
08:01 PM Revision 19ad7b8d (cdmlib): Added methods to IOccurenceDao as part of #466, created ICollectionDao and implementation, and ported getCollectionsByCode to it
Ben Clark
06:36 PM Revision 476dc7c2 (cdmlib): Implemented methods to getRights and getSources in IIdentifiableDaoBase (#466)
Ben Clark
06:28 PM Revision 1a35ee20 (cdmlib): Added methods for retrieving Rights and OriginalSource as part of #466 implemented RightsTerm vocabulary, corrected mappings for Rights and OriginalSource
Ben Clark
05:01 PM Revision f37ac392 (cdmlib): Added IAnnotationDao & implementation, and IAnnotatableDao & implementation, as part of #466
Ben Clark
04:59 PM Revision ec73a350 (cdmlib): Mapped the One-to-Any properties in Marker and Annotation (#468).
Ben Clark
04:42 PM Revision bcc47f35 (cdmlib): downgraded aspectj dependency versions to 1.5.4, and upgraded hibernate (to 3.2.6.ga) and hibernate-annotations (to 3.3.1.GA) to allow for mapping Annotations & Markers (#468)
Ben Clark
02:25 PM Revision 9b7c5a5a (cdmlib): Added methods for querying for identification keys (part of #467)
Ben Clark
02:23 PM Revision a2a36ad5 (cdmlib): Implemented taxonomic & geospatial scope properties for Identification Keys (#467)
Ben Clark

12/18/2008

02:56 PM Revision 2e658fd7 (cdmlib): More work on #466, in particular on DefinedTermDao, AgentDao, TermVocabularyDao, and DescriptionDao.
Ben Clark
02:36 PM Revision b9adfb4e (cdmlib): Fixed a couple of bugs introduced during #464
Ben Clark
11:23 AM Revision 7ef24b51 (cdmlib): Resolved #465 - Implemented relationships between terms and added relationships between TDWG Named Areas
Ben Clark
10:28 AM Revision 8d3d15fd (cdmlib): Update of Datasets and Dataset associated information -> better distinction between the two
Helene Fradin
03:40 AM Revision 09a2b63d (cdmlib)
Andreas Müller
03:38 AM Revision fc6122fa (cdmlib)
Andreas Müller
01:40 AM Revision a407c88d (cdmlib): test connection and ICdmDatasource getters
Andreas Müller
01:40 AM Revision 164411ea (cdmlib): test connection and ICdmDatasource getters
Andreas Müller

12/17/2008

07:57 PM Revision 8b7c696d (cdmlib): suppress unused
Andreas Müller
07:46 PM Revision d7cc9889 (cdmlib)
Andreas Müller
07:39 PM Revision 4c77e6be (cdmlib): delete java import
Andreas Müller
07:08 PM Revision d76055d7 (cdmlib): parent pom 1.4 updated to 1.4
Andreas Müller
07:04 PM Revision e8d59686 (cdmlib): app import sdd sources
Andreas Müller
07:02 PM Revision 1beefcbe (cdmlib): minor
Andreas Müller
07:01 PM Revision 1cfab07d (cdmlib): ICdmDatasource for appControler changeDatasource methods
Andreas Müller
06:49 PM Revision cf871c86 (cdmlib): site menu changed
Andreas Müller
06:42 PM Revision ef7ca540 (cdmlib)
Andreas Müller
04:32 PM Revision 0a79dd01 (taxeditor): Data source dialog now has saving and creation of new names.
Pepe Ciardelli
04:28 PM Revision 07877786 (cdmlib): Changed type of field Annotation.annotationType to AnnotationType (from MarkerType)
Anahit Babadshanjan
04:25 PM Revision 4d866a0f (cdmlib): Packages for Excel imports
Anahit Babadshanjan
04:00 PM Revision 3c421417 (taxeditor): Checkin before replacing menu with ContextMenu.
Pepe Ciardelli
01:30 PM Revision 79511523 (cdmlib): 0-authors for Salvador database handeled
Andreas Müller
01:23 PM Revision ce025e29 (cdmlib): Implemented changes to the aspectj pre-compilation step due to problems with the aspectj-maven-plugin and implemented #464
Ben Clark

12/16/2008

05:23 PM Revision 527d3fd0 (taxeditor): 1) Separated out transaction stuff to CdmTransactionController, 2) Put data source stuff in its own repository, and 3) Cleaned up data source initialization in TaxEditorPlugin.
Pepe Ciardelli
04:53 PM Revision 80d3931a (cdmlib)
Anahit Babadshanjan
04:49 PM Revision 0b449a78 (cdmlib): Merged branches/cdmlib/1.4 changes r4452:r4686 into the trunk
Anahit Babadshanjan
04:49 PM Revision 9e8e6a1b (cdmlib): Merged branches/cdmlib/1.4 changes r4452:r4686 into the trunk
Anahit Babadshanjan
04:49 PM Revision bbbc914f (cdmlib): Merged branches/cdmlib/1.4 changes r4452:r4686 into the trunk
Anahit Babadshanjan
04:36 PM Revision 2574d729 (cdmlib): SDD export -> first retrieved data
Helene Fradin
04:34 PM Revision e1133354 (cdmlib): Feature tree order
Andreas Müller
02:27 PM Revision 5582c3a9 (cdmlib): Wrap-up JAXB IO work on 1.4. Import and export are working with test file.
Anahit Babadshanjan
02:24 PM Revision 66e0cb1f (taxeditor): Choose / create data source half implemented. About to implement repositories for data sources, session data.
Pepe Ciardelli

12/15/2008

07:45 PM Revision 7f6a2acb (cdmlib): import warnings removed
Andreas Müller
07:33 PM Revision 67d49c1a (cdmlib): using aspectj 1.6.1
Andreas Kohlbecker
07:02 PM Revision dadf5cd0 (cdmlib): reverting modifications made from r4651 to r4654 by applying the patch:
svn diff -r 4654:4651 http://dev.e-taxonomy.eu/svn/trunk/cdmlib/
(one minor bug has been left out)
Andreas Kohlbecker
07:02 PM Revision 808e5e3b (cdmlib): SDD import cleaned and split in modules
Helene Fradin
05:53 PM Revision 9886379f (cdmlib): suppress warning
Andreas Müller
05:29 PM Revision 16d5937f (cdm-dataportal): few changes to palmweb formatting
David Taylor
04:05 PM Revision a2b79b73 (cdm-dataportal): few changes to palmweb formatting
David Taylor
03:34 PM Revision 401f33de (cdmlib): convert updata Datasource from CdmPersistentDataSOurce to ICdmDatasource
Andreas Müller
01:59 PM Revision 96d47151 (taxeditor)
Pepe Ciardelli
01:58 PM Revision de78474f (taxeditor): Commit before deleting CdmDataSourceDialog_
Pepe Ciardelli
01:57 PM Revision 4ce29a63 (taxeditor): Commit before delete.
Pepe Ciardelli
01:49 PM Revision 1ce81c57 (cdm-dataportal): added missing UUID_SYNONYM_OF to theme_cdm_related_taxon()
Andreas Kohlbecker
01:17 PM Revision 0be2f724 (cdm-dataportal): resubmission of corrupt file in SVN
Andreas Kohlbecker
11:55 AM Revision 2b5fd04e (cdmlib): Hsql corrected dialect in 1.4
Andreas Müller
11:45 AM Revision 2708fc35 (cdmlib): neu version number for plugin
Andreas Müller
10:40 AM feature request #461 (In Progress): Improve / compact display of types
The display of types in the dataportal is redundant and should be more compact. A general solution should be flexible... Andreas Kohlbecker
 

Also available in: Atom