cdmlib.git
10 years ago*added support for TextData fields
Alexander Oppermann [Wed, 21 Aug 2013 08:01:37 +0000 (08:01 +0000)]
*added support for TextData fields
*trims the recieved string of line separators and additional spaces

10 years agoUpdate on CSV EXPORT
Alexander Oppermann [Tue, 20 Aug 2013 15:23:23 +0000 (15:23 +0000)]
Update on CSV EXPORT
*added sort of taxon names
*changed headers of csv file record

10 years agoUpdate on Transformer classes
Alexander Oppermann [Tue, 20 Aug 2013 15:21:36 +0000 (15:21 +0000)]
Update on Transformer classes
*added getStateByUUID method
*added getStateByKey methods

10 years ago(no commit message)
Alexander Oppermann [Tue, 6 Aug 2013 11:36:38 +0000 (11:36 +0000)]

10 years agomerged with trunk
Alexander Oppermann [Tue, 6 Aug 2013 07:49:25 +0000 (07:49 +0000)]
merged with trunk

10 years agofix reset bug in flora imports
Andreas Müller [Mon, 5 Aug 2013 17:34:17 +0000 (17:34 +0000)]
fix reset bug in flora imports

10 years agoremove imports
Andreas Müller [Mon, 5 Aug 2013 15:57:33 +0000 (15:57 +0000)]
remove imports

10 years agofixed character encoding
Alexander Oppermann [Mon, 5 Aug 2013 14:03:30 +0000 (14:03 +0000)]
fixed character encoding

10 years agofix some bugs for eFlora citation import and ISBN for mods
Andreas Müller [Fri, 2 Aug 2013 15:24:58 +0000 (15:24 +0000)]
fix some bugs for eFlora citation import and ISBN for mods

10 years agoadd ISBN Parser
Andreas Müller [Fri, 2 Aug 2013 11:13:09 +0000 (11:13 +0000)]
add ISBN Parser

10 years agonew handling for subchars in feature sorter
Andreas Müller [Fri, 2 Aug 2013 08:42:12 +0000 (08:42 +0000)]
new handling for subchars in feature sorter

10 years agonew handling for subchars in feature sorter
Andreas Müller [Fri, 2 Aug 2013 08:41:32 +0000 (08:41 +0000)]
new handling for subchars in feature sorter

10 years agomarkup reference handling changes
Andreas Müller [Thu, 1 Aug 2013 18:44:09 +0000 (18:44 +0000)]
markup reference handling changes

10 years agominor changes in mods import
Andreas Müller [Thu, 1 Aug 2013 18:43:22 +0000 (18:43 +0000)]
minor changes in mods import

10 years agocreate Markup feature import
Andreas Müller [Thu, 1 Aug 2013 18:42:50 +0000 (18:42 +0000)]
create Markup feature import

10 years agominor
Andreas Müller [Thu, 1 Aug 2013 13:47:57 +0000 (13:47 +0000)]
minor

10 years agolatest markup changes
Andreas Müller [Thu, 1 Aug 2013 13:05:24 +0000 (13:05 +0000)]
latest markup changes

10 years ago(no commit message)
p.kelbert [Thu, 1 Aug 2013 08:55:33 +0000 (08:55 +0000)]

10 years agoexclude <> features from logging
Andreas Müller [Wed, 31 Jul 2013 18:05:48 +0000 (18:05 +0000)]
exclude <> features from logging

10 years agoupdated search mechanism produce more accurate results
Cherian Mathew [Tue, 30 Jul 2013 14:41:15 +0000 (14:41 +0000)]
updated search mechanism produce more accurate results

10 years agoManagementController : reverting back to default list when no class name is 'manually...
Cherian Mathew [Tue, 30 Jul 2013 10:02:31 +0000 (10:02 +0000)]
ManagementController : reverting back to default list when no class name is 'manually' specified
CdmMassIndexer : removed requirement for type array param to be always need as we have a default indexed classes list.

10 years agoManagementController : updated reindex method to include multi-param 'type' which...
Cherian Mathew [Mon, 29 Jul 2013 12:41:56 +0000 (12:41 +0000)]
ManagementController : updated reindex method to include multi-param 'type' which allows to choose the classes to be indexed,
also added init binder methods to bind the 'type' string input to cdmbase classes
CdmTypePropertyEditor : corrected fully qualified name creation for the 'eu.etaxonomy.cdm.model.name' package

10 years agoICdmMassIndexer : added methods to clear and add classes to the list of indexed classes
Cherian Mathew [Mon, 29 Jul 2013 12:39:33 +0000 (12:39 +0000)]
ICdmMassIndexer : added methods to clear and add classes to the list of indexed classes
CdmMassIndexer : implemented the new methods in ICdmMassIndexer
TaxonServiceSearchTest : updated test to initialise the list of indexed classes

10 years agoadded excluded and unplaced fields since lucene checks to see if these are null.
Cherian Mathew [Mon, 29 Jul 2013 09:44:57 +0000 (09:44 +0000)]
added excluded and unplaced fields since lucene checks to see if these are null.

10 years agoadded @IndexedEmbedded annotation to the taxonBases set to allow the TaxonBase class...
Cherian Mathew [Fri, 26 Jul 2013 13:33:22 +0000 (13:33 +0000)]
added @IndexedEmbedded annotation to the taxonBases set to allow the TaxonBase class bridges to work

10 years agoNameCatalogueController : updated controller to improve exact and fuzzy name search...
Cherian Mathew [Fri, 26 Jul 2013 12:54:21 +0000 (12:54 +0000)]
NameCatalogueController : updated controller to improve exact and fuzzy name search to use lucene document only searches
NameSearch : updated dto to accomodate lucene documents

10 years agoAdded ANALYZE setting for the atomised name components to help the fuzzy search
Cherian Mathew [Fri, 26 Jul 2013 12:52:10 +0000 (12:52 +0000)]
Added ANALYZE setting for the atomised name components to help the fuzzy search

10 years agoadded class bridges for class info and accepted taxon information
Cherian Mathew [Fri, 26 Jul 2013 12:50:32 +0000 (12:50 +0000)]
added class bridges for class info and accepted taxon information

10 years agoINameService : added findByNameExactSearch to return lucene search documents for...
Cherian Mathew [Fri, 26 Jul 2013 12:42:11 +0000 (12:42 +0000)]
INameService : added findByNameExactSearch to return lucene search documents for name searches
NameServiceImpl : implemented and updated exact / fuzzy name searching

10 years agoClassInfoBridge : New class bridge to set class information in the index
Cherian Mathew [Fri, 26 Jul 2013 12:30:22 +0000 (12:30 +0000)]
ClassInfoBridge : New class bridge to set class information in the index
AcceptedTaxonBridge : New class bridge to set accepted taxon information in the index

10 years agoISearchResultBuilder : added method to return lucene document only results
Cherian Mathew [Fri, 26 Jul 2013 11:52:23 +0000 (11:52 +0000)]
ISearchResultBuilder : added method to return lucene document only results
SearchResultBuilder : implemented method to return lucene document only results
DocumentSearchResult : new class which handles lucene document results
SearchResult : extends DocumentSearchResult and provides functionality for CdmEntity objects.

10 years agoAdded ignore to print publishing test.
l.morris [Thu, 25 Jul 2013 14:51:01 +0000 (14:51 +0000)]
Added ignore to print publishing test.

10 years agojust save actual state
s.buers [Thu, 25 Jul 2013 14:28:45 +0000 (14:28 +0000)]
just save actual state

10 years agologging of request method in remote controllers
Andreas Kohlbecker [Wed, 24 Jul 2013 08:41:14 +0000 (08:41 +0000)]
logging of request method in remote controllers

10 years agosupport for POST requests to /portal/descriptionElement/byTaxon and /portal/descripti...
Andreas Kohlbecker [Wed, 24 Jul 2013 08:41:11 +0000 (08:41 +0000)]
support for POST requests to /portal/descriptionElement/byTaxon and /portal/descriptionElement/byFeature

10 years agoadd references as URL extensions to DwcA-in
Andreas Müller [Mon, 22 Jul 2013 16:57:39 +0000 (16:57 +0000)]
add references as URL extensions to DwcA-in

10 years agoadd javadoc
Andreas Müller [Mon, 22 Jul 2013 16:52:19 +0000 (16:52 +0000)]
add javadoc

10 years agoreintegrate branch from patricia (debug userinteraction) into trunk
p.kelbert [Mon, 22 Jul 2013 13:41:10 +0000 (13:41 +0000)]
reintegrate branch from patricia (debug userinteraction) into trunk

10 years ago#3626 (description feature and it's children missing in Flora Malesiana)
Andreas Kohlbecker [Mon, 22 Jul 2013 10:35:47 +0000 (10:35 +0000)]
#3626 (description feature and it's children missing in Flora Malesiana)

11 years agofix characters problem in KeyImport
Andreas Müller [Thu, 18 Jul 2013 14:50:12 +0000 (14:50 +0000)]
fix characters problem in KeyImport

11 years agofix characters problem in KeyImport
Andreas Müller [Thu, 18 Jul 2013 14:49:43 +0000 (14:49 +0000)]
fix characters problem in KeyImport

11 years agoallow taxon status 5 for occurrences in BM import
Andreas Müller [Thu, 18 Jul 2013 13:11:53 +0000 (13:11 +0000)]
allow taxon status 5 for occurrences in BM import

11 years agochange on logging, try find error for stracktrace handling
Andreas Müller [Thu, 18 Jul 2013 13:10:18 +0000 (13:10 +0000)]
change on logging, try find error for stracktrace handling

11 years agochange on logging, try find error for stracktrace handling
Andreas Müller [Thu, 18 Jul 2013 13:09:14 +0000 (13:09 +0000)]
change on logging, try find error for stracktrace handling

11 years agomerging trunk to pesiimport3
Andreas Müller [Thu, 18 Jul 2013 13:08:23 +0000 (13:08 +0000)]
merging trunk to pesiimport3

11 years agochange on logging, try find error for stracktrace handling
Andreas Müller [Thu, 18 Jul 2013 13:00:12 +0000 (13:00 +0000)]
change on logging, try find error for stracktrace handling

11 years agomerging trunk to pesiimport3
Andreas Müller [Thu, 18 Jul 2013 12:47:36 +0000 (12:47 +0000)]
merging trunk to pesiimport3

11 years agominor
Andreas Müller [Thu, 18 Jul 2013 12:45:41 +0000 (12:45 +0000)]
minor

11 years agominor
Andreas Müller [Thu, 18 Jul 2013 12:41:02 +0000 (12:41 +0000)]
minor

11 years agochange on logging, try find error for stracktrace handling
Andreas Müller [Thu, 18 Jul 2013 11:33:01 +0000 (11:33 +0000)]
change on logging, try find error for stracktrace handling

11 years agoadd materials and methods feature to markup
Andreas Müller [Thu, 18 Jul 2013 08:38:57 +0000 (08:38 +0000)]
add materials and methods feature to markup

11 years agoremove imports
Andreas Müller [Wed, 17 Jul 2013 16:50:49 +0000 (16:50 +0000)]
remove imports

11 years agomerged trunk
Alexander Oppermann [Wed, 10 Jul 2013 08:08:33 +0000 (08:08 +0000)]
merged trunk

11 years agoMerged the latest changes from the trunk into the branch ui-gwt
Alexander Oppermann [Wed, 3 Jul 2013 14:17:44 +0000 (14:17 +0000)]
Merged the latest changes from the trunk into the branch ui-gwt

11 years ago*some more changes at parent pom.xml, in order to compile vaadin's widgetset properly
Alexander Oppermann [Wed, 3 Jul 2013 12:13:47 +0000 (12:13 +0000)]
*some more changes at parent pom.xml, in order to compile vaadin's widgetset properly

11 years ago*cleaning the repository from compiled data of the widgetset
Alexander Oppermann [Wed, 3 Jul 2013 11:44:02 +0000 (11:44 +0000)]
*cleaning the repository from compiled data of the widgetset
*in order to generate these files do a mvn vaadin:update-widgetset install

11 years ago*check in of parent pom.xml which include vaadin specific changes
Alexander Oppermann [Wed, 3 Jul 2013 11:38:21 +0000 (11:38 +0000)]
*check in of parent pom.xml which include vaadin specific changes
*renewed widgetset of vaadin version 7.0.7

11 years agochanged cache folder to save under user home dir
Cherian Mathew [Wed, 3 Jul 2013 10:16:48 +0000 (10:16 +0000)]
changed cache folder to save under user home dir

11 years agoadd stacktrace to log
Andreas Müller [Tue, 2 Jul 2013 16:45:00 +0000 (16:45 +0000)]
add stacktrace to log

11 years agoreintegration of branch "gwt-ui" concerning stream based excel import
Alexander Oppermann [Mon, 1 Jul 2013 12:08:44 +0000 (12:08 +0000)]
reintegration of branch "gwt-ui" concerning stream based excel import

11 years ago*url fixed
Alexander Oppermann [Mon, 1 Jul 2013 12:04:19 +0000 (12:04 +0000)]
*url fixed

11 years agoReintegration of the branch "gwt-ui" concerning stream based excel import
Alexander Oppermann [Mon, 1 Jul 2013 11:58:28 +0000 (11:58 +0000)]
Reintegration of the branch "gwt-ui" concerning stream based excel import

11 years ago(no commit message)
Alexander Oppermann [Mon, 1 Jul 2013 11:22:11 +0000 (11:22 +0000)]

11 years ago(no commit message)
Alexander Oppermann [Mon, 1 Jul 2013 11:03:56 +0000 (11:03 +0000)]

11 years ago(no commit message)
Alexander Oppermann [Mon, 1 Jul 2013 09:40:42 +0000 (09:40 +0000)]

11 years ago(no commit message)
Alexander Oppermann [Mon, 1 Jul 2013 09:30:36 +0000 (09:30 +0000)]

11 years agorename package
Alexander Oppermann [Mon, 1 Jul 2013 09:28:58 +0000 (09:28 +0000)]
rename package

11 years agorename package
Alexander Oppermann [Mon, 1 Jul 2013 09:28:10 +0000 (09:28 +0000)]
rename package

11 years agorepair trunk cdmlib io taxonx
p.kelbert [Mon, 1 Jul 2013 07:46:38 +0000 (07:46 +0000)]
repair trunk cdmlib io taxonx

11 years agomerge branch to trunk
p.kelbert [Mon, 1 Jul 2013 07:23:27 +0000 (07:23 +0000)]
merge branch to trunk

11 years agominor
Andreas Müller [Fri, 28 Jun 2013 22:43:34 +0000 (22:43 +0000)]
minor

11 years agosave to saveUpdate
Andreas Müller [Fri, 28 Jun 2013 22:38:53 +0000 (22:38 +0000)]
save to saveUpdate

11 years ago[maven-release-plugin] prepare for next development iteration
edit-jenkins [Fri, 28 Jun 2013 09:59:49 +0000 (09:59 +0000)]
[maven-release-plugin] prepare for next development iteration

11 years ago[maven-release-plugin] prepare release cdmlib-parent-3.2.2
edit-jenkins [Fri, 28 Jun 2013 09:59:44 +0000 (09:59 +0000)]
[maven-release-plugin] prepare release cdmlib-parent-3.2.2

11 years agoimplementing missing countDescriptionElementForTaxon method and fixing pager
Andreas Kohlbecker [Thu, 27 Jun 2013 13:41:41 +0000 (13:41 +0000)]
implementing missing countDescriptionElementForTaxon method and fixing pager

11 years agoenhanced filter capabilities for DescriptionElements, methods also in portal controller
Andreas Kohlbecker [Wed, 26 Jun 2013 13:13:57 +0000 (13:13 +0000)]
enhanced filter capabilities for DescriptionElements, methods also in portal controller

11 years agoenhanced filter capabilities for DescriptionElements & a TermBaseListPropertyEditor
Andreas Kohlbecker [Wed, 26 Jun 2013 10:42:53 +0000 (10:42 +0000)]
enhanced filter capabilities for DescriptionElements & a TermBaseListPropertyEditor

11 years agocontroller method to find description elements by feature, a new property editor...
Andreas Kohlbecker [Tue, 25 Jun 2013 16:23:48 +0000 (16:23 +0000)]
controller method to find description elements by feature, a new property editor and some cleaning up controllers

11 years agominor syntax change
Andreas Kohlbecker [Tue, 25 Jun 2013 10:29:58 +0000 (10:29 +0000)]
minor syntax change

11 years agoreducing confusion about featureTree REST services and default initstrategy
Andreas Kohlbecker [Mon, 24 Jun 2013 15:35:51 +0000 (15:35 +0000)]
reducing confusion about featureTree REST services and default initstrategy

11 years agorename boolean in configurator
p.kelbert [Mon, 24 Jun 2013 07:15:48 +0000 (07:15 +0000)]
rename boolean in configurator

11 years agodebug ABCD import
p.kelbert [Mon, 24 Jun 2013 07:15:17 +0000 (07:15 +0000)]
debug ABCD import
new boolean names in configurator
new class for User Interaction

11 years agodebug ABCD import
p.kelbert [Mon, 24 Jun 2013 07:15:03 +0000 (07:15 +0000)]
debug ABCD import
new boolean names in configurator
new class for User Interaction

11 years agorename boolean in configurator
p.kelbert [Mon, 24 Jun 2013 07:14:27 +0000 (07:14 +0000)]
rename boolean in configurator

11 years agorename boolean in configurator
p.kelbert [Mon, 24 Jun 2013 07:13:58 +0000 (07:13 +0000)]
rename boolean in configurator

11 years agorename boolean in configurator
p.kelbert [Mon, 24 Jun 2013 07:13:40 +0000 (07:13 +0000)]
rename boolean in configurator

11 years agoAdd new Tests for ABCD imports
p.kelbert [Mon, 24 Jun 2013 07:10:27 +0000 (07:10 +0000)]
Add new Tests for ABCD imports

11 years agoadded comb. nov.
Andreas Müller [Fri, 21 Jun 2013 07:42:32 +0000 (07:42 +0000)]
added comb. nov.

11 years agoremove backup file
Andreas Müller [Fri, 21 Jun 2013 07:27:14 +0000 (07:27 +0000)]
remove backup file

11 years agominor
Andreas Müller [Wed, 19 Jun 2013 09:46:58 +0000 (09:46 +0000)]
minor

11 years agodebug ABCD import, add TaxonNode was missing for the relation parent-child
p.kelbert [Wed, 19 Jun 2013 06:52:42 +0000 (06:52 +0000)]
debug ABCD import, add TaxonNode was missing for the relation parent-child

11 years agoremove deprecated code
Andreas Müller [Tue, 18 Jun 2013 16:02:15 +0000 (16:02 +0000)]
remove deprecated code

11 years agoremove commented code
Andreas Müller [Tue, 18 Jun 2013 16:00:32 +0000 (16:00 +0000)]
remove commented code

11 years agofurther harmonization of pager parameters
Andreas Kohlbecker [Tue, 18 Jun 2013 11:03:00 +0000 (11:03 +0000)]
further harmonization of pager parameters

11 years agoremove unused method
Andreas Müller [Fri, 14 Jun 2013 22:12:28 +0000 (22:12 +0000)]
remove unused method

11 years ago(no commit message)
Alexander Oppermann [Fri, 14 Jun 2013 14:11:07 +0000 (14:11 +0000)]

11 years ago*excel stream importer matches almost all columns
Alexander Oppermann [Fri, 14 Jun 2013 14:09:02 +0000 (14:09 +0000)]
*excel stream importer matches almost all columns
- still missing:-> taxon description of redlist specific fields
-> a better handling of dynamic fields

11 years agoFixed location of images, figure legends and maps in output.
l.morris [Thu, 13 Jun 2013 17:48:07 +0000 (17:48 +0000)]
Fixed location of images, figure legends and maps in output.

11 years agoAdded new controller to get toMany relations for authorTeam in nomenclaturalReference
l.morris [Thu, 13 Jun 2013 14:44:55 +0000 (14:44 +0000)]
Added new controller to get toMany relations for authorTeam in nomenclaturalReference

11 years agocleaning up
Andreas Kohlbecker [Thu, 13 Jun 2013 14:14:32 +0000 (14:14 +0000)]
cleaning up