CHANGELOG.rdoc in netzke-basepack-0.6.2 vs CHANGELOG.rdoc in netzke-basepack-0.6.3

- old
+ new

@@ -1,15 +1,40 @@ += v0.6.3 - 2011-01-14 +* compatibility with netzke-core 0.6.5 + +* refactoring + * GridPanel code restructured, using the new +js_mixin+ method + +* bug fix + * GridPanel respects strong_default_attrs + * TabPanel doesn't fire multiple load requests per tab in case of lazy-loaded tabs and fast clicking + * Filtering/sorting on virtual columns is now disabled by default + * Filtering on date columns + +* enhancements + * I18n for Grid/FormPanel + * new +getter+ config option for columns/fields, a lambda receiving the record as parameter + * new +setter+ config option for columns/fields, a lambda receiving the record as first parameter, new value as the second + * GridPanel passes columns' default values to the "Add in form" form + * FormPanel can now be used without specifying a model + * New +commalistcbg+ form field for checkboxes, where boxLabels of selected checkboxes are serialized into comma-separated string (the separator is configurable) + * New +nradiogroup+ form field for radio buttons, where the value is defined by the boxLabel of the selected radio button + * New +no_binding+ option for configuring a form field. Set it to "true" when you don't want Netzke to expand the field configuration based on the +name+ property. May be needed in some cases, e.g. when using checkboxes/radio buttons in the form. + * New +nested_attribute+ option for configuring data attributes (thus applicable for a column, a field, or a +netzke_attribute+ in the model). When set to true for an association attribute (e.g. author__name), assigning a value to it will change the association's attribute, *not* trying to find an association by name and reassign it if found (default behavior). + * FormPanel shows the "Updating..." mask while sending values to the server (configurable with updateMask option/property) + * FormPanel now can be used in the "lockable" mode (:config => :lockable), which makes it load initially in "display mode", then "unlock" it, change the values, and "lock" it again (updating the values on the server) + = v0.6.2 - 2010-11-05 * compatibility with netzke-core 0.6.4 * bug fix * BorderLayoutPanel persistence fix = v0.6.1 - 2010-11-04 * enhancements * BorderLayoutPanel persistence: remembers region sizes and collapsed/expanded states * tooltips for grid buttons - + * bug fix * auto-detection of association's method when the latter is virtual was broken in 1.9.2 = v0.6.0 - 2010-10-24 * netzke-core 0.6.0 compatibility, thorough refactoring @@ -319,6 +344,6 @@ = v0.1.0.1 * Meta work: replacing underscore with dash in the name = v0.1.0 - 2008-12-20 -* Initial release \ No newline at end of file +* Initial release