compass 7.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| compass-7.x-1.0-beta1.tar.gz | 11.68 KB | b4dcbcf7386a9e73d0f872fb3bd06a78 |
| compass-7.x-1.0-beta1.zip | 13.97 KB | b24ae8072301cad07573e599b6c537d3 |
Release notes
Initial Drupal 7 beta release.
compass 6.x-1.0-beta3
| Download | Size | md5 hash |
|---|---|---|
| compass-6.x-1.0-beta3.tar.gz | 11.01 KB | c51140835832e0e48731a9c48cc91b51 |
| compass-6.x-1.0-beta3.zip | 13.29 KB | 2f11bec03495753a37008dce440553b7 |
Release notes
Many bug fixes, notably compatibility with latest versions of Compass.
- clear css cache when recompiling with compass.
- remove dependency on devel module.
- when the theme cache is reset, also regenerate the CSS by running _compass_update().
- upgrade to compass 0.10.0 command syntax.
- enable constant recompilation in coordination with devel module's theme rebuild.
- refactor execution functions.
- move pages and admin settings to include files.
- fix all strict coder warnings.
- move submit and validate functions into include files.
- i18n fix on page title.
- crude drush integration.
- fix cron task.
- separate helper functions into include file.
- expose compass_devel_rebuild in admin settings form.
- delete variables on uninstall.
- #870924: Incorrect relative-assets by ckng: Incorrect relative-assets
- add drush validation hook.
- drush compile only displays output for verbose requests.
- refactor option string function.
- #919032: hook_menu_link_alter doesn't take $menu as a reference by seutje: hook_menu_link_alter doesn't take $menu as a reference
- add gem path and gem home variables.
- improve code style and comments.
- use new method to determine shell path.
- simplify shell exec function.
compass 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| compass-7.x-1.x-dev.tar.gz | 11.68 KB | 28f8cf324a0ac2b88b569136208646c5 |
| compass-7.x-1.x-dev.zip | 13.97 KB | 91247a43dd3bb210969d45dbbe4a9983 |
Release notes
Completed Drupal 7 port.
compass 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| compass-6.x-1.0-beta2.tar.gz | 9.7 KB | 9b0da7e8630b32f6f31e7c28e18895d8 |
| compass-6.x-1.0-beta2.zip | 10.49 KB | df75100a04d478bd913d9a744825bd46 |
Release notes
This beta fixes many serious bugs from the earlier beta. This now requires Compass v0.10.0.pre5 and PHP 5.
use --boring argument to turn off color output.
fix cron jobs. log all cron jobs.
wrap compass output in tags for better display.
overcome fgets() block by using stream_set_blocking() and stream_get_contents().
stderr buffer was filling up before stdout was giving its EOF, which caused the compass to hang and stylesheets were not compiling reliably.
php5 is now required for use of stream_get_contents().
default path to compass was "/usr/bin/convert" in _compass_exec().
compass 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| compass-6.x-1.0-beta1.tar.gz | 9.59 KB | 7323941dfdc103274a65e977d7adfc22 |
| compass-6.x-1.0-beta1.zip | 10.4 KB | 31e04805264f477277c6c83deb297335 |
Release notes
This is a feature complete module for Drupal to allow theme developers to use Compass with minimal effort. What's needed is testing, some pruning, and better documentation.
compass 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| compass-6.x-1.x-dev.tar.gz | 11.32 KB | 6e7e3954c3acf8bd01ad43bbd0b39e32 |
| compass-6.x-1.x-dev.zip | 13.58 KB | a45918cd2fa10cda56dc9a20b64ef3a2 |
Release notes
Development release. Use at your own risk. Documentation forthcoming.