[cvs] commit: dimp imp.php dimp/docs CHANGES dimp/js DimpBase.js ViewPort.js dimp/js/src DimpBase.js ViewPort.js dimp/lib/Views ListMessages.php

Michael M Slusarz slusarz at horde.org
Fri May 23 17:40:16 UTC 2008


slusarz     2008-05-23 13:40:16 EDT

  Modified files:
    .                    imp.php 
    docs                 CHANGES 
    js                   DimpBase.js ViewPort.js 
    js/src               DimpBase.js ViewPort.js 
    lib/Views            ListMessages.php 
  Log:
  Fix loading viewport slice in background when scrolling up. Seemed like
  a trivial fix (an incorrect variable name in ViewPort was causing the limit
  tolerance to calculate at 0), but fixing the issue broke other things. In
  short, ViewPort didn't really work seamlessly when scrolling up through
  slices that have not yet been loaded. The solution is to have ViewPort handle
  all slice range generation instead of the server. Makes much more sense from
  the perspective of being able to use ViewPort elsewhere in the future, but
  it touches quite a bit of code so I am not comfortable merging to 1.0. Will
  appear in 1.0.1.
  
  Revision  Changes    Path
  1.91      +2 -1      dimp/docs/CHANGES
  1.217     +13 -8     dimp/imp.php
  1.65      +1 -1      dimp/js/DimpBase.js
  1.266     +1 -1      dimp/js/ViewPort.js
  1.65      +2 -1      dimp/js/src/DimpBase.js
  1.244     +227 -95   dimp/js/src/ViewPort.js
  1.70      +34 -53    dimp/lib/Views/ListMessages.php

  Chora Links:
  http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.90&r2=1.91&ty=u
  http://cvs.horde.org/diff.php/dimp/imp.php?r1=1.216&r2=1.217&ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.64&r2=1.65&ty=u
  http://cvs.horde.org/diff.php/dimp/js/ViewPort.js?r1=1.265&r2=1.266&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.64&r2=1.65&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/ViewPort.js?r1=1.243&r2=1.244&ty=u
  http://cvs.horde.org/diff.php/dimp/lib/Views/ListMessages.php?r1=1.69&r2=1.70&ty=u


More information about the cvs mailing list