Commit Graph
20 Commits
Author SHA1 Message Date
Justin Hileman 9c73e5bb4f Add whitespace bug to known issues. 2011-04-26 18:59:22 -04:00
Justin Hileman f2d677e5d6 Update README. 2010-12-08 16:04:11 -05:00
Justin Hileman 3e6b8102b7 Massive overhaul of Mustache.php's whitespace handling.
Move regex preparation into methods, use named subpatterns so the regex makes more sense. Fix the logic around eating newlines adjacent to tags. Update tests to reflect the changes.
2010-11-24 07:45:24 -05:00
Justin Hileman 31b38b71a2 Test coverage is no longer incomplete. 2010-08-15 06:55:47 -04:00
Justin Hileman 582c3278fa Add known issue for whitespace, mark whitespace test as skipped. 2010-08-15 06:28:56 -04:00
Justin Hileman df1b3c8e7d Pragmas in parent templates no longer apply to partials (as of a few commits ago). Added test case, removed known issue from readme. 2010-05-22 20:50:05 -04:00
Justin Hileman fdcd284ed5 Updating known issues in readme. 2010-04-30 00:35:07 -04:00
Justin Hileman ad83344900 Merge branch 'dev' into feature/pragma-dot-notation
Conflicts:
	README.markdown
2010-04-26 22:03:03 -04:00
Justin Hileman 5832dd5b5d Updating README to reflect child context fix. 2010-04-26 21:58:16 -04:00
Justin Hileman 2fbc599c26 fixing markup typo in README 2010-04-26 21:07:47 -04:00
Justin Hileman bb4905dd1b Added known issue for missing child context in sections. 2010-04-26 20:35:46 -04:00
Justin Hileman f0d171aed6 Merge branch 'dev' into feature/pragma-dot-notation 2010-04-26 20:27:07 -04:00
Justin Hileman 57a6aafff1 Fixed complex example to use inverted sections rather than fancy ruby-ish context swizzling (which never worked in PHP anyway). 2010-04-26 19:01:57 -04:00
Justin Hileman 8cbf5ebb0f Added known issue for current pragma limitation. 2010-04-25 18:05:54 -04:00
Justin Hileman fa8c81dcfd Update README to reflect preferred mustache class implementation. Rendering arbitrary generic view class/array and template is secondary. 2010-04-06 00:28:02 -04:00
Justin Hileman cb5985171c Added known issue for complex complex example failure. 2010-04-06 00:23:49 -04:00
Justin Hileman e77226c4f6 Added 'known issues' to readme. 2010-04-06 00:19:55 -04:00
Justin Hileman b1c3e06144 Added a second example. It's still not enough, but better than nothing. 2010-03-29 14:25:31 -04:00
Justin Hileman 0e73e66a34 Updating readme to link to pretty Mustache homepage rather than github page. 2010-03-22 17:55:03 -04:00
Justin Hileman 6cd78e932a Usage. 2010-03-19 18:17:08 -04:00