Last modified by Thomas Mortagne on 2023/10/13

<
From version < 1.20 >
edited by Sorin Burjan
on 2010/12/21
To version < 1.23 >
edited by Sorin Burjan
on 2010/12/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -162,8 +162,15 @@
162 162  
163 163  You can find a more detailed description of the annotations feature on the [[documentation page>>platform:Features.Annotations]].
164 164  
165 +== 3.Invitation Manager Application ==
165 165  
166 166  
168 +The Invitation Manager application allows users to send emails, inviting friends and colleagues to join a wiki. You will be able to configure your wiki to send emails through an open mail relay on the server or through an email account of your choosing.
169 +
170 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise24@InvitationSending.png
171 +
172 +Read more about this application and learn how to configure it by visiting the [[application page>>extensions:Extension.Invitation Application]].
173 +
167 167  == 4.Anonymous commenting with Captcha ==
168 168  
169 169  Now thanks to the [[captcha module>>extensions:Extension.Captcha Module]] you can require unregistered users to solve a captcha in order to post comments. To require guests to solve a captcha simply go to the "Rights" section of the [[Administration Application>>extensions:Extension.Administration Application]] for the wiki or just the space, and check the box saying "Require unregistered users to solve a captcha when posting a comment on a page". **Note** This box does not give guests permission to comment, it only adds a requirement for commenting if they already have permission.
... ... @@ -172,17 +172,8 @@
172 172  
173 173  [[image:ReleaseNotes.ReleaseNotesXWikiEnterprise23M1@CommentCaptcha.png||style="border: 1px solid black;" width="550px;"]]
174 174  
175 -== 5.Invitation Manager Application ==
182 +== 5.New Template-based page creation ==
176 176  
177 -
178 -The Invitation Manager application allows users to send emails, inviting friends and colleagues to join a wiki. You will be able to configure your wiki to send emails through an open mail relay on the server or through an email account of your choosing.
179 -
180 -image:ReleaseNotes.ReleaseNotesXWikiEnterprise24@InvitationSending.png
181 -
182 -Read more about this application and learn how to configure it by visiting the [[application page>>extensions:Extension.Invitation Application]].
183 -
184 -== 6.New Template-based page creation ==
185 -
186 186  Starting with XWiki Enterprise 2.4 users and applications can provide documents that can be used as template when creating new pages. The new document content (content, objects and other metadata) will be replicated from the template.
187 187  
188 188  * After you have [[created the template and the template provider>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]] you can then start creating pages from this template:
... ... @@ -196,49 +196,17 @@
196 196  Find more details about the template creation and administration on the [[documentation page>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]].
197 197  
198 198  
199 -== 7.Clustering ==
197 +== 6.Clustering ==
200 200  XWiki provides an easy way to setup clustered instances of XWiki based on network events distribution.
201 201  
202 -=== Features ===
203 -
204 204  * events synchronization between XWiki instances
205 205  * multiple clustering channels
206 206  * possibility to start stop clustering channel at runtime
207 207  
208 -=== Setup ===
204 +Follow the [[Clustering Admin Guide >>platform:AdminGuide.Clustering]] and [[Clustering Tutorial >>platform:AdminGuide.DistributedEventClusterSetup]] for a complete tutorial on how to setup a simple cluster between two instances of XWiki on the same server.
209 209  
210 -==== Enable event distribution ====
206 +== 7.Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
211 211  
212 -To enable event distribution in an XWiki instance go to ##xwiki.properties## file and set the property ##observation.remote.enabled## to ##true##.
213 -
214 -==== Setup communication channels ====
215 -
216 -Then you need to create a JGroups configuration file for each different cluster group you want to setup.
217 -
218 -For this go to the ##/WEB-INF/observation/remote/jgroups## folder and add one xml file by clustering group. Generally there is only one for a simple cluster.
219 -
220 -You can look at http://www.jboss.org/community/wiki/JGroups for a good documentation on how to setup JGroups configuration files.
221 -
222 -If you have IPv6 on your server, you are also advised to read http://community.jboss.org/wiki/IPv6. Defining -Djava.net.preferIPv4Stack=true when launching the JVM is probably your best bet in most cases. If your really want to use IPv6 for your channels, you should probably upgrade JGroup to version 2.10.0.GA and use a JVM 6 at least.
223 -
224 -==== Start communication channels ====
225 -
226 -The name of the xml file matches the identifier of the channel.
227 -
228 -To indicate which channels to start when XWiki starts list the in the property ##observation.remote.channels## of the file ##xwiki.properties##.
229 -
230 -==== Choose network adaptor implementation to use ====
231 -
232 -By default only jgroups implementation is provided, but it's possible to add more. See the [[Remote Observation Module>>extensions:Extension.Observation Module Remote#HAddcustomnetworkadaptor]] for more details.
233 -
234 -=== More ===
235 -
236 -See the [[Remote Observation Module>>extensions:Extension.Observation Module Remote]] for more details of the event distribution features and extension capabilities.
237 -
238 -Follow [[Test clustering tutorial>>AdminGuide.DistributedEventClusterSetup]] for a complete tutorial on how to setup a simple cluster between two instances of XWiki on the same server.
239 -
240 -== 8.Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
241 -
242 242  If you are developing an application and you need to provide your users with a way to configure it from the [[Administration Application>>extensions:Extension.Administration Application]] you are in luck. All you need to do is create a custom class holding all of the configuration for your application, then add an object of your custom configuration class and an object of ##XWiki.Configurable## class. You will be able to configure your application from the administration interface.
243 243  The following is an image of the administration interface with additional applications to be configured (you can customize the icon used).
244 244  

Get Connected