CHANGELOG in masterview_gem_pack-0.2.2 vs CHANGELOG in masterview_gem_pack-0.2.3
- old
+ new
@@ -1,4 +1,18 @@
+0.2.3 - July 5th, 2006
+Change default development settings for enable_admin_pages = true and enable_view_rhtml = true, remains false in production.
+Change generated message in files to indicate that list.html controls layout and _messages, while new.html controls _form...
+Added check_box directive
+Added radio_button directive
+Refactored attr_value option parser
+Added select directive
+Added config setting template_asset_base_ref_pattern, index by asset type, for extracting asset refs from template design-time refs for rails helpers.
+Internal rework of directive handling to provide infrastructure for enable alt directive name spaces (separate from builtin mv: namespace).
+Std app directives dir at rails app/masterview/directives will be automatically added to load path along with builtin mv: directives if present.
+Added quote_if method to directive_base and refactored directives to utilize so logic is consolidated.
+Added collection_select directive
+
+
0.2.2 - June 30th, 2006 - Fix bug when not generating rhtml that rails template error could not find source and thus would fail to generate rhtml error page
0.2.1 - June 28th, 2006
Added Mongrel support
Added image_tag directive
\ No newline at end of file