Change comment:
Added info on JMX
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. SilviaRusu1 +XWiki.VincentMassol - Content
-
... ... @@ -14,16 +14,41 @@ 14 14 15 15 == New template based page creation == 16 16 17 - {{todo/}}17 +Starting with this release users and applications can provide documents that can be used as template when creating a new page. The new document (content, objects and other metadata) will be replicated from the template. 18 18 19 +* After you have [[created the template and the template provider>>code:Applications.AdministrationApplication#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]] you can go back to the Main space and start creating pages from this template: 20 + 21 +image:1gcreatedocument.jpg 22 + 23 +* "Broken Links" will also offer the choice to create the new document from the "My Template" template: 24 + 25 +image:1ipopup.jpg 26 + 27 +Find more details about the template creation and administration on the [[documentation page>>code:Applications.AdministrationApplication#HEasyTemplatesCreationandAdministration28StartingwithXWikiEnterprise2.4M229]]. 28 + 19 19 == New Invitation Manager application == 20 20 21 - {{todo/}}31 +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. 22 22 33 +An invitation may allow users to register in a wiki where registration is forbidden. Invitees may choose to accept or decline an invitation. Spam prevention measures ensure that email recipients will have a button to report that message as abuse. 34 + 35 +Internationalized and configurable email templates generate rich HTML email content from user input. 36 + 37 +image:InvitationSending.png 38 + 39 +Learn how you can configure this application by visiting the [[application page>>code:Applications.InvitationApplication]]. 40 + 23 23 == New search application improvements == 24 24 25 25 * Make possible to select wikis where to search in LuceneSearch page when in main wiki of a farm 26 26 45 +== JMX Administration Console == 46 + 47 +* XWiki is now using [[JMX to provide runtime Monitoring information>>platform:AdminGuide.Monitoring]]. 48 +* The first usage implemented is about monitoring the JBoss cachad and the Velocity Macro caches, as shown below:((( 49 +image:platform:AdminGuide.Monitoring@jconsole1.png 50 +))) 51 + 27 27 == Script improvements == 28 28 29 29 {{todo/}}