Wiki source code of XWiki Enterprise 2.6 Release Candidate 1
Version 2.1 by Vincent Massol on 2010/11/04
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{box cssClass="floatinginfobox" title="**Contents**"}} |
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | First release candidate of the XWiki Enterprise 2.6 version ([[Roadmap>>enterprise:Main.Roadmap]]). | ||
6 | |||
![]() |
2.1 | 7 | = New and Noteworthy (since XWiki Enterprise 2.5) = |
![]() |
1.1 | 8 | |
9 | == New features == | ||
10 | |||
![]() |
2.1 | 11 | * Add a syntax in the experimental XWiki Syntax 2.1 for inserting an icon from the [[XWiki Icon Set>>http://www.famfamfam.com/lab/icons/silk/previews/index_abc.png]].((( |
12 | Usage: | ||
13 | {{code language="none"}} | ||
14 | image:icon:<icon name> | ||
15 | {{/code}} | ||
16 | Example: | ||
17 | {{code language="none"}} | ||
18 | image:icon:accept | ||
19 | {{/code}} | ||
20 | ))) | ||
21 | * Box Macro's image parameter now support referencing an icon.((( | ||
22 | Example: | ||
23 | {{code language="none"}} | ||
24 | {{box image="icon:accept"}} | ||
25 | Some content | ||
26 | {{/box}} | ||
27 | {{/code}} | ||
28 | ))) | ||
![]() |
1.1 | 29 | |
30 | == Performance improvements == | ||
31 | |||
32 | |||
33 | == Security improvements == | ||
34 | |||
35 | |||
36 | == Translations == | ||
37 | |||
38 | * All the translations have been updated | ||
39 | |||
40 | = Known issues = | ||
41 | |||
42 | * [[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]] | ||
43 | |||
44 | = Backward Compatibility and Migration Notes = | ||
45 | |||
46 | == General Notes == | ||
47 | |||
48 | {{warning}} | ||
49 | 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,...//. | ||
50 | {{/warning}} | ||
51 | |||
52 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from the improvements listed above. | ||
53 | |||
54 | {{warning}} | ||
55 | 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. | ||
56 | {{/warning}} | ||
57 | |||
58 | === Incompatible Configuration Changes === | ||
59 | |||
![]() |
1.2 | 60 | * The configuration option controlling the experimental CSRF protection mechanism introduced in 2.5 was changed from ##core.csrf.enabled## to ##csrf.enabled##. If you are using CSRF protection, make sure to re-enable it by setting ##csrf.enabled = true## in ##xwiki.properties##. |
61 | * The configuration option to define macro categories was changed from ##rendering.macroCategories## to ##rendering.transformation.macro.categories##. If you're using this option make sure you modify its name in ##xwiki.properties##. |