Changeset 1210
- Timestamp:
- 08/20/08 11:45:58
- Files:
-
- qPloneCaptchas/branches/plone-3.1 (copied) (copied from qPloneCaptchas/trunk)
- qPloneCaptchas/branches/plone-3.1/Extensions/Install.py (modified) (2 diffs)
- qPloneCaptchas/branches/plone-3.1/history.txt (modified) (1 diff)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_discussion/3.1 (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_discussion/3.1/discussion_reply.cpy (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_discussion/3.1/discussion_reply.cpy.metadata (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_discussion/3.1/discussion_reply_form.cpt (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_discussion/3.1/discussion_reply_form.cpt.metadata (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_join_form/3.1 (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_join_form/3.1/join_form.cpt (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_join_form/3.1/join_form.cpt.metadata (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_join_form/3.1/register.cpy (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_join_form/3.1/register.cpy.metadata (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_sendto_form/3.1 (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_sendto_form/3.1/sendto.cpy (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_sendto_form/3.1/sendto.cpy.metadata (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_sendto_form/3.1/sendto_form.cpt (added)
- qPloneCaptchas/branches/plone-3.1/skins/captchas_sendto_form/3.1/sendto_form.cpt.metadata (added)
- qPloneCaptchas/branches/plone-3.1/version.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPloneCaptchas/branches/plone-3.1/Extensions/Install.py
r1114 r1210 44 44 elif plone_version.startswith('2.5'): 45 45 plone_version = '2.5' 46 elif plone_version.startswith('3 '):46 elif plone_version.startswith('3.0'): 47 47 plone_version = '3.0' 48 elif plone_version.startswith('3.1'): 49 plone_version = '3.1' 48 50 else: 49 51 raise Exception("Error - Unsupported version. Suported versions: Plone 2.0.5-3") … … 59 61 join_form_layer = '/'.join([LAYER_JOIN_FORM, plone_version]) 60 62 Layers.append(join_form_layer) 61 62 63 63 64 sendto_form_layer = '/'.join([LAYER_SENDTO_FORM, plone_version]) 64 65 Layers.append(sendto_form_layer) qPloneCaptchas/branches/plone-3.1/history.txt
r1116 r1210 1 1.3.3 - Unreleased 2 ================== 3 4 * Added support for Plone 3.1. 5 [deo] 6 7 1 8 1.3.2 - May 15, 2008 2 ==================== ==========9 ==================== 3 10 4 * Added plone-3 support 11 * Completed the Plone 3.0 support. 12 5 13 6 14 1.3.1 - March 8, 2008 7 ===================== =========15 ===================== 8 16 9 * Fix bag in configlet10 11 * Added Plone-3 support12 17 * Fixed bug in configlet. 18 19 * Added initial Plone 3.0 support. 20 13 21 14 22 1.3.0 - February 6, 2008 15 ======================== ======23 ======================== 16 24 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 22 31 23 32 1.2.3 - September 6, 2007 24 ========================= =====33 ========================= 25 34 26 * added Spanish translation.35 * Added Spanish translation. 27 36 28 37 29 38 1.2.2 - July 10, 2007 30 ===================== =========39 ===================== 31 40 32 * fix problem with redirect in PloneFormMailer41 * Fixed problem with redirect in PloneFormMailer. 33 42 34 43 35 44 1.2.1 - June 21, 2007 36 ===================== =========45 ===================== 37 46 38 * fixed translation problem in plone-2.1.4.47 * Fixed translation problem in Plone 2.1.4. 39 48 40 49 41 50 1.2.0 - April 24, 2007 42 ============================== 43 * fixed qPloneCaptchas PFM forms layout breakage 51 ====================== 44 52 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. 48 58 49 59 50 60 1.1.0 - February 27,2007 51 ============================== 52 * fixed the '0.jpg' issue 61 ======================== 53 62 54 * added status messages translation 55 63 * Fixed the '0.jpg' issue. 64 65 * Added status messages translation. 66 56 67 57 68 1.0 - November 28, 2006 58 ======================= =======69 ======================= 59 70 60 * qPloneComments related code moved to the comments product71 * qPloneComments related code moved to the comments product. 61 72 62 * refactored skins for easier dynamic/static captchas switch73 * Refactored skins for easier dynamic/static captchas switch. 63 74 64 75 65 0.9 - ReleasedOctober 9, 200666 ===================== =========76 0.9 - October 9, 2006 77 ===================== 67 78 68 * Added implementation of dynamic generation of captcha images using PIL79 * Added implementation of dynamic generation of captcha images using PIL. 69 80 70 * Changed verification method of entered catchas word.81 * Changed verification method of entered catchas word. 71 82 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. 73 84 74 * Support of Plone 2.5 added85 * Added support for Plone 2.5. qPloneCaptchas/branches/plone-3.1/version.txt
r1116 r1210 1 1.3. 21 1.3.3
