CHANGELOG in masterview_gem_pack-0.3.2 vs CHANGELOG in masterview_gem_pack-0.3.3
- old
+ new
@@ -1,4 +1,19 @@
+0.3.3
+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)
+Update masterview_plugin generator which generates plugin stub to create examples/rails_app_admin_auth/admin_auth_mixin.rb
+Added auto_copy feature that can be configured to auto copy static files like stylesheets, images, and javascripts from a non-standard location to the proper location at runtime (under public).
+Fixed defect with integration of other plugins that can change view_base, causing templates to not be found from MasterView
+Fix rebuild template so that doctypes are retained when rebuilding or copying and in scaffold generation
+Fix rails runtime detection to include RadRails launch using -e
+Added rake mv:clean_mv_rhtml task which removes MasterView generated rhtml if generating to file system
+
+
+
0.3.2 - February 20, 2007
Fix bug in mv:attr directive where multiparam eval method like :a => #{hello 1,2} was not being parsed properly
Added mv:select to alphabetical list on bottom of directives html doc page
Fix incompatibility with Rails 1.2 template error - blank page on erb error
Use template_changed_since? for compile checking when it is available Rails changeset 5587
\ No newline at end of file