Wiki source code of Release Notes for XWiki Workspaces 1.1 Milestone 1
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | #macro(screenshot $filename) | ||
2 | <div style="border: 1px solid #000; float:right; margin:20px;"> | ||
3 | <a href="$doc.getAttachmentURL($filename)"> | ||
4 | <img src="$doc.getAttachmentURL($filename,'download','width=500')"/> | ||
5 | </a> | ||
6 | </div> | ||
7 | #end | ||
8 | #warning("This version of XWiki Workspaces has not been released yet.") | ||
9 | |||
10 | 1 Release Notes for XWiki Workspaces 1.1 Milestone 1 | ||
11 | |||
12 | #toc("" "" "") | ||
13 | |||
14 | 1.1 Changes from XWiki Workspaces 1.0 | ||
15 | |||
16 | 1.1.1 New features implemented | ||
17 | |||
18 | #screenshot("OpenSpaces.png") | ||
19 | |||
20 | * *New publication mode : Open* | ||
21 | |||
22 | 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. | ||
23 | |||
24 | <div class="clearfloats"></div> | ||
25 | #screenshot("WorkspaceApplicationManagement.png") | ||
26 | |||
27 | * *Application management* | ||
28 | |||
29 | 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). | ||
30 | |||
31 | <div class="clearfloats"></div> | ||
32 | #screenshot("Workstream.png") | ||
33 | |||
34 | * *New application : the Workstream* | ||
35 | |||
36 | 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. | ||
37 | |||
38 | <div class="clearfloats"></div> | ||
39 | |||
40 | * *Installers* | ||
41 | |||
42 | There are now both Windows and generic java installers for a smoother first installation of XWiki Workspaces. | ||
43 | |||
44 | 1.1.1 Full release notes | ||
45 | |||
46 | You can read the [full release notes on JIRA>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10678&styleName=Text&projectId=10302] | ||
47 | |||
48 | 1.1 Known issues | ||
49 | |||
50 | [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] | ||
51 | |||
52 | 1.1 Installation | ||
53 | |||
54 | Read the [Getting Started guide>workspaces:Main.GettingStarted] on workspaces.xwiki.org | ||
55 | |||
56 | 1.1 Upgrading from an older version | ||
57 | |||
58 | The process to upgrade an existing WAR installation of XWiki Workspaces is very similar as the one described [here>platform:AdminGuide.Installation#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. |