- Oct 28, 2009
-
-
Lev Tsypin authored
-
Lev Tsypin authored
-
- Oct 19, 2009
-
-
Lev Tsypin authored
-
- Oct 17, 2009
-
-
Lev Tsypin authored
-
- Oct 15, 2009
-
-
Lev Tsypin authored
* Rework standalone form to render a separate form for each newsletter rather than a single form for all of them. Vastly improved validation and more flexible uses cases. * Fixes #605440
-
Lev Tsypin authored
* only show the newsletter fields on the account category of the profile form, and only associate submit handler in that case. was leading to data loss problems. * Fix #605246
-
Lev Tsypin authored
-
- Oct 07, 2009
-
-
Lev Tsypin authored
-
- Sep 29, 2009
-
-
Lev Tsypin authored
* inline docs
-
Lev Tsypin authored
* replace existing set to true when subscribing
-
Lev Tsypin authored
* only attempt to subscribe when a newseltter is checked
-
- Sep 28, 2009
-
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
Coder recommended change: Control statements should have one space between the control keyword and opening parenthesis
-
Lev Tsypin authored
-
Lev Tsypin authored
-
Lev Tsypin authored
-
- 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
-