<
From version < 21.1 >
edited by Thomas Mortagne
on 2009/09/23
To version < 22.1 >
edited by Thomas Mortagne
on 2009/09/23
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,7 +81,7 @@
81 81  
82 82  ==== New Wiki rendering 2.0 macros
83 83  
84 -See [[platform:DevGuide.WikiMacroTutorial]].
84 +See [[Wiki macros documentation>>platform:DevGuide.WikiMacroTutorial]] for more details.
85 85  
86 86  ==== New Tag Cloud Panel
87 87  
... ... @@ -156,11 +156,11 @@
156 156  * Put links to pages in email notifications
157 157  * Use activitystream feed building feature to generate watchlist RSS feed
158 158  * In virtual mode allow each wiki to have its own watchlist email template document
159 -* big speed improvement by refactoring the watchlist based on activity stream plugin
160 -* add support for class and object diff in the mails
161 -* add support for full wiki watching
162 -* allow to create watchlist notifications for any interval of time
163 -* mails design improvement
159 +* Big speed improvement by refactoring the watchlist based on activity stream plugin
160 +* Add support for class and object diff in the mails
161 +* Add support for full wiki watching
162 +* Allow to create watchlist notifications for any interval of time
163 +* Mails design improvement
164 164  
165 165  === New Activity stream
166 166  
... ... @@ -180,25 +180,25 @@
180 180  * Add way to directly provide the component instance when register it
181 181  * Add way to unregister component
182 182  
183 -1.1.1 New xwiki-properties module
183 +=== New xwiki-properties module
184 184  
185 +See [Properties module documentation>code:Modules.PropertiesModule].
186 +
185 185  * Java bean populating support
186 186  * Java type conversion support
187 187  * Java bean validation support
188 188  
189 189  Among other things this mean the following changes for the 2.0 macros:
190 -* any case is supported for macros parameters names
191 -* public fields are now supported (not only getters and setters)
192 -* java macro parameters bean is validated agains JSR 303 (See )
193 -* macro properties java bean can implements RawProperties to get custom non converted parameters
194 -* you can add support for any type conversion by implementing Converter component
195 -* any Enum conversion is supported (no need to register each Enum subclass agains ConvertUtils anymore)
196 -* support for Color conversion
192 +* Any case is supported for macros parameters names
193 +* Public fields are now supported (not only getters and setters)
194 +* Java macro parameters bean is validated agains JSR 303 (See )
195 +* Macro properties java bean can implements RawProperties to get custom non converted parameters
196 +* You can add support for any type conversion by implementing Converter component
197 +* Any Enum conversion is supported (no need to register each Enum subclass against ConvertUtils anymore)
198 +* Support for Color conversion
197 197  
198 -See [Properties module documentation>code:Modules.PropertiesModule].
200 +=== Remote Observation Manager and clustering
199 199  
200 -1.1.1 Remote Observation Manager
201 -
202 202  It's now possible to make different instances of XWiki or other programs shares events.
203 203  
204 204  The main use cases for this are:

Get Connected