Changes for page XWiki Enterprise 2.1

Last modified by Thomas Mortagne on 2023/10/13

From version 19.1
edited by Thomas Mortagne
on 2009/11/24
Change comment: There is no comment for this version
To version 21.1
edited by Jean-Vincent Drean
on 2009/12/08
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -XWiki Enterprise 2.1 Milestone 1
1 +XWiki Enterprise 2.1
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.jvdrean
Content
... ... @@ -1,11 +1,9 @@
1 1  {{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}}
2 2  
3 -First and last milestone of the XWiki Enterprise 2.1 version ([[Roadmap>>enterprise:Main.Roadmap]]).
3 +XWiki Enterprise 2.1 version ([[Roadmap>>enterprise:Main.Roadmap]]).
4 4  
5 -This release is mostly a bugfix and stabilization release with one important new feature: re-design of the Action menus (see below).
5 += New and Noteworthy (since XWiki Enterprise 2.0.4) =
6 6  
7 -= New and Noteworthy (since XWiki Enterprise 2.0.3) =
8 -
9 9  * Re-design of the actions menus:
10 10  ** Split the top menu into 2: one for wiki and space level actions and one for page level actions(((
11 11  [[image:menu1.png]]
... ... @@ -22,14 +22,18 @@
22 22  ** Added back the ability to view the source of a page
23 23  ** Note that the new top level menu (Wiki and Space actions) is a good entry point in the future for providing navigation between wikis in a wiki farm.
24 24  
23 +* The Blog application is now using the xwiki/2.0 syntax and the new WYSIWYG editor
24 +* Allow XWiki.XWikiAllGroup to be an implicit group, containing all the users without explicitly listing them as objects
25 +* When renaming a page, also update the "parent" field of subpages (Patch from Caleb James De Lisle)
26 +* Updated translations : de (including WYSIWYG), es, fr (including WYSIWYG), gl, lv, nl, pl, ro, sv, zh
25 25  * New renderer for mathematical formulae based on the Google Chart APIs (see the [[Formula Macro Documentation>>code:Macros.FormulaMacro]]).
26 26  * Added PHP support through the new [[PHP Macro>>code:Macros.PHPMacro]] (note that this Macro is not bundled by default, you'll need to install it).
27 27  * Lots of improvements and bugfixes in order to conform to the [[Web Content Accessibility Guidelines (WCAG)>>http://en.wikipedia.org/wiki/Web_Content_Accessibility_Guidelines]].
28 28  * Macro parameter pretty names are now displayed in the WYSIWYG
29 29  * WYSIWYG editor performance improvement (Minimize and aggregate WYSIWYG editor stylesheets at build time to reduce the number of HTTP requests)
32 +* Ability to register a component for the current user or for the current wiki instead of globally. Note that this will be used in the near future to allow registering Wiki Macros in multiwiki mode without the macros being visible in other wikis.
30 30  * Upgraded to JbossCache 3.2.1GA version
31 31  * Upgraded to Groovy 1.7 Beta 2
32 -* Lots of bugs fixes
33 33  
34 34  = Known issues =
35 35  
... ... @@ -45,16 +45,4 @@
45 45  
46 46  {{warning}}Always make sure you compare your //xwiki.cfg// file with the newest version since some configuration parameters were added. Of note, 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.{{/warning}}
47 47  
48 -== Migration Notes ==
49 49  
50 -* The CSS for the Search Panel has been modified to apply to the CLASS attributes ##globalsearch## and ##globalsearchinput## (See [[XSCOLIBRI-85>>http://jira.xwiki.org/jira/browse/XSCOLIBRI-85]] for more details). As a result you'll need to reimport the Panels.Search panel (from the XE XAR for example) in your wiki or the search panel will not be displayed correctly.
51 -
52 -== API Breakages ==
53 -
54 -The following APIs were modified since XWiki Enterprise 2.0.3:
55 -
56 -=== Rendering api ===
57 -
58 -{{code}}
59 -[ERROR] org.xwiki.rendering.parser.xwiki10.FilterContext: Method 'public java.lang.String addProtectedContent(java.lang.String)' has been removed
60 -{{/code}}

Get Connected