... |
... |
@@ -1,3 +1,11 @@ |
|
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 |
+ |
1 |
1 |
#warning("This version of XWiki Workspaces has not been released yet.") |
2 |
2 |
|
3 |
3 |
1 Release Notes for XWiki Workspaces 1.1 Milestone 2 |
... |
... |
@@ -8,10 +8,19 @@ |
8 |
8 |
|
9 |
9 |
1.1.1 New features implemented |
10 |
10 |
|
|
19 |
+#screenshot("registration.png") |
|
20 |
+ |
11 |
11 |
* *Public registration mode* |
|
22 |
+ |
|
23 |
+<div class="clearfloats"></div> |
|
24 |
+#screenshot("invitation.png") |
|
25 |
+ |
12 |
12 |
* *Invite external users to your workspaces* |
13 |
|
-* *Client validation on Workspace creation form* |
14 |
14 |
|
|
28 |
+<div class="clearfloats"></div> |
|
29 |
+#screenshot("applications.png") |
|
30 |
+* *Choose your applications at workspace creation time* |
|
31 |
+ |
15 |
15 |
1.1.1 Full release notes |
16 |
16 |
|
17 |
17 |
You can read the [full release notes on JIRA>http://jira.xwiki.org/jira/secure/ReleaseNote.jspa?version=10678&styleName=Text&projectId=10302] |