Solar_Cli_MakeVendor -------------------- * [FIX] Add ERR_NO_RECORDS locale key translation. * [ADD] In skeleton for methods actionEdit(), actionAdd(), and actionDelete(), turn off HTTP caching in the response. Solar_Form ---------- * [FIX] Honor the 'attribs' config key properly. Thanks, Jon Elofson and Kalkin, for the report. Solar_Form_Load_Model --------------------- * [ADD] Config keys for default_text_size, default_textarea_rows, and default_textarea_cols. Method _fixAttribs() now honors these. Solar_Http_Response ------------------- * [ADD] Property $_no_cache and method setNoCache() to indicate that HTTP caching should be disabled. * [CHG] Method getHeaders() now honors the $_no_cache setting and returns the extra cache-disabling headers. * [CHG] Method redirectNoCache() now calls setNoCache() instead of setting headers itself. * [CHG] Method _sendHeaders() now uses getHeaders() instead of $this->_headers, so that $_no_cache is honored. Solar_Sql_Model_Collection -------------------------- * [FIX] Use model locale strings. Thanks, dmytrok, for the report and patch.