security updates

have to check views and entityreference for custom patches
This commit is contained in:
Bachir Soussi Chiadmi
2015-04-19 20:45:16 +02:00
parent 802ec0c6f3
commit b3221c71e2
516 changed files with 14267 additions and 7349 deletions

View File

@@ -6,9 +6,9 @@ dependencies[] = trigger
core = 7.x
; Information added by drupal.org packaging script on 2013-09-06
version = "7.x-1.0-alpha2+30-dev"
; Information added by Drupal.org packaging script on 2014-03-05
version = "7.x-1.0-beta3"
core = "7.x"
project = "mimemail"
datestamp = "1378431585"
datestamp = "1394018015"

View File

@@ -142,6 +142,14 @@ class mimemail_compress {
$style = trim($value['attributes']);
}
$node->setAttribute('style', $style);
// Convert float to align for images.
$float = preg_match ('/float:(left|right)/', $style, $matches);
if ($float) {
$node->setAttribute('align', $matches[1]);
$node->setAttribute('vspace', 5);
$node->setAttribute('hspace', 5);
}
}
}

View File

@@ -6,9 +6,9 @@ core = 7.x
files[] = mimemail_compress.inc
; Information added by drupal.org packaging script on 2013-09-06
version = "7.x-1.0-alpha2+30-dev"
; Information added by Drupal.org packaging script on 2014-03-05
version = "7.x-1.0-beta3"
core = "7.x"
project = "mimemail"
datestamp = "1378431585"
datestamp = "1394018015"