User: loubabe Branch: DRUPAL-6--2 Date: Wed, 23 Sep 2009 00:49:47 +0000 Modified files: /modules/mailchimp mailchimp.module Log message: 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. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/mailchimp/mailchim...