Chris Eppstein
b566979180
Allow Importer objects to be placed onto the load path using add_import_path.
...
Closes #392 .
2012-03-18 13:09:31 -07:00
Maxime Thirouin
1fb9e7adba
Add one more test to make sure a more complex query param is handled
2012-03-13 22:20:19 +01:00
Maxime Thirouin
11b3526b85
Add tests about the new ability to append stuffs on font urls
2012-03-13 21:54:07 +01:00
Chris Eppstein
45571de0f7
Rename the log function to logarithm to avoid collisions with the log
...
function for logging.
Add keyword argument support for the math functions.
Add square-root as as an alias to sqrt.
2012-03-11 20:52:27 -07:00
Chris Eppstein
9baa7a0282
fix failing test.
2012-03-11 20:17:35 -07:00
Chris Eppstein
1d78bfd7cc
Merge pull request #763 from pivotal-casebook/relative_home_path
...
Fix for Compass.shared_extension_paths when HOME is a relative path or some other stupid value.
2012-03-11 19:41:30 -07:00
Chris Eppstein
c8174b5679
Merge branch 'master' into stable
...
Conflicts:
Gemfile
lib/compass/sass_extensions/functions.rb
lib/compass/sass_extensions/functions/trig.rb
test/units/sass_extensions_test.rb
2012-03-11 18:30:25 -07:00
Matija Marohnić
d11ec3c74f
Fix math function tests
2012-03-08 23:55:49 +01:00
Michael Schubert & Sam Obukwelu
2d4e0e400f
Fix for Compass.shared_extension_paths when HOME is a relative path.
...
This should fully resolve https://github.com/chriseppstein/compass/issues/364 for when HOME is not just nil but also "." (or any other relative path). Added a complete set of unit tests around the method as well.
2012-03-08 12:05:56 -05:00
Matija Marohnić
ef6d8f5b3e
Add tests for math functions
2012-03-08 10:41:52 +01:00
Scott Davis
9b39b5707f
removed unneeded timecop
2012-03-01 13:48:34 -05:00
Scott Davis
5cd4136676
fixed problem with path and ree/1.8.7 in test case
2012-01-31 11:29:39 -05:00
Scott Davis
f11e5a3205
refactored the previous change
2012-01-30 22:32:05 -05:00
Scott Davis
7198a69909
sprite importer will now error if it does not find the associated glob
2012-01-30 22:12:01 -05:00
Scott Davis
f70afea8db
failing test for weird data inheritance bug
2012-01-30 19:22:26 -05:00
Chris Eppstein
a6c045785d
Allow some config attributes that are arrays to be inherited properly
...
from inherited config data.
2012-01-30 11:21:29 -08:00
Scott Davis
7d87a2eee8
strip .css from file names w/ test
2012-01-28 20:56:56 -05:00
Scott Davis
810a543400
Merge branch 'master' into no_rails_integration
2012-01-02 11:40:11 -05: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
ca59adfa12
Add a new helper function to reject values from a list.
2011-12-23 16:53:48 -08:00
Scott Davis
16fff73ed7
removed rails tests and total rails itegration
2011-12-20 22:25:30 -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
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
d33585581e
closes #600 fixed to_path issue caused by sprokets
2011-11-17 15:07:03 -05:00
Chris Eppstein
6b3b71ab37
Merge pull request #560 from johnbintz/rbx-sort-fix
...
Rubinius/JRuby sort fix
2011-09-19 12:31:39 -07:00
Chris Eppstein
c217edeed9
Fix broken tests
2011-09-19 11:04:35 -07:00
John Bintz
c9593794bd
better sorting of images coming into sprites, fixes one rbx error
2011-09-17 12:02:51 -04:00
Scott Davis
88ee68de5d
Merge branch 'master' of github.com:chriseppstein/compass
2011-09-17 00:46:07 -04:00
Scott Davis
6cba5520aa
fixed issue with showing positions and made the internal api consistant with the documentation
2011-09-17 00:45:35 -04:00
Chris Eppstein
155834b341
Merge remote branch 'botandrose/patch-4'
...
* botandrose/patch-4:
add test for inline_font_files()
Inline fonts weren't being base64 encoded.
2011-09-16 15:49:49 -07:00
Chris Eppstein
49ea916c58
Merge pull request #549 from ravinggenius/master
...
Test and refactoring of font_files (issues #543 and #544 ) on master branch
2011-09-16 14:57:02 -07:00
Scott Davis
e52184b6fe
fixes #551 with failing test
2011-09-14 12:47:20 -04:00
Scott Davis
35b9b60c7c
Sprite importer now passes the correct filename to the sass engine which was causeing unexpected uris to get returned
...
This fixes the 'to_tree' error that wasn't really a sass bug it was an error on the sprite importers part
2011-09-12 20:44:12 -04:00
Raving Genius
3514898ea1
Stop requiring font type when type can be guessed from URL (issue #544 )
2011-09-08 23:12:11 -04:00
Raving Genius
8a2da92c91
Added test coverage for font_files (issue #543 )
2011-09-08 20:59:03 -04:00
Micah Geisel
d644e54a38
add test for inline_font_files()
2011-09-07 13:06:10 -07:00
Scott Davis
09dd9456e1
diagonal layout now goes i nthe correct direction and refactored some internals
2011-09-03 15:56:57 -04:00
Chris Eppstein
210a1d4771
only define the compass url helpers if they are not already defined.
2011-08-28 09:22:13 -07:00
Chris Eppstein
000e4e1ed7
Merge branch 'master' into rails31
...
* master: (23 commits)
updated change log
fixed horizontal height and width calculation
horizontal layout now respects positions and spacing correctly
Changed the descriptions of the sin, cos, and tan to be more descriptive.
derp double require
smart pack docs - forgot something
smart pack docs
smart packing implimentation thanks @johnbintz
tests for smart packing
smart packing helper classes
new tests
docs for diagonal layout
layout for diagonal sprite
added test for diagonal layout
fixed trig functions closes #498
patched image functions to accept a real path
Fix failing test for change to http_path in rails
Failing test for changing http_path with rails
reverted sorting back to one liner
more importer tests
...
Conflicts:
Gemfile.lock
2011-08-19 14:42:42 -07:00
Scott Davis
1cdfab7c03
fixed horizontal height and width calculation
2011-08-12 15:34:04 -04:00
Scott Davis
4aa052d9e4
horizontal layout now respects positions and spacing correctly
2011-08-12 15:12:31 -04:00
Scott Davis
ef4c897de5
tests for smart packing
2011-08-02 23:35:53 -04:00
Scott Davis
d4227346af
new tests
2011-08-02 23:34:59 -04:00
Scott Davis
26b2d1fcba
added test for diagonal layout
2011-08-02 22:08:05 -04:00
Scott Davis
acfd1e43a2
fixed trig functions closes #498
2011-08-02 18:49:06 -04:00
Joeri Samson
b57822c134
Failing test for changing http_path with rails
2011-07-27 19:47:42 +02:00