Wiki source code of Release Notes for XWiki Workspaces 1.1 Milestone 1
Version 16.1 by Thomas Mortagne on 2016/01/11
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity filter="none"}} | ||
2 | {{html clean="false" wiki="true"}} | ||
3 | #macro(screenshot $filename) | ||
4 | {{html clean="false" wiki="true"}} | ||
5 | <div style="border: 1px solid #000; float:right; margin:20px;"> | ||
6 | <a href="$doc.getAttachmentURL($filename)"> | ||
7 | <img src="$doc.getAttachmentURL($filename,'download','width=500')"/> | ||
8 | </a> | ||
9 | </div> | ||
10 | |||
11 | {{/html}}#end | ||
12 | |||
13 | = Release Notes for XWiki Workspaces 1.1 Milestone 1 = | ||
14 | |||
15 | {{toc start="" depth="" numbered=""/}} | ||
16 | |||
17 | == Changes from XWiki Workspaces 1.0 == | ||
18 | |||
19 | === New features implemented === | ||
20 | |||
21 | #screenshot("OpenSpaces.png") | ||
22 | |||
23 | * **New publication mode : Open** | ||
24 | <p/> | ||
25 | Your workspaces can now be **open**, allowing every registered user to access such workspaces with both view and edit permissions. As for public workspaces, those will be listed for everybody, in the "All my spaces" interface. | ||
26 | |||
27 | (% class="clearfloats" %)((())) | ||
28 | #screenshot("WorkspaceApplicationManagement.png") | ||
29 | |||
30 | * **Application management** | ||
31 | <p/> | ||
32 | Because you do not always need all the provided applications, you can now uninstall and install applications in a workspace whenever you want. To do so, click on the "Administration" link of a workspace, and in the administration menu, click the "Manage Applications" link. (You will need to be administrator of that workspace to be able to do that). | ||
33 | <p/> | ||
34 | <div style="width:400px;"> | ||
35 | {{warning}}When creating new workspaces, the default application list remain the same for now (Wiki, Blog, Photos, Files). You can modify this list changing the <em>xwiki.workspaces.defaultapplications</em> parameter in xwiki.cfg. In next milestone, checkboxes will be provided for being able to choose applications to install at workspace creation time.{{/warning}} | ||
36 | </div> | ||
37 | |||
38 | (% class="clearfloats" %)((())) | ||
39 | #screenshot("Workstream.png") | ||
40 | |||
41 | * **New application : the Workstream** | ||
42 | <p/> | ||
43 | With this release, a new application is made available for every workspace : the <em>Workstream</em>. The workstream allow the workspace members to keep their coworkers informed of what they are doing. The workstream is a simple update stream, that also allows users to decide if they want their story published on the workspace dashboard and on user dashboards. | ||
44 | {{/html}} | ||
45 | {{/velocity}} | ||
46 | |||
47 | (% class="clearfloats" %) | ||
48 | ((( | ||
49 | |||
50 | ))) | ||
51 | |||
52 | * **Installers** | ||
53 | |||
54 | There are now both Windows and generic java installers for a smoother first installation of XWiki Workspaces. | ||
55 | |||
56 | === Full release notes === | ||
57 | |||
58 | You can read the [[full release notes on JIRA>>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10678&styleName=Text&projectId=10302]] | ||
59 | |||
60 | == Known issues == | ||
61 | |||
62 | [[Issues we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&type=4&pid=10302&status=1&sorter/field=issuekey&sorter/order=DESC]] | ||
63 | |||
64 | == Installation == | ||
65 | |||
66 | Read the [[Installation guide>>workspaces:AdminGuide.WebHome]] on workspaces.xwiki.org | ||
67 | |||
68 | == Upgrading from an older version == | ||
69 | |||
70 | The process to upgrade an existing WAR installation of XWiki Workspaces is very similar as the one described [[here>>platform:AdminGuide.Installation||anchor="HUpgradingXWikiCore"]] for XWiki Enterprise. You will need to save your configuration files (xwiki.cfg and hibernate.cfg.xml) in order to keep the new war working with your environment. |