Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
28 Sep 2009 at 20:18 UTC
Updated:
7 Oct 2019 at 08:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mearnest commentedThis is integration between Ubercart and the Location module.
Same code as in #590472: bibeksahu [bibeksahu]
Comment #2
avpadernoAs I have already written, first one application is approved, and then the other user may ask to get a CVS account to become co-maintainer of the module (in the case the first application is approved).
Having two different applications for the same module is only confusing.
Comment #3
avpadernoThat code would cause an error , in the case
$user->locationsis undefined.The code should use a different method to attach a JavaScript function to a form field event (it could use Drupal behaviors, in example).
Comment #4
mearnest commentedApplied the four suggestions mentioned above in #3. Attached is the resubmission.
Comment #5
avpadernodrupal_strlen(), which should be used instead ofstrlen().The indentation should be changed (it suddenly passes from two spaces to 36 spaces). Concatenating two literal strings to build a SQL query is useless.
Comment #6
mearnest commentedAttached is another resubmission addressing #5. In addition, the is_primary location field is set based on the billing address when there is no primary location and locations are being added.
Comment #7
mearnest commentedChanged readme to include drupal links to this project.
Comment #8
avpadernoThank you for the updates! I have already approved your CVS account.
Comment #10
avpaderno