Norman Clarke
8030deb1fb
Extracted html2haml to its own gem.
2012-06-06 18:56:06 -03:00
Norman Clarke
87b10f9764
Updated changelog
...
[ci skip]
2012-06-04 23:33:41 -03:00
Norman Clarke
c99b7a9fc2
Update changelog
...
[ci skip]
2012-05-30 16:16:00 -03:00
Norman Clarke
cb6e52186e
Merge branch 'master' of github.com:haml/haml
2012-05-23 18:00:11 -03:00
Norman Clarke
0c1cfbdf0b
Updated changelog
2012-05-23 17:59:57 -03:00
Norman Clarke
67e23d80c1
Merge pull request #539 from drewda/patch-1
...
3.1.6 has been released
2012-05-23 13:59:06 -07:00
Matt Wildig
4b6f9c0cd1
Don't try to link to Sass::Plugin in Changelog.
...
Change braces to backticks so generating docs doesn't try to create
link to `Sass::Plugin`. Use backticks to format as code instead.
This removes warning "Cannot resolve link to Sass::Plugin" that was
being generated.
2012-05-23 11:56:05 -03:00
Norman Clarke
d738532658
Fix mistake in changelog
...
[ci skip]
2012-05-22 23:59:38 -03:00
Drew Dara-Abrams
451b61e78c
3.1.6 has been released
2012-05-22 14:49:54 -07:00
Norman Clarke
12d54242a7
Documenting filter changes
2012-05-22 17:15:23 -03:00
Norman Clarke
54d4789915
Updated Changelog
...
Conflicts:
CHANGELOG.md
2012-05-11 17:32:41 -03:00
Norman Clarke
f3477eb0c3
Merge branch 'stable'
...
Conflicts:
.gitmodules
CHANGELOG.md
CONTRIBUTING
README.md
VERSION
haml.gemspec
2012-05-01 10:28:26 -03:00
Norman Clarke
ce59af51a0
Ignore indentation inside multiline comments
...
Fixes #464
2012-04-30 17:11:48 -03:00
Doug Mayer
6a809664f8
Use character references for escaped attributes.
...
When attribute values contain both an apostrophe and a double quote,
we should substitute the character being used to wrap the value with
its key code instead of named/keyword entities (for IE support).
Fixes #418 .
Signed-off-by: Norman Clarke <norman@njclarke.com>
2012-04-30 15:06:34 -03:00
Richard Michael
1a30396d30
Make inner whitespace nuke consistent with loops.
...
%ul<
- for str in %w[foo bar baz]
= str
<ul>foobarbaz</ul>
See #465 for discussion.
Closes #489 .
Signed-off-by: Norman Clarke <norman@njclarke.com>
2012-04-30 10:23:40 -03:00
Norman Clarke
3329fbbad0
Updated changelog
2012-04-29 12:43:56 -03:00
Norman Clarke
2be5300444
Change HAML_REFERENCE to REFERENCE everywhere and clean up changelog.
2012-04-29 12:27:01 -03:00
Andrew Smith
2f8c36690d
Updated the Changelog & Reference documents.
2012-04-29 12:20:45 -03:00
Stephen Bannasch
12fdc50a94
force :xhtml if template.mime_type == 'text/xml'
...
If the mime_type of the ActionView::Template template
being rendered is 'text/xml' then add the a :mime_type
key to the options hash so Haml::Engine will force a
format of xhtml.
Closes #427
Signed-off-by: Norman Clarke <norman@njclarke.com>
2012-04-28 00:26:52 -03:00
Matt Wildig
9e3574bd9e
Add SCSS filter.
...
Add filter to generate CSS from Sass using SCSS syntax.
Addresses issue #474 .
Signed-off-by: Norman Clarke <norman@njclarke.com>
2012-04-27 23:48:52 -03:00
Norman Clarke
9a64daf2a3
Remove cruft from Rakefile and gemspec
2012-04-27 21:51:54 -03:00