Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
488f62cc 08/15/2011 05:23 PM Andreas Müller

change comment on moved component scan for ext

2245d3dc 08/15/2011 04:09 PM Andreas Müller

remove imports

1fe67b60 08/10/2011 05:49 PM Andreas Müller

cleanup ImagesUtility

c8107c24 08/10/2011 05:48 PM Andreas Müller

change name of ReferencedMedia to ReferencedMediaBase (#2381)

bd2ed834 08/10/2011 03:46 PM Andreas Müller

bugfix for field observation cache strategy (protected title cache collectors)

61a393ee 07/28/2011 02:07 PM Andreas Müller

fix javadoc for findByTitle

8de80607 07/18/2011 05:50 PM Andreas Kohlbecker

fixing #1925 (CICHORIEAE taxon tree order of taxa and bastards)
and also moving ITaxonNodeComparator into model

de0b6351 07/08/2011 12:56 PM Andreas Müller

remove empty lines

f26ddad7 07/05/2011 01:05 PM Katja Luther

quick fix of tests, save() is not secured at the moment, because for tests it is needed to save objects to the database without authentication.

ee6cfa5a 07/05/2011 11:36 AM Katja Luther
5745483c 07/05/2011 11:11 AM Katja Luther

secure save, saveOrUpdate and delete methods
tests

d00d2a84 06/30/2011 12:45 PM Katja Luther

bugfix in getAuthorities()
new Service for evaluate a permission
add permission evaluation for changing password

d907eaa7 06/27/2011 06:10 PM Andreas Kohlbecker

modifications in cdmlib for #2206 (modify the means to find images for the data portal)

928b6514 06/24/2011 04:41 PM Andreas Kohlbecker

fixing bug due to last commit (Changed CdmPermission to use "update" instead of "edit")

abc05753 06/23/2011 05:10 PM Niels Hoffmann

Added override and deprecation annotations

928ee151 06/23/2011 04:19 PM Niels Hoffmann

Changed CdmPermission to use "update" instead of "edit" for consistency reasons; Added a comment about getting authorities from a user's groups;

b4f92706 06/23/2011 11:31 AM Katja Luther

Bugfixing

edf555c9 06/22/2011 10:26 AM Katja Luther
9cdb4588 06/22/2011 10:06 AM Katja Luther

sync trunk

93a94b74 06/21/2011 10:10 PM Andreas Müller

bugfix for #2426, avoid recursive fireing of same event

cec7c0f5 06/21/2011 01:19 PM Katja Luther
11a07691 06/21/2011 01:16 PM Katja Luther
1d6bc341 06/21/2011 12:41 PM Katja Luther

adding permission handling and writing a test for usermanagement

57b6ceb0 06/09/2011 02:31 PM Niels Hoffmann

Reverted removal of MediaServiceImplTest because of #2397

ab752e28 06/09/2011 02:07 PM Andreas Müller

minor

1fce1de6 06/09/2011 02:04 PM Andreas Müller

removed 2 deprecated methods getRootTaxon(xxx) from TaxonService

48605d5b 06/08/2011 06:22 PM Niels Hoffmann

Removed deprecated methods and tests

95810869 06/08/2011 05:56 PM Niels Hoffmann

Removed deprecated methods and tests

ede17590 06/08/2011 04:00 PM Andreas Müller

made propertry change events configurable (maybe solving #2426)

370503cf 06/08/2011 03:16 PM Niels Hoffmann

Refactored MediaMetaData and family. Renamed it to MediaInfo. API is now less confusing and more consistent.

ad3249f9 05/31/2011 01:02 PM Katja Luther

#2408 bugfixing in changeSynonymToAcceptedTaxon

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

getTermByRepresentationAbbrev

8b6d473f 05/27/2011 01:17 PM Andreas Müller

fix for not running test in fieldObservationCacheStrategyTest

66117dc5 05/27/2011 12:48 PM Andreas Müller

minor

d93a241d 05/27/2011 12:47 PM Andreas Müller

some more tests for testGetSetAbsoluteElevationRange

4cf9ce0b 05/27/2011 12:35 PM Andreas Müller

bugfix for facade title cache test

f34ca874 05/27/2011 01:35 AM Andreas Müller

improved findBestMatchingTaxon method

91e76b26 05/27/2011 01:34 AM Andreas Müller

some changes for specimen facade (type by class and workaround for bidirectional bug determination <-> derivedUnit)

111e1b99 05/25/2011 11:43 AM Andreas Müller

bugfix for searchCountryByName in occurrence service. It now searches for the label, not for the description (text)

657000e3 05/24/2011 02:05 PM Andreas Müller

minor

a5382f79 05/24/2011 01:45 PM Andreas Müller

fix non running tests with dummy test class in cdmlib-service ... validation

23f9fb6e 05/24/2011 01:43 PM Andreas Müller

remove ignore

5a32ee78 05/24/2011 11:12 AM Andreas Müller

reverted r12163 and r12162 as this was not the reason for unstability (inReferenceValidator is the real reason)

bb68b744 05/23/2011 07:02 PM Andreas Müller

try to make test independent of static terms (synReltype)

9694e4e4 05/23/2011 06:46 PM Andreas Müller

use termservice instead of static terms

a6f05c62 05/23/2011 06:25 PM Andreas Müller

refine findBestMatchingTaxon

1fdecd71 05/23/2011 04:57 PM Andreas Müller

minor

db415600 05/23/2011 11:39 AM Katja Luther

moved all validation tests to model, except ValidationTest
wrote validation for references

af064583 05/20/2011 11:38 AM Andreas Müller

bugfix for team titlecache

f77b32f4 05/12/2011 11:36 AM Niels Hoffmann

Fixes #2372

913d3ccd 05/11/2011 05:18 PM Andreas Müller

Include FieldObservation in Specimen Facade

b3ece2bd 05/11/2011 01:47 PM Andreas Müller

added FieldObservationCacheStrategy (not functional yet)

23b0bfc3 05/11/2011 01:47 PM Andreas Müller

minor

d18060a7 05/11/2011 01:09 PM Katja Luther

make countByTitle public and delete param propertyPath

83ec5bc6 05/11/2011 11:06 AM Katja Luther

countByTitle() method for IIdentifiableService

9e424f23 05/10/2011 06:33 PM Niels Hoffmann

Renaming GroupService to GroupServiceImpl for the sake of API consistency. Also added some much needed NPE checks.

fe41e173 05/10/2011 04:27 PM Andreas Müller

Devide preferred and other determinations in derived unit facade (#2375)

ea77d4f0 05/10/2011 02:51 PM Andreas Müller

remove collectors number from facade.addDuplicate

0d4ce26d 05/05/2011 12:07 AM Andreas Müller

bugfix for facadecache test

91a9471d 05/04/2011 04:59 PM Andreas Müller

make collector number deprecated in DerivedUnitBase and remove from specimen facade and ABCD import and REST services(#2362)

033e3b58 04/28/2011 02:28 PM Andreas Kohlbecker

fixing #2329 (Synonym types not shown in specimen tab)

251d958d 04/26/2011 07:30 PM Andreas Müller

Use interface type for get/setCdmAppController in CdmDefaultIOBase (#2347)

1187dca6 04/21/2011 01:49 PM Niels Hoffmann

Method {{{isEvenDistance}}} did not work correctly.

6e0cfa04 04/18/2011 11:10 PM Andreas Müller

use correct API methods to retrieve classification by UUID (API)

22697c60 04/18/2011 03:39 PM Andreas Müller

remove imports

4acb2920 04/17/2011 09:31 PM Andreas Müller

removing parameters for WorkingSetService method

2b8ca443 04/17/2011 09:30 PM Andreas Müller

bugfix for DescriptionDaoImpl.getDescriptionElementForTaxon (missing implementation for features)

0c5f35ba 04/15/2011 12:27 AM Andreas Müller

new implementation for Xper data fetching from persistence and some further changes to Xper

39cbac55 04/09/2011 10:49 AM Andreas Müller

first steps for specimen import (missing facade update)

44fe677c 04/07/2011 06:09 PM Andreas Kohlbecker

deleting old and orphan config file

6acf564a 04/07/2011 10:18 AM Andreas Kohlbecker

fixing NPE

b898b48f 04/04/2011 07:07 PM Andreas Müller

added getPolytomousKeyNodeService to application controller interface

1e5286c7 03/29/2011 02:40 PM Andreas Kohlbecker

services offer */taggedName end points

f27dd9c3 03/29/2011 02:39 PM Andreas Kohlbecker

lesser surprises

39f75c90 03/28/2011 04:16 PM Andreas Kohlbecker

more consistent pager methods & PolytomousKeyService improvements

329a877d 03/28/2011 04:14 PM Andreas Kohlbecker

renaming IdentificationKeyGenerator to PolytomousKeyGenerator

e82f25ab 03/24/2011 04:20 PM Niels Hoffmann

minor

65bfe0fe 03/24/2011 04:19 PM Andreas Kohlbecker

excluding special imports from component scan 2

d4992817 03/24/2011 03:55 PM Andreas Kohlbecker

splitting PolytomousKeyNodeService from PolytomousKeyService & more methods for IdentificationKeyService

b1cb49df 03/24/2011 03:49 PM Andreas Kohlbecker

excluding special imports from component scan

001915e1 03/23/2011 07:02 PM Andreas Müller

implement list find method for user and group services (#2283 and #2284). Tests are still missing.

9820a8ee 03/23/2011 01:31 PM Niels Hoffmann

Deprecating an obsolete method

14c8857b 03/19/2011 04:00 PM Andreas Müller

bugfix for DerivedUnitFacade, NPE when Ecology or PlantDescription exists

b3ceb57e 03/19/2011 09:04 AM Andreas Müller

bugfix for DerivedUnitFacade, NPE when Ecology or PlantDescription exists

6ccf7011 03/10/2011 03:30 PM Niels Hoffmann

Improved the implementation of Group and GrantedAuthority and wrote UnitTest for them.

655481e5 03/09/2011 04:36 PM Niels Hoffmann

Created a new service to handle group related stuff. The old implementation in UserService is still available but deprecated.

c258057c 03/02/2011 11:36 PM Andreas Müller

add progress monitor functionality to updateTitleCache

f197a589 03/02/2011 06:10 PM Andreas Müller

refactoring of interface for updateTitleCache

0ba4e977 03/02/2011 03:43 PM Niels Hoffmann

minor

91a7a629 03/01/2011 05:43 PM Niels Hoffmann

minor

7eda2dcb 03/01/2011 11:10 AM Andreas Kohlbecker

removing a hack

c6562513 02/25/2011 06:02 PM Andreas Müller

minor

5d8d15f2 02/21/2011 02:53 PM Katja Luther

#1787, the UuidAndTitleCache.type is set

2cf910bc 02/18/2011 10:17 PM Andreas Müller

bugfix for moveDescriptionElement test

76de813f 02/18/2011 02:43 PM Andreas Kohlbecker
abcb1ed4 02/17/2011 11:20 AM Andreas Müller

remove commented code and update java doc

583c8fcf 02/14/2011 05:54 PM Niels Hoffmann

Fixes #2233

32ffb67d 02/11/2011 01:53 PM Andreas Müller

parameter isPaste-> isCopy #2233

9b3e6c3f 02/11/2011 11:57 AM Andreas Müller

bugfix for imageGallery flag not set #1830

faee3e1d 02/10/2011 04:51 PM Niels Hoffmann

Demonstrates problems described in #1830.