We are pleased to inform you that your CVS account request has been approved. It will be activated within one or two hours.
Useful links:
* http://cvs.drupal.org/viewcvs/drupal/contributions : The README.txt and FAQ.txt contain important guidelines on how to use your account.
* http://drupal.org/handbook/cvs : The CVS handbook details all that you need to know to use the Drupal CVS repositories.
* http://drupal.org/contributors-guide : The contributors guide should provide all pertinent information on contributing to Drupal.
* http://drupal.org/mailing-lists : It is recommended that you subscribe to the appropriate Drupal mailing lists.
* http://drupal.org/user/186334/edit/cvs : Manage your CVS password.
Please do not hesitate to contact us if you have any questions. Welcome on board!
Kind regards,
AjK.
--------------------
User:
http://drupal.org/user/186334
Motivation message:
Hi Team,
This is my second application following a review and decline by user
AjK. I've made all of the requested changes to the module and outlined
my changes below in the "Module Updates" section.
I have posted the updated module to:
http://projects.urbaninsight.com/textmarks.zip
Introduction
============
I would like a Drupal CVS account so that I might submit a Drupal
module I've created. This Drupal module allows a non-technical user to
utilize the send and subscribe methods of the Textmarks API, in a series
of Drupal screens.
About Textmarks
===============
Textmarks is a free SMS gateway service that allows you to setup an SMS
channel that mobile users can subscribe too. Once subscribed, the
manager of the channel can send SMS messages out to all subscribers.
You can subscribe and send message via the website, or through an API
they provide. When you subscribe a mobile user, the mobile user must
opt-in with a text message, so Textmarks protects against their service
being a spam-tool.
API/Developer information:
http://www.textmarks.com/dev
Information on what Textmarks does:
http://www.textmarks.com/info/help/
Module Motivation
=================
The module I have created provides one settings screen and two addition
screens to input all of the API login information needed to use the API
(an API key, login credentials, etc), a form to compose and send the SMS
messages and a screen to subscribe a new mobile number.
1. There is no current Drupal module that works with the Textmarks API
(or any part of Textmarks), so this is an original work.
2. I have read the Writing secure code manual
3. I have read the CSV application guidelines
4. The module is complete, tested and ready for production use
The Textmarks service is all about creating a community around your
channel, and using text messages to update and communicate with your
community (updates, user polls, announcements, etc). As Drupal offers
powerful tools to build online community, using the Textmarks service
with Drupal offers a neat and fun what to extend your community to text
messages.
Module Updates
==============
This is my second application. My first application was reviewed and
declined by user AjK. He identified five problems that needed to be
addressed. I believe I have addressed and corrected all five issues:
Issue 1: The 'title' and 'description' of menu elements do not use t()
Resolution: This is fixed. See textmakrs_menu()
Issue 2: Raw HTML output should be replaced by theme API
Resolution: Added theme_* calls to raw HTML output in textmarks_send(),
textmarks_subscribe()
Issue 3: Unconditionally loading of class.php
Resolution: File include moved to textmarks_send_form_submit() and
textmarks_subscribe_form_submit() to load only when needed.
Issue 4: This module requires PHP5
Resolution: Added a constraint to the module .info file
Issue 5: Module should check that cURL is installed
Resolution: Add a routine textmarks_curl_installed() to check if cURL
is installed and call routine from textmarks_send_form_submit() and
textmarks_subscribe_form_submit().
Kindly let me know if there is anything else I can do to get this
module approved.
Cheers,
Justin
###
Justin Emond
Senior Project Manager
justin@urbaninsight.com
Urban Insight
http://www.urbaninsight.com
Urban Insight, Inc.
5657 Wilshire Blvd., Suite 290
Los Angeles, CA 90036
323-215-1075 Telephone
323-857-6905 Facsimile
_______________________________________________
CVS-applications mailing list
CVS-applications@drupal.org
http://lists.drupal.org/mailman/listinfo/cvs-applications
0 评论:
Post a Comment