Wiki source code of XWiki Enterprise 2.7 Release Candidate 1
Version 8.2 by Vincent Massol on 2010/12/17
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
![]() |
7.2 | 5 | First and hopefully last release candidate of the XWiki Enterprise 2.7 version ([[Roadmap>>enterprise:Main.Roadmap]]). Note that 2.7 is planned to be the last major release in the 2.x cycle. As such, there are very little new features it this release. |
![]() |
1.1 | 6 | |
7 | = New and Noteworthy (since XWiki Enterprise 2.6) = | ||
8 | |||
![]() |
1.2 | 9 | == Ability to set a color theme on each space == |
10 | |||
11 | Starting XWiki Enterprise 2.7, we now offer the option to set separate color themes on each space. | ||
12 | |||
13 | To do that, you need to have admin rights. | ||
14 | |||
15 | For setting a color theme on a desired space, you have to go to WebHome or any page in the space, and from the top menu click Administer Space. Then, go to Presentation. | ||
16 | |||
17 | Select the desired theme from the list, and click Save. | ||
18 | |||
![]() |
5.1 | 19 | [[image:XEColorThemeSpace.png]] |
![]() |
1.2 | 20 | |
![]() |
8.1 | 21 | == UNC support in XWiki Syntax 2.1 == |
![]() |
5.1 | 22 | |
![]() |
8.1 | 23 | When using the wiki syntax it's now possible to reference [[UNC paths>>http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention]]. For example: |
24 | |||
25 | {{code}} | ||
26 | [[label>>unc:\\ComputerName\SharedFolder\Resource]] | ||
27 | {{/code}} | ||
28 | |||
![]() |
8.2 | 29 | == Miscellaneous == |
![]() |
1.1 | 30 | |
![]() |
8.2 | 31 | * Support search on space name in the REST API |
32 | * Security: Fixed a few XSS bugs. | ||
![]() |
1.1 | 33 | |
34 | == Translations == | ||
35 | |||
36 | * The following translations have been updated: ##de##, ##fr##, ##ru##, ##sv##, ##zh##, ##zh_TW## | ||
37 | |||
38 | = Known issues = | ||
39 | |||
40 | * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]] | ||
41 | |||
42 | = Backward Compatibility and Migration Notes = | ||
43 | |||
44 | == General Notes == | ||
45 | |||
46 | {{warning}} | ||
47 | If you're running in a multiwiki setup you'll also need to define the property //xwiki.store.migration.databases=all// to your //xwiki.cfg// file or explicitly name all databases to be migrated as in //xwiki.store.migration.databases=db1,db2,...//. | ||
48 | {{/warning}} | ||
49 | |||
50 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
51 | |||
52 | {{warning}} | ||
53 | Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Note you should add //xwiki.store.migration=1// so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything. | ||
54 | {{/warning}} | ||
55 | |||
56 | == API Breakages == | ||
57 | |||
58 | The following APIs were modified since XWiki Enterprise 2.6: | ||
59 | |||
60 | {{code language="none"}} | ||
61 | [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWiki()' has been added to an interface | ||
62 | [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWikiFormat()' has been removed | ||
![]() |
7.3 | 63 | [ERROR] org.xwiki.bridge.DocumentAccessBridge: Method 'public void setProperty(org.xwiki.model.reference.DocumentReference, org.xwiki.model.reference.DocumentReference, java.lang.String, java.lang.Object)' has been added to an interface |
![]() |
1.1 | 64 | {{/code}} |