CVS edit link for Madaro

I wrote a uc_assist module, that adding functionality for use services from assist.ru by ubercart. There is no analogues that i founded for. So, i want to post this module on drupal.org for further development
CommentFileSizeAuthor
#1 uc_assist.tar_.gz10.75 KBnikita petrov

Comments

nikita petrov’s picture

Component: Miscellaneous » miscellaneous
Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new10.75 KB

This is the source code of my module

Scyther’s picture

Status: Needs review » Needs work

1. Don't use t() inside hook_schema.

2. Should begin with module name and have only uppercase letters.
define("cAssistActionUrl", "https://test.assist.ru/shops/purchase.cfm");

3. Read http://drupal.org/coding-standards and use http://drupal.org/project/coder to check your code and make changes.

avpaderno’s picture

Status: Needs work » Closed (won't fix)

Please 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.

  • The status of this application will be put to "postponed" and by following the instructions in the above link, you will be able to reopen it.
  • If your application has been "needs work" (or "postponed (maintainer needs more info)") for more than 4 weeks, your application will be marked as "closed (won't fix)". You can still reopen it, by reading the instructions above.