Last modified by Thomas Mortagne on 2017/03/24

<
From version < 2.1 >
edited by Thomas Mortagne
on 2009/06/23
To version < 6.1 >
edited by Thomas Mortagne
on 2009/06/24
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,6 +5,8 @@
5 5  
6 6  1 Release Notes for XWiki Enterprise 2.0 Milestone 1
7 7  
8 +First milestone of the XWiki Enterprise 2.0 version ([Roadmap>enterprise:Main.Roadmap]).
9 +
8 8  1.1 New and Noteworthy
9 9  
10 10  At a glance (see below for details):
... ... @@ -12,15 +12,16 @@
12 12   * Lots of improvements and bugfixes in the rendering engine and the syntax converter
13 13   * Lots of improvements and bugfixes in the 1.0 to 2.0 syntax converter
14 14   * New Chart macro for XWiki 2.0 syntax
17 + * New info, warning and error macros
15 15   * Improvements for the blog application
16 16  
17 17  1.1.1 New Chart macro for XWiki 2.0 syntax
18 18  
19 -See [Chart macro documenttation>code:Macros.ChartMacro].
22 +See [Chart macro documentation>code:Macros.ChartMacro].
20 20  
21 21  1.1.1 New info, warning and error macros
22 22  
23 -#warning("TODO")
26 +See [Message macro documentation>code:Macros.MessageMacro].
24 24  
25 25  1.1.1 New Search Interface
26 26  
... ... @@ -64,6 +64,11 @@
64 64  
65 65  #warning("Always make sure you compare your <tt>xwiki.cfg</tt> file with the newest version since some configuration parameters were added. Of note, you should add <tt>xwiki.store.migration=1</tt> so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.")
66 66  
70 +1.1.1 Velocity macro cleaning
71 +
72 +We changed the default filter for the Velcity macro. The new one only remove indentation white space and does not touch new lines or other white spaces anymore. The former one can still be used by putting
73 +{code}{{velocity filter="html"}}{{/velocity}}{code}
74 +
67 67  1.1.1 API Breakages
68 68  
69 69  The following APIs were modified since XWiki Enterprise 1.9:

Get Connected