Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
f3f85339 04/13/2016 02:09 PM Katja Luther

minor

2c11e611 04/13/2016 02:04 PM Patrick Plitzner

Add missing type information to UuidAndTitleCache object for search
results #5700

  • fixes NPE
790060bd 04/13/2016 01:42 PM Katja Luther

fix #5672

5c9a40ea 02/10/2016 02:45 PM Andreas Kohlbecker

Merge branch 'hotfix/3.12.3' into develop

Conflicts:
cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonNodeServiceImpl.java
cdmlib-services/src/test/java/eu/etaxonomy/cdm/api/service/TaxonServiceSearchTest.java

4cbc9cf4 02/09/2016 11:43 AM Katja Luther

fix #5538

670d72df 02/04/2016 04:13 PM Katja Luther

check for empty excludeUuid list

2b1209af 01/11/2016 01:27 PM Andreas Kohlbecker

#4962 using LEFT FETCH JOIN for ranks and sec fixed problems and improves performance

b1c5e27c 12/11/2015 11:27 AM Andreas Kohlbecker

organizing imports

3dd6c00e 11/23/2015 04:13 PM Andreas Müller

Upgrade to hibernate 5 with persistence tests running #4716

0fd0248b 11/23/2015 04:10 PM Andreas Kohlbecker

#4313 implementing full stack of methods to expose TaxonNodeAgentRelations via remote controllers

f36a0784 11/20/2015 02:04 PM Andreas Kohlbecker

#4962 commenting performance measure print-out via System.err

256c8f84 11/20/2015 01:52 PM Andreas Kohlbecker

#4962 avoiding bean initialization in getChildNodesAtRank() as much as possible - performance improvement

887fec08 11/18/2015 10:56 AM Andreas Kohlbecker

#4313 relationship type as additinal filter option for TaxonNodeAgentRelation services

b014351b 11/17/2015 03:09 PM Andreas Kohlbecker

#4313 implementing full stack of methods to expose TaxonNodeAgentRelations throught the AgentController with filter options

3dea8ed1 11/17/2015 02:46 PM Katja Luther

fixing #4878

798120f1 11/16/2015 03:01 PM Andreas Kohlbecker

#4313 implementing full stack of methods to expose TaxonNodeAgentRelations via remote controllers

5ab3e456 10/22/2015 12:33 PM Katja Luther

Revert "minor"

This reverts commit 64367d007ba404e037ccc2b6794b46c4f1f321bc.

64367d00 10/22/2015 12:21 PM Katja Luther

minor

e652d197 10/13/2015 12:45 PM Katja Luther

fixing getUUIDAndTitleCache for Classification and excluding taxa

7ff16b32 09/02/2015 03:27 PM Andreas Kohlbecker

fixing broken pager mechanism for listRankSpecificRootNodes() and improving test coverage

b03505f7 06/18/2015 11:48 AM Andreas Müller

fix listRankSpecificRootNodes behavior for ranks in between and some
additional tests

c92c5c63 06/17/2015 06:29 PM Andreas Müller

add some tests for rankSpecificRootNodes, related to #2778

f989e265 06/17/2015 04:55 PM Andreas Kohlbecker

avoiding LEFT OUTER JOIN by splitting query in two

d26d6619 05/26/2015 01:40 PM Andreas Müller

moving UuidAndTitleCache from model to persistence. #4799

ccb3c146 05/20/2015 05:39 PM Andreas Müller

added id to uuidAndTitleCache #4799 (bugfix)

a15c158c 05/20/2015 05:23 PM Andreas Müller

added id to uuidAndTitleCache

0fa9e660 05/11/2015 12:16 PM Katja Luther

delete the embedded class UuidAndTitleCacheOfAcceptedTaxon

418a2bdc 03/17/2015 11:35 AM Katja Luther

fix search for common names in editor and minor

f973242a 03/10/2015 10:06 AM Katja Luther

for infrageneric unranked rank adding unranked
fixing bug with deletion of names and homotypicalGroups

80ab91c0 01/24/2015 07:19 AM Andreas Müller

for testing

9d8532ab 01/24/2015 06:32 AM Andreas Müller

add taxonNode to session in countByIdentifier

58ba0a9d 01/23/2015 11:03 PM Andreas Müller

improve byIdentifer service

49f7c6b1 01/22/2015 04:47 PM Andreas Müller

missing persistence changes for findByIdentifier

e580c4ca 01/22/2015 11:40 AM Andreas Müller

latest changes for findByIdentifier service

0f8d094a 11/10/2014 09:49 AM Katja Luther

changes in service layer for fixes in bulg editor and search for misapplied names and common names in editor

5b62196b 10/28/2014 02:09 PM Katja Luther

fix #4450

a22369e9 10/08/2014 12:59 PM Katja Luther
c52b7e11 10/02/2014 01:00 PM Katja Luther

adapted tcs rdf and xml import, using apache jena for rdf import
tcs import for caryophylales
minor

d0e1f771 08/18/2014 09:58 AM Katja Luther
afdc25a6 07/01/2014 03:14 PM Andreas Müller

minor

6cbe0fbb 06/25/2014 04:42 PM Andreas Kohlbecker

fixing #4273 (java.lang.ClassCastException in TaxonDaoHibernateImpl.countTaxaByCommonName() breaks taxon search) and most probably also other CommonName search related tickets

b04808bc 06/25/2014 11:51 AM Andreas Müller

remove some comments and non-Javadocs

cc57dbe5 06/13/2014 11:46 AM Andreas Müller

start bugfixing and refactoring sortindex handling in TaxonNode

1f739c00 05/15/2014 11:35 AM Katja Luther

adapt the service method loadChildNodesOfTaxonNode
with param recursive choose whether you get only the children of the node or the children of the children ...

1eb3d17a 04/30/2014 04:49 PM Alexander Oppermann

Changed limits to INTEGER, so it is possible to nullify these parameters if needed

6cddf6c5 04/29/2014 02:19 PM Patrick Plitzner
  • show infraspecific taxa in Palmweb theme only if there are any
    • fixed output (taxon and NOT taxa if only one sub species present)
be56b4cc 04/10/2014 04:19 PM Alexander Oppermann

*added Test for service method: getTaxonOfAcceptedTaxaByClassification and countTaxonOfAcceptedTaxaByClassification
*fixed SQL Statement so it works with H2 DB

bd47b74d 04/10/2014 02:51 PM Alexander Oppermann

*added service layer method: countAllNodesForClassification
*improved performance CSVDemoExport

c50bbf8d 04/10/2014 11:26 AM Alexander Oppermann

*Update of the CSVExport WS.
*fixed memory leak
*new service method to pull list of TaxonNode according to a given classification

0ac7b8a4 04/08/2014 02:24 PM Katja Luther

add service to get all nodes of a classification

ba84f3fd 03/29/2014 09:50 PM Andreas Kohlbecker

performance improvement for listChildNodes of a taxon

0440906b 03/20/2014 01:31 PM Andreas Kohlbecker

fixing #4112 (portal/taxon/{uuid}/accepted/{uuid} takes exceedingly much time in specific cases) and #2595 (portal/taxon/{uuid}/accepted/{uuid} producing too big data objects) this also solves the according issue mentioned in #3336 (Improve overall dataportal page loading performance)

b92052e6 03/20/2014 01:31 PM Andreas Kohlbecker

implementing dao method listAcceptedTaxaFor, for #4112

856a4fee 01/15/2014 12:54 PM Andreas Kohlbecker

fixing problems related to new taxon node structure

c93bf342 01/14/2014 03:47 PM Katja Luther

rootNode adaption for classification

3fd08fbf 11/04/2013 12:43 AM Andreas Müller

revert r19380

3801822d 11/03/2013 06:23 PM Andreas Müller

change DescriptionBase.descriptionElements to DescriptionBase.elements #3841

679d8c93 10/15/2013 01:34 PM Katja Luther

fixed problem with deletion of nodes.

85338079 10/09/2013 03:33 PM Katja Luther

merging delete functionality into trunk

b818d263 08/09/2013 05:57 PM Andreas Müller

minor

efdb6847 07/03/2013 12:09 AM Andreas Müller

implement sortIndex for TaxonNode and remove usedSynonym from addChildNode methods (#3508)

9f840a1e 06/06/2013 01:52 PM Andreas Müller

Merge trunk into CDM 3.3

3ea8f17c 06/05/2013 10:49 AM Cherian Mathew

workaround for the fact that hql is not able to parse boolean literals in the select list clause.

dba75be8 04/18/2013 01:32 PM Andreas Kohlbecker

Improvements to TransmissionEngineDistribution, basic monitoring added and new service and dao methods for pageRankSpecificRootNodes()

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

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

1a22121a 03/08/2013 10:07 AM Cherian Mathew

TaxonNodeServiceImpl : added clearing of relation sets
TaxonDaoHibernateImpl : added 'isOrphaned' field to hql query for building UuidAndTitleCache objects

1ae9f0ff 02/28/2013 06:25 PM Andreas Kohlbecker

calls to loadRankSpecificRootNodes() in tests and other classes adapted

9245c69a 02/28/2013 06:25 PM Andreas Kohlbecker

loadRankSpecificRootNodes() extended, according test enabled and extended

d14dc600 12/11/2012 01:27 PM Andreas Kohlbecker

fixing bug in getTaxonRelationships() for case directions = null

8826c645 12/11/2012 01:24 PM Andreas Kohlbecker

service for #3234 (implement cdm service method to collect SpecimensAndObservations via taxon)

9a853a86 06/22/2012 11:05 AM Andreas Kohlbecker

adding method to find taxa by a list of given uuids

669d4127 04/24/2012 03:55 PM Cherian Mathew

Implementations of functions which,

  • find taxon names by title/uuid
  • find taxons by uuid
05402f08 03/01/2012 08:03 PM Andreas Müller

bugfix for taxonDao.getAllRelationships

00b93cdd 02/27/2012 06:44 PM Andreas Müller

getAllRelationships reimplemented to match only relevant relationship classes,
Export generics include Transformer type

19fcb1ac 02/14/2012 03:31 PM Andreas Müller

move inferred synonyms to service layer

5be4384b 02/01/2012 02:02 PM Katja Luther

fixing again the search for misapplied names. adapting the tests

8565bc07 01/31/2012 10:06 AM Katja Luther

Ticket #2648

2865fdf2 01/23/2012 11:46 AM Katja Luther

fix for #2648

0db3f566 01/19/2012 01:59 PM Andreas Kohlbecker

fixing bug in bugfix for #2648, also fixing tests

5c3f04fc 01/19/2012 01:04 PM Andreas Kohlbecker

fixing bug in #2648: search for misapplied names implemented

c8c947df 01/19/2012 12:07 PM Katja Luther

bugfix (#2648)

b80c04d2 01/19/2012 11:22 AM Andreas Kohlbecker

test to reproduce bug in misapplied name search

bd440597 01/13/2012 04:05 PM Andreas Kohlbecker

fixing bug associated with getTaxaByCommonName(); benchmarking taxa by common name hql vs lucene

13b550a3 01/12/2012 06:09 PM Andreas Kohlbecker

hibernate fulltext search & refactoring getTaxaByName*() method headers

6171a3e7 01/12/2012 12:17 PM Katja Luther

countTaxaByName harmonized with find method (replace Class <? extends TaxonBase> parameter with boolean parameters for synonyms, taxa and misapplied names)

d1493164 01/11/2012 11:50 AM Katja Luther

changes for bugs and problems in search for misapplied names (#2648)

b3f10ad8 01/05/2012 02:50 PM Andreas Kohlbecker

turning System.err into logger.debug

2cb46f24 12/07/2011 01:05 PM Katja Luther

adapt the search to be able to find misapplied names: to include misapplied names use the new configurator attribute doIncludeMisappliedNames

ff22f383 11/29/2011 03:26 PM Andreas Kohlbecker

related to #2664 (Specimen maps are not shown in cyprus dev portal) - now the occurrence map is colored

80c6f5eb 11/23/2011 12:43 PM Andreas Kohlbecker

inverse relations now are showing up, fixing #2609 (Implement Concept Relationships for Dataportal)

d7d45fd0 10/14/2011 01:44 AM Andreas Müller

minor

7cfaf1a7 10/13/2011 08:14 PM Andreas Müller

bugfix for getAllRelationships()

cd798819 09/06/2011 05:26 PM Andreas Müller

minor

dae88538 09/05/2011 12:12 PM Andreas Müller

update taxon service (add some synonym delete functionality - still preliminary)

b46fb861 03/28/2011 12:58 PM Andreas Kohlbecker

code cleaning

0bc9de51 03/14/2011 03:22 PM Katja Luther

the query of prepareQuery always returns the type, if doNotReturnFullEntities is set

ecfd429d 03/04/2011 01:36 PM Andreas Kohlbecker

fixing #2274 ClassCastException in search

a48144fa 03/02/2011 04:45 PM Andreas Müller

minor changes

4670929f 03/02/2011 01:06 PM Andreas Müller

remove import

e8175ab4 02/21/2011 05:02 PM Katja Luther