History.rdoc in lolita-3.2.0.rc.6 vs History.rdoc in lolita-3.2.0.rc.7
- old
+ new
@@ -1,7 +1,8 @@
=== Version 3.2.0
* Enhancements
+ * *append_to* option added for #lolita_for, that may append to container resource
* _only_ options added for <b>lolita_for</b>
* New options _visible_ added to Lolita::Mapping, now is possible to exclude resource from navigation tree
* Search functionality added, included in List
* All modules that need to be included by Lolita controllers is added in one Lolita::ControllerAddition
* Basic authorization added, now with CanCan.
@@ -11,27 +12,31 @@
* Removed Lolita::Configuration::Factory and Lolita::Configuration::Page
* Range, Float, Symbol, Hash fields are added to support Mongoid ORM
* All fields automaticly have html_options[:class] updated with its type
* Assets can be passet to lolita through application configuration attribute #assets
* Polymorphic association field
+ * :once options added to hook #run
+ * #use_mapping added in InternalHelpers, switch block to given mapping
+ * :on option added to fields, that allow to determine when to show field
* Changes
* noew using rails 3.1.x
* #value, #value=, #record_value removed from Lolita::Configuration::Field
* Created pagination in list and in adapters; its possible to customize it for model.
* All fields must have name as well as tabs must have type
* Removed
- * Lolita::FileHelper from generators removed
+ * Lolita::Generator::FileHelper from generators removed
* Bug fixes
+ * visible? for Navigation::Branch fixed
+ * /lolita redirection fixed
* Each hook call runs as new instance of Hooks::Runner
* All classes fixed to work with both mongoid and AR
* String disabled builder fixed to use form object
+ * Error msg list is visible in all tabs even there is no field that failed validation (fixed)
=== Version 3.1.18
-* Enhancements
- *
* Bug fixes
* Polymorphic bug fixed
* habtm field fixed
=== Version 3.1.17 / 2011-09-01