reverting cdm application / controller refactoring and simply extending the CdmApplicationRemoteConfiguration class by throwing UnsupportedOperationException for methods that are not supported by remoting
refactoring CdmApplicationConfiguration/Controller to allow for remoting CdmStoreConnector : added application configuration call for remoting (currently commented)
move ChangeConceptToSynonym business logic from editor operation to service layer
delete User in bulkeditor
delete of group in bulkeditor #4054
merge from trunk
adapting to new use new ICdmPermissionEvaluator
fixing #4012 (ClassCastException in User and Group Bulk Editor) by revering one line of commit r19946 - comment
fixing #4012 (ClassCastException in User and Group Bulk Editor) by revering one line of commit r19946
merge-update from trunk\nadded throws to delete methods of transient services
merge-update from trunk
minor
merge-update of trunk and disabling GUI-Control separation
fix the deletion of SpecimenOrObservationBase objects in bulk editor
fixing ordering in enums and remove dash #3752, #3736
not really sure why the new object dialog was removed completely (r18450), but this is reverting back to old behaviour with an exception made for SpecimenOrObservationType
check to see if entity is null before loading by hibernate
AnnotatedLineEditor : added check and code for the case when the creator also saves the entity NewObjectHandler : removed popup for title cache DynamicNewObjectMenu : menu item for SpecimenOrObservationType.FieldUnit disabled for the moment
declared savesEntity method to return a flag indicating whether the creator class also saves the entity
OccurrenceCreator: updated createNewEntity method to return wizard created object based on given SpecimenOrObservationType, added comparator for the key label pairs map Other classes : implemented savesEntity method to return a flag indicating whether the creator class also saves the entity
Aligning Editor with 3.3 model changes. First phase commit which updates only the classes. Branch not compilable at the moment.
checking for null nomenclatural code in getTypeText
TaxonNavigatorDragAdapterAssistant : Drag assistant for taxon nodes plugin.xml : added TaxonNavigatorDragAdapterAssistant to the taxon navigator BulkEditorPropertyTester : added isGroup test
merge branch to trunk
Removed all calls to active menu selection (fixes #1106)
Fixes #2235
Committing changes to definedtermeditor after merge from branch
adding classpath and project file
Fixes #2416 for good
Fixes #2418
Fixes #2416
Editor now uses IIdentifiableEntityServiceConfigurator consistently. Working on #2376
Temporary fix for #2366; fixes #2368; Refactoring annotations in the name editor
Fixes #2366
Fixes a problem where the title cache was empty for derived units created through Bulk Editor -> New
Working on the polytomous key editor
Fixes #2320
Delete in Bulk Editors is now implemented as experimental feature.
had to rename the packages to make them compliant with buckminster