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
-
... ... @@ -33,6 +33,8 @@ 33 33 34 34 Read more about Color Themes on the dedicated [[application page>>extensions:Extension.Color Theme Application]]. 35 35 36 +=== New Profile UI === 37 + 36 36 Complete **overhaul of the Profile UI**: better display of the user information, recent changes by the user are shown, different tabs for user details, user settings, and watchlist information: 37 37 38 38 image:ReleaseNotes.ReleaseNotesXWikiEnterprise22@profile.png ... ... @@ -165,6 +165,29 @@ 165 165 166 166 [[image:ReleaseNotes.ReleaseNotesXWikiEnterprise23M1@CommentCaptcha.png||style="border: 1px solid black;" width="550px;"]] 167 167 170 +== 5.Invitation Manager Application == 171 + 172 + 173 +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. 174 + 175 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise24@InvitationSending.png 176 + 177 +Read more about this application and learn how to configure it by visiting the [[application page>>extensions:Extension.Invitation Application]]. 178 + 179 +== 6.New Template-based page creation == 180 + 181 +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, objects and other metadata) will be replicated from the template. 182 + 183 +* 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: 184 + 185 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise24@1gcreatedocument.jpg 186 + 187 +* "Wanted Links" also offers the choice to create the new document from the available templates ( "My Template" template in the image below): 188 + 189 +image:ReleaseNotes.ReleaseNotesXWikiEnterprise24@1ipopup.jpg 190 + 191 +Find more details about the template creation and administration on the [[documentation page>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]]. 192 + 168 168 == Easier development of configurable applications using [[XWiki.ConfigurableClass>>extensions:Extension.Administration Application#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] == 169 169 170 170 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.