Closed (fixed)
Project:
CAPTCHA Pack
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2011 at 17:25 UTC
Updated:
6 Nov 2011 at 09:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
soxofaan commentedhi Spleshka,
Your contributions would be more than welcome! I have virtually no time anymore to invest in maintenance, let alone upgrading the module to D7.
I'm seeing forward to see your patches!
You appear to maintain some modules and themes already, so I assume you are familiar with git and the Drupal contribution workflow?
for your convenience, I already made a 7.x-1.x git branch
good luck!
Comment #2
spleshkaHi Soxofaan,
Great, I will give you a patch soon. If patch will be OK, is it possible for you to add me as maintainer for 7.x branch?
Comment #3
spleshkaPatch for ASCII ART CAPTCHA module.
Comment #4
spleshkaOr you may check this one - fixed new line at the end of admin.inc
Comment #5
andypostPatch looks good but there's some minor issues with code-style and a bit of questions
http://drupal.org/coding-standards are changed from D6 times
(int) useless here
Only files that contains definitions of classes & interfaces should be listed here
Drupal 7 style: Implements hook_hookname().
Try coder module review
Implements!
$response variable been lost or unusable?
Comment #6
spleshkaThanks Andy! Here is new patch with all fixes.
Comment #7
andypostGreat!
Comment #8
soxofaan commentedCool,
I've notices most things in your patch are actually tweaks that also apply to the Drupal 6 code, so I applied it separately (both on 6.x-1.x and 7.x.1.x branch):
http://drupalcode.org/project/captcha_pack.git/commitdiff/3a2452f31777b4...
And kept the pure Drupal 7 port bits to the 7.x-1.x branch:
http://drupalcode.org/project/captcha_pack.git/commitdiff/8ea3e029970f3f...
Comment #9
soxofaan commented@Spleshka: I also added write permissions for you to the git repo, so normally you should be able to push now
good luck
Comment #10
spleshkaThanks soxofaan!
I ported all modules to 7.x branch. Possibly, some minor issues remains, but I think that you can enable 7.x-1.x-dev release.
Comment #11
andypostPlease make a 7.x-1.x-dev release to invite more testers to the module
Comment #12
soxofaan commentedCool!
I've just made a 7.x-1.x-dev snapshot and a 7.x-1.0-alpha1 release.
I think we can close this issue now, an wait for testers ... :)