Version 5.1 by Vincent Massol on 2011/12/15

Show last authors
1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 Following the [[goals established for the 3.x cycle>>enterprise:Main.Roadmap#HXWikiEnterprise3.xCycle]], XWiki Enterprise 3.3 delivers the first usable but experimental versions of App Within Minutes and Extension Manager features.
6
7 = New and Noteworthy since XWiki Enterprise 3.2 =
8
9 == App Within Minutes (Experimental) ==
10
11 {{info}}This feature is experimental at this point which means you shouldn't use it in production at this stage. However we need the maximum number of feedback on this new feature in order to finalize it and to make it reach the production-ready status which we'd like to reach in 3.4 or 3.5.{{/info}}
12
13 This feature offers a wizard to help you create collaborative web applications within minutes, based on XWiki's powerful structured data management system.
14
15 Check the [[App Within Minutes documentation>>extensions:Extension.App Within Minutes Application]] for more details.
16
17 {{gallery}}
18 image:AppWithinMinutes-Step0.png
19 image:AppWithinMinutes-Step1.png
20 image:AppWithinMinutes-Step2.png
21 image:AppWithinMinutes-Step3.png
22 image:AppWithinMinutes-HomePage.png
23 {{/gallery}}
24
25 == Extension Manager (Experimental) ==
26
27 {{info}}This feature is experimental at this point which means you shouldn't use it in production at this stage. However we need the maximum number of feedback on this new feature in order to finalize it and to make it reach the production-ready status which we'd like to reach in 3.4 or 3.5.{{/info}}
28
29 Check the [[Extension Manager Application documentation>>extensions:Extension.Extension Manager Application]] for more details.
30
31 [[image:em.png||class="screenshot"]]
32
33 == Link Checker ==
34
35 It's now possible to [[check the statuses of all external links found in your wiki>>extensions:Extension.Link Checker Application]].
36
37 [[image:externallinks.png||class="screenshot"]]
38
39 == FAQ Application ==
40
41 A [[new FAQ application>>extensions:Extension.FAQ Application]] is now made available (but not bundled by default in XWiki Enterprise):
42
43 [[image:extensions:Extension.FAQ Application@faq.png||class="screenshot"]]
44
45 == Better support for exporting CJK documents as PDF ==
46
47 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.
48
49 [[image:cjk.png||class="screenshot"]]
50
51 == LDAP user membership improvements ==
52
53 Organization unit and search filter support have been added in the group membership mapping settings. To use them, replace the group DN with an organization unit DN or with any search filter.
54
55 == Attachments improvements ==
56
57 Since the filesystem attachment storage allows uploading very large files, a necessary improvement is to be able to pause and resume downloads. Starting with this version, it is possible to do so, since the ##/download/## action now respects the ##Range## HTTP header.
58
59 Several bugs with downloading attachments when the filesystem storage is enabled have also been fixed, making this feature ready for production use.
60
61 == Debian packages ==
62
63 Starting with 3.3 Milestone 1 Debian packages and repositories are released.
64
65 You can add one of the following list files to ##/etc/debian/apt/source.list.d/##:
66 * http://maven.xwiki.org/stable/xwiki-stable.list : all stable releases starting with 3.3 (so nothing right now)
67 * http://maven.xwiki.org/releases/xwiki-releases.list : all releases starting with 3.3 Milestone 1
68 * http://maven.xwiki.org/snapshots/xwiki-snapshots.list : all snapshots release starting with 3.3 branch
69
70 {{code}}
71 sudo wget http://maven.xwiki.org/stable/xwiki-stable.list -P /etc/apt/sources.list.d
72 {{/code}}
73
74 = For Developers =
75
76 == <developer feature N> ==
77
78 <description of developer feature N>
79
80 == Deprecated and Retired projects ==
81
82 <description of deprecated and retired projects>
83
84 == Upgrades ==
85
86 The following dependencies have been upgraded:
87
88 * <list libraries that have been upgraded>
89
90 == Miscellaneous ==
91
92 <other stuff to add and link to JIRA for all issues fixed>
93
94 == Translations ==
95
96 The following translations have been updated:
97
98 {{language codes="code1, code2"/}}
99
100 = Supported Browsers =
101
102 Here's the list of supported browsers for this version (i.e. browsers that we've tested as working):
103
104 {{browser name="iexplorer" version="8"/}}
105
106 {{browser name="iexplorer" version="9"/}}
107
108 {{browser name="firefox" version="3.6"/}}
109
110 {{browser name="firefox" version="8"/}}
111
112 {{browser name="chrome" version="15"/}}
113
114 = Supported Databases =
115
116 Here's the list of supported databases for this version (i.e. databases that we've tested as working):
117 * HSQLDB
118 * Oracle 10g and 11g
119 * MySQL 5.x
120
121 = Known issues =
122
123 * [[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]]
124 * We've had reports that support for PostgreSQL has been broken since XWiki Enterprise 3.2. If you're using Postgre SQL we recommend you to stay on XWiki Enterprise 3.1.1 and wait for its support to be fixed in upcoming 3.3.1 or 3.4 versions.
125
126 = Test Report =
127
128 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.
129
130 = Backward Compatibility and Migration Notes =
131
132 == General Notes ==
133
134 {{warning}}
135 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,...//.
136 {{/warning}}
137
138 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
139
140 {{warning}}
141 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.
142 {{/warning}}
143
144 == Issues specific to <projet> <version> ==
145
146 <issues specific to the project>
147
148 == API Breakages ==
149
150 The following APIs were modified since <project> <version - 1>:
151
152 {{code language="none"}}
153 <clirr output here>
154 {{/code}}

Get Connected