Basically fixes #2282. I will create new tickets for still open issues.
authorn.hoffmann <n.hoffmann@localhost>
Thu, 10 Mar 2011 18:08:11 +0000 (18:08 +0000)
committern.hoffmann <n.hoffmann@localhost>
Thu, 10 Mar 2011 18:08:11 +0000 (18:08 +0000)
commita60842d72ee9fd7b1e7b1f5fc11528928333bc54
treee769cfb38b3f1a7e29c3007b8aa982c934e97fe9
parentbbb417c0663b0635ac58a7912a0d490ecc9038b0
Basically fixes #2282. I will create new tickets for still open issues.
50 files changed:
.gitattributes
taxeditor-application/src/main/java/eu/etaxonomy/taxeditor/perspective/Default.java
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditorLineDisplay.java
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/command/BulkEditorInputTypeValues.java
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/GroupEditorInput.java [new file with mode: 0644]
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/NameEditorInput.java
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/UserEditorInput.java [new file with mode: 0644]
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/entitycreator/GroupCreator.java [new file with mode: 0644]
taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/entitycreator/UserCreator.java [new file with mode: 0644]
taxeditor-store/plugin.xml
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/handler/CreateUserHandler.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/handler/EditUserHandler.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/handler/ToggleUserEnablementHandler.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/operation/CreateUserOperation.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/operation/DeleteUserOperation.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/operation/EditUserOperation.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/operation/ToggleUserEnablementOperation.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/wizard/UserWizard.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/account/user/wizard/UserWizardPage.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewGroupWizard.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/store/LoginManager.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/store/SearchManager.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/dialogs/filteredSelection/GroupSelectionDialog.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/dialogs/filteredSelection/UserSelectionDialog.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/forms/AbstractCdmEntityWizardPage.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/forms/CdmFormFactory.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/forms/password/EditPasswordElement.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/forms/password/PasswordWizard.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/forms/password/PasswordWizardPage.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractEntityCollectionSection.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/GrantedAuthorityDetailElement.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/GrantedAuthorityDetailSection.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/GroupDetailElement.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/GroupDetailSection.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/GroupDetailWizardPage.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/MemberDetailElement.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/group/MemberDetailSection.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/user/GroupsByUserDetailElement.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/user/GroupsByUserDetailSection.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/section/user/UserDetailElement.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/GroupSelectionElement.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/NamedAreaSelectionElement.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/ui/selection/UserSelectionElement.java [new file with mode: 0644]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/view/group/GroupLabelProvider.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/view/group/GroupViewPart.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/view/user/UserContentProvider.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/view/user/UserLabelProvider.java [deleted file]
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/view/user/UserView.java [deleted file]