3b7637f1e5Bootstrap download the yui plugin for the examples.
Chris Eppstein
2009-08-29 15:52:21 -0700
d4971fcfaaSlightly more robust extension downloader.
Chris Eppstein
2009-08-29 14:47:50 -0700
cb9672bd9eAn extension template for helping to generate a compass extension: compass -p extension my_ext_name
Chris Eppstein
2009-07-27 00:14:29 -0700
92464c5f6aMore flexible manifests that can see the installation options and might not even have any stylesheets or require a project configuration file.
Chris Eppstein
2009-07-27 00:12:36 -0700
9105d5a8deAdded an example for the ninesixty plugin using local extensions.
Chris Eppstein
2009-07-26 22:57:22 -0700
44e810e840Allow stand-alone projects to have their own extensions directory.
Chris Eppstein
2009-07-26 22:47:59 -0700
bc27541378New framework discovery mechanism: Compass can now load any number of frameworks by passing a directory that contains those frameworks. Each framework can choose to adhere to the naming convention of providing a 'stylesheets' directory and a 'templates' directory, or it can register itself by providing a ruby file at one of the following locations:
Chris Eppstein
2009-07-26 18:10:07 -0700
a0036ec0f1remove some blank lines.
Chris Eppstein
2009-07-22 09:34:50 -0700
d5147591e8Fixed some broken tests after pulling in changesets.
Chris Eppstein
2009-08-29 15:14:14 -0700
5d8e8cae02Fixed bug related to how the project_type was defaulted.
Chris Eppstein
2009-08-29 15:13:51 -0700
373ac11329Removes some tests about YUI.
Chris Eppstein
2009-08-29 14:52:30 -0700
bb089384d4Extracted YUI to it's own plugin.
Chris Eppstein
2009-08-29 13:57:34 -0700
3d67927ad6[YUI] Update for YUI Grids 2.7.0
Brian Johnson
2009-06-20 19:49:06 -0700
8679a926f1[Compass Core] Fixes to +sticky-footer mixin for IE6.
John Debs
2009-08-20 11:34:26 -0400
a1bb1a9691[Compass Core] There is no longer any outline on unstyled links in the :active and :focused states.
Gabriel Mansour
2009-08-04 13:52:56 -0400
379118cb1eDon't set the project type explicitly, instead default it to :stand_alone via the configuration object.
Chris Eppstein
2009-08-29 12:09:32 -0700
dd867d668aUse the http_stylesheets_path instead of hard coding.
Chris Eppstein
2009-08-29 11:57:13 -0700
f59ca512ceRefactor of the internal datastructures used to access project configuration. Configuration is now a singly linked list of configuration objects that inherit values and defaults from the next configuration instance. All instances hold a reference to the top of the configuration chain.
Chris Eppstein
2009-08-25 14:18:58 -0700
2cfc9ef1f9[Blueprint] Make a welcome page for blueprint that works with the stylesheets to provide a complete working example.
Chris Eppstein
2009-08-16 18:24:16 -0700
ac264606c8DRY up the loading of the installer modules.
Chris Eppstein
2009-08-16 18:15:23 -0700
1450f39d8cRenamed the configuration helper method root_relative to http_root_relative for consistency.
Chris Eppstein
2009-08-16 18:14:08 -0700
b7ba05f7c1[Extensions] Compass extensions can now process the content they deliver through ERB.
Chris Eppstein
2009-08-16 18:12:59 -0700
c9454190e7[Compass Core] Fixed the append_selector function to allow comma-delimited selectors for both arguments instead of just the first.
Chris Eppstein
2009-08-16 16:55:04 -0700
f27e184c7f[Core] The compass configuration class is no longer a singleton. This allows other projects to manage multiple compass projects by creating multiple configurations within the same ruby process.
Chris Eppstein
2009-08-12 17:46:48 -0700
1a9156c010[Extensions] Compass extensions can now deliver html into a compass project which can be authored in haml if they prefer.
Chris Eppstein
2009-08-09 21:33:48 -0700
f8834532ceAdded missing class in the semantic blueprint example.
Chris Eppstein
2009-08-03 09:52:06 -0700
73158b4c3e#36 Retain existing Merb::Plugins.config[:sass][:template_location] settings when setting Sass::Plugin.options[:template_location] with Compass defined paths
Jacques Crocker
2009-07-29 02:45:35 -0700
4ffa08cc42Fixing Merb Integration (use Merb::Plugins.config instead of Merb::Config)
Jacques Crocker
2009-07-07 22:47:27 -0700
3681187e6cJust do a simple require for sass, haml-edge will have to be loaded by the user explicitly if they want that.
Chris Eppstein
2009-08-03 09:29:13 -0700
d7636bae4d[Compass Core] Use the elements_of_type() helper function to enumerate the elements of a particular display type. No functional change.
Chris Eppstein
2009-07-24 09:03:37 -0700
6870d21814css3 and inline-block patches
Eric Meyer
2009-08-25 21:06:59 -0600
2eba93858b[Compass Core] Extract css3 compatibility mixins from the general module to the new compass/utilities/css3 module. If you were explicitly importing compass/utilities/general, compass/utilities/general/inline_block or compass/utilities/general/opacity to access the opacity or inline-block mixins, you'll need to update your imports.
Chris Eppstein
2009-07-24 09:05:22 -0700
0d3e5fb301new rounded corners mixin makes rounded corners easy (for browsers that support them) and allows rounding all corners, corners on one side, or single corners.
Brandon Mathis
2009-07-19 18:25:59 -0500
851f001756the sprite mixin now has new functions which enable style grouping and require fewer arguments for non-default cases
Brandon Mathis
2009-07-19 16:37:38 -0500
48c7d45c30[Compass Core] A new helper function stylesheet_url(path) can now be used to refer to assets that are relative to the css directory.
Chris Eppstein
2009-07-03 22:00:18 -0700
bbe8366350[Configuration] A more logical and consistent approach to http path locations.
Chris Eppstein
2009-07-03 18:45:19 -0700
390674ba83[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.
Chris Eppstein
2009-07-03 18:42:16 -0700
74141399af[Compass Core] +opaque and +transparent mixins for convenience. Built on top of the opacity mixin.
Chris Eppstein
2009-07-17 20:07:54 -0700
4abb59e98aSet the edge version.
Chris Eppstein
2009-08-29 13:14:41 -0700
dafbd88588Fixed some incorrect logic around the deprecation warning for the +blueprint mixin and eliminated the deprecation warnings for the examples.
Chris Eppstein
2009-07-11 12:27:04 -0700
24d4ff4146[Blueprint] Make the primary blueprint mixins easier to use by allowing them to be nested when passing true as the first argument. The old approach of passing a selector as the first argument is now deprecated in favor of a simple flag to indicate nesting or not.
Chris Eppstein
2009-07-11 11:08:04 -0700
d40f72acbbTry to trigger a build.
Chris Eppstein
2009-08-27 20:08:06 -0700
e300292828Regenerated gemspec for version 0.8.12
v0.8.12
Chris Eppstein
2009-08-22 08:39:07 -0700
a6679da7dcRecord current revision for release.
Chris Eppstein
2009-08-22 08:39:06 -0700
ef49c8b2a6Get the changelog version right.
Chris Eppstein
2009-08-22 08:37:37 -0700
6d6573a972Version bump to 0.8.12
Chris Eppstein
2009-08-22 08:36:07 -0700
8f45eaabe9Merge branch 'temp2'
Chris Eppstein
2009-08-22 08:34:10 -0700
617782b7d2Regenerated gemspec for version 0.8.11
v0.8.11
Chris Eppstein
2009-08-22 08:32:15 -0700
a4c656b82eRecord current revision for release.
Chris Eppstein
2009-08-22 08:32:15 -0700
fbda994479Updated the CHANGELOG for the 0.8.11 release.
Chris Eppstein
2009-08-22 08:31:56 -0700
c3ecd5ac4bVersion bump to 0.8.11
Chris Eppstein
2009-08-22 08:28:24 -0700
60ac9dba0e[Compass Core] Bug fix to sprites: fixed width and height assignments for x and y position variables
Brandon Mathis
2009-07-17 18:25:18 -0500
7d47649248Fix build failure in the RunCodeRun environment.
Chris Eppstein
2009-07-26 16:00:14 -0700
c11be2eac6Ruby 1.9.1 fix: binding for parse_string
priit.mx.ee
2009-07-26 16:45:28 +0300
50aa936e02[Rails] [Closes#32] Don't suggest creating a stylesheet link to partials.
Chris Eppstein
2009-07-26 15:57:32 -0700
4276d34b80Regenerated gemspec for version 0.8.10
v0.8.10
Chris Eppstein
2009-08-16 11:23:00 -0700
fa66c57ccfRecord current revision for release.
Chris Eppstein
2009-08-16 11:23:00 -0700
0492fc9969Binary mode support for proper handling of binary files on Windows. 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.
Chris Eppstein
2009-08-16 11:17:27 -0700
e6ea58fc3aRegenerated gemspec for version 0.8.9
v0.8.9
Chris Eppstein
2009-08-09 21:39:20 -0700
0f1edccf9cRecord current revision for release.
Chris Eppstein
2009-08-09 21:39:19 -0700
b502fcafafVersion bump to 0.8.9
Chris Eppstein
2009-08-09 21:39:01 -0700
93e4b53e1cUpdated CHANGELOG for 0.8.9 patch release.
Chris Eppstein
2009-08-09 21:38:42 -0700
b5fc33a89a[Blueprint] Fixed a bug in the default blueprint stylesheet that caused invalid body selectors to be generated.
Chris Eppstein
2009-08-09 20:23:59 -0700
4f2b378191Regenerated gemspec for version 0.8.8
v0.8.8
Chris Eppstein
2009-07-21 11:36:52 -0700
1cca9b4682Record current revision for release.
Chris Eppstein
2009-07-21 11:36:51 -0700
6ae3f9ad06Version bump to 0.8.8
Chris Eppstein
2009-07-21 11:36:33 -0700
a34ec8380bUpdated CHANGELOG for 0.8.8 release.
Chris Eppstein
2009-07-21 11:31:06 -0700
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.
Chris Eppstein
2009-07-21 11:18:24 -0700
e277ed2cd3[Compass Core] Fixed a bug in alternating_rows_and_columns. Improper nesting caused some styles to be improperly rendered.
Chris Eppstein
2009-07-21 11:17:09 -0700
ca30bcbfeeAdded an example that show the inline form styling, and some blueprint display issues.
Chris Eppstein
2009-07-11 13:47:13 -0700
f18a5c9bbaRegenerated gemspec for version 0.8.7
v0.8.7
Chris Eppstein
2009-07-09 13:04:19 -0700
65425fe79eRecord current revision for release.
Chris Eppstein
2009-07-09 13:04:19 -0700
9aa986744aVersion bump to 0.8.7
Chris Eppstein
2009-07-09 13:04:18 -0700
59a6067b3aLoad haml-edge if it's all new and shiny. Closes GH-26.
Chris Eppstein
2009-07-09 12:59:36 -0700
4d51dead3aMerge commit 'gravis/master'
Chris Eppstein
2009-07-09 12:53:27 -0700
7fba6028d8[Rails] Fixed a bug in rails integration if the request is not set on the controller.
Chris Eppstein
2009-07-09 12:49:18 -0700
b348fd7d3dAdded instructions for how to build the examples.
Chris Eppstein
2009-07-09 12:48:36 -0700
d2b1370c80[Blueprint] Fixed a bug in the calculations for the +colborder mixin. Closes GH-25.
Chris Eppstein
2009-07-09 12:48:15 -0700
8be4fd38c6Regenerated gemspec for version 0.8.6
v0.8.6
Chris Eppstein
2009-07-08 01:25:56 -0700
8b9ca78017Record current revision for release.
Chris Eppstein
2009-07-08 01:25:56 -0700
aba60c46cdVersion bump to 0.8.6
Chris Eppstein
2009-07-08 01:25:36 -0700
fdb4ab7ce5Update CHANGELOG for 0.8.6 release.
Chris Eppstein
2009-07-08 01:25:23 -0700
0809dd64ddMerge commit 'filiptepper/master'
Chris Eppstein
2009-07-08 01:15:42 -0700
85bb337f50haml 2.2 dependency
Filip Tepper
2009-07-08 07:57:53 +0200
48a0356ad8[Installer] Fixed a bug that caused the output after installing to not display the conditional comments.
Chris Eppstein
2009-07-07 11:31:03 -0700
94e9696b30[Rails] When installing into a new rails project, set the http paths correctly for stylesheets and javascripts.
Chris Eppstein
2009-07-07 11:18:58 -0700
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.
Chris Eppstein
2009-07-07 11:13:19 -0700
6b8bbd22b1[Rails] Fixed a bug in asset hosts support when compiling outside the context of a controller.
Chris Eppstein
2009-07-06 23:34:41 -0700
8d938f3384Regenerated gemspec for version 0.8.5
v0.8.5
Chris Eppstein
2009-07-06 21:50:23 -0700
50f3f5f1d6Record current revision for release.
Chris Eppstein
2009-07-06 21:50:23 -0700
cf604fac4eVersion bump to 0.8.5
Chris Eppstein
2009-07-06 21:50:23 -0700
a5993396b6Update changelog for 0.8.5.
Chris Eppstein
2009-07-06 21:50:08 -0700
71d5ae8544[Rails] If it exists, the compass test case should inherit from ActiveSupport::TestCase.
Chris Eppstein
2009-07-06 21:46:00 -0700
86e5eca07fRegenerated gemspec for version 0.8.4
v0.8.4
Chris Eppstein
2009-07-06 11:47:24 -0700
25abbad39aRecord current revision for release.
Chris Eppstein
2009-07-06 11:47:23 -0700
cbc90aace4Version bump to 0.8.4
Chris Eppstein
2009-07-06 11:47:23 -0700
43cb64d77e[Rails] Fixed bug introduced in 0.8.3.
Chris Eppstein
2009-07-06 11:47:02 -0700
f8987b8165Regenerated gemspec for version 0.8.3
v0.8.3
Chris Eppstein
2009-07-06 07:45:51 -0700