[cvs] commit: dimp dimp.js.php imp.php message.php dimp/js DimpCore.js dimp/js/src DimpCore.js dimp/lib/Views ShowMessage.php dimp/templates/chunks fullmessage.php dimp/templates/views ShowMessage.php

Michael M Slusarz slusarz at horde.org
Mon Apr 23 17:11:37 UTC 2007


slusarz     2007-04-23 13:11:37 EDT

  Modified files:
    .                    dimp.js.php imp.php message.php 
    js                   DimpCore.js 
    js/src               DimpCore.js 
    templates/chunks     fullmessage.php 
  Added files:
    lib/Views            ShowMessage.php 
  Removed files:
    templates/views      ShowMessage.php 
  Log:
  Moved ShowMessage.php to a class.  Now it is much easier to call from multiple
  locations, and we can do better error checking since the function can return
  on error.
  Also, we now load the Preview Pane via an AJAX call instead of a chunk request.
  Benefits: we catch any pending notifications on the server and we can
  accurately determine whether the received message is in fact still selected -
  if it is not, we don't display the data.  Avoids the delay/lag when selecting
  through multiple messages.
  
  Revision  Changes    Path
  1.23      +1 -2      dimp/dimp.js.php
  1.145     +16 -25    dimp/imp.php
  1.156     +1 -1      dimp/js/DimpCore.js
  1.156     +14 -3     dimp/js/src/DimpCore.js
  1.41      +364 -0    dimp/lib/Views/ShowMessage.php (new)
  1.41      +19 -36    dimp/message.php
  1.46      +2 -9      dimp/templates/chunks/fullmessage.php
  1.43      +0 -317    dimp/templates/views/Attic/ShowMessage.php (dead)

  Chora Links:
  http://cvs.horde.org/diff.php/dimp/dimp.js.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/dimp/imp.php?r1=1.144&r2=1.145&ty=u
  http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.155&r2=1.156&ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.155&r2=1.156&ty=u
  http://cvs.horde.org/co.php/dimp/lib/Views/ShowMessage.php?r=1.41
  http://cvs.horde.org/diff.php/dimp/message.php?r1=1.40&r2=1.41&ty=u
  http://cvs.horde.org/diff.php/dimp/templates/chunks/fullmessage.php?r1=1.45&r2=1.46&ty=u
  http://cvs.horde.org/co.php/dimp/templates/views/Attic/ShowMessage.php?r=1.42


More information about the cvs mailing list