Chris Eppstein
1cca9b4682
Record current revision for release.
2009-07-21 11:36:51 -07:00
Chris Eppstein
6ae3f9ad06
Version bump to 0.8.8
2009-07-21 11:36:33 -07:00
Chris Eppstein
a34ec8380b
Updated CHANGELOG for 0.8.8 release.
2009-07-21 11:35:10 -07:00
Chris Eppstein
4bfcef4f37
[YUI] Fixed a bug in yui grids where the .first div wouldn't get the right styles in some rare cases due to incorrect nesting.
2009-07-21 11:32:34 -07:00
Chris Eppstein
e277ed2cd3
[Compass Core] Fixed a bug in alternating_rows_and_columns. Improper nesting caused some styles to be improperly rendered.
2009-07-21 11:32:34 -07:00
Chris Eppstein
ca30bcbfee
Added an example that show the inline form styling, and some blueprint display issues.
2009-07-21 11:32:34 -07:00
Chris Eppstein
f18a5c9bba
Regenerated gemspec for version 0.8.7
2009-07-09 13:04:19 -07:00
Chris Eppstein
65425fe79e
Record current revision for release.
2009-07-09 13:04:19 -07:00
Chris Eppstein
9aa986744a
Version bump to 0.8.7
2009-07-09 13:04:18 -07:00
Chris Eppstein
59a6067b3a
Load haml-edge if it's all new and shiny. Closes GH-26.
2009-07-09 13:00:01 -07:00
Chris Eppstein
4d51dead3a
Merge commit 'gravis/master'
...
* commit 'gravis/master':
added note for IE partial. refs #28
2009-07-09 12:53:27 -07:00
Chris Eppstein
7fba6028d8
[Rails] Fixed a bug in rails integration if the request is not set on the controller.
2009-07-09 12:49:47 -07:00
Chris Eppstein
b348fd7d3d
Added instructions for how to build the examples.
2009-07-09 12:49:47 -07:00
Chris Eppstein
d2b1370c80
[Blueprint] Fixed a bug in the calculations for the +colborder mixin. Closes GH-25.
2009-07-09 12:49:36 -07:00
gravis
8684966be1
added note for IE partial. refs #28
2009-07-09 21:46:09 +02:00
Chris Eppstein
8be4fd38c6
Regenerated gemspec for version 0.8.6
2009-07-08 01:25:56 -07:00
Chris Eppstein
8b9ca78017
Record current revision for release.
2009-07-08 01:25:56 -07:00
Chris Eppstein
aba60c46cd
Version bump to 0.8.6
2009-07-08 01:25:36 -07:00
Chris Eppstein
fdb4ab7ce5
Update CHANGELOG for 0.8.6 release.
2009-07-08 01:25:23 -07:00
Chris Eppstein
0809dd64dd
Merge commit 'filiptepper/master'
...
* commit 'filiptepper/master':
haml 2.2 dependency
2009-07-08 01:15:42 -07:00
Filip Tepper
85bb337f50
haml 2.2 dependency
2009-07-08 07:57:53 +02:00
Chris Eppstein
48a0356ad8
[Installer] Fixed a bug that caused the output after installing to not display the conditional comments.
2009-07-07 11:31:03 -07:00
Chris Eppstein
94e9696b30
[Rails] When installing into a new rails project, set the http paths correctly for stylesheets and javascripts.
2009-07-07 11:18:58 -07:00
Chris Eppstein
b7a9772efb
[Sass Extensions] Fixed a copy & paste error that caused the http_images_path to not get picked up unless the http_stylesheets_path was also set.
2009-07-07 11:13:19 -07:00
Chris Eppstein
6b8bbd22b1
[Rails] Fixed a bug in asset hosts support when compiling outside the context of a controller.
2009-07-06 23:34:41 -07:00
Chris Eppstein
8d938f3384
Regenerated gemspec for version 0.8.5
2009-07-06 21:50:23 -07:00
Chris Eppstein
50f3f5f1d6
Record current revision for release.
2009-07-06 21:50:23 -07:00
Chris Eppstein
cf604fac4e
Version bump to 0.8.5
2009-07-06 21:50:23 -07:00
Chris Eppstein
a5993396b6
Update changelog for 0.8.5.
2009-07-06 21:50:08 -07:00
Chris Eppstein
71d5ae8544
[Rails] If it exists, the compass test case should inherit from ActiveSupport::TestCase.
2009-07-06 21:46:00 -07:00
Chris Eppstein
86e5eca07f
Regenerated gemspec for version 0.8.4
2009-07-06 11:47:24 -07:00
Chris Eppstein
25abbad39a
Record current revision for release.
2009-07-06 11:47:23 -07:00
Chris Eppstein
cbc90aace4
Version bump to 0.8.4
2009-07-06 11:47:23 -07:00
Chris Eppstein
43cb64d77e
[Rails] Fixed bug introduced in 0.8.3.
2009-07-06 11:47:02 -07:00
Chris Eppstein
f8987b8165
Regenerated gemspec for version 0.8.3
2009-07-06 07:45:51 -07:00
Chris Eppstein
5dbc336d3d
Record current revision for release.
2009-07-06 07:45:51 -07:00
Chris Eppstein
51743bdb5b
Version bump to 0.8.3
2009-07-06 07:44:33 -07:00
Chris Eppstein
8e0e50e089
Updated CHANGELOG for 0.8.3 release.
2009-07-06 07:43:53 -07:00
Chris Eppstein
3d909ceda9
[Compass Core] Cross browser ellipsis mixin.
...
Since this requires the installation of an additional xml file for
firefox support, it is provided as a pattern.
To install:
compass -p ellipsis
To use:
Mix +ellipsis into a selector targeting the textual element that will
truncate via ellipsis. By default, ellipsis text is set tono-wrap. Pass
false as the first argument if you don't want that.
Note:
Firefox is the lame browser in this respect, it requires a lot of bending
over backwards and has many quirky behaviors. Please read the blog post at
http://mattsnider.com/css/css-string-truncation-with-ellipsis/ for a full
explanation of the issues. Also note that ellipsis text is white-space
sensitive in Firefox, an issue that is sure to affect Haml users more than
most.
2009-07-06 07:18:25 -07:00
Chris Eppstein
ff5c850014
[Compass Core] A new helper function stylesheet_url(path) can now be used to refer to assets that are relative to the css directory.
2009-07-06 07:18:25 -07:00
Chris Eppstein
21cfce33db
[Extensions] When installing a file, the :like option can now be set to have it installed into the same location as what it is like.
2009-07-06 07:18:25 -07:00
Chris Eppstein
6555ab3952
[Configuration] A more logical and consistent approach to http path locations.
2009-07-06 07:18:25 -07:00
Chris Eppstein
956c437fe9
[Configuration] [Command Line] Whether to generate relative links to assets is now controlled by a separate configuration flag and can be set via a command-line switch.
2009-07-06 07:18:25 -07:00
Chris Eppstein
a6bc874cf6
Change compass dependency to haml 2.2
2009-07-06 07:15:36 -07:00
Chris Eppstein
78d946180f
Merge commit 'dturnbull/master'
...
* commit 'dturnbull/master':
Fix 'script' 'javascript' mismatch. Allow use of javascript command in manifest.
2009-07-06 06:38:56 -07:00
Chris Eppstein
9391dff797
Merge commit 'tdreyno/master'
...
* commit 'tdreyno/master':
Make colruler color customizable
2009-07-06 06:36:46 -07:00
David Turnbull
07ade33da3
Fix 'script' 'javascript' mismatch. Allow use of javascript command in manifest.
2009-07-05 17:29:30 -07:00
Chris Eppstein
84eb29d54c
An ignored file from another branch ended up in the project manifest.
2009-07-04 22:57:34 -07:00
Chris Eppstein
30316c87b4
Regenerated gemspec for version 0.8.2
2009-07-04 22:37:42 -07:00
Chris Eppstein
24e76775c4
Record current revision for release.
2009-07-04 22:37:42 -07:00