Wiki source code of XWiki Enterprise 2.7 Release Candidate 1
Version 3.1 by Sorin Burjan on 2010/12/16
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
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. | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 2.6) = | ||
8 | |||
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 | |||
19 | |||
20 | == Security improvements == | ||
21 | |||
22 | Fixed a few XSS bugs. | ||
23 | |||
24 | == Translations == | ||
25 | |||
26 | * The following translations have been updated: ##de##, ##fr##, ##ru##, ##sv##, ##zh##, ##zh_TW## | ||
27 | |||
28 | = Known issues = | ||
29 | |||
30 | * [[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]] | ||
31 | |||
32 | = Backward Compatibility and Migration Notes = | ||
33 | |||
34 | == General Notes == | ||
35 | |||
36 | {{warning}} | ||
37 | 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,...//. | ||
38 | {{/warning}} | ||
39 | |||
40 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
41 | |||
42 | {{warning}} | ||
43 | 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. | ||
44 | {{/warning}} | ||
45 | |||
46 | == API Breakages == | ||
47 | |||
48 | The following APIs were modified since XWiki Enterprise 2.6: | ||
49 | |||
50 | {{code language="none"}} | ||
51 | [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWiki()' has been added to an interface | ||
52 | [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWikiFormat()' has been removed | ||
53 | {{/code}} |