Closed (fixed)
Project:
CAPTCHA Pack
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 20:13 UTC
Updated:
7 Aug 2012 at 07:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
soxofaan commentedI am the current maintainer of CAPTCHA Pack and do this in my free time.
Currently, I have unfortunately no spare time left to invest in maintenance or development.
So it is very unlikely that a Drupal7 port will happen in te near future, unless a new (co)maintainer jumps in.
Apart from that, there is an initial port of the core CAPTCHA module for Drupal 7 and there is also the mollom module
(I have updated the maintenance status on the project page for clarity)
Comment #2
openWeb commentedHi everybody...
i ported the modules to drupal 7 - at least those modules that worked in the drupal 6-version
Currently not working
Those were not working in the 6.x-dev version and i am new to the drupal7-form-api so there will be more patches as soon as i get them to work.
Regards,
Jens
Comment #3
dawehnerJust some comments.
You only have to add files to the .info file if the files has class/interface in it. This might be a bug in the coder module.
That's not needed anymore after the git migration.
In general it's much easier to apply a patch if it's a diff against the same file.
Powered by Dreditor.
There seems to be a form. You can attach the css with $form_element['#attached']['css'] = array('jsfile' => array());
When you do it like this, it works on cached forms/ajax as well.
You only have to add files to the .info file if the files has class/interface in it. This might be a bug in the coder module.
That's not needed anymore after the git migration.
In general it's much easier to apply a patch if it's a diff against the same file.
Powered by Dreditor.
Comment #4
openWeb commentedHi,
thanks a lot for the comments... I'm totally new to drupal-module-patching ;-)
Will try to make it better in the next version. (Have to work out the issues with the forms in the not working captcha-types...)
Jens
Comment #5
dawehnerYou just have to
a) git clone the module
b) make a new branch via git checkout -b newbranch
c) do the work against this branch git diff OLDBRANCH > foo.patch
That's all
Comment #6
tinker commentedThx all for the work. 7.x-1.0-alpha1 available so I think this issue can be closed.