Changeset 1210

Show
Ignore:
Timestamp:
08/20/08 11:45:58
Author:
deo
Message:

Added support to Plone 3.1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneCaptchas/branches/plone-3.1/Extensions/Install.py

    r1114 r1210  
    4444    elif plone_version.startswith('2.5'): 
    4545        plone_version = '2.5' 
    46     elif plone_version.startswith('3'): 
     46    elif plone_version.startswith('3.0'): 
    4747        plone_version = '3.0' 
     48    elif plone_version.startswith('3.1'): 
     49        plone_version = '3.1' 
    4850    else: 
    4951        raise Exception("Error - Unsupported version. Suported versions: Plone 2.0.5-3") 
     
    5961    join_form_layer = '/'.join([LAYER_JOIN_FORM, plone_version]) 
    6062    Layers.append(join_form_layer) 
    61      
    62      
     63 
    6364    sendto_form_layer = '/'.join([LAYER_SENDTO_FORM, plone_version]) 
    6465    Layers.append(sendto_form_layer) 
  • qPloneCaptchas/branches/plone-3.1/history.txt

    r1116 r1210  
     11.3.3 - Unreleased 
     2================== 
     3 
     4   * Added support for Plone 3.1. 
     5     [deo] 
     6 
     7 
    181.3.2 - May 15, 2008 
    2 ============================== 
     9==================== 
    310 
    4    * Added plone-3 support 
     11   * Completed the Plone 3.0 support. 
     12 
    513 
    6141.3.1 - March 8, 2008 
    7 ============================== 
     15===================== 
    816 
    9    * Fix bag in configlet 
    10     
    11    * Added Plone-3 support 
    12     
     17   * Fixed bug in configlet. 
     18 
     19   * Added initial Plone 3.0 support. 
     20 
    1321 
    14221.3.0 - February 6, 2008 
    15 ============================== 
     23======================== 
    1624 
    17    * Secure sendto_form and join_form with captcha 
    18     
    19    * Fix secure bug in join_form captcha 
    20     
    21    * Added Czech translation 
     25   * Secure sendto_form and join_form with captcha. 
     26 
     27   * Fix secure bug in join_form captcha. 
     28 
     29   * Added Czech translation. 
     30 
    2231 
    23321.2.3 - September 6, 2007 
    24 ============================== 
     33========================= 
    2534 
    26    * added Spanish translation. 
     35   * Added Spanish translation. 
    2736 
    2837 
    29381.2.2 - July 10, 2007 
    30 ============================== 
     39===================== 
    3140 
    32   * fix problem with redirect in PloneFormMailer 
     41  * Fixed problem with redirect in PloneFormMailer. 
    3342 
    3443 
    35441.2.1 - June 21, 2007 
    36 ============================== 
     45===================== 
    3746 
    38  * fixed translation problem in plone-2.1.4. 
     47  * Fixed translation problem in Plone 2.1.4. 
    3948 
    4049 
    41501.2.0 - April 24, 2007 
    42 ============================== 
    43  * fixed qPloneCaptchas PFM forms layout breakage 
     51====================== 
    4452 
    45  * fixed the polish translation file 
    46   
    47  * added captchas for join form 
     53  * Fixed qPloneCaptchas PFM forms layout breakage. 
     54 
     55  * Fixed the polish translation file. 
     56 
     57  * Added captchas for join form. 
    4858 
    4959 
    50601.1.0 - February 27,2007 
    51 ============================== 
    52  * fixed the '0.jpg' issue 
     61======================== 
    5362 
    54  * added status messages translation 
    55   
     63  * Fixed the '0.jpg' issue. 
     64 
     65  * Added status messages translation. 
     66 
    5667 
    57681.0 - November 28, 2006 
    58 ============================== 
     69======================= 
    5970 
    60  * qPloneComments related code moved to the comments product 
     71  * qPloneComments related code moved to the comments product. 
    6172 
    62  * refactored skins for easier dynamic/static captchas switch 
     73  * Refactored skins for easier dynamic/static captchas switch. 
    6374 
    6475 
    65 0.9 - Released October 9, 2006 
    66 ============================== 
     760.9 - October 9, 2006 
     77===================== 
    6778 
    68  * Added implementation of dynamic generation of captcha images using PIL 
     79  * Added implementation of dynamic generation of captcha images using PIL. 
    6980 
    70  * Changed verification method of entered catchas word. 
     81  * Changed verification method of entered catchas word. 
    7182 
    72  * Implemented locking for used captchas keys to prevent possibility the past keys reusage. 
     83  * Implemented locking for used captchas keys to prevent possibility the past keys reusage. 
    7384 
    74  * Support of Plone 2.5 added 
     85  * Added support for Plone 2.5. 
  • qPloneCaptchas/branches/plone-3.1/version.txt

    r1116 r1210  
    1 1.3.2 
     11.3.3