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,22 @@ 33 33 34 34 Read more about Color Themes on the dedicated [[application page>>extensions:Extension.Color Theme Application]]. 35 35 36 +=== Improvements to Action Menus === 37 + 38 +* New Add menu: Use the "Add" menu to create new spaces, pages, add attachments and comments.((( 39 +[[image:ReleaseNotes.ReleaseNotesXWikiEnte[email protected]||style="border: 1px solid black;"]] 40 +))) 41 +* Improved Wiki and Space menus: You may now access the document index straight from the wiki & space menus.((( 42 +[[image:[email protected]||style="border: 1px solid black;"]] [[image:ReleaseNotes.ReleaseNotesXWikiEnterp[email protected]||style="border: 1px solid black;"]] 43 +))) 44 +* New Page menu: Integrates the Watch, Copy, Rename and Delete actions.((( 45 +[[image:ReleaseNotes.ReleaseNotesXWikiEnter[email protected]||style="border: 1px solid black;"]] 46 +))) 47 +* The Edit, Export, More actions and Profile menus also benefited from a refresh. 48 + 49 + 50 +=== New Profile UI === 51 + 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:[email protected] ... ... @@ -53,6 +53,12 @@ 53 53 54 54 User profiles have been converted to XWiki Syntax 2.0 55 55 72 +=== Visible content menu when scrolling down === 73 + 74 +When scrolling down on a document, the content menu will follow, so the user will not have to scroll up on top of the page in order to access it. 75 + 76 +[[image:ReleaseNotes.ReleaseNotesXWikiEnterpr[email protected]||style="border: 1px solid black;"]] 77 + 56 56 === New Search Interface === 57 57 58 58 * The default search page UI has been improved to be easier to understand and use.[[image:[email protected]||style="border: 1px solid rgb(0, 0, 0); width: 600px;"]] ... ... @@ -138,25 +138,8 @@ 138 138 139 139 You can find a more detailed description of the annotations feature on the [[documentation page>>platform:Features.Annotations]]. 140 140 141 -== 3.Improvements to Action Menus == 142 142 143 -* New Add menu: Use the "Add" menu to create new spaces, pages, add attachments and comments.((( 144 -[[image:ReleaseNotes.ReleaseNotesXWikiEnte[email protected]||style="border: 1px solid black;"]] 145 -))) 146 -* Improved Wiki and Space menus: You may now access the document index straight from the wiki & space menus.((( 147 -[[image:[email protected]||style="border: 1px solid black;"]] [[image:ReleaseNotes.ReleaseNotesXWikiEnterp[email protected]||style="border: 1px solid black;"]] 148 -))) 149 -* New Page menu: Integrates the Watch, Copy, Rename and Delete actions.((( 150 -[[image:ReleaseNotes.ReleaseNotesXWikiEnter[email protected]||style="border: 1px solid black;"]] 151 -))) 152 -* The Edit, Export, More actions and Profile menus also benefited from a refresh. 153 153 154 -=== Visible content menu when scrolling down === 155 - 156 -When scrolling down on a document, the content menu will follow, so the user will not have to scroll up on top of the page in order to access it. 157 - 158 -[[image:ReleaseNotes.ReleaseNotesXWikiEnterpr[email protected]||style="border: 1px solid black;"]] 159 - 160 160 == 4.Anonymous commenting with Captcha == 161 161 162 162 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. ... ... @@ -165,6 +165,29 @@ 165 165 166 166 [[image:[email protected]||style="border: 1px solid black;" width="550px;"]] 167 167 173 +== 5.Invitation Manager Application == 174 + 175 + 176 +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. 177 + 178 +image:[email protected] 179 + 180 +Read more about this application and learn how to configure it by visiting the [[application page>>extensions:Extension.Invitation Application]]. 181 + 182 +== 6.New Template-based page creation == 183 + 184 +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. 185 + 186 +* 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: 187 + 188 +[[image:platform:[email protected]]] 189 + 190 +* "Wanted Links" also offers the choice to create the new document from the available templates ( "My Template" template in the image below): 191 + 192 +[[image:platform:[email protected]]] 193 + 194 +Find more details about the template creation and administration on the [[documentation page>>extensions:Extension.Administration Application#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]]. 195 + 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.