This module is an expansion of the already existing Mailchimp module.
Mailchimp offers no permissions system when you login, so everyone has access to any list or template. This module allows you to grant users access to specific lists and templates, and allows them to track campaign stats.
This module allows an administrator to assign Mailchimp lists and Mailchimp Templates to users.
From those lists users can create new campaigns, author emails, preview emails, send test emails and distribute the emails to any list they have been granted access.
After a campaign has been sent the user can review rudimentary campaign stats.
https://drupal.org/sandbox/jasonrichardsmith/1609114
git clone --branch 7.x-1.x jasonrichardsmith@git.drupal.org:sandbox/jasonrichardsmith/1609114.git mailchimp_user_list
Comments
Comment #1
PA robot commentedThere are some errors reported by automated review tools, did you already check them? See http://ventral.org/pareview/httpgitdrupalorgsandboxjasonrichardsmith1609...
We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)
Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #2
jasonrichardsmith@gmail.com commentedPlease review
all tests pass
Aside from this:
FILE: ...7-pareview/pareview_temp/includes/mailchimp_user_list.edit_campaign.inc
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
67 | ERROR | Array indentation error, expected 6 spaces but found 0
Which I do not understand
Comment #3
dclavain commentedHi jasonrichardsmith:
automated report
--------------------------------------------------------------------------------
FOUND 0 ERROR(S) AND 1 WARNING(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
54 | WARNING | Only string literals should be passed to t() where possible
--------------------------------------------------------------------------------
FILE: ...7-pareview/pareview_temp/includes/mailchimp_user_list.edit_campaign.inc
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
67 | ERROR | Array indentation error, expected 6 spaces but found 0
--------------------------------------------------------------------------------
Manual review
I have installed your module and it gives me the following notice:
Comment #4
jasonrichardsmith@gmail.com commentedFor some reason I cannot get Drupal to display or log php errors. Not sure why. Probably an Ubuntu thing.
I will try from work.
I think I addressed all these problems.
One was 'title arguments' was not getting an array.
The mailchimp_user_list.list_members.inc was pretty self explanatory, force array before usort,
removed error return that did not apply in watchdog.
http://ventral.org/pareview/httpgitdrupalorgsandboxjasonrichardsmith1609...
Still getting that array indention error, not sure what it means.
Comment #5
dclavain commentedStill getting that array indention error, not sure what it means.
see https://drupal.org/node/318#linelength
Comment #6
jasonrichardsmith@gmail.com commentedThanks!
Fixed
Pareview passes.
Comment #7
dclavain commentedHi @jasonrichardsmith
I still have problems in mailchimp/members:
Comment #8
jasonrichardsmith@gmail.com commentedshould be fixed now, true added to json decode.
line 105 $obj = json_decode($buffer, TRUE);
Comment #9
jasonrichardsmith@gmail.com commentedoops,
switched to needs review
Comment #10
jasonrichardsmith@gmail.com commentedchanged title
Comment #11
jasonrichardsmith@gmail.com commentedElevated after 2 weeks
Comment #12
PA robot commentedProject 1: https://drupal.org/node/2009900
Project 2: https://drupal.org/node/2009846
Project 3: https://drupal.org/node/1388672
As successful completion of the project application process results in the applicant being granted the 'Create Full Projects' permission, there is no need to take multiple applications through the process. Once the first application has been successfully approved, then the applicant can promote other projects without review. Because of this, posting multiple applications is not necessary, and results in additional workload for reviewers ... which in turn results in longer wait times for everyone in the queue. With this in mind, your secondary applications have been marked as 'closed(duplicate)', with only one application left open (chosen at random).
If you prefer that we proceed through this review process with a different application than the one which was left open, then feel free to close the 'open' application as a duplicate, and re-open one of the project applications which had been closed.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #13
jasonrichardsmith@gmail.com commentedclosed as dupe for multiple projects.
Comment #14
avpaderno