Wiki source code of Release Notes for XWiki Enterprise 3.3 Milestone 2
Version 4.1 by Vincent Massol on 2011/11/16
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 | == JSR330 Provider Support == | ||
22 | |||
23 | XWiki now [[supports JSR330 Providers>>extensions:Extension.Component Module#HRegisteringandUsingaProvider]]. | ||
24 | |||
25 | They are useful for the following use cases: | ||
26 | * You wish to break a cyclic dependency | ||
27 | * You wish to lazily get a component instance (instead of it getting injected when your Component is looked up the first time) | ||
28 | * You wish to control how you return the instance you're providing for. For example you may wish to read the Component Hint from a configuration file and return the instance of the Component matching that Hint dynamically | ||
29 | |||
30 | == Deprecated and Retired projects == | ||
31 | |||
32 | <description of deprecated and retired projects> | ||
33 | |||
34 | == Upgrades == | ||
35 | |||
36 | The following dependencies have been upgraded: | ||
37 | |||
38 | * <list libraries that have been upgraded> | ||
39 | |||
40 | == Miscellaneous == | ||
41 | |||
42 | <other stuff to add and link to JIRA for all issues fixed> | ||
43 | |||
44 | == Translations == | ||
45 | |||
46 | The following translations have been updated: | ||
47 | |||
48 | {{language codes="code1, code2"/}} | ||
49 | |||
50 | = Supported Browsers = | ||
51 | |||
52 | Here's the list of supported browsers for this version (i.e. browsers that we've tested as working): | ||
53 | |||
54 | {{velocity}} | ||
55 | ## name = iexplorer, firefox, chrome, safari, opera | ||
56 | {{/velocity}} | ||
57 | |||
58 | {{browser name="browser" version="x.x"/}} | ||
59 | |||
60 | = Known issues = | ||
61 | |||
62 | * [[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]] | ||
63 | |||
64 | = Test Report = | ||
65 | |||
66 | 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. | ||
67 | |||
68 | = Backward Compatibility and Migration Notes = | ||
69 | |||
70 | == General Notes == | ||
71 | |||
72 | {{warning}} | ||
73 | 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,...//. | ||
74 | {{/warning}} | ||
75 | |||
76 | You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above. | ||
77 | |||
78 | {{warning}} | ||
79 | 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. | ||
80 | {{/warning}} | ||
81 | |||
82 | == Issues specific to <projet> <version> == | ||
83 | |||
84 | <issues specific to the project> | ||
85 | |||
86 | == API Breakages == | ||
87 | |||
88 | The following APIs were modified since <project> <version - 1>: | ||
89 | |||
90 | {{code language="none"}} | ||
91 | <clirr output here> | ||
92 | {{/code}} |