Closed (fixed)
Project:
Drupal.org security advisory coverage applications
Component:
module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2012 at 12:01 UTC
Updated:
10 Sep 2018 at 10:08 UTC
Jump to comment: Most recent
Comments
Comment #1
jwjoshuawalker commentedTagging
Comment #2
killerpoke commentedI'm changing the project-status to "needs work" because of the project-page, and the master-branch.
Comment #3
jwjoshuawalker commentedCode too short:
I can't help that. However you have a link there to the very large code body of the payment processor integration as well. I think a peek at that well justifies my permission, both as a coder and git user. https://github.com/drastik/civicrm_stripe
Either way, I'll be submitting more work soon enough which will get me there if this doesn't.
Master Branch:
Ok it's got 6.x and 7.x versions now.
Libraries:
Pulling js from their remote path so it's always up-to-date.
PHP files go in CiviCRM directory, not Drupal, and the extension is CMS agnostic. CiviCRM needs to read them from it's internal /packages directory since it is included in PATH.
Comment #4
patrickd commentedYour branches are named wrong: 7.x-1.0 -> 7.x-1.x
Also it's better if you don't create tags until you actually can create releases.
Set an appropriate branch other than master: http://drupal.org/node/1659588.
Comment #5
jwjoshuawalker commentedOk. I can't do anything about the camelCase, that's just the way Civi has named their hooks & variables.
http://ventral.org/pareview/httpgitdrupalorgsandboxdrastik1719796git
I can't figure out why it doesn't like the @param.. mine is just like all the other modules I've compared it to.
Comment #6
jygastaud commentedHi,
You should try to do something like that
Where @param is following by the type of the param then the variable used.
Comment #7
jwjoshuawalker commented@jygastaud
Ah yes, I see that here now: http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutoria...
Thanks.
Ok--- There is literally nothing left for me to do since I can't change camelCase:
http://ventral.org/pareview/httpgitdrupalorgsandboxdrastik1719796git
Comment #8
carwin commentedUsing http://groups.drupal.org/node/184389 and http://drupal.org/node/894256 as a template for this review.
CiviCRM Honor Profile: http://drupal.org/node/1117556
* I talked with drastik on IRC and I closed Honor Profile so this is dealt with.
Comment #9
carwin commentedChanging tag because I used the wrong one, changing status because I forgot to.
Comment #10
klausiSorry for the delay, but you have not listed any reviews of other project applications in your issue summary as strongly recommended in the application documentation.
Thanks for your contribution, drastik!
I promoted this project for you: http://drupal.org/project/civicrm_stripe
Now that this experimental project has been promoted, you'll need to update the URL of your remote repository or reclone it.
Here are some recommended readings to help with excellent maintainership:
You can find lots more contributors chatting on IRC in #drupal-contribute. So, come hang out and get involved!
Thanks, also, for your patience with the review process. Anyone is welcome to participate in the review process. Please consider reviewing other projects that are pending review. I encourage you to learn more about that process and join the group of reviewers.
Thanks to the dedicated reviewer(s) as well.
Comment #11
carwin commentedCongratulations drastik!
Comment #12
jwjoshuawalker commentedThanks carwin :)
I wish I had more time originally to do reviewing. Just before you updated this, I set up a DSC instance on my server to do reviewing. I will do a few reviews regardless to lighten the load. klausi, thank you.
Comment #13.0
(not verified) commentedcleanup
Comment #14
avpaderno