Closed (won't fix)
Project:
Drupal.org CVS applications
Component:
miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Jan 2011 at 22:39 UTC
Updated:
28 Feb 2011 at 06:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
trevorwh commentedAdded the v1 of Braintree module.
Comment #2
trevorwh commentedAdded latest version (several bug fixes/moved some code around)
Comment #3
torgospizzaI would like to see trevorwh receive CVS write access. His work so far has been invaluable.
Comment #4
tr commentedA big problem is you can't put all that proprietary Braintree code into Drupal CVS and distribute it as part of your module. Your README.txt (which is blank right now) should have instructions for how to download any proprietary code from Braintree's site.
You need to get rid of all the excess junk in your .zip - the svn folders, for instance.
You need to run the Coder module and bring your code up to Drupal coding standards.
Your hook_requirements() shouldn't be doing a check on the PHP version - that's what the php property in the .info file is for.
Boolean constants should be upper case.
Comment #5
avpadernoPlease read all the following and the links provided as this is very important information about your CVS Application.
Drupal.org has moved from CVS to Git! This is a very significant change for the Drupal community and for your application. Please read the following documentation on how this affects and benefits you and the application process:Migrating from CVS Applications to (Git) Full Project Applications.