Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
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

1c29bd52 03/05/2014 06:15 PM Andreas Kohlbecker

fixing setEnabled method

1f013eea 03/05/2014 03:33 PM Patrick Plitzner
  • removed dummy data from SpecimenImport
7d892339 03/05/2014 03:28 PM Patrick Plitzner
  • fixed event handling by creating and linking the missing elements
8475fe50 03/05/2014 01:24 PM Patrick Plitzner
  • added missing DNA Quality section
664a3be9 03/05/2014 01:18 PM Patrick Plitzner
  • adpated DNA DetailsViews according to current development
1cf32439 03/05/2014 01:16 PM Patrick Plitzner
  • renamed getBaseUnit() to baseUnit()
99fa2e6e 03/05/2014 01:16 PM Patrick Plitzner
  • added transparency to icons
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
265af043 03/04/2014 05:18 PM Patrick Plitzner
  • added icons for Amplification, Sequence and SingleRead
39b24584 03/04/2014 09:25 AM Patrick Plitzner
  • added code to show icon for Amplification, Sequence and SingleRead (image files still missing)
    • removed text fields for media file in dna DetailsViews
    • added contig file in Sequence DetailsView
3d3c7b7c 03/03/2014 09:48 AM Patrick Plitzner
  • added cascading save to pherogram (Media) of SingleRead
    • added media section to DetailsViews for Amplification (gel photo) and SingelRead (pherogram)
06ba42c7 02/28/2014 12:17 PM Andreas Kohlbecker

fixing missing text of Group members (User) in details section

df7a736f 02/27/2014 09:42 AM Katja Luther

fix problem with changeSynonymToAcceptedTaxon of a synonym being part of an homotypical group

db88d819 02/26/2014 05:25 PM Andreas Kohlbecker

protecting editing capabilities of names references and authors - #4055 (action enablement adapts to the users granted authorities)

768a3327 02/26/2014 03:42 PM Patrick Plitzner
  • added multi-select(multi-save) to SpecimenImportEditor
90d2c4f6 02/26/2014 03:36 PM Andreas Kohlbecker

fix: adding missing case statements

0c61ddac 02/26/2014 12:02 PM Andreas Kohlbecker

disabling edit button if user is allowed to UPDATE & making text elements selectable

abe42729 02/26/2014 12:02 PM Andreas Kohlbecker

implementing the CommandHandlerButton and using it as button to open the OpenFeatureTreeEditorWizard - #4055 (action enablement adapts to the users granted authorities)

15387df0 02/26/2014 09:39 AM Patrick Plitzner
  • moved transient interfaces to taxeditor.editor
    • changed GUI control of DataImportEditor to be a TableViewer
    • made DataImportEditor generic
7b04760e 02/25/2014 10:36 PM Andreas Müller

minor

cd9e44c1 02/25/2014 09:03 AM Cherian Mathew

disabling remoting calls untill further investigation

0005d3d3 02/24/2014 03:48 PM Andreas Müller

minor

f970e52f 02/24/2014 08:51 AM Patrick Plitzner
  • added missing imports
0f4e8f14 02/24/2014 08:47 AM Patrick Plitzner
  • start conversation before ABCD conversion
    • pass conversation to editor
b052c40f 02/21/2014 07:16 PM Andreas Kohlbecker

adding warning dialog on unavailabel DefinedTermEditor

9f3d3959 02/21/2014 07:15 PM Andreas Kohlbecker

removing unused parameter definition

c09bbef0 02/21/2014 07:15 PM Andreas Kohlbecker

fixing broken parameter for eu.etaxonomy.taxeditor.store.openDefinedTermEditor command

07e4e710 02/20/2014 05:37 PM Cherian Mathew

RemoteLazyLoadingTest : Creating application configuration programmatically
AbstractPersistentCollection, AbstractLazyInitializer : Copied aspect code here
CdmApplicationRemoteConfiguration : overriding datasource since it is not required in remoting
remotingApplicationContext : added autowiring config

728b219b 02/20/2014 10:11 AM Katja Luther

additional delete functionality to bulkeditor

72b61b97 02/19/2014 04:23 PM Andreas Kohlbecker

minor fixing

b7b99774 02/19/2014 03:56 PM Patrick Plitzner
  • implemented "Save Specimen" command
    • added @Override annotations
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)

3692b5bf 02/19/2014 03:52 PM Andreas Kohlbecker

base implementation and configuration for securing the editor - #4055 (action enablement adapts to the users granted authorities)

3c40ecfe 02/19/2014 03:52 PM Andreas Kohlbecker

.gitignore

5d9680cf 02/19/2014 03:34 PM Patrick Plitzner
  • added "Save Specimen" command to DataImportEditor
214bf9b9 02/19/2014 03:32 PM Patrick Plitzner
  • changed type of BioCaseQuery results from List to Set to filter out duplicates
    • as saveOrUpdate() for the transient services just adds the derived units to the lists this was necessary
2b3380bd 02/18/2014 04:00 PM Patrick Plitzner
  • BioCase querying as a separate thread
aa4df8f7 02/18/2014 01:33 PM Cherian Mathew

updaed build properties to include source / resource files when packaging with maven

b0f4bec8 02/18/2014 12:03 PM Cherian Mathew

reverting back config file to make local invocation work

42580bdf 02/18/2014 08:42 AM Patrick Plitzner
  • updated SpecimenImportWizard
    • refactored BioCase querying to be a separate job
36848396 02/18/2014 08:40 AM Patrick Plitzner
  • added preference which shows determination section only for FieldUnits in the DetailsView
6b5ad34c 02/17/2014 03:48 PM Patrick Plitzner
  • added preference which shows determination section only for FieldUnits in the DetailsView
    • added missing parameters for SingleRead DetailsView
07d42f59 02/14/2014 06:19 PM Andreas Müller

fix for invisible description.setTaxon method in Editor

22759920 02/14/2014 05:53 PM Cherian Mathew

CdmApplicationRemoteConfiguration : added GeoService and @Component bean name
remotingApplicationContext : exclude CdmApplicationDefaultConfiguration from comp scan
remoting_services_security : cosmetic
httpInvokerServiceClients : added editGeoService
config.properties : corrected context path...

b7acd48e 02/13/2014 01:16 PM Patrick Plitzner
  • added missing parameters for SingleRead DetailsView
82dfc775 02/13/2014 01:15 PM Patrick Plitzner
  • added option to set text limit for TextWithLabelElement
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

def92f17 02/12/2014 05:58 PM Cherian Mathew

removing aspetcj capability and reverting to default

73de892e 02/12/2014 05:54 PM Cherian Mathew

changed package name to be consistent with cdmlib
remotingApplicationContext.xml : cleaning up component scan

8a93d57d 02/12/2014 03:25 PM Cherian Mathew

removing Transient annotation - not required

b63c5f73 02/12/2014 03:19 PM Cherian Mathew

refactoring ICdmApplicationDefaultConfiguration

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)

7f34904a 02/12/2014 01:52 PM Cherian Mathew

config.properties : config for target cdmserver in remoting
editorApplicationContext.xml : added (currently commented) config for remoting

f6eae72a 02/12/2014 01:48 PM Cherian Mathew

erging from remoting-1.0 branch

  • adding new confugration / controller classes for remoting
  • adding aspect and related aop.xml config file
  • added aspect and spring remoting jars
  • updated manifest , pom and classpath for the new dependencies
80f66673 02/12/2014 01:27 PM Katja Luther

move ChangeConceptToSynonym business logic from editor operation to service layer

208c4586 02/12/2014 01:13 PM Patrick Plitzner
  • added "Search"-Button to DerivateSearchView
af9950d6 02/12/2014 12:40 PM Patrick Plitzner
  • enabled DerivateType filter in DerivateSearchView
476dcf54 02/12/2014 12:04 PM Cherian Mathew

remotingApplicationContext : removed load time weaving config
AbstractPersistentCollection : reverting to original code
CdmApplicationRemoteController : adding missing method call

cd492f6f 02/12/2014 11:39 AM Katja Luther

delete User in bulkeditor

8d0857f0 02/12/2014 11:15 AM Katja Luther

delete of group in bulkeditor #4054

e2b6e8ec 02/12/2014 10:10 AM Cherian Mathew

merge from trunk

5f794c2f 02/12/2014 10:09 AM Cherian Mathew

RemoteLazyLoadingTest : cosmetic changes
CdmApplicationRemoteController, CdmApplicationRemoteConfiguration : refactoring

2d8f997f 02/12/2014 09:36 AM Patrick Plitzner
  • added combo controller to combo field in DerivateSearchView
bba7bee5 02/11/2014 05:20 PM Andreas Kohlbecker

solving #4056 (taxeditor responds with nicer dialogue in case a user executes a prohibited operation)

0abb401a 02/11/2014 04:30 PM Cherian Mathew

merge from trunk

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

added possibility to switch to remoting

1ed2d338 02/11/2014 04:28 PM Cherian Mathew

remotingApplicationContext : removing configuration bean declaration
CdmApplicationRemoteController : removed call to init configuration bean via application context
CdmApplicationRemoteDefaultConfiguration : refactoring code to cplit configuration into default / remote

b510c3f7 02/11/2014 01:15 PM Patrick Plitzner
  • additional fix for #3589 and #3588
b878340f 02/11/2014 12:23 PM Cherian Mathew

config file to set target cdmserver

bfa66bb5 02/11/2014 12:21 PM Cherian Mathew

Adding new and modifying existing classes / resources for remoting.

  • Added aspectj library dependencies : eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF, eu.etaxonomy.taxeditor.cdmlib/META-INF/aop.xml, eu.etaxonomy.taxeditor.cdmlib/pom.xml, eu.etaxonomy.taxeditor.cdmlib/lib/aspectjrt-1.7.1-sources.jar, eu.etaxonomy.taxeditor.cdmlib/lib/aspectjweaver-1.7.1-sources.jar...
479dfcda 02/11/2014 09:44 AM Patrick Plitzner
  • separated GUI from control elements for term combo widget (part of #3627)
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)

4e59c9c1 02/10/2014 02:59 PM Andreas Kohlbecker

solving #4013 (GrantedAuthority: Humane label of TaxonNode authorities)

629b5079 02/07/2014 12:55 PM Andreas Müller

move elevation back to first page #4037

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

c370c5cd 02/06/2014 03:16 PM Andreas Kohlbecker

more log.debug statements

f2457577 02/06/2014 01:47 PM Katja Luther
7588f37a 02/06/2014 01:45 PM Katja Luther

adding the operation and handler files

c918301b 02/06/2014 12:58 PM Katja Luther

move the change accepted to Synonym Operation to taxon navigator.

14cbded8 02/05/2014 02:21 PM Andreas Müller

changing label for sibling and child Polytomous Key, also change menu order #4029

0fb34a3c 02/04/2014 06:20 PM Andreas Müller

water -> watersurface #4031

d66bafe2 02/04/2014 04:14 PM Andreas Müller

change statement to state(ment) #3864

8a78e9e7 02/04/2014 01:25 PM Andreas Kohlbecker

adding faq entry on crashes in KDE and other ubunu desktop environments

f8c7e25c 02/04/2014 01:25 PM Andreas Kohlbecker

add .gitignore

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

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

c1ffc80d 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

4a7a8d13 02/03/2014 04:51 PM Andreas Kohlbecker

adapting to new use new ICdmPermissionEvaluator

6484eff8 02/03/2014 02:59 PM Andreas Kohlbecker

fixing #4012 (ClassCastException in User and Group Bulk Editor) by revering one line of commit r19946 - comment

b664b229 02/03/2014 02:54 PM Andreas Kohlbecker

fixing #4012 (ClassCastException in User and Group Bulk Editor) by revering one line of commit r19946

f4b5d735 01/30/2014 10:19 AM Cherian Mathew

added exclusion filter for portal controllers

84edaaf7 01/29/2014 05:39 PM Cherian Mathew

excluding vaading packages from component scan

77d74526 01/29/2014 03:41 PM Patrick Plitzner
  • added persistence sources
187625ab 01/29/2014 02:43 PM Patrick Plitzner
  • replaced togglable title cache field with text label to enter polytomous key label (fixes #3952)
a05a5c32 01/29/2014 02:10 PM Andreas Kohlbecker

editor part done for #4006 (remove general map parameters from distribution and occurrence map service methods)

93888aab 01/29/2014 01:10 PM Andreas Kohlbecker

preparing for removal of params - #4006 (remove general map parameters from distribution and occurrence map service methods)

d91ae252 01/29/2014 11:45 AM Patrick Plitzner
  • added .xlsx and *. to SpecimenCdmExcelImport file chooser (fixes #3971)
ca9fc8ea 01/29/2014 08:58 AM Patrick Plitzner
  • implemented SynonymRelationship detail section for the DetailsView of Synonyms (#3588 #3589)