- Sep 23, 2009
-
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
merged profile and registration forms into a single form_alter and added a submit handler for registrations
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
MAJOR overhaul of how list data is stored. Previously, there was a variable used for each list and for each setting, and every time we needed to get the available MC lists, we had to query mailchimp. With the new approach all saved lists are stored as an array of objects in the variables table, making them easily accessiable and easier to work with. IMPORTANT NOTE: Settings from previous versions are not carried over and will need to be reapplied on the mailchimp configuration page. Sorry, happy to take suggestions on how I can migrate them.
-
- Sep 09, 2009
-
-
Lev Tsypin authored
-
Lev Tsypin authored
complete refactoring of how the stand alone subscribe form works, including addressing the problem with interest groups, #567384
-
- Aug 31, 2009
-
-
Lev Tsypin authored
-
- Aug 28, 2009
-
-
Lev Tsypin authored
-
Lev Tsypin authored
functional separation for required lists. Users subscribed to required lists are added/updated/removed in hook_user during insert, update, or delete operations. Non-required lists are maintained when the profile form is submitted, using form_alter.
-
- Aug 23, 2009
-
-
Lev Tsypin authored
the module was incorrectly handling the use case when an email address was updated. It was unsubscribing a user / then resubscribing with the new address, and this may be behind #527964
-
Lev Tsypin authored
-
- Aug 22, 2009
-
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
-
- Aug 09, 2009
-
-
Lev Tsypin authored
-
Lev Tsypin authored
moved update/insert functionality out of hook_user and into form_alter with submit handlers. Addresses #527964.
-
Lev Tsypin authored
-
- Jul 06, 2009
-
-
The Great Git Migration authored
create branch 'DRUPAL-6--2'. Sprout from DRUPAL-6--1 2009-07-06 22:18:40 UTC Lev Tsypin <lev@levelos.com> 'Fixed _mailchimp_get_available_lists() returning duplicate lists #511944' Cherrypick from DRUPAL-5 2008-12-03 20:43:28 UTC Lev Tsypin <lev@levelos.com> 'improved handling of mailchimp username and password, including allowing users to reset their account information once entered': MCAPI.class.php
-
Lev Tsypin authored
-
- Jun 30, 2009
-
-
Lev Tsypin authored
-
- Apr 08, 2009
-
-
Lev Tsypin authored
-
- Apr 07, 2009
- Mar 20, 2009
-
-
- Feb 26, 2009
-
-
Lev Tsypin authored
- Feb 06, 2009
-
-
http://drupal.org/node/370174Lev Tsypin authored
-
Lev Tsypin authored
-
- Jan 26, 2009
-
-
Lev Tsypin authored
-
http://drupal.org/user/73854Lev Tsypin authored
-
The Great Git Migration authored
create branch 'DRUPAL-6--1'. Sprout from DRUPAL-5--2 2009-01-26 22:42:30 UTC Lev Tsypin <lev@levelos.com> 'code cleanup http://drupal.org/node/291543#comment-1204925' Cherrypick from master 2008-10-29 23:50:19 UTC Lev Tsypin <lev@levelos.com> 'separate bio module integration into new module': mailchimp_bio.info
-
-
- Dec 24, 2008
-
-
Lev Tsypin authored
-
- Dec 22, 2008
-
-
http://drupal.org/node/349931Lev Tsypin authored
-
- Dec 03, 2008
-
-
Lev Tsypin authored
when viewing subscription form for anonymous users as an authenticated user, remove redirect and just display message
-
Lev Tsypin authored
improved handling of mailchimp username and password, including allowing users to reset their account information once entered
-