Commit Graph

26 Commits

Author SHA1 Message Date
nex3 b513b5231d Missed a few :suppress_eval things. Fixed in trunk, soon in stable.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@489 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-09 17:03:12 +00:00
nex3 9a52d9ab91 css2sass doesn't compound all rule definitions.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@482 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-03 04:51:45 +00:00
nex3 bf5049cfca Hard tabs in empty lines in Haml and Sass no longer throw errors.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@459 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 06:49:03 +00:00
nex3 428cc1dc2d Fixing broken case statement in Trunk.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@455 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 01:39:13 +00:00
nex3 c70e57eb12 Added support for auto-closing Haml tags.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@453 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-26 06:03:29 +00:00
nex3 50b3d7c8ab Support for %foo{bar}, where bar isn't a literal hash. Also added a html_attrs helper that takes advantage of this.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@427 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-17 11:03:36 +00:00
nex3 c73ab70e86 open_tag works, and is renamed open.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@410 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-16 03:02:33 +00:00
nex3 aeade6a657 Added "puts" helper to output properly-indented text.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@408 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-16 02:28:03 +00:00
nex3 e3abb5d187 Fixed bug where a multiline at the end of a file doesn't render.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@388 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-04 20:16:54 +00:00
nex3 d524e6619f Fixed bug where multiline parsing conflicted with filters.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@366 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-11 07:23:26 +00:00
nex3 ab270247d9 Automatic variable-insertion syntax added.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@364 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-10 17:41:47 +00:00
nex3 b200bb4920 Deprecating ~.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@353 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-06 08:08:32 +00:00
nex3 a234dafba2 #foo[@person] now works as expected.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@340 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-04 05:09:00 +00:00
nex3 239cd89cf5 Empty string attributes don't appear (e.g. "%p{ :class => ''} Hi!" is "<p>Hi!</p>").
git-svn-id: svn://hamptoncatlin.com/haml/trunk@326 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-31 16:21:17 +00:00
nex3 34651f048c Nice formatting for form_for.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@320 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-31 03:17:57 +00:00
nex3 9846d89754 Wonderful, sensical error-reporting implemented. Yay!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@313 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-27 10:29:14 +00:00
nex3 c34dc185fc Forgot one file.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@310 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-27 07:10:13 +00:00
nex3 787cd66705 Fix for http://groups.google.com/group/haml/browse_thread/thread/225ea81289cbc3d8 - thanks Jeff!
Fixes ActionView rendering when a Haml partial has been rendered.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@302 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-24 17:35:06 +00:00
nex3 ba62fc3596 Test for user-defined filters.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@301 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-21 01:28:13 +00:00
nex3 2fa28d63e3 Filters: implemented!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@291 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-19 17:03:47 +00:00
nex3 50890f523a Fixes in trunk for Rails 1.2.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@289 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-19 02:54:40 +00:00
nex3 3fc1eb7688 Fix for bug
http://groups-beta.google.com/group/haml/msg/b36e951ee196a5ec
in trunk (thanks cameron).


git-svn-id: svn://hamptoncatlin.com/haml/trunk@273 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-03 07:27:11 +00:00
nex3 25d3328b1f Bugfix for http://groups-beta.google.com/group/haml/t/529d9e922327aa91,
version 1.0.1 created.


git-svn-id: svn://hamptoncatlin.com/haml/trunk@267 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-26 16:57:10 +00:00
hcatlin e5a2c944ae Adding some looping to make sure that we are also actually measuring the code's ability to work with logic.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@236 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-19 16:58:29 +00:00
nex3 3f0c2215e1 Replacing HAML with Haml.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@228 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-16 23:13:01 +00:00
nex3 8b9e5a7bb2 Moving Haml tests into their own folder.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@184 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:25:40 +00:00