You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(7) |
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Bastien G. <gba...@co...> - 2008-04-26 09:20:13
|
Sure you can give me an access and we will propose you changes before we update ;-) Have a nice day, Gauthier BASTIEN ( http://www.openplans.org/projects/plone-3-paris-sprint/project-home) -----Message d'origine----- De : plo...@li... [mailto:plo...@li...]De la part de Giovani Spagnolo Envoyé : jeudi 24 avril 2008 12:38 À : plo...@li... Objet : Re: [Plonecaptcha-devel] Internationalization in Plone Hello Bastien, Thanks for your update. The Plonecaptcha project is looking for developer help, since it is no longer sponsored by the private company it used to be and it's been a long time I am working in another company, so I have no more time to follow up PM. If you desire to help, and have a sourceforge account, I can give you access to the code so you could merge your improvements and release a next update. https://sourceforge.net/projects/plonecaptcha You can contact me in private, too. Thanks,Giovani. *********** REPLY SEPARATOR *********** On 05/10/2007 at 10.21 Bastien Gauthier wrote: It seems that internationalization of the validator is not implemented. This could be done in validate_captcha.vpy (using the plone domain) by adding something like : from Products.CMFPlone import PloneMessageFactory as _ and in the state.setError translate the message with something like : state.setError('captcha', _(u'Please enter the valid captcha', new_status='failure')) And in state.set(portal_status_message=_(u'Please correct the erros shown')) And even use portal_utils.addPortalMessage(_(u'Please correct the erros shown'))... This would be great if this little update could be intergrated in the product... ;-) Have a nice day, BASTIEN Gauthier Service Informatique - Administration Communale de Sambreville 071/260.247 http://w <http://www.sambreville.be> ww.sambreville.be |
|
From: Giovani S. <gio...@te...> - 2008-04-24 10:38:35
|
Hello Bastien, Thanks for your update. The Plonecaptcha project is looking for developer help, since it is no longer sponsored by the private company it used to be and it's been a long time I am working in another company, so I have no more time to follow up PM. If you desire to help, and have a sourceforge account, I can give you access to the code so you could merge your improvements and release a next update. https://sourceforge.net/projects/plonecaptcha You can contact me in private, too. Thanks,Giovani. *********** REPLY SEPARATOR *********** On 05/10/2007 at 10.21 Bastien Gauthier wrote: It seems that internationalization of the validator is not implemented. This could be done in validate_captcha.vpy (using the plone domain) by adding something like : from Products.CMFPlone import PloneMessageFactory as _ and in the state.setError translate the message with something like : state.setError('captcha', _(u'Please enter the valid captcha', new_status='failure')) And in state.set(portal_status_message=_(u'Please correct the erros shown')) And even use portal_utils.addPortalMessage(_(u'Please correct the erros shown'))... This would be great if this little update could be intergrated in the product... ;-) Have a nice day, BASTIEN Gauthier Service Informatique - Administration Communale de Sambreville 071/260.247 http://www.sambreville.be |
|
From: Bastien G. <gba...@co...> - 2007-10-05 08:11:37
|
It seems that internationalization of the validator is not implemented.
This could be done in validate_captcha.vpy (using the plone domain) by
adding something like :=20
=20
from Products.CMFPlone import PloneMessageFactory as _=20
=20
and in the state.setError translate the message with something like :=20
=20
state.setError('captcha', _(u'Please enter the valid captcha',
new_status=3D'failure'))=20
=20
And in state.set(portal_status_message=3D_(u'Please correct the erros
shown'))=20
=20
And even use portal_utils.addPortalMessage(_(u'Please correct the erros
shown'))...=20
=20
This would be great if this little update could be intergrated in the
product... ;-)=20
=20
Have a nice day,=20
=20
BASTIEN Gauthier
Service Informatique - Administration Communale de Sambreville=20
071/260.247=20
http://w <http://www.sambreville.be> ww.sambreville.be
|
|
From: indyone ;o) <in...@gm...> - 2007-09-04 08:22:15
|
I suppose that PloneCaptcha will work in Plone 3, but i haven't test it... I'll try it today and give a feedback with the results in this list. Ioannis Stavrinos On 9/4/07, Michael Reitsma <mi...@re...> wrote: > > Hi , > > Will there be a new version of this product for plone 3.0 ? > And will that include the audio link and config stuff from SVN ? > > -- > with kind regards > > Michael Reitsma > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Plonecaptcha-devel mailing list > Plo...@li... > https://lists.sourceforge.net/lists/listinfo/plonecaptcha-devel > > -- The Unknown As we know, There are known knowns. There are things we know we know. We also know There are known unknowns. That is to say We know there are some things We do not know. But there are also unknown unknowns, The ones we don't know We don't know. |
|
From: Michael R. <mi...@re...> - 2007-09-04 07:26:27
|
Hi , Will there be a new version of this product for plone 3.0 ? And will that include the audio link and config stuff from SVN ? -- with kind regards Michael Reitsma |
|
From: Giovani S. <gio...@te...> - 2007-04-16 10:08:41
|
wow. nice... :-) thanks Indyone... giovani *********** REPLY SEPARATOR *********** On 14/04/2007 at 13.36 indyone wrote: >Tristan Roddis wrote: >> Hi Flemming >> >> I'm not actually the maintainer of this package, but I am forwarding >your message on to the development list so that the good people at Partec >can update it. >> >> Regards, >> >> -Tristan. >> >> >Hi Flemming and list, > >I have uploaded the .zip & .tar.gz files again for the version 1.0.2 and >made sure that these extract correctly. >Thank you > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys-and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >Plonecaptcha-devel mailing list >Plo...@li... >https://lists.sourceforge.net/lists/listinfo/plonecaptcha-devel |
|
From: indyone <in...@gm...> - 2007-04-14 10:36:38
|
Tristan Roddis wrote: > Hi Flemming > > I'm not actually the maintainer of this package, but I am forwarding your message on to the development list so that the good people at Partec can update it. > > Regards, > > -Tristan. > > Hi Flemming and list, I have uploaded the .zip & .tar.gz files again for the version 1.0.2 and made sure that these extract correctly. Thank you |
|
From: Giovani S. <gio...@te...> - 2007-04-13 08:51:37
|
Hi Flemming, thanks for the email, I pass this on to developers... by the way, if you are interested in joining the project on sf.net just let= me know, I can add your ID, unfortunatelly we are needing help here, since= we are all with lots of work to do :( thanks giovani spagnolo *********** REPLY SEPARATOR *********** On 13/04/2007 at 9.36 Tristan Roddis wrote: >Hi Flemming > >I'm not actually the maintainer of this package, but I am forwarding your >message on to the development list so that the good people at Partec can >update it. > >Regards, > >-Tristan. > >--=20 >tr...@ro... http://www.roddis.org >_______________________________.oOo._________________________________ >"World domination." http://www.linux.org > >On Fri, Apr 13, 2007 at 07:50:40AM +0200, Flemming Bjerke wrote: >> Hi Tristan >>=20 >> If you install PloneCaptcha-1.0.2.tar.gz (on linux) the skins-folder >plone_captcha does not turn up, but it does if you use >PloneCaptcha-1.0.2.zip. Probably, the problem turns up because there is an >empty folder, named '\', in the skins folder in PloneCaptcha-1.0.2.tar.gz. >>=20 >> http://sourceforge.net/forum/forum.php?thread_id=3D1712746&forum_id=3D61= 2536 >>=20 >> Flemming >>=20 > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys-and earn cash >http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DD= EVDEV >_______________________________________________ >Plonecaptcha-devel mailing list >Plo...@li... >https://lists.sourceforge.net/lists/listinfo/plonecaptcha-devel |
|
From: Tristan R. <tr...@ro...> - 2007-04-13 08:36:42
|
Hi Flemming I'm not actually the maintainer of this package, but I am forwarding your message on to the development list so that the good people at Partec can update it. Regards, -Tristan. -- tr...@ro... http://www.roddis.org _______________________________.oOo._________________________________ "World domination." http://www.linux.org On Fri, Apr 13, 2007 at 07:50:40AM +0200, Flemming Bjerke wrote: > Hi Tristan > > If you install PloneCaptcha-1.0.2.tar.gz (on linux) the skins-folder plone_captcha does not turn up, but it does if you use PloneCaptcha-1.0.2.zip. Probably, the problem turns up because there is an empty folder, named '\', in the skins folder in PloneCaptcha-1.0.2.tar.gz. > > http://sourceforge.net/forum/forum.php?thread_id=1712746&forum_id=612536 > > Flemming > |
|
From: Giovani S. <gio...@te...> - 2007-01-11 16:44:01
|
well, I am trying to bring back our partecs blog... http://blog.partecs.com/ ploneCaptcha release is there... thanks, gio |
|
From: indyone ;o) <in...@gm...> - 2007-01-06 09:32:14
|
That's great!!! How about to inform plone.org as it seems a bit outdated? On 1/5/07, Giovani Spagnolo <gio...@te...> wrote: > > thank you guys, > > I added the new release to the project page. > here we go on sf.net: > > https://sourceforge.net/project/showfiles.php?group_id=177298 > > > cheers, > giovani spagnolo > > > *********** REPLY SEPARATOR *********** > > On 05/01/2007 at 12.50 indyone ;o) wrote: > > >Hi Tristan and the rest of the devel team, > > > >I have attached a newer version of the PloneCaptcha. > >Now you can change the captcha username & password from the ZMI! > >The phonetic link, is already from my previous version :-) > >Please check the CHANGES text or diff the code to see what i have done. > > > >Cheers > > > >------------------------------------------------------------------------- > >Take Surveys. Earn Cash. Influence the Future of IT > >Join SourceForge.net's Techsay panel and you'll get the chance to share > >your > >opinions on IT & business topics through brief surveys - and earn cash > >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >_______________________________________________ > >Plonecaptcha-devel mailing list > >Plo...@li... > >https://lists.sourceforge.net/lists/listinfo/plonecaptcha-devel > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Plonecaptcha-devel mailing list > Plo...@li... > https://lists.sourceforge.net/lists/listinfo/plonecaptcha-devel > -- The Unknown As we know, There are known knowns. There are things we know we know. We also know There are known unknowns. That is to say We know there are some things We do not know. But there are also unknown unknowns, The ones we don't know We don't know. |
|
From: Giovani S. <gio...@te...> - 2007-01-05 11:41:34
|
thank you guys, I added the new release to the project page. here we go on sf.net: https://sourceforge.net/project/showfiles.php?group_id=177298 cheers, giovani spagnolo *********** REPLY SEPARATOR *********** On 05/01/2007 at 12.50 indyone ;o) wrote: >Hi Tristan and the rest of the devel team, > >I have attached a newer version of the PloneCaptcha. >Now you can change the captcha username & password from the ZMI! >The phonetic link, is already from my previous version :-) >Please check the CHANGES text or diff the code to see what i have done. > >Cheers > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys - and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >_______________________________________________ >Plonecaptcha-devel mailing list >Plo...@li... >https://lists.sourceforge.net/lists/listinfo/plonecaptcha-devel |
|
From: indyone ;o) <in...@gm...> - 2007-01-05 10:50:58
|
Hi Tristan and the rest of the devel team, I have attached a newer version of the PloneCaptcha. Now you can change the captcha username & password from the ZMI! The phonetic link, is already from my previous version :-) Please check the CHANGES text or diff the code to see what i have done. Cheers |
|
From: Giovani S. <gio...@te...> - 2007-01-05 10:09:05
|
Hi Tristan, Thank you very much for the contribution, I am passing it around on the= developers list, and hope we'll see this on the next release. cheers, happy 2007. giovani *********** REPLY SEPARATOR *********** On 02/01/2007 at 15.37 Tristan Roddis wrote: >Given that captcha.net now let you listen to an audio version of the >captchas, could I suggest that you add a link to this as well? > >This can be achieved by adding the following code to captcha.pt: > > <p><a href=3D"" tal:attributes=3D"href string:http:// >audio.captchas.net?client=3D${captcha_user}&random=3D$ >{captcha_code}">Phonetic spelling (MP3 format)</a></p> > >Hope that helps, > >-Tristan. >Head of Web Development >Cogapp >Tel:+44( 0)1273 821 600 > > > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share >your >opinions on IT & business topics through brief surveys - and earn cash >http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3DDE= VDEV >_______________________________________________ >Plonecaptcha-devel mailing list >Plo...@li... >https://lists.sourceforge.net/lists/listinfo/plonecaptcha-devel |
|
From: Giovani S. <gio...@te...> - 2007-01-04 15:22:44
|
Hi! Anyone would like to check this out ? We could update there... Also, our stats are here: https://sourceforge.net/project/stats/?group_id=3D177298&ugn=3Dplonecaptcha&= type=3D&mode=3Dalltime cheers happy 2007! giovani *********** BEGIN FORWARDED MESSAGE *********** On 04/01/2007 at 16.51 indyone ;o) <in...@gm...> wrote: >Hi there, > >I have updated the Plone Captcha (based on 1.0.1) and i thought that >you may be interested. >Also i checked the code that works perfectly on Plone 2.5.x >Check the CHANGES or diff the files to see what i have done. > >Cheers > >Ioannis Stavrinos (aka indyone) > > *********** END FORWARDED MESSAGE *********** |
|
From: Tristan R. <tri...@co...> - 2007-01-02 15:37:24
|
Given that captcha.net now let you listen to an audio version of the captchas, could I suggest that you add a link to this as well? This can be achieved by adding the following code to captcha.pt: <p><a href="" tal:attributes="href string:http:// audio.captchas.net?client=${captcha_user}&random=$ {captcha_code}">Phonetic spelling (MP3 format)</a></p> Hope that helps, -Tristan. Head of Web Development Cogapp Tel:+44( 0)1273 821 600 |
|
From: Giovani S. <gio...@te...> - 2006-10-05 10:16:48
|
I added the redirect page to our sf.net project, until we collect material= and become more active.. http://plonecaptcha.sourceforge.net Giovani Spagnolo http://www.webyes.com.br/giovani/blog ************************************************** 8=BA F=F3rum Internacional Software Livre - fisl8.0 12, 13 e 14 de abril de 2007 - www.fisl.org.br Centro de Eventos FIERGS Porto Alegre, RS, Brasil ************************************************** |
|
From: Giovani S. <gio...@te...> - 2006-10-04 09:13:43
|
Hi all, A Grammar revision was made (thanks Doc Walker) and version 1.0.1 is= available on both sourceforge and partecs website. - http://www.partecs.com/ploneCaptcha.html - http://sourceforge.net/projects/plonecaptcha cheers Giovani |