Changes for page Top 10 Features introduced in XWiki Enterprise 2.x Cycle
Last modified by Thomas Mortagne on 2023/10/13
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -162,19 +162,19 @@ 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.Activity Stream == 166 166 167 -* Overhaul of the Recent Changes section of the Dashboard:((( 168 -* New UI 169 -* Support for more events compared to the previous Recent Changes: annotations, comments, document deletion 170 -* It's now called Recent Activity (was called Recent Changes) 171 171 172 -[[image:ReleaseNotes.ReleaseNotesXWikiEnterprise26RC1@activityMacro||style="border: 1px solid black;"]] 173 -))) 167 +== 4.Anonymous commenting with Captcha == 174 174 175 -== 4.Invitation Manager Application == 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. 170 +[[This feature is documented here.>>platform:AdminGuide.Configuration]] 171 +Sample: 176 176 173 +[[image:[email protected]||style="border: 1px solid black;" width="550px;"]] 177 177 175 +== 5.Invitation Manager Application == 176 + 177 + 178 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 179 180 180 image:[email protected] ... ... @@ -181,16 +181,8 @@ 181 181 182 182 Read more about this application and learn how to configure it by visiting the [[application page>>extensions:Extension.Invitation Application]]. 183 183 184 -== 4.Anonymous commentingwith Captcha==184 +== 6.New Template-based page creation == 185 185 186 -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. 187 -[[This feature is documented here.>>platform:AdminGuide.Configuration]] 188 -Sample: 189 - 190 -[[image:[email protected]||style="border: 1px solid black;" width="550px;"]] 191 - 192 -== 5.New Template-based page creation == 193 - 194 194 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. 195 195 196 196 * 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: ... ... @@ -204,9 +204,11 @@ 204 204 Find more details about the template creation and administration on the [[documentation page>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]]. 205 205 206 206 207 -== 6.Clustering ==199 +== 7.Clustering == 208 208 XWiki provides an easy way to setup clustered instances of XWiki based on network events distribution. 209 209 202 +=== Features === 203 + 210 210 * events synchronization between XWiki instances 211 211 * multiple clustering channels 212 212 * possibility to start stop clustering channel at runtime ... ... @@ -213,7 +213,7 @@ 213 213 214 214 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. 215 215 216 -== 7.Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==210 +== 8.Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] == 217 217 218 218 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. 219 219 The following is an image of the administration interface with additional applications to be configured (you can customize the icon used).