CHANGELOG in masterview_gem_pack-0.3.3 vs CHANGELOG in masterview_gem_pack-0.3.4

- old
+ new

@@ -1,5 +1,12 @@ -0.3.3 +0.3.4 - October 4th, 2007 +Added rake task mv:generate_all_rhtml which calls mv:parse to generate all the rhtml files. Added to make it clearer for those wanting to generate their rhtml manually. +Make values in gen_partial and import_partial retain their page specific values, allowing you to specify different locals, collections, or objects for import_render than you do on gen_partial. Also allows you to reuse the partial multiple times on a page with different values. (thanks James Britt) +Fix rebuild template so that it uses the same list of XHTML empty elements to determine whether to collapse empty elements (thanks Brian Jordan) +Fixed problem with CruiseControl where ActionController was not defined (thanks James Britt) + + +0.3.3 - July 1, 2007 Added xml doctype to generated code Fixed bug in gen_replace where it was generating <% %> rather than <%= %> (Thanks to Jon Frisby for indentifying) Fix defect in form tag not setting :multipart => true when form enctype=multipart/form-data (Thanks to Rajavel Lenin for identifying) Fix defect in stylesheet_link, was looking at attribute src rather than href (Thanks to Rajavel Lenin for identifying) Make REXML sax2parser selection configurable and use patched sax2parser if compatible REXML version 3.1.4-3.1.5 is installed (Thanks to David Koontz for help in indentifying issue) \ No newline at end of file