Thomas Reynolds
49ad35b2c8
correctly handle passing resources into relative link_to
2013-01-07 23:30:04 -08:00
Thomas Reynolds
0a580c8b9a
prep 3.0.8
2013-01-07 22:56:36 -08:00
Nico Hagenburger
5b8fae612e
backport sass paths fix
2013-01-04 17:20:32 -08:00
Thomas Reynolds
3ec36ce07b
Merge pull request #707 from hagenburger/master
...
Add import paths instead of resetting them
2013-01-04 17:14:08 -08:00
Nico Hagenburger
0ab7cdcbe1
add import paths instead of resetting them
2013-01-04 21:14:19 +01:00
Ben Hollis
15ca8db58d
Revert 8606fb4eba
and 40a60efd28
since the original problem had already been solved by handling FastImage::UnknownImageType in 0d806277f9
. See #660 .
2013-01-03 22:55:10 -08:00
Krystian
4ecadd8734
Corrected image_tag helper so that supported_extensions doesn't appear in the tag attributes
...
The modifications to add FastImage support made it that supported_extensions="[.png .jpg .jpeg .bmp .gif]" appeared in the img tag attributes upon building the project.
2013-01-03 22:05:35 -08:00
Thomas Reynolds
55a674853f
Merge pull request #705 from Krystosterone/master
...
supported_extensions attribute was added to the img tag when using image_tag
2013-01-03 22:04:53 -08:00
Krystian
40a60efd28
Corrected image_tag helper so that supported_extensions doesn't appear in the tag attributes
...
The modifications to add FastImage support made it that supported_extensions="[.png .jpg .jpeg .bmp .gif]" appeared in the img tag attributes upon building the project.
2013-01-03 22:46:45 -05:00
Thomas Reynolds
057c3724fe
bump required sprockets
2013-01-03 13:08:19 -08:00
Thomas Reynolds
7cd6cd233e
Manually copy the file instead of asking Thor to do it
2013-01-02 16:40:42 -08:00
Thomas Reynolds
aefcdabb52
prep pre
2013-01-01 19:10:54 -08:00
Thomas Reynolds
aefe61b18f
Catch bad URI errors
2013-01-01 17:40:54 -08:00
Ben Hollis
ed5893ffcd
Add a :query option to link_to to allow specifying query string
2012-12-31 10:34:13 -08:00
Ben Hollis
a6c74b5231
Fix mail_to
2012-12-31 10:34:10 -08:00
Ben Hollis
3214cac153
Make link_to ignore (and preserve) query string and anchor in URLs/paths.
2012-12-31 10:33:10 -08:00
Thomas Reynolds
fbb2a355d7
Copy binary files instead of rendering through MM. Closes #643 . Closes #699
2012-12-30 20:44:29 -08:00
Thomas Reynolds
6253c91610
Allow non-templates to have frontmatter. Closes #698
2012-12-30 20:40:20 -08:00
Thomas Reynolds
4eca29866b
Copy binary files instead of rendering through MM. Closes #643 . Closes #699
2012-12-30 20:37:40 -08:00
Thomas Reynolds
e97d0ad0e4
Allow non-templates to have frontmatter. Closes #698
2012-12-30 20:29:39 -08:00
Thomas Reynolds
a537b434e3
Coerce all paths in sitemap to Pathname
2012-12-30 19:59:41 -08:00
Thomas Reynolds
1c62dd68a7
Simplify bundler init. Closes #700
2012-12-30 19:58:37 -08:00
Ben Hollis
b6c33abda1
Merge pull request #657 from bhollis/link_to
...
URL not being parsed when using a link with a hash with link_to helper
2012-12-30 19:47:15 -08:00
Ben Hollis
9954bce2e3
Add a :query option to link_to to allow specifying query string
2012-12-30 16:27:33 -08:00
Ben Hollis
028c3ec480
Fix mail_to
2012-12-30 15:55:54 -08:00
Ben Hollis
377aa41a23
Make link_to ignore (and preserve) query string and anchor in URLs/paths.
2012-12-30 15:55:54 -08:00
Thomas Reynolds
e08eb280fa
Coerce all paths in sitemap to Pathname
2012-12-30 15:26:38 -08:00
Thomas Reynolds
1f3650ccea
make rack::lint happy
2012-12-25 22:30:25 -08:00
Thomas Reynolds
55291edc65
Merge pull request #374 from middleman/metapages
...
Idea: Metadata pages
2012-12-25 16:12:27 -08:00
Ben Hollis
a00d507de3
Clean up styling a bit, add extension hooks
2012-12-25 16:11:52 -08:00
Ben Hollis
142abe027e
Switch to using view classes isntead of partials
2012-12-25 16:11:52 -08:00
Ben Hollis
b8eb932a73
Hierarchical sitemap
2012-12-25 16:11:52 -08:00
Ben Hollis
22fcc3c108
Initial spike for meta pages
2012-12-25 16:11:52 -08:00
Ben Hollis
ae743ac4db
Conform to the rack specs, with help from Rack::Lint
2012-12-25 16:11:13 -08:00
Thomas Reynolds
ad1806ccc0
Merge pull request #650 from middleman/sitemap_query
...
Make Sitemap metadata queryable with arel-style API
2012-12-25 16:06:22 -08:00
Thomas Reynolds
45ddc0c344
Make Sitemap metadata queryable with arel-style API
2012-12-25 16:05:54 -08:00
Thomas Reynolds
c2d816fb02
Merge pull request #591 from bdielman/smacss
...
Reorganized SMACSS template for greater flexibility
2012-12-25 15:54:15 -08:00
Thomas Reynolds
78150b9103
Merge branch 'master' of github.com:middleman/middleman
2012-12-19 14:01:25 -08:00
Thomas Reynolds
41ae1053eb
Remove dependency on compiled file watchers, will fall back to polling by default. This keeps Middleman from needing a compiler to install. Will ask user to upgrade to a compiled watcher on install.
2012-12-19 14:01:05 -08:00
Thomas Reynolds
bd47af5744
alternative asset_host initializer
2012-12-19 09:42:55 -08:00
Thomas Reynolds
642ee42b4f
Merge pull request #689 from wazeHQ/fix_asset_hash_ignore
...
fix Middleman::Util.path_match to work with string matchers
2012-12-18 15:21:27 -08:00
Avia Aharon
b084982923
fix Middleman::Util.path_match to work with string matchers
2012-12-18 12:32:13 +02:00
Avia Aharon
6e44851069
test asset_hash ignored paths
2012-12-18 12:28:17 +02:00
Thomas Reynolds
94e9bc1a17
update changelog
2012-12-15 15:00:46 -08:00
Thomas Reynolds
eea45095b8
version bump
2012-12-15 14:59:32 -08:00
Thomas Reynolds
12a604d69e
Fix html5bp test
2012-12-15 14:56:22 -08:00
Thomas Reynolds
63a82e6b1e
Lock therubyracer for now
2012-12-15 14:53:57 -08:00
Capi Etheriel
4805c11d49
turn html5 boilerplate into a layout
...
set hbp5 as the DEFAULT layout
use titles from YAML options
2012-12-15 14:53:01 -08:00
Casey Leask
dd4c07d9d1
Added fix for empty YAML
2012-12-15 14:52:55 -08:00
Kunal Parikh
6f8ada6639
Using 'Socket.gethostname' to get default hostname
...
As suggested by @bhollis in https://github.com/middleman/middleman/pull/665#issuecomment-10262763
2012-12-15 14:52:40 -08:00