Wiki source code of Release Notes for XWiki Enterprise 3.3 Milestone 2
Version 2.1 by Vincent Massol on 2011/11/04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc/}} | ||
3 | {{/box}} | ||
4 | |||
5 | <insert description of release here> | ||
6 | |||
7 | = New and Noteworthy (since XWiki Enterprise 3.3 Milestone 1) = | ||
8 | |||
9 | == Link Checker == | ||
10 | |||
11 | It's now possible to [[check the statuses of all external links found in your wiki>>extensions:Extension.Link Checker Application]]. | ||
12 | |||
13 | image:externallinks.png | ||
14 | |||
15 | == <feature N> == | ||
16 | |||
17 | <feature N description> | ||
18 | |||
19 | = For Developers = | ||
20 | |||
21 | == <developer feature N> == | ||
22 | |||
23 | <description of developer feature N> | ||
24 | |||
25 | == Deprecated and Retired projects == | ||
26 | |||
27 | <description of deprecated and retired projects> | ||
28 | |||
29 | == Upgrades == | ||
30 | |||
31 | The following dependencies have been upgraded: | ||
32 | |||
33 | * <list libraries that have been upgraded> | ||
34 | |||
35 | == Miscellaneous == | ||
36 | |||
37 | <other stuff to add and link to JIRA for all issues fixed> | ||
38 | |||
39 | == Translations == | ||
40 | |||
41 | The following translations have been updated: | ||
42 | |||
43 | {{language codes="code1, code2"/}} | ||
44 | |||
45 | = Supported Browsers = | ||
46 | |||
47 | Here's the list of supported browsers for this version (i.e. browsers that we've tested as working): | ||
48 | |||
49 | {{velocity}} | ||
50 | ## name = iexplorer, firefox, chrome, safari, opera | ||
51 | {{/velocity}} | ||
52 | |||
53 | {{browser name="browser" version="x.x"/}} | ||
54 | |||
55 | = Known issues = | ||
56 | |||
57 | * [[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]] | ||
58 | |||
59 | = Test Report = | ||
60 | |||
61 | You can check the [[manual test report>>TestReports.WebHome#<anchor to test report>]] to learn about what was tested and the results on various browsers. | ||
62 | |||
63 | = Backward Compatibility and Migration Notes = | ||
64 | |||
65 | == General Notes == | ||
66 | |||
67 | {{warning}} | ||
68 | 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,...//. | ||
69 | {{/warning}} | ||
70 | |||
71 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
72 | |||
73 | {{warning}} | ||
74 | Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were 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. | ||
75 | {{/warning}} | ||
76 | |||
77 | == Issues specific to <projet> <version> == | ||
78 | |||
79 | <issues specific to the project> | ||
80 | |||
81 | == API Breakages == | ||
82 | |||
83 | The following APIs were modified since <project> <version - 1>: | ||
84 | |||
85 | {{code language="none"}} | ||
86 | <clirr output here> | ||
87 | {{/code}} |