Wiki source code of Release Notes for XWiki Workspaces 1.1 Milestone 1
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
10.1 | 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 | ||
![]() |
1.1 | 8 | |
9 | 1 Release Notes for XWiki Workspaces 1.1 Milestone 1 | ||
10 | |||
![]() |
12.1 | 11 | #toc("" "" "") |
12 | |||
![]() |
1.1 | 13 | 1.1 Changes from XWiki Workspaces 1.0 |
14 | |||
15 | 1.1.1 New features implemented | ||
16 | |||
![]() |
10.1 | 17 | #screenshot("OpenSpaces.png") |
18 | |||
![]() |
2.1 | 19 | * *New publication mode : Open* |
20 | |||
21 | 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. | ||
22 | |||
![]() |
10.1 | 23 | <div class="clearfloats"></div> |
24 | #screenshot("WorkspaceApplicationManagement.png") | ||
![]() |
2.1 | 25 | |
![]() |
1.1 | 26 | * *Application management* |
27 | |||
![]() |
12.2 | 28 | 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). |
![]() |
1.1 | 29 | |
![]() |
13.1 | 30 | <div style="width:400px;"> |
31 | #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.") | ||
32 | </div> | ||
33 | |||
![]() |
10.1 | 34 | <div class="clearfloats"></div> |
35 | #screenshot("Workstream.png") | ||
![]() |
1.1 | 36 | |
37 | * *New application : the Workstream* | ||
38 | |||
![]() |
12.2 | 39 | 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. |
![]() |
1.1 | 40 | |
![]() |
10.1 | 41 | <div class="clearfloats"></div> |
![]() |
1.1 | 42 | |
43 | * *Installers* | ||
44 | |||
45 | There are now both Windows and generic java installers for a smoother first installation of XWiki Workspaces. | ||
46 | |||
![]() |
2.1 | 47 | 1.1.1 Full release notes |
48 | |||
49 | You can read the [full release notes on JIRA>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10678&styleName=Text&projectId=10302] | ||
50 | |||
![]() |
1.1 | 51 | 1.1 Known issues |
52 | |||
53 | [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] | ||
54 | |||
55 | 1.1 Installation | ||
56 | |||
57 | Read the [Getting Started guide>workspaces:Main.GettingStarted] on workspaces.xwiki.org | ||
58 | |||
59 | 1.1 Upgrading from an older version | ||
60 | |||
61 | 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. | ||
62 |