Wiki source code of ReleaseNotesXWiki544
Version 3.1 by Guillaume Delhumeau on 2014/03/27
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version. | ||
6 | |||
7 | <insert description of release here> | ||
8 | |||
9 | = New and Noteworthy (since XWiki <version - 1>) = | ||
10 | |||
11 | == Wiki Alias == | ||
12 | |||
13 | * When the ##path mode## is enabled, the alias of the wiki is now asked in the wiki creation wizard: | ||
14 | {{image reference="wikialias.png" width="65%"/}} | ||
15 | * The default suffix for the wiki alias can be set in ##xwiki.properties##:((( | ||
16 | |||
17 | {{code}} | ||
18 | #-# [Since 5.4.4] | ||
19 | #-# Add a default suffix to the alias of a new wiki in the wiki creation wizard, only when the path mode is used | ||
20 | #-# (see url.standard.multiwiki.isPathBased). If this value is empty, XWiki will try to compute it automatically from | ||
21 | #-# request URL. | ||
22 | #-# | ||
23 | #-# eg: if wiki.alias.suffix is "xwiki.org" and the wiki name "playground" | ||
24 | #-# then the computed alias will be: "playground.xwiki.org". | ||
25 | #-# | ||
26 | #-# The default is: | ||
27 | wiki.alias.suffix= | ||
28 | {{/code}} | ||
29 | |||
30 | ))) | ||
31 | |||
32 | [[Full list of issues fixed and Dashboard for <version>>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=<fill id here>]]. | ||
33 | |||
34 | == <feature N> == | ||
35 | |||
36 | <description of feature N> | ||
37 | |||
38 | == Miscellaneous == | ||
39 | |||
40 | <insert misc user stuff and important bug fix descriptions here in a list, when they are too small to warrant a section by themselves - Change the version in the URL below!> | ||
41 | |||
42 | See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%2C+XEM%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+%3D+%22<version>%22&tempMax=1000]] fixed in this release. | ||
43 | |||
44 | = For Developers = | ||
45 | |||
46 | == <developer feature N> == | ||
47 | |||
48 | <description of developer feature N> | ||
49 | |||
50 | == Deprecated and Retired projects == | ||
51 | |||
52 | <description of deprecated and retired projects> | ||
53 | |||
54 | == Upgrades == | ||
55 | |||
56 | The following dependencies have been upgraded: | ||
57 | |||
58 | * <list libraries that have been upgraded> | ||
59 | |||
60 | == Miscellaneous == | ||
61 | |||
62 | <other dev stuff to add and link to JIRA for all issues fixed> | ||
63 | |||
64 | = Translations = | ||
65 | |||
66 | The following translations have been updated: | ||
67 | |||
68 | {{language codes="none, none"/}} | ||
69 | |||
70 | = Tested Browsers & Databases = | ||
71 | |||
72 | {{include reference="TestReports.ManualTestReportTemplateSummary"/}} | ||
73 | |||
74 | = Known issues = | ||
75 | |||
76 | * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]] | ||
77 | |||
78 | = Backward Compatibility and Migration Notes = | ||
79 | |||
80 | == General Notes == | ||
81 | |||
82 | When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or added. Note that 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. | ||
83 | |||
84 | == Issues specific to XWiki <version> == | ||
85 | |||
86 | <issues specific to the project> | ||
87 | |||
88 | == API Breakages == | ||
89 | |||
90 | The following APIs were modified since <project> <version - 1>: | ||
91 | |||
92 | {{code language="none"}} | ||
93 | <clirr output here> | ||
94 | {{/code}} |