* stable: (81 commits)
Gemfiles for testing and a rails test helper that works for both rails 2 and rails 3.
provide correct installation steps when the compass validator is not found.
Fix a broken test case.
That wasn't supposed to be released yet.
Fixed error: there is no opposite-position(both)
Fix a bug in the statistics analyzer for rules with interpolation.
bump version for release
upgrade to bundler 1.0
link the docs to the stable branch.
Update the CHANGELOG for the 0.10.5 release
Read assets in binary mode for the windows users.
bump version.
Get the imports straightend out for the new mixins.
Bug fix: make the path-based configuration really work right.
inline-block-list tests
inline-block-list documentation
inline-block-list mixin
added additional html5 block-level elements per recommended reset stylesheet: http://html5doctor.com/html-5-reset-stylesheet/
Prepare for release.
Prepare for release
...
Conflicts:
VERSION.yml
doc-src/content/CHANGELOG.markdown
frameworks/blueprint/stylesheets/blueprint/_colors.scss
frameworks/compass/stylesheets/compass/css3/_box-shadow.scss
frameworks/compass/stylesheets/compass/css3/_font-face.scss
* stable:
Bump versions for v0.10.1 release.
Update the CHANGELOG for the v0.10.1 release.
Fix a broken reference to the extensions tutorial. Closes GH-135.
[Blueprint] Regression fix: automatically apply the reset if blueprint/reset is imported. Closes GH-132.
Fix a failing test case.
[Rails] When configuring the Sass::Plugin, don't overwrite existing template locations. Closes GH-136.
[Command Line] Improved descriptions of the watch and init commands.
[Rails] Improved the next steps to perform after installing compass so that it mentions registering the compass gem.
[Rails] Fixed a reference to the old configuration file.
Add a note to the changelog about uninstalling chriseppstein-compass
Get rid of some dead code that was breaking Rails 3. Closes GH-137.
Conflicts:
VERSION.yml
doc-src/content/CHANGELOG.markdown
frameworks/_blueprint_deprecated_imports/stylesheets/blueprint/modules/_reset.sass
* edge: (118 commits)
Make the tests pass in ruby 1.9
Fix a bug in FSSM for ruby 1.9. Closes GH-48.
Version bump to 0.9.4
Update the TODO.
If a template provides a haml file, it can have compass-enabled sass filters within it.
Allow vendored frameworks to override built-in frameworks to enable
[Rails] Allow compass extensions to be stored in the vendor/plugins/compass/extensions directory.
Fix some issues regarding how the project type configuration gets applied.
Don't leave directories around after testing.
Name all configuration sources for debugging purposes.
[Command Line] Primary commands get special status in the initial help output.
[Command Line] Access the Sass Repl (sass -i) with the compass environment loaded.
Separate the project type default configuration from the installer.
Add config/compass.rb as a known config location. Default to config/compass.rb as the configuration file for rails projects.
Fix a bug when the welcome message was not provided by an extension template.
Version bump to 0.9.3
Starting work on the changelog for 0.10
Stuff that needs to be done before the next release.
Help for each template that ships with compass.
Allow the welcome message to replace the default one instead of just augment it.
...
Conflicts:
CHANGELOG.markdown
VERSION.yml
compass.gemspec
lib/compass/configuration.rb
lib/vendor/fssm.rb
lib/vendor/fssm/state.rb
All images will now be installed using binary mode. Additionally, any file can
be installed in binary mode if the manifest specifies the option :binary => true
for that file.