Changeset 36 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
11/23/08 19:59:51 (3 years ago)
Author:
tsuckowhomberg
google:author:
tsuckowhomberg
Message:
  • enhancement: added build tools for creating minified deployable versions of Ext.ux.Livegrid-scripts
  • enhancement: (GridView?.js) the rowIndex argument of the column's renderer will now pass the value of the index of the row as available in the view, i.e. as defined in the row's rowIndex property, which adds support for Ext.grid.RowNumberer?
  • fixed: (GridView?.js) fixed a bug where "getPredictedBufferIndex()" would not compute the next rowIndex for a request properly, leading to an endless loop
  • enhancement: (GridView?.js, RowSelectionModel?.js) removed override of "onRefresh()" to keep selections after a refresh or sort occured, if, and only if those records are

returned by the response; removed custom call to selection model's "clearSelections()" in the GridView?'s "reset()" method

  • enhancement: intercepted "autoLoad" property of Ext.ux.grid.livegrid.Store to make sure the store gets only loaded if the view has been rendered, if the store's autoLoad property was set to "true"
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r35 r36  
    1 Version 0.3a4 (GPL) 
     1Version 0.3RC1 (GPL) 
     223-November-2008 
     3 
     4 - enhancement: added build tools for creating minified deployable versions of 
     5Ext.ux.Livegrid-scripts 
     6 - enhancement: (GridView.js) the rowIndex argument of the column's renderer will 
     7now pass the value of the index of the row as available in the view, i.e. as defined 
     8in the row's rowIndex property, which adds support for Ext.grid.RowNumberer 
     9 - fixed: (GridView.js) fixed a bug where "getPredictedBufferIndex()" would not 
     10compute the next rowIndex for a request properly, leading to an endless loop 
     11 - enhancement: (GridView.js, RowSelectionModel.js) removed override of "onRefresh()" 
     12to keep selections after a refresh or sort occured, if, and only if those records are 
     13returned by the response; removed custom call to selection model's "clearSelections()" 
     14in the GridView's "reset()" method 
     15 - enhancement: intercepted "autoLoad" property of Ext.ux.grid.livegrid.Store to make 
     16sure the store gets only loaded if the view has been rendered, if the store's autoLoad 
     17property was set to "true" 
     18 
     19 
     20Version 0.3a4 (GPL) 
    2211-November-2008 
    322