phpBMS

Show
Ignore:
Timestamp:
01/05/10 17:06:44 (2 years ago)
Author:
brieb
Message:
  • Completely removed client email projects from the system. It was partially broken in v0.96 and fully broken in the new system. Also, sending out thousands of e-mails can get messy and requires a lot of coding to do correctly. Instead, we have opted to leave it to others who have done it right (mailchimp.com). This is a big reason we have implemented the MailChimp? module
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/install/updatev0.98.sql

    r709 r718  
    4848ALTER TABLE `attachments` ENGINE=INNODB; 
    4949--end attachements ALTER-- 
    50 --clientemailprojects ALTER-- 
    51 ALTER TABLE `clientemailprojects` ENGINE=INNODB; 
    52 ALTER TABLE `clientemailprojects` 
    53     ADD COLUMN `uuid` varchar(64) NOT NULL AFTER `id`, 
    54     MODIFY `userid` VARCHAR(64) NOT NULL; 
    55 --end clientemailprojects ALTER-- 
     50--clientemailprojects DROP-- 
     51DROP TABLE `clientemailprojects` 
     52--end clientemailprojects DROP-- 
    5653--clients ALTER-- 
    5754ALTER TABLE `clients` ENGINE=INNODB; 
     
    663660WHERE 
    664661    `id`='18'; 
     662 
     663DELETE FROM `tabledefs` WHERE `id` = 22; 
     664DELETE FROM `tableoptions` WHERE `tabledefid` = 22; 
     665DELETE FROM `tablecolumns` WHERE `tabledefid` = 22; 
     666DELETE FROM `tableoptions` WHERE `tabledefid` = 22; 
     667DELETE FROM `tablegroupings` WHERE `tabledefid` = 22; 
     668DELETE FROM `tablefindoptions` WHERE `tabledefid` = 22; 
     669DELETE FROM `tablesearchablefields` WHERE `tabledefid` = 22; 
     670DELETE FROM `menu` WHERE `name` = 'Email Projects'; 
     671 
    665672UPDATE `tabledefs` SET 
    666673    `uuid`='tbld:157b7707-5503-4161-4dcf-6811f8b0322f', 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.