Issue #450484 by TCRobbert, SeanBannister, joelstien: account for missing 'blank.gif' image variable path with a hard path.
Issue #1019764 by lynnmart881: Drupal 7 release (dev)
Issue #1152142 by jmoruzi - using drupal_set_html_head in D7 causes WSOD
Issue #1159976 by Pasqualle, updated menu paths to new D7 admin/config rather than admin/settings
Issue #450484 by TCRobbert, SeanBannister, joelstien: account for missing 'blank.gif' image variable path with a hard path.
Issue #374292 by ZMan9854, version 5 shows version 6 in .info file.
- Considerable reduction in the number of calls and variable references
- Moved the padding reducer for scaled images to AFTER the image is processed
This keeps images with padding > size from disappearing or throwing errors
- Padding calculations now correct for negative padding values
- using a blank sizingMethod removes the ability to define height and width on PNG images
Attempt to fix this by detecting defined sizes and setting sizingMethod to 'scale'.
- 'scale' sizingMethod still includes padding size in the total height/width
Correct this by subtracting the padding from the size before the image is scaled.
- Adding padding style to images and backgrounds will no longer break layouts