<
From version < 13.1 >
edited by Caleb James DeLisle
on 2010/03/25
To version < 14.1 >
edited by Jean-Vincent Drean
on 2010/03/26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Caleb_James_DeLisle
1 +XWiki.jvdrean
Content
... ... @@ -4,6 +4,12 @@
4 4  
5 5  First milestone of the XWiki Enterprise 2.3 version ([[Roadmap>>enterprise:Main.Roadmap]]).
6 6  
7 +{{error}}
8 +This release contains a regression in the rights management user interface. This bug prevents rights to be correctly saved unless you manually select either groups or users radio button first.
9 +
10 +[[image:rights-bug-2.2.3.png]]
11 +{{/error}}
12 +
7 7  The highlights of this release are: new annotation feature, new colibri color theme editor, anonymous commenting with captcha.
8 8  
9 9  = New and Noteworthy (since XWiki Enterprise 2.2.3) =
... ... @@ -64,13 +64,16 @@
64 64  Now thanks to the [[captcha module>>code:Modules.CaptchaModule]] 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>>code:Applications.AdministrationApplication]] 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.
65 65  [[This feature is documented here.>>platform:AdminGuide.Configuration]]
66 66  Sample:
67 -[[image:CommentCaptcha.png||width=550px]]
68 68  
74 +[[image:CommentCaptcha.png||width=550px; style="border:1px solid black;]]
75 +
69 69  == Easier development of configurable applications using [[XWiki.ConfigurableClass>>code:Applications.AdministrationApplication#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
70 70  
71 71  If you are developing an application and you need to provide your users with a way to configure it from the [[Administration Application>>code:Applications.AdministrationApplication]] you are in luck because 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 and your application will be able to be configured in the administration interface.
72 72  Image of administration interface with additional applications to be configured. (You can customize the icon used)
73 -[[image:AdministrationPanelExtraIcons.png||width=550px]]
80 +
81 +[[image:AdministrationPanelExtraIcons.png||width=550px; style="border:1px solid black;]]
82 +
74 74  Note the current user does not have permission to edit one of the configurable applications.
75 75  
76 76  == Translations ==

Get Connected