Commit Graph

1476 Commits

Author SHA1 Message Date
Chris Eppstein
c79fd5448c upgrade to bundler 1.0 2010-08-26 23:04:35 -07:00
Chris Eppstein
759bf32cee link the docs to the stable branch. 2010-08-26 23:04:35 -07:00
Chris Eppstein
b13f5ac713 Update the CHANGELOG for the 0.10.5 release 2010-08-26 23:04:31 -07:00
Chris Eppstein
b6b0723788 Read assets in binary mode for the windows users. 2010-08-26 22:23:43 -07:00
Chris Eppstein
9a81fa560e bump version. 2010-08-25 11:53:16 -07:00
Chris Eppstein
a8da95d4f1 Get the imports straightend out for the new mixins. 2010-08-25 08:54:33 -07:00
Chris Eppstein
ec648f17b0 Bug fix: make the path-based configuration really work right. 2010-08-25 08:41:03 -07:00
Eric Meyer
64a5527ecf inline-block-list tests 2010-08-11 17:18:45 -06:00
Eric Meyer
bc12d26f17 inline-block-list documentation 2010-08-11 17:15:58 -06:00
Eric Meyer
d20603296c inline-block-list mixin 2010-08-11 16:35:08 -06:00
ericdfields
c899b78aed added additional html5 block-level elements per recommended reset stylesheet: http://html5doctor.com/html-5-reset-stylesheet/ 2010-08-11 00:36:57 +08:00
Chris Eppstein
63cbc21d53 Prepare for release. 2010-08-08 10:32:56 -07:00
Chris Eppstein
de651db9ad Prepare for release 2010-08-06 13:05:13 -07:00
Chris Eppstein
30c28a76bf Update the rails version of image_url to match the new signature. 2010-08-06 12:59:54 -07:00
Chris Eppstein
813c817eb2 Prepare for release. 2010-08-06 11:52:01 -07:00
Chris Eppstein
46b4ce1679 [Rails] bug fix: the new rails initializer did not find old configuration files (config/compass.config) 2010-08-06 11:36:00 -07:00
Chris Eppstein
973a568c1d Tests are more useful if you actually run them. 2010-08-05 22:13:35 -07:00
Chris Eppstein
20b5f88b64 Prepare for release 2010-08-05 21:22:07 -07:00
Chris Eppstein
87b1d72885 Test case for fonts 2010-08-05 21:18:34 -07:00
Chris Eppstein
03221b9e7c [Extensions] Manifests don't have to be hard. Allow discovery of basic assets and follow conventions for templates. 2010-08-05 21:18:11 -07:00
Chris Eppstein
776b772c08 [Rails] Don't emit configuration files when installing extensions into an existing project. 2010-08-05 21:16:51 -07:00
Chris Eppstein
ad967f5e6d [Compass Core] All url helpers now accept a second argument that when true will cause only the path to be emited. 2010-08-05 20:55:48 -07:00
Chris Eppstein
d99698f67a [Compass Core] Make the logic behind the hide-text measurement more clear. no functional change. 2010-08-05 20:38:54 -07:00
Chris Eppstein
c9a2eb2154 update changelog that I already put up on the website. 2010-08-05 20:25:00 -07:00
Chris Eppstein
051bee7030 Prepare for release. 2010-08-01 11:24:27 -07:00
Chris Eppstein
7d7720ae53 fix test failures due to has-layout change. 2010-08-01 11:18:38 -07:00
Chris Eppstein
dd0f3a816b [Command Line] Make it easier to load non-gem frameworks from the
command line and project configuration files.
2010-08-01 11:18:33 -07:00
Chris Eppstein
a5e39eb709 [Compass Core] Make the hide-text mixin work in opera too. Credit: Denise Jacobs. 2010-08-01 09:55:16 -07:00
Chris Eppstein
81bbea8f1b Formatting change. 2010-08-01 09:52:46 -07:00
Chris Eppstein
704eaea0b2 [Docs] Make index pages that show all the available mixins and variables. 2010-08-01 09:52:17 -07:00
Chris Eppstein
922fc8c1a2 [Compass Core] The has-layout mixin has been updated to emit less css.
It now uses a hacked zoom property to target ie6 and 7 only so that they
gain layout. If you prefer an approach that validates, set:

    $default-has-layout-approach: block;

and the has-layout mixin behavior will remain unchanged.
2010-07-25 11:39:11 -07:00
Chris Eppstein
0aedf01375 Reformatting some code. 2010-07-25 11:19:17 -07:00
Chris Eppstein
fb51f5ca7e [Docs] Fix some outdated documentation. 2010-07-25 11:18:28 -07:00
Chris Eppstein
174f91360c cleanup the changelog for release. 2010-07-24 02:07:55 -07:00
Chris Eppstein
165e3b43fb Add missing file. 2010-07-24 02:01:43 -07:00
Chris Eppstein
b7c6a7e50f fix a bug in syntax highlighting now that we have a couple unicode chars 2010-07-24 02:00:40 -07:00
Chris Eppstein
06ab3d4b41 [CSS3] if a root relative url is passed to image-url, still find the file and do the normal processing. 2010-07-24 01:34:14 -07:00
Chris Eppstein
e6c418062b Update the changelog 2010-07-24 01:04:25 -07:00
Chris Eppstein
c02cab30bb [CSS3] Support for specifying horizontal and vertical radii for the shorthand border-radius property. 2010-07-24 00:55:09 -07:00
Chris Eppstein
1a3277858e update changelog 2010-07-24 00:02:04 -07:00
Eric Meyer
0bcbd2b2fd added support for spread and inset 2010-07-23 23:58:11 -07:00
Chris Eppstein
a2a0d58508 [Rails] Make it possible to only install the configuration files into a rails project. 2010-07-23 23:31:11 -07:00
Chris Eppstein
5864f2aeab [Rails] Move most of the contents of the compass initializer back to the compass codebase. Discover compass extensions automatically during boot. 2010-07-23 22:54:23 -07:00
Chris Eppstein
755b9a3a11 [Extensions] Make it possible for extensions to create empty directories. Closes GH-173. 2010-07-23 20:41:52 -07:00
Chris Eppstein
dafbf93999 [Compass Core] New content char is the best practice for the pie-clearfix now. Avoids the gap at the bottom in some browsers.
Closes GH-179
2010-07-23 20:13:16 -07:00
Chris Eppstein
ed75525b2a Update tests for gradient changes. 2010-07-23 20:09:42 -07:00
Chris Eppstein
e95521f043 Update gem for release 2010-07-23 19:37:08 -07:00
Chris Eppstein
c78e097841 Don't use the Base64 library. It's not found in ruby 1.9. 2010-07-23 19:36:40 -07:00
Eric Meyer
6cfba24232 changelog reflects css3 updates 2010-07-20 01:28:05 -07:00
Eric Meyer
f6d3480685 font-face arguments deprecated, not removed 2010-07-20 01:23:59 -07:00