Changes between Version 13 and Version 14 of quintagroup.captcha


Ignore:
Timestamp:
Mar 31, 2010 10:24:28 AM (14 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • quintagroup.captcha

    v13 v14  
    77From version 3.0 and on quintagroup.plonecaptchas goes though another refactoring:  
    88 
    9  * the standard Plone customizations (Join, Send this page, Contact Us, Reply) are staying in quintagroup.plonecaptchas 
    10  * the captchas core rendering and validation functionality are factored into '''quintagroup.captcha.core''' package 
     9 * the standard Plone customizations (Join, Send this page, Contact Us, Reply) are staying in [http://svn.quintagroup.com/products/quintagroup.plonecaptchas quintagroup.plonecaptchas] 
     10 * the captchas core rendering and validation functionality are factored into '''[http://svn.quintagroup.com/products/quintagroup.captcha.core/ quintagroup.captcha.core]''' package 
    1111 
    1212We are adding the following three packages to the stack: 
    1313 
    14  * '''quintagroup.pfg.captcha''' (earlier known as qPloneCaptchasField) 
    15  * '''quintagroup.formlib.captcha'''  contains formlib field and widget 
    16  * '''quintagroup.z3cform.captcha''' contains z3cform field and widget 
     14 * '''[http://svn.quintagroup.com/products/quintagroup.pfg.captcha/ quintagroup.pfg.captcha]''' (earlier known as qPloneCaptchasField) 
     15 * '''[http://svn.quintagroup.com/products/quintagroup.formlib.captcha quintagroup.formlib.captcha]'''  contains formlib field and widget 
     16 * '''[http://svn.quintagroup.com/products/quintagroup.z3cform.captcha quintagroup.z3cform.captcha]''' contains z3cform field and widget 
    1717 
    1818All the stack is set up as dependency for quintagroup.plonecaptchas, so you just need to mention them in your buildout to get all captcha packages.