Commit Graph

2381 Commits

Author SHA1 Message Date
Chris Eppstein
4171c0eef7 update changelog for release 2011-12-23 17:26:10 -08:00
Chris Eppstein
c4e9d00d61 Merge branch 'stable'
Conflicts:
	VERSION.yml
	doc-src/content/CHANGELOG.markdown
	lib/compass/configuration/helpers.rb
	test/units/sass_extensions_test.rb
2011-12-23 17:16:44 -08:00
Chris Eppstein
1046a553c7 Version bump 2011-12-23 17:10:19 -08:00
Chris Eppstein
b361ac54c8 Update CHANGELOG for release. 2011-12-23 17:02:57 -08:00
Chris Eppstein
5138d5a187 Support for new versions of sass where the callback name changed. 2011-12-23 17:00:59 -08:00
Chris Eppstein
309a0ea7d3 Don't put the fill keyword in prefixed versions of the border-image property. 2011-12-23 16:54:49 -08:00
Chris Eppstein
ca59adfa12 Add a new helper function to reject values from a list. 2011-12-23 16:53:48 -08:00
Chris Eppstein
fc46730b36 Fix broken tests. 2011-12-23 16:53:23 -08:00
Chris Eppstein
3110fc5d9e Support for new versions of sass where the callback name changed. 2011-12-23 16:23:14 -08:00
Chris Eppstein
e6b967a8c3 Make the -line-padding variable in the vertical rhythm module configurable. 2011-12-23 16:23:14 -08:00
Scott Davis
986714a013 changelog 2011-12-19 12:47:15 -05:00
Scott Davis
4b99aff3b7 Merge branch 'master' of github.com:chriseppstein/compass 2011-12-19 12:45:39 -05:00
Scott Davis
c92766ba99 added reset-baseline to vertical rhythym 2011-12-19 12:44:35 -05:00
Chris Eppstein
fdfca46d28 Allow the vertical rhythm to adjust to half lines when -to-nearest-half-line is set to true in order to avoid awkwardly large gaps between lines. This setting is false by default. 2011-12-17 17:36:55 -08:00
Scott Davis
57dcbad3ae Revert "bump sprite version for next release"
This reverts commit 03f648d5c4.
2011-12-13 18:17:24 -05:00
Scott Davis
1e74425e9b merge from stable 2011-12-13 18:16:12 -05:00
Scott Davis
03f648d5c4 bump sprite version for next release 2011-12-13 18:14:20 -05:00
Chris Eppstein
69ef6afea0 Merge pull request #648 from rvock/stable
remove less files, when cleaning up old sprites
2011-12-13 14:51:40 -08:00
Robert Vock
570ce43d96 remove less files, when cleaning up old sprites (fixes deleting to many generated sprites in some cases) 2011-12-13 22:56:54 +01:00
Scott Davis
7d22d3668c detecting rails was breaking features on traivis ci will investigate 2011-12-11 01:38:11 -05:00
Scott Davis
89de5cb492 fixed some issues with test runners calling out the the command line which was creating unexpected results 2011-12-11 01:31:54 -05:00
Scott Davis
684ad8754a compass will now detect if your in a rails app and attempt to load its configuration from the application.rb if you are not using a compass configuration file 2011-12-10 15:13:29 -05:00
Scott Davis
5bf3b68d2c tuned Gemfile for travis-ci 2011-12-10 13:07:21 -05:00
Scott Davis
073c04cde8 1.8.7 fix 2011-12-10 12:55:54 -05:00
Scott Davis
3fc9dc79dc added 1.9.3 to travis ci 2011-12-10 12:54:39 -05:00
Scott Davis
26249208a0 forgot to test left position 2011-12-10 12:52:47 -05:00
Scott Davis
6194cb478a fixed repeat-x issues closes #633" 2011-12-10 12:49:34 -05:00
Scott Davis
f8377d15ac refactoring and code cleanup 2011-12-10 00:55:16 -05:00
Scott Davis
104f3cbf44 moved test to correct spot 2011-12-09 21:26:43 -05:00
Scott Davis
4e81fafac3 extracted layout tests 2011-12-09 21:13:18 -05:00
Scott Davis
a1d13dc3ec Merge branch 'master' of github.com:chriseppstein/compass 2011-12-09 20:43:19 -05:00
Scott Davis
1280fce2be added guard support 2011-12-09 20:42:31 -05:00
Scott Davis
2e6c224e80 removed Gemfile.lock yehuda commands it http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/ 2011-12-09 20:41:59 -05:00
Scott Davis
aa49b7de1b removed autotest gross 2011-12-09 20:20:45 -05:00
Scott Davis
97bd379398 Merge pull request #642 from shama/master
Fixing typos
2011-12-07 19:27:11 -08:00
Kyle Robinson Young
95358b0b83 Fix typos 2011-12-07 18:33:41 -08:00
Scott Davis
cd5b1949dd -o-box-shadow does not exist closes #631 with tests 2011-12-01 15:49:49 -05:00
Scott Davis
70ee152f79 fixed typo via #634 2011-12-01 15:04:50 -05:00
Scott Davis
ac0136981a fixed cucumber deprication notice 2011-12-01 15:02:15 -05:00
Scott Davis
701c8d33c7 fixed sass deprication error of Sass::Compiler#on_updating_stylesheet closes #635 2011-12-01 14:54:39 -05:00
Chris Eppstein
aab827f3c4 Prep for v0.12.alpha.2 2011-11-28 09:23:55 -08:00
Chris Eppstein
2dbf44c263 Fix for the default path of generated images in rails 2.x 2011-11-28 09:09:08 -08:00
Chris Eppstein
37de6efc24 Fix an issue with rails 2.x due to the image_url changing modules. 2011-11-28 09:09:08 -08:00
Scott Davis
79d94647f9 merge closes #628 2011-11-22 10:42:57 -05:00
Scott Davis
4766890388 Merge branch 'patch-1' of https://github.com/jfelchner/compass into merge-1 2011-11-22 10:39:33 -05:00
Jeff Felchner
f52d3078be Fix tests so that output matches the story told by the code 2011-11-22 02:08:39 -06:00
Jeff Felchner
e6d3fcd3be Arguments order differs from the standard order being passed to 2011-11-22 01:03:05 -06:00
Scott Davis
db61efc78f tweatk readme 2011-11-17 19:02:49 -05:00
Scott Davis
b10758142e added build status 2011-11-17 18:59:51 -05:00
Scott Davis
b96789ce5b fixed cucumber features 2011-11-17 18:40:42 -05:00