Last modified by Thomas Mortagne on 2023/10/13

Hide last authors
Sergiu Dumitriu 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
Thomas Mortagne 11.2 5 First and hopefully last release candidate of the XWiki Enterprise 2.7 version ([[Roadmap>>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.
Sergiu Dumitriu 1.1 6
7 = New and Noteworthy (since XWiki Enterprise 2.6) =
8
Sorin Burjan 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
Sorin Burjan 5.1 19 [[image:XEColorThemeSpace.png]]
Sorin Burjan 1.2 20
Vincent Massol 8.1 21 == UNC support in XWiki Syntax 2.1 ==
Sorin Burjan 5.1 22
Vincent Massol 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
Vincent Massol 8.2 29 == Miscellaneous ==
Sergiu Dumitriu 1.1 30
Sergiu Dumitriu 9.1 31 * Support search on space name in the REST API.
Vincent Massol 8.2 32 * Security: Fixed a few XSS bugs.
Sergiu Dumitriu 9.1 33 * Performance: Better clientside caching of some default skin extensions.
Sergiu Dumitriu 1.1 34
35 == Translations ==
36
37 * The following translations have been updated: ##de##, ##fr##, ##ru##, ##sv##, ##zh##, ##zh_TW##
38
39 = Known issues =
40
Thomas Mortagne 11.1 41 * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]]
Sergiu Dumitriu 1.1 42
43 = Backward Compatibility and Migration Notes =
44
45 == General Notes ==
46
47 {{warning}}
48 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,...//.
49 {{/warning}}
50
51 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above.
52
53 {{warning}}
54 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.
55 {{/warning}}
56
57 == API Breakages ==
58
59 The following APIs were modified since XWiki Enterprise 2.6:
60
61 {{code language="none"}}
62 [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWiki()' has been added to an interface
63 [ERROR] org.xwiki.url.standard.StandardURLConfiguration: Method 'public boolean isPathBasedMultiWikiFormat()' has been removed
Sergiu Dumitriu 7.3 64 [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
Sergiu Dumitriu 1.1 65 {{/code}}

Get Connected