Commit Graph

1587 Commits

Author SHA1 Message Date
Chris Eppstein
05c53379f9 Merge branch 'stable'
* stable:
  [Blueprint] Add some missing imports so that these modules can be imported individually.
  [Blueprint] Added test cases for importing each blueprint module individually.
2010-06-01 01:10:18 -07:00
Chris Eppstein
3a524ba38f [Blueprint] Add some missing imports so that these modules can be imported individually. 2010-06-01 00:52:28 -07:00
Chris Eppstein
af47d987a5 [Blueprint] Added test cases for importing each blueprint module individually. 2010-06-01 00:51:39 -07:00
Chris Eppstein
39e01c57ce Merge branch 'stable'
* stable:
  Prepare for release.
  [Blueprint] Fixed an incorrect include.
  Verify all sass files generate the correct css in the test fixtures.
  Fixed a regression in the rails installer.
  Remove a redundant, broken test
  [Compass Core] Only unquote strings when a number might be passed instead.
  [Docs] Fix some obsolete syntax that was used in the examples.
  [Docs] Update the gem bundle
  Fix some tests around listing projects.
  [Command Line] Allow another configuration file to be used when creating a new project
  [Blueprint] The basic template was missing the scaffolding.
  [Blueprint] Better descriptions of the various blueprint project templates.
  [Command Line] The compass frameworks command has nicer output now -- similar to compass help. The -q option can be used to get a simple list of frameworks.
  [Rails] Provide a wrapper method for Rails.root/RAILS_ROOT that avoids deprecation warnings and handles the case where rails is not loaded at all.
  [Docs] Fix a bug in the docs for link_icons. Closes GH-146.
  [Blueprint] Clean up some comments in the blueprint templates.
  [Command Line] Fix a bug in `compass stats` when using scss files.
  [Command Line] Respect the --dry-run option during compilation.
  Fix a bug in the  command and added a test case for that feature.
  Fix some broken documentation.

Conflicts:
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
2010-05-31 23:49:50 -07:00
Chris Eppstein
f5f3697ab3 Prepare for release. 2010-05-31 23:01:48 -07:00
Chris Eppstein
ae440e74d5 [Blueprint] Fixed an incorrect include. 2010-05-31 13:49:41 -07:00
Chris Eppstein
7639223dc3 Verify all sass files generate the correct css in the test fixtures. 2010-05-31 13:48:25 -07:00
Chris Eppstein
a7b6ae0d50 Fixed a regression in the rails installer. 2010-05-31 13:12:05 -07:00
Chris Eppstein
10804a24af Remove a redundant, broken test 2010-05-31 13:07:07 -07:00
Chris Eppstein
4830f9018b [Compass Core] Only unquote strings when a number might be passed instead. 2010-05-31 11:41:42 -07:00
Chris Eppstein
f3a2c9110a [Docs] Fix some obsolete syntax that was used in the examples. 2010-05-31 11:40:48 -07:00
Chris Eppstein
d7984d4198 [Docs] Update the gem bundle 2010-05-31 11:40:11 -07:00
Chris Eppstein
9387ba7efb Fix some tests around listing projects. 2010-05-30 12:37:12 -07:00
Chris Eppstein
01277cd6ea [Command Line] Allow another configuration file to be used when creating a new project 2010-05-30 12:08:56 -07:00
Chris Eppstein
97b04666ed [Blueprint] The basic template was missing the scaffolding. 2010-05-30 11:08:06 -07:00
Chris Eppstein
9719b7242e [Blueprint] Better descriptions of the various blueprint project templates. 2010-05-30 11:07:34 -07:00
Chris Eppstein
8889d25414 [Command Line] The compass frameworks command has nicer output now -- similar to compass help. The -q option can be used to get a simple list of frameworks. 2010-05-30 10:59:39 -07:00
Chris Eppstein
6ab85ecd83 [Rails] Provide a wrapper method for Rails.root/RAILS_ROOT that avoids deprecation warnings and handles the case where rails is not loaded at all. 2010-05-30 10:37:00 -07:00
Chris Eppstein
981bbd2b18 [Docs] Fix a bug in the docs for link_icons. Closes GH-146. 2010-05-30 08:18:01 -07:00
Chris Eppstein
8de90c4965 [Blueprint] Clean up some comments in the blueprint templates. 2010-05-30 08:10:24 -07:00
Chris Eppstein
f3d3a66151 [Command Line] Fix a bug in compass stats when using scss files. 2010-05-30 08:10:07 -07:00
Chris Eppstein
9f561e97cb [Command Line] Respect the --dry-run option during compilation. 2010-05-30 07:02:07 -07:00
Chris Eppstein
98e291fa2b Fix a bug in the command and added a test case for that feature. 2010-05-29 14:57:25 -07:00
Chris Eppstein
04d2a35ce5 Fix some broken documentation. 2010-05-26 08:12:54 -07:00
Chris Eppstein
845b790155 Merge branch 'stable'
* stable:
  Fixed image-width and image-height helpers to function properly on Windows by forcing file reads in binary mode.
2010-05-16 19:03:24 -07:00
xcephe
2a1731f705 Fixed image-width and image-height helpers to function properly on Windows by forcing file reads in binary mode. 2010-05-16 19:02:11 -07:00
Chris Eppstein
cebd685468 Fix a bug in the version code that only manifests when there's no patch release version. 2010-05-16 10:16:13 -07:00
Chris Eppstein
f060823e4f Merge branch 'stable'
* stable:
  [Compass Core] Don't suggest putting some values in quotes unecessarily, and unquote them if the user has.
  [Docs] This documentation was incorrect.
  [Docs] Some useful content from the wiki.
2010-05-16 10:01:49 -07:00
Chris Eppstein
ed35a3eb24 [Compass Core] Don't suggest putting some values in quotes unecessarily, and unquote them if the user has.
Closes GH-143.  Closes GH-141.
2010-05-16 09:58:41 -07:00
Chris Eppstein
00b437ae8d [Docs] This documentation was incorrect.
Closes GH-142.
2010-05-16 09:38:13 -07:00
Chris Eppstein
ff15124e5f [Docs] Some useful content from the wiki. 2010-05-16 09:35:44 -07:00
Chris Eppstein
c9b05cbf11 Remove this conflict marker from a stable merge. 2010-05-15 00:59:26 -07:00
Chris Eppstein
0da025c78d Merge branch 'stable'
* stable:
  Fix some bugs introduced when the Sass monkey patch was removed.
  [Docs] Some polish for the new reset page.
2010-05-15 00:57:27 -07:00
Chris Eppstein
942ea5f1b0 Fix some bugs introduced when the Sass monkey patch was removed. 2010-05-15 00:55:31 -07:00
Chris Eppstein
6bd7f7c7f1 [Docs] Some polish for the new reset page. 2010-05-15 00:54:20 -07:00
Chris Eppstein
253f797dd1 Merge branch 'stable'
* stable:
  Don't require deleted files.
2010-05-15 00:34:47 -07:00
Chris Eppstein
bf90f6ea39 Don't require deleted files. 2010-05-15 00:32:11 -07:00
Chris Eppstein
ea1389c1c8 Merge branch 'stable'
* 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
2010-05-15 00:26:20 -07:00
Chris Eppstein
786e03551b Bump versions for v0.10.1 release. 2010-05-15 00:18:34 -07:00
Chris Eppstein
54b9b6b596 Update the CHANGELOG for the v0.10.1 release. 2010-05-15 00:18:34 -07:00
Chris Eppstein
2103547207 Fix a broken reference to the extensions tutorial. Closes GH-135. 2010-05-15 00:18:34 -07:00
Chris Eppstein
5a1bab4796 [Blueprint] Regression fix: automatically apply the reset if blueprint/reset is imported. Closes GH-132. 2010-05-15 00:18:34 -07:00
Chris Eppstein
9e595a1e89 Fix a failing test case. 2010-05-14 23:29:20 -07:00
Chris Eppstein
869e0bfac7 [Rails] When configuring the Sass::Plugin, don't overwrite existing template locations. Closes GH-136. 2010-05-14 23:29:20 -07:00
Chris Eppstein
9a49c457da [Command Line] Improved descriptions of the watch and init commands. 2010-05-14 23:02:33 -07:00
Chris Eppstein
732fc8f042 [Rails] Improved the next steps to perform after installing compass so that it mentions registering the compass gem. 2010-05-14 23:02:33 -07:00
Chris Eppstein
e796511658 [Rails] Fixed a reference to the old configuration file. 2010-05-14 23:02:33 -07:00
Chris Eppstein
4f2dd8da9e Add a note to the changelog about uninstalling chriseppstein-compass 2010-05-14 23:02:33 -07:00
Nathan Weizenbaum
6ad50ea2d8 Get rid of some dead code that was breaking Rails 3. Closes GH-137. 2010-05-14 17:31:07 -07:00
Chris Eppstein
c15ae6bfcf Merge branch 'stable'
* stable:
  [Command Line] Actually register the subcommand for listing frameworks
  [Command Line] Add a sub command for emitting sass CLI imports
  Every stable release is fine. no need to qualify it.
  [Docs] Put Lorin's video on the homepage.

Conflicts:
	doc-src/content/CHANGELOG.markdown
	lib/compass/version.rb
2010-05-13 01:14:12 -07:00