Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.5-milestone-1
-
Fix Version/s: 4.3-milestone-1
-
Component/s: Workspaces
-
Labels:
-
keywords:workspace multiple template
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:
-
Similar issues:
XWIKI-6617Allow i18n of template names (in template providers) XWIKI-8285 UI for creating and managing workspace templates XWIKI-5237Allow to provide document templates on document creation XWIKI-7122Refactor the workspace template installation process to add the extra pages and settings to a standard XE xar instead of bundling them in a workspace template xar XWIKI-8759 Allow a default space to be specified for a template provider, which will automatically create the document in that space XWIKI-9169 Allow entering format strings that merges data from multiple columns into one in the User Directory XWIKI-7609 Allow only global admins to directly add users/groups to a workspace XWIKI-7187Unable to install Workspaces due to broken template link XWIKI-7223Remove the Application Manager application and gadget from workspace-template-features XWIKI-8394Workspace owner and initial members not set as members (nor in admin group) when the workspace identifier contains an underscore
Description
The idea is to allow an admin to provide a collection of workspace templates that users can choose from when they create workspaces.
Issue Links
- relates to
-
XWIKI-8285
UI for creating and managing workspace templates
-
Activity
Guillaume Delhumeau
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | diff-TemplateChooserForWorkspaces.txt [ 25274 ] |
Vincent Massol
made changes -
| Labels | patch |
Sergiu Dumitriu
made changes -
| Pull Request Status | Awaiting Committer feedback [ 10231 ] |
Eduard Moraru
04/Oct/12 17:30
View full commit
Merge pull request #70 from gdelhumeau/master
XWIKI-7550 Allow multiple workspace templates for the user to choose from
feature-restimprovements
... 4 more files not shown
Eduard Moraru
04/Oct/12 17:41
View full commit
XWIKI-7550: Allow multiple workspace templates for the user to choose from
- Added backwards compatibility fix for existing workspace templates that will now be migrated to the new format (marked as workspaces).
feature-restimprovements
Eduard Moraru
04/Oct/12 17:43
View full commit
XWIKI-7550: Allow multiple workspace templates for the user to choose from
- Hiding the template selection from the create workspace page when there is only one workspace to select from.
Eduard Moraru
04/Oct/12 17:46
View full commit
XWIKI-7550: Allow multiple workspace templates for the user to choose from
- Added backwards compatibility fix for existing workspace templates that will now be migrated to the new format (marked as workspaces).
master
Eduard Moraru
04/Oct/12 18:33
View full commit
XWIKI-7550: Allow multiple workspace templates for the user to choose from
- Updated the Workspaces macro
- Added hashCode and equals implementation for java Workspace instances to be able to use them in collections
feature-restimprovements
Eduard Moraru
made changes -
| Link | This issue relates to XWIKI-8285 [ XWIKI-8285 ] |
Eduard Moraru
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Eduard Moraru [ enygma ] | |
| Fix Version/s | 4.3-milestone-1 [ 13479 ] | |
| Resolution | Fixed [ 1 ] |
Eduard Moraru
made changes -
| Labels | patch | bugfixingday patch |
Eduard Moraru
made changes -
| Pull Request Status | Awaiting Committer feedback [ 10231 ] |
Eduard Moraru
made changes -
| Documentation | N/A | |
| Documentation in Release Notes | http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki43M1#HWorkspaceTemplates |
Eduard Moraru
08/Oct/12 11:35
View full commit
XWIKI-7550: Allow multiple workspace templates for the user to choose from
- Fixed bug in listing template IDs
Steps:
1. adding a new UI control to select the "type" (template) of workspace you want to use when creating a workspace
2. some minor changes in the code that checks in the Workspaces application is properly installed (if exists at least one workspace template)
3. creating a page that allows admins to create new "workspace types" (workspace templates).