Re: [xwiki-devs] [GSoC] Student introduction and Interested in Calendar application Proposal

2010-03-09 Thread Ecaterina Valica
Hi Michelle, Thanks for your interest in XWiki and its GSOC projects. As you know, the GSOC program has a timeline http://socghop.appspot.com/document/show/gsoc_program/google/gsoc2010/faqs#timeline. All you need to do is to watch for the application period and submit your proposal for your

Re: [xwiki-devs] [Proposal] remove captcha.enabled from xwiki.properties and only enable/disable captcha on an application by application basis.

2010-03-09 Thread Guillaume Lerouge
Hi, On Tue, Mar 9, 2010 at 8:31 AM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: +0 Caleb James DeLisle wrote: I originally added captcha.enabled to xwiki.properties when there was no configuration for the registration page and I felt there should be settings on both

Re: [xwiki-devs] [Proposal] remove captcha.enabled from xwiki.properties and only enable/disable captcha on an application by application basis.

2010-03-09 Thread Guillaume Lerouge
Hi, On Tue, Mar 9, 2010 at 3:30 PM, Caleb James DeLisle calebdeli...@lavabit.com wrote: Guillaume Lerouge wrote: Hi, On Tue, Mar 9, 2010 at 8:31 AM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: +0 Caleb James DeLisle wrote: I originally added captcha.enabled

Re: [xwiki-devs] [Proposal] remove captcha.enabled from xwiki.properties and only enable/disable captcha on an application by application basis.

2010-03-09 Thread Caleb James DeLisle
Guillaume Lerouge wrote: Hi, On Tue, Mar 9, 2010 at 8:31 AM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: +0 Caleb James DeLisle wrote: I originally added captcha.enabled to xwiki.properties when there was no configuration for the registration page and I felt there

Re: [xwiki-devs] [Proposal] Add support for Default Values for XWiki Wiki Macros

2010-03-09 Thread Marius Dumitru Florea
Anamaria Stoica wrote: Hi, Is my patch OK http://jira.xwiki.org/jira/browse/XWIKI-4944 ? Looks good to me. I'll commit my fix for http://jira.xwiki.org/jira/browse/XWIKI-4946 as soon as I have support for default value in wiki macro (I need it to be able to test the fix, since currently

Re: [xwiki-devs] [proposal] Add support for secet token verification

2010-03-09 Thread Caleb James DeLisle
I had thought about proposing this myself but decided against it because it seems to me like a workaround for problems which can be solved in other ways. Suppose we were to add a check to the actions which alter data which made sure the request method was 'post' and made it configurable in one

Re: [xwiki-devs] [Proposal] Add support for Default Values for XWiki Wiki Macros

2010-03-09 Thread Anamaria Stoica
Hi, Is my patch OK http://jira.xwiki.org/jira/browse/XWIKI-4944 ? Thanks, Anamaria On Fri, Feb 26, 2010 at 3:50 PM, Thomas Mortagne thomas.morta...@xwiki.com wrote: +1 for the general: as soon as it's part of Macro and parameter descriptor it should be supported by wiki macros at some point

Re: [xwiki-devs] [Proposal] Add support for Default Values for XWiki Wiki Macros

2010-03-09 Thread Asiri Rathnayake
Hi, Is my patch OK http://jira.xwiki.org/jira/browse/XWIKI-4944 ? I'll review and apply this patch by tomorrow. I've been bit involved with some other stuff. Thanks. - Asiri ___ devs mailing list devs@xwiki.org

Re: [xwiki-devs] [proposal] Add support for secet token verification

2010-03-09 Thread Niels Mayer
On Mon, Mar 8, 2010 at 6:06 PM, Sergiu Dumitriu ser...@xwiki.com wrote: First, as Alex said, cookies are not an option since CrossSite requests are valid, normal requests, and they will use the correct cookies. Exactly. Which is why a cookie containing key-lengths and expiration times that

[xwiki-devs] http://webid.myxwiki.org/

2010-03-09 Thread Story Henry
A very basic implementation of foaf+ssl is up here: http://webid.myxwiki.org/ We put it up at its own wiki to allow us more freedom to try out new ideas. You can currently create an account there, then create your X509 certificate in one click which you can use to login to other sites.

Re: [xwiki-devs] [proposal] Add support for secet token verification

2010-03-09 Thread Alex Busenius
Unfortunately, using POST requests instead of GET requests is not enough. It will not prevent attacks that use forms and/or JavaScript to generate POST requests. Alex On 03/09/2010 02:48 PM, Caleb James DeLisle wrote: I had thought about proposing this myself but decided against it because it

Re: [xwiki-devs] [Proposal] Add support for Default Values for XWiki Wiki Macros

2010-03-09 Thread Asiri Rathnayake
Hi, On Tue, Mar 9, 2010 at 4:10 PM, Marius Dumitru Florea mariusdumitru.flo...@xwiki.com wrote: Anamaria Stoica wrote: Hi, Is my patch OK http://jira.xwiki.org/jira/browse/XWIKI-4944 ? Looks good to me. I'll commit my fix for http://jira.xwiki.org/jira/browse/XWIKI-4946 as soon as I

Re: [xwiki-devs] [xwiki-notifications] r27562 - in platform/core/trunk: xwiki-core/src/main/java/com/xpn/xwiki/internal xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-wikibridge/src/main

2010-03-09 Thread Vincent Massol
Hi Asiri, Don't we have any tests for wiki macros? I don't see any test providing that it works. Since wiki macros are something introduced recently I'm surprised we don't have tests for it (or do we?). Also could you explain the need for default parameter values in wiki macro parameter

Re: [xwiki-devs] [xwiki-notifications] r27562 - in platform/core/trunk: xwiki-core/src/main/java/com/xpn/xwiki/internal xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-wikibridge/src/main

2010-03-09 Thread Vincent Massol
On Mar 10, 2010, at 8:33 AM, Marius Dumitru Florea wrote: Vincent Massol wrote: Hi Asiri, Don't we have any tests for wiki macros? I don't see any test providing that it works. Since wiki macros are something introduced recently I'm surprised we don't have tests for it (or do we?).

Re: [xwiki-devs] [xwiki-notifications] r27562 - in platform/core/trunk: xwiki-core/src/main/java/com/xpn/xwiki/internal xwiki-rendering/xwiki-rendering-macros/xwiki-rendering-macro-wikibridge/src/main

2010-03-09 Thread Vincent Massol
On Mar 10, 2010, at 8:48 AM, Asiri Rathnayake wrote: Hi Vincent, On Wed, Mar 10, 2010 at 12:55 PM, Vincent Massol vinc...@massol.net wrote: Hi Asiri, Don't we have any tests for wiki macros? I don't see any test providing that it works. Since wiki macros are something introduced