Version 4.2 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
105 {{browser name="iexplorer" version="8"/}}
106
107 {{browser name="iexplorer" version="9"/}}
108
109 {{browser name="firefox" version="3.6"/}}
110
111 {{browser name="firefox" version="8"/}}
112
113 {{browser name="chrome" version="15"/}}
114
115 = Known issues =
116
117 * [[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]]
118
119 = Test Report =
120
121 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.
122
123 = Backward Compatibility and Migration Notes =
124
125 == General Notes ==
126
127 {{warning}}
128 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,...//.
129 {{/warning}}
130
131 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
132
133 {{warning}}
134 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.
135 {{/warning}}
136
137 == Issues specific to <projet> <version> ==
138
139 <issues specific to the project>
140
141 == API Breakages ==
142
143 The following APIs were modified since <project> <version - 1>:
144
145 {{code language="none"}}
146 <clirr output here>
147 {{/code}}

Get Connected