skin 7.x-1.3

Bug fixes

Fixed bug causing URLs to not include the base path; fixed bug where CSS paths including '../' weren't resolving properly.
Added conversion to absolute URLs for images, links, forms, etc, which was forgotten in the D7 upgrade.
Added test suite.
Renamed skin_save variable to skin_cache.
Added skin_directory variable
Added skin_clear_cache function.
Moved from managed to unmanaged storage of skin files.

skin 7.x-1.2

Bug fixes

Fixed bug which wasn't detecting non-absolute URLs.

skin 6.x-1.4

Bug fixes

6.x-1.3: Resolved imports and paths when saving non-optimized files. This fixes a bug where @imports or url() paths in non-optimized CSS files would not be resolved because the lived in the "skin" directory and the references were thus broken. You can now safely choose "Save a copy of all CSS and JS files" at admin/settings/skin.

6.x-1.4: Fixed bug introduced in 1.3 which resolved paths in non-optimized JS files, which could cause problems in some cases.

skin 6.x-1.3

Bug fixes

Resolved imports and paths when saving non-optimized files. This fixes a bug where @imports or url() paths in non-optimized CSS files would not be resolved because the lived in the "skin" directory and the references were thus broken. You can now safely choose "Save a copy of all CSS and JS files" at admin/settings/skin.

Note: If you had "Save a copy of all CSS and JS files" checked, you may need to clear your existing skins for this change to affect new skin files.

skin 6.x-1.2

Bug fixes

Changes since 6.x-1.2:

  • Delete variables when uninstalling.
  • #950626 by toomanypets: Fixed bug which occurred when viewing cached pages.
Subscribe with RSS Subscribe to Releases for Skin