Which version of CAPTCHA to use in Drupal 6.9?
vr_mex - February 23, 2009 - 17:39
| Project: | CAPTCHA |
| Version: | 6.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi;
I am building a site using Drupal 6.9; which version of CAPTCHA should I use?
I see there have been a lot of recent commits and there has been no update to recommended version
I would like to use the most stable version that can play nice with Drupal 6.9 is it beta2 the one to use?
Thanks a lot for your help

#1
What's important is that it's Drupal 6 - so therefore whatever the latest version of CAPTCA is at a given date and time, that is the one you should use. Well, the one that's labeled "recommended". You can always try the others with any module, but "recommended" is always least likely to cause any problems.
The only part of a module's file name that associates it with a given version of drupal is the initial number - aka Module 6....... will work with Drupal 6.xx (6.1-6.9,6.10,6.11,etc)
Or if I'm wrong on this, please someone correct me - I've only been tinkering really with drupal for maybe 5 or 6 months, if I remember correctly. ;0)
#2
kjv1611;
Thanks but you did not read my question correctly, I would appreciate someone else with more experience to answer.
I can see a difference of 1 year of development between the recomended version and beta2
I can see there has been a frantic speed of commits between those versions
Again which one to use?
#3
I am the current maintainer of the module, so I hope I can give you some insights
The 6.x-1.x branch is a rather straightforward port of the 5.x-3.x version of the module to Drupal 6.
The 6.x-2.x branch contains new development of the module, with some architectural changes to cope with problems in previous versions (especially related to sessions/cookies etc).
For the moment I am the only maintainer of the module and do this only in my free time. I can't allocate a lot of time and therefore I only focus on the 6.x-2.x branch. The updates to the 6.x-1.x branch are typically additions of translations, there hasn't been and won't be a lot of work featurewise on that branch anymore.
For the more practical aspect of your question: both versions (6.x-1.x and 6.x-2.x) are functional and should work. As there is no interesting data storage by the CAPTCHA module (apart from the configuration settings), it is harmless to up/downgrade from one version to the other (for downgrading I would recommend uninstalling the module first).
For the moment I would still recommend the 6.x-1.x branch (e.g. 6.x-1.x-dev, which should not be less stable than 6.x-1.0-rc2),
but note that it is developmentwise a dead end.
The 6.x-2.x branch should become the recommended branch in one or two months (I hope).
I hope this clarifies the situation a bit for you?
#4
Well, I suppose the maintainer(s) should reply to this one, anyhow. ;0)
#5
sorry about that - was a clicker accident. ;0)
#6
Hi soxofaan;
Shure that clarifies my doughts !!!
a) I will use now 6.x-1.x-dev
b) when 6.x-2.x becomes the recommended one I will use it
c) will drupal detect the module version change and advise me to do the change or do I have to keep an eye...
Thanks a lot for your help ;-)