Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
dfcde26e 08/20/2014 05:03 PM Andreas Müller

Handle null object in StoreUtil.getCdmEntity

41e2f693 08/14/2014 12:32 PM Cherian Mathew

Moved all logging and dialog functionality to the new class MessagingUtils.
Refactoring code to adapt to above change.
Added new custom error dialog - CdmErrorDialog
Added runtime exception handling to the ApplicationWorkbenchAdvisor by adding a custom status handler

7084aeff 07/03/2014 02:32 PM Patrick Plitzner
  • added support for term retrieval by TermVocabulary
    • adapted MediaSpecimen DetailsView
69d856ba 06/19/2014 03:07 PM Katja Luther
  • not running imports and exports deleted from menu
  • preferences for concept relations fixed
  • open taxon editor with one click in taxon navigator
ccc7ac6f 06/10/2014 01:56 PM Patrick Plitzner
  • set CdmFormFactory.createTermComboElement() to deprecated
    • replaced (almost) all uses of the method with CdmFormFactory.createDefinedTermComboElement which works with TermType instead of classes
3ccf6d41 06/06/2014 11:06 PM Andreas Müller

remove deprecated method

3001881c 05/06/2014 04:53 PM Cherian Mathew

refactoring cdm data source to cdm source
plugin.xml : added clone menu item / command

3f8e87ed 05/05/2014 03:01 PM Katja Luther

adding a taxon bulk editor and changes because the delete methods does not throw exceptions anymore

98663175 04/09/2014 04:23 PM Cherian Mathew

CdmStore : no longer need to set configuration in hibernate classes here
CdmStoreConnector : new method to retrieve configuration based on cdm source type

9bd84319 04/04/2014 11:41 AM Cherian Mathew

updating to align with refactored cdm source classes / interfaces

a9d0fdf8 04/01/2014 08:49 AM Patrick Plitzner
  • fixed javadoc
6d417ae0 03/24/2014 02:23 PM Patrick Plitzner
  • fixed ClassCastException for FeatureNodeContainers
87bae5e8 03/14/2014 02:52 PM Andreas Kohlbecker

implementing #4120: User always needs to have the right to change password and hiding all user related menu contributions if no user is logged in

ddf2f529 03/13/2014 09:23 PM Cherian Mathew

setting application configuration and boolean remoting flag (bean) in hibernate proxy classes to differentiate local and remoting

fcbc1c42 03/13/2014 01:39 PM Andreas Kohlbecker

catching PermissionDeniedExceptions when only doing a check, so these exceptions no longer pollute the log

97683dd7 03/06/2014 06:09 PM Andreas Kohlbecker

more details in exception message of StoreUtil.getCdmEntity()

b92f1605 03/05/2014 06:18 PM Andreas Kohlbecker

no longer using a conversation for the login dialog and thus fixing problems after putting wrong credentials

1cf32439 03/05/2014 01:16 PM Patrick Plitzner
  • renamed getBaseUnit() to baseUnit()
09a1be0a 03/05/2014 08:43 AM Patrick Plitzner
  • added util method to get for getting a CDM entity (used in authenication/permission framework)
    • made use of this method where the type of the parameter was too general (like object)
    • made getBaseUnit() of DerivedUnitFacade public
45716169 02/19/2014 03:52 PM Andreas Kohlbecker

RolesSourceProvider to enable activities by cdm roles and protecting bulkeditors and term editors - #4055 (action enablement adapts to the users granted authorities)

a500a93f 02/13/2014 01:08 PM Cherian Mathew

reverting cdm application / controller refactoring and simply extending the CdmApplicationRemoteConfiguration class
by throwing UnsupportedOperationException for methods that are not supported by remoting

050bbe43 02/12/2014 05:59 PM Cherian Mathew

correcting import

7fad0a08 02/12/2014 02:02 PM Cherian Mathew

refactoring CdmApplicationConfiguration/Controller to allow for remoting
CdmStoreConnector : added application configuration call for remoting (currently commented)

208c4586 02/12/2014 01:13 PM Patrick Plitzner
  • added "Search"-Button to DerivateSearchView
e2b6e8ec 02/12/2014 10:10 AM Cherian Mathew

merge from trunk

8f94e399 02/11/2014 04:30 PM Cherian Mathew

added possibility to switch to remoting

c8dc4736 02/10/2014 07:22 PM Andreas Kohlbecker

part 2 of preliminary solution to #4053 (Transient field User.authorities not refreshed on reloading entity)

f4ba1ef6 02/06/2014 03:18 PM Andreas Kohlbecker

part 2 of fixing #2414 (Group updating doesn't work) by committing and restarting the transaction in the conversation

9c10e526 02/03/2014 06:07 PM Andreas Kohlbecker

solving #4011 (disallow changing publish flag for users with insuffcient rights) for TaxonBase

4eb57b3c 02/03/2014 04:52 PM Andreas Kohlbecker

adapting to new use new ICdmPermissionEvaluator

826f20d4 12/17/2013 09:03 AM Patrick Plitzner
  • added preliminary method for getting specimen by type/record basis (needs enhancement with direct SQL queries)
1e3def3e 12/16/2013 03:07 PM Patrick Plitzner
  • added a flag to force also searching for FieldUnits when searching occurrences
31048df4 12/12/2013 03:45 PM Cherian Mathew

TaxonEditorInput.java : added entire property paths list to taxon service call
spring-security-remoting-3.1.3.RELEASE.jar : jar for http invoker remoting
build.properties, .classpath, MANIFEST.MF : updates for new jar
CdmStore.java, CdmStoreConnector.java : used new CdmApplicationRemoteController...

3d6c9acc 12/02/2013 01:00 PM Patrick Plitzner

merge-update from trunk

97e10b7c 11/28/2013 12:09 PM Katja Luther

minor

be497f38 11/18/2013 03:17 PM Patrick Plitzner

merge-update of trunk and disabling GUI-Control separation

f916c0f0 11/05/2013 09:24 PM Andreas Müller

remove imports

94b901fe 10/30/2013 02:18 PM Andreas Müller

rename RightsTerm -> RightsType #3593

68b83178 10/30/2013 02:00 PM Andreas Müller

rename FieldObservation -> FieldUnit #3566

0c92b7b8 10/30/2013 01:47 PM Andreas Müller

rename field observation in SearchManager #3566

5b850621 10/14/2013 04:31 PM Andreas Kohlbecker

supplemental method for testing permissions

0af06eb2 10/14/2013 03:53 PM Andreas Kohlbecker

updating comment

a84a1660 10/11/2013 11:27 AM Andreas Kohlbecker

closing all editors when switching to new user

27f5197f 09/25/2013 04:43 PM Cherian Mathew

adapting to latest model changes for change of package

49a64920 07/10/2013 03:38 PM Cherian Mathew

Aligning Editor with 3.3 model changes. First phase commit which updates only the classes.
Branch not compilable at the moment.

28b3f4aa 09/13/2012 12:31 PM Andreas Kohlbecker

GrantedAuthoritySelectionDialog implemented for #2990 (implement missing parts of Groups admin details view)

63e1618b 09/11/2012 05:14 PM Andreas Kohlbecker

fixing #3096 (visual response if a user is not granted to edit a specific part of the classification tree)

f2e686b9 07/20/2012 12:59 PM Andreas Kohlbecker

changing renamed ITaxaServiceConfigurator to new name IFindTaxaAndNamesConfigurator

caaaa636 01/18/2012 06:12 PM Niels Hoffmann

Added documentation

78222507 01/18/2012 01:45 PM Niels Hoffmann

refactoring of package names for consistency

b9a0d300 01/16/2012 01:14 PM Lorna Morris

Committing changes to definedtermeditor after merge from branch

f18e39bb 12/01/2011 05:13 PM Niels Hoffmann

Taxon Relationship type is now editable in details view

b2cf37e3 10/10/2011 07:00 PM Niels Hoffmann
c57713e2 10/10/2011 02:09 PM Niels Hoffmann

Added correct number of substeps for ApplicationController subprogress monitor.
TypeDesignation are now deleted via service layer.
Removed bogus check for collection equality in entity collection sections that lead to massive problems with detached entities

0af47024 10/05/2011 03:54 PM Niels Hoffmann

Adapted to cdmlib pogress monitor interface. Should fix #2545, currently writing tests for it

c15a26dc 09/29/2011 12:00 PM Niels Hoffmann

Improved error message when connecting to datasource fails in the first place

3d3773ab 09/06/2011 02:51 PM Niels Hoffmann

Adapted to changes in homotypic group handling

59351073 06/16/2011 04:51 PM Niels Hoffmann

Improved image handling (fixes #2351); Passwords can now be changed by "admin" user (CAUTION: this is done by checking if the currently logged in user is the user named "admin", this has to change once rights are implemented correctly)

5f946b60 05/25/2011 01:30 PM Niels Hoffmann

Implements suggested preliminary solution for #2399

8754b7c4 05/23/2011 05:41 PM Niels Hoffmann

Fixes #2388

87f9934d 05/12/2011 11:44 AM Niels Hoffmann

Editor now uses IIdentifiableEntityServiceConfigurator consistently. Working on #2376

eea5c6dc 05/10/2011 05:50 PM Niels Hoffmann

Temporary fix for #2366; fixes #2368; Refactoring annotations in the name editor

dc7b6f3a 04/27/2011 01:22 PM Niels Hoffmann

cdmlib classes that were programmed against CdmApplicationController now accept ICdmApplicationController. Adapted accordingly.

eed65ec6 04/21/2011 03:53 PM Niels Hoffmann

Drastically reducing code by using field editors for preferences

c9a67492 04/12/2011 10:29 AM Niels Hoffmann

Added a missing feature to plugin dependencies

efcfdf3d 03/24/2011 11:15 AM Niels Hoffmann

Fixes #2285 and #2286

e202da54 03/16/2011 02:26 PM Niels Hoffmann

had to rename the packages to make them compliant with buckminster