Last modified by Thomas Mortagne on 2023/10/13

<
From version < 10.1 >
edited by Caleb James DeLisle
on 2010/03/25
To version < 13.1 >
edited by Caleb James DeLisle
on 2010/03/25
>
Change comment: Added section describing application development with XWiki.ConfigurableClass

Summary

Details

Page properties
Content
... ... @@ -4,7 +4,7 @@
4 4  
5 5  First milestone of the XWiki Enterprise 2.3 version ([[Roadmap>>enterprise:Main.Roadmap]]).
6 6  
7 -The highlights of this release are: new annotation feature, new colibri color theme editor, ability to require CAPTCHA completion for anonymous to comment on a page.
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) =
10 10  
... ... @@ -59,13 +59,20 @@
59 59  
60 60  Read more about Color Themes on the dedicated [[application page>>code:Applications.ColorThemeApplication]].
61 61  
62 -== CAPTCHA support for anonymous comments ==
62 +== Anonymous commenting with Captcha ==
63 63  
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
67 +[[image:CommentCaptcha.png||width=550px]]
68 68  
69 +== Easier development of configurable applications using [[XWiki.ConfigurableClass>>code:Applications.AdministrationApplication#HMaking20your20application20easily20configurable20with203Ctt3EConfigurableClass3C2Ftt3E20Since2023M1]] ==
70 +
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 +Image of administration interface with additional applications to be configured. (You can customize the icon used)
73 +[[image:AdministrationPanelExtraIcons.png||width=550px]]
74 +Note the current user does not have permission to edit one of the configurable applications.
75 +
69 69  == Translations ==
70 70  
71 71  * Newly supported language: Vietnamese
... ... @@ -76,6 +76,10 @@
76 76  
77 77  * [[Bugs we know about>>http://jira.xwiki.org/jira/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]]
78 78  
86 +{{error}}
87 +There is a regression in this version: empty paragraph or paragraph containing only a macro is not parser properly. See http://jira.xwiki.org/jira/browse/XWIKI-5046 for more details.
88 +{{/error}}
89 +
79 79  = Backward Compatibility and Migration Notes =
80 80  
81 81  == General Notes ==
AdministrationPanelExtraIcons.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Caleb_James_DeLisle
Size
... ... @@ -1,0 +1,1 @@
1 +149.4 KB
Content

Get Connected