Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
93590159 10/27/2015 05:24 PM Cherian Mathew

#5297 Add remoting progress monitoring

#5297 Change active seesion variable to a inheritable thread local variable and add relevant tests

Add monitered operation

#5297 Add post monitor operation callback, Add report text dialog

#5297 Add progress monitor client manager...

2a086835 10/12/2015 04:46 PM Cherian Mathew

#5321 Add missing return statement for bad credentials

e7923b05 09/24/2015 11:05 AM Cherian Mathew

#5247 Use updated entities

3b89ce77 09/24/2015 11:05 AM Cherian Mathew

#5250 Initial attempt at property paths

f76e6020 09/16/2015 02:59 PM Cherian Mathew

#5259 initialising default ranks

ef7d8f0a 09/15/2015 06:44 PM Cherian Mathew

#5250 Add property paths to speed up search

467d468b 09/10/2015 05:42 PM Cherian Mathew

Merge branch 'develop' into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientTaxonService.java

89000ff8 09/09/2015 02:42 PM Patrick Plitzner

Fixed potnetial NPE

a9108118 09/09/2015 01:43 PM Patrick Plitzner

Optimize Code #5103

390328ab 09/07/2015 10:58 AM Cherian Mathew

Replace spring application context loading with programmatic loading

f4f5cd63 09/02/2015 11:03 AM Cherian Mathew

#5181 Fix incorrect load of CdmServiceCacher when connecting via Datasource view

317a1bcb 08/26/2015 11:03 AM Cherian Mathew

Merge branch 'develop' into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AgentEditorInput.java

c8938223 08/24/2015 10:39 AM Patrick Plitzner

Support UUID search in bulk editors (#5103)

caddd4f3 08/24/2015 10:39 AM Patrick Plitzner

Trim code

cfb00eab 08/07/2015 02:11 PM Cherian Mathew

#5134, #5136 (and potentially #5135) Fix incorrect clean up of session manager and Check for class in new taxon wizard

573aae9a 08/04/2015 06:10 PM Cherian Mathew

#5029 Add dev remote source quick connect

1b626d51 07/30/2015 10:58 AM Cherian Mathew

#5029 Add functionality for login to remember credentials, reconnect and switch user

19c39bf4 07/28/2015 02:15 PM Cherian Mathew

#5029 Implement oneclick login for remoting

54108154 07/21/2015 12:06 PM Cherian Mathew

#5098 : Fix issue with authentication when using search bar

233a8fe2 07/02/2015 11:01 AM Cherian Mathew

#5012 Adding remoting session and updating save methods for Bulk Editor

Replace properties file with xml file

#5012 updates for making Bulk Editor remoting capable

ae7e2680 06/19/2015 10:43 AM Cherian Mathew

ICdmDataChangeService, CdmUIDataChangeService, CdmDataChangeService : added new data change service with different services for the ui and non-ui states
CdmApplicationState, CdmStore : added data change service to app state
CdmChangeEvent, ICdmChangeListener : added change listener and even to fire in case of data changes...

04f2494e 06/18/2015 09:45 AM Cherian Mathew

CdmApplicationState:New class to handle application state
CdmStore, BaseRemotingTest : using new application state class
TaxonNavigatorTest : ignoring test for now
TaxonNavigatorTest : increased max memory for jetty

43c0aada 06/05/2015 01:23 PM Cherian Mathew

Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0

Conflicts:
.gitattributes
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/TaxonEditorInput.java...

93b0eb6b 06/03/2015 01:56 PM Cherian Mathew

eu.etaxonomy.taxeditor.cdmlib/.classpath, eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF, eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF : moved test jars to test project
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF : added packages required by test project to exported package list...

7509c9f3 05/28/2015 01:14 PM Cherian Mathew

Merge branch 'master' of wp5.e-taxonomy.eu:/var/git/taxeditor

5eaf7c89 05/28/2015 01:13 PM Cherian Mathew

replaced simple editor-datasource compatibility check with version comparison check

f4142aa7 05/27/2015 05:54 PM Cherian Mathew

cdmlib-ehcache : removed disk based cache manager since the hb config is now cached in memory
CdmApplicationRemoteController, CdmModelCacher, CdmRemoteCacheManager, CdmModelGetMethodCacherTest : running the hibernate config load in separate thread
CdmTransientEntityCacher, EntityCacherDebugResult, CdmStore, SessionsViewPart: refactoring...

95b6f6f5 05/27/2015 02:07 PM Cherian Mathew

CdmApplicationRemoteController : refactoring code to simplify application context loading and making it performant
CdmModelCacher : removed unused method
CdmRemoteCacheManager : moved cache from disk to memory
httpInvokerServiceClients : lazy initializing all service beans...

48d1a460 05/26/2015 01:42 PM Andreas Müller

moving UuidAndTitleCache from model to persistence (changes in Editor). #4799

4b94c9cf 05/22/2015 10:54 AM Cherian Mathew

Merge branch 'move-to-luna' into remoting-4.0

Conflicts:
eu.etaxonomy.taxeditor.cdmlib/.classpath
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.cdmlib/build.properties
eu.etaxonomy.taxeditor.cdmlib/pom.xml
eu.etaxonomy.taxeditor.cdmlib/src/main/resources/eu/etaxonomy/cdm/remotingApplicationContext.xml...

c9285745 05/20/2015 02:24 PM Cherian Mathew

InspectSessionsDialog : added filtering
CdmStore : clearing caches and session before connecting
ParseHandler : using NonViralName instead of TaxonNameBase
AbstractPostTaxonOperation, AbstractPostOperation, AbstractPersistentPostOperation : added CdmEntitySessionEnabled object to constructor...

635b598e 05/18/2015 11:59 AM Katja Luther

bulkeditor: merge of teams and persons and convert team to person and person to team

2f283ea2 04/30/2015 04:53 PM Andreas Müller

remove javadoc

f638efaa 04/24/2015 01:47 PM Andreas Müller

fix NPE bug and termloading bug for Usage Records #4247

87cd03a1 04/14/2015 03:17 PM Patrick Plitzner
  • added findOccurrences() and countOccurrences() to service layer
    • added configurator for these methods
    • optimized retrieval with HQL query
    • made use of service method in DerivateSearchView
a266eaa3 03/19/2015 11:08 PM Andreas Müller

javadoc

0219b768 03/19/2015 10:37 PM Andreas Müller

merge taxeditor validation2 into trunk

5c6184af 02/02/2015 04:18 PM Cherian Mathew

merge from trunk

52002c73 12/11/2014 05:01 PM Cherian Mathew

merge from trunk

da005e87 12/11/2014 01:03 PM Patrick Plitzner
  • adapted to 3.4.0 cdm changes
d59e5382 12/09/2014 06:05 PM Cherian Mathew

merge from trunk

c53a25ad 12/09/2014 05:33 PM Cherian Mathew

updated packages for remoting source

bcad19b9 12/09/2014 04:33 PM Cherian Mathew

MessagingUtils : added new method for a warning dialog when not connected to a datasource
CdmStore : changed warning dialog to new method mentioned above
LanguagePreferencePage, PreferencesUtil, AbstractMenuPreferences : checks to fail nicely if not connected to a datasoruce

39b2e2be 10/28/2014 02:10 PM Katja Luther

fix #4450

7c6e83fe 10/27/2014 01:48 PM Patrick Plitzner
  • fixed double exception dialog popup when not connected to data source
    • fixed NPE when starting ABCD import with dirty editors
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