Version 8.1 by Sergiu Dumitriu on 2011/11/21

Show last authors
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||class="screenshot"]]
14
15 == FAQ Application ==
16
17 A [[new FAQ application>>extensions:Extension.FAQ Application]] is now made available (but not bundled by default in XWiki Enterprise):
18
19 [[image:extensions:Extension.FAQ Application@faq.png||class="screenshot"]]
20
21 == Better support for exporting CJK documents as PDF ==
22
23 CJK characters, shorthand for Chinese, Japanese and Korean, need special fonts not provided in the standard 14 fonts required by the PDF specification, nor in the FreeFonts distributed and enabled by default with XWiki. Starting with this version we also distribute three new free fonts, along with the configuration needed to enable them for their target languages.
24
25 [[image:cjk.png||class="screenshot"]]
26
27 = For Developers =
28
29 == JSR330 Provider Support ==
30
31 XWiki now [[supports JSR330 Providers>>extensions:Extension.Component Module#HRegisteringandUsingaProvider]].
32
33 They are useful for the following use cases:
34 * You wish to break a cyclic dependency
35 * You wish to lazily get a component instance (instead of it getting injected when your Component is looked up the first time)
36 * 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
37
38 == Upgrades ==
39
40 The following dependencies have been upgraded:
41
42 * commons-lang 3.1
43 * Groovy 1.8.4
44 * LogBack 1.0
45 * Selenium 2.13.0
46 * SLF4J 1.6.4
47 * Maven AntRun Plugin 1.7
48 * Maven Shade Plugin 1.5
49 * Maven Checkstyle Plugin 2.8
50
51 == Miscellaneous ==
52
53 * The Dashboard feature which was part of several applications (XWiki Enterprise Application and Administration Application) has been extracted into in a separate [[Dashboard Application>>extensions:Extension.Dashboard Application]]. There's now a new ##Dashboard## space which is visible in the list of spaces on the XE home page.
54
55 == Translations ==
56
57 The following translations have been updated:
58
59 {{language codes="code1, code2"/}}
60
61 = Supported Browsers =
62
63 Here's the list of supported browsers for this version (i.e. browsers that we've tested as working):
64
65 {{velocity}}
66 ## name = iexplorer, firefox, chrome, safari, opera
67 {{/velocity}}
68
69 {{browser name="iexplorer" version="8"/}}
70
71 {{browser name="iexplorer" version="9"/}}
72
73 {{browser name="firefox" version="3.6"/}}
74
75 {{browser name="firefox" version="8"/}}
76
77 {{browser name="chrome" version="15"/}}
78
79 = Known issues =
80
81 * [[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]]
82
83 = Test Report =
84
85 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.
86
87 = Backward Compatibility and Migration Notes =
88
89 == General Notes ==
90
91 {{warning}}
92 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,...//.
93 {{/warning}}
94
95 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
96
97 {{warning}}
98 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.
99 {{/warning}}
100
101 == Issues specific to <projet> <version> ==
102
103 <issues specific to the project>
104
105 == API Breakages ==
106
107 The following APIs were modified since <project> <version - 1>:
108
109 {{code language="none"}}
110 <clirr output here>
111 {{/code}}

Get Connected