Version 12.2 by Sergiu Dumitriu on 2011/10/31

Hide last authors
Thomas Mortagne 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 First milestone of the XWiki Enterprise 3.3 version ([[Roadmap>>Main.Roadmap]]).
6
7 = New and Noteworthy (since XWiki Enterprise 3.2 version) =
8
9 == Debian packages ==
10
11 Starting with 3.3 Milestone 1 Debian packages and repositories are released.
12
13 You add add one of the following list files to ##/etc/debian/apt/source.list.d/##:
14 * http://maven.xwiki.org/stable/xwiki-stable.list : all stable releases starting with 3.3 (so nothing right now)
15 * http://maven.xwiki.org/releases/xwiki-releases.list : all releases starting with 3.3 Milestone 1
16 * http://maven.xwiki.org/snapshots/xwiki-snapshots.list : all snapshots release starting with 3.3 branch
17
18 {{code}}
19 sudo wget http://maven.xwiki.org/stable/xwiki-stable.list -P /etc/apt/sources.list.d
20 {{/code}}
21
Thomas Mortagne 9.1 22 == LDAP user membership improvements ==
Thomas Mortagne 1.1 23
Thomas Mortagne 10.1 24 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.
Thomas Mortagne 1.1 25
26 = For Developers =
27
28 == <developer feature N> ==
29
30 <description of developer feature N>
31
32 == Deprecated and Retired projects ==
33
34 <description of deprecated and retired projects>
35
36 == Upgrades ==
37
Sergiu Dumitriu 12.2 38 The following dependencies have been upgraded: ##fr##, ##it##, ##sv##, ##uk##
Thomas Mortagne 1.1 39
Vincent Massol 3.1 40 * JGroups 2.12.2
Vincent Massol 4.1 41 * SLF4J 1.6.3
Vincent Massol 5.1 42 * CSS4J 0.13
Vincent Massol 7.1 43 * Groovy 1.8.3
Thomas Mortagne 1.1 44
45 == Miscellaneous ==
46
Vincent Massol 6.1 47 * Make it simple to add Icon Transformation mappings when using the Rendering in standalone mode
48 * Add support for being able to override components more than once TODO: Document it and linke to the documentation
Vincent Massol 7.1 49 * Bundle the Icon and WikiWord Transformations in the Rendering Standalone JAR
50 * Comments Macro is not bundled in the Rendering Standalone JAR
Vincent Massol 8.1 51 * Allow setting time to live and max entries when using the Cache macro
52 * IRC Bot application improvements
53 * Move to JBoss Infinispan as default cache implementation
Thomas Mortagne 12.1 54 * Application Manager and Wiki Manager plugins now expose a ScriptService and don't need to be added as plugin in xwiki.cfg file anymore. You can access they using {{code language="velocity"}}$services.applicationmanager{{/code}} and {{code language="velocity"}}$services.wikimanager{{/code}}.
Thomas Mortagne 1.1 55
56 == Translations ==
57
58 The following translations have been updated:
59
60 {{language codes="code1, code2"/}}
61
62 = Supported Browsers =
63
64 Here's the list of supported browsers for this version (i.e. browsers that we've tested as working):
65
66 {{velocity}}
67 ## name = iexplorer, firefox, chrome, safari, opera
68 {{/velocity}}
69
70 {{browser name="browser" version="x.x"/}}
71
72 = Known issues =
73
74 * [[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]]
75
76 = Test Report =
77
78 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.
79
80 = Backward Compatibility and Migration Notes =
81
82 == General Notes ==
83
84 {{warning}}
85 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,...//.
86 {{/warning}}
87
88 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
89
90 {{warning}}
91 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.
92 {{/warning}}
93
94 == Issues specific to <projet> <version> ==
95
96 <issues specific to the project>
97
98 == API Breakages ==
99
Caleb James DeLisle 11.1 100 Internals of the filesystem attachment store were moved around, there are not API and were never intended that way and not useful as API but clirr sees them as API so it is technically a break. See: [[XWIKI-7085>>http://jira.xwiki.org/browse/XWIKI-7085]].
101
Thomas Mortagne 1.1 102 The following APIs were modified since <project> <version - 1>:
103
104 {{code language="none"}}
105 <clirr output here>
106 {{/code}}

Get Connected