[cvs] commit: dimp imp.php dimp/js DimpCore.js DraggableMail.js ViewPort.js dimp/js/src DimpCore.js ViewPort.js dimp/lib/Views ListMessages.php
Michael M Slusarz
slusarz at horde.org
Tue May 22 18:00:55 UTC 2007
slusarz 2007-05-22 14:00:55 EDT
Modified files:
. imp.php
js DimpCore.js DraggableMail.js ViewPort.js
js/src DimpCore.js ViewPort.js
lib/Views ListMessages.php
Log:
Rewrite browser-caching for message lists. We need to separately send the
message UID information (i.e. subject, from, attachment info, etc.) from the
current message number information since message number information may
change in ways we can't predict or easily compute on the browser side. Store
the list of UIDs currently cached on the browser in the session - we only send
new UID information. The server will now determine the proper message slice
to send rather than the browser.
Revision Changes Path
1.157 +5 -5 dimp/imp.php
1.193 +1 -1 dimp/js/DimpCore.js
1.47 +1 -131 dimp/js/DraggableMail.js
1.134 +1 -1 dimp/js/ViewPort.js
1.193 +3 -3 dimp/js/src/DimpCore.js
1.111 +67 -64 dimp/js/src/ViewPort.js
1.32 +92 -48 dimp/lib/Views/ListMessages.php
Chora Links:
http://cvs.horde.org/diff.php/dimp/imp.php?r1=1.156&r2=1.157&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.192&r2=1.193&ty=u
http://cvs.horde.org/diff.php/dimp/js/DraggableMail.js?r1=1.46&r2=1.47&ty=u
http://cvs.horde.org/diff.php/dimp/js/ViewPort.js?r1=1.133&r2=1.134&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.192&r2=1.193&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/ViewPort.js?r1=1.110&r2=1.111&ty=u
http://cvs.horde.org/diff.php/dimp/lib/Views/ListMessages.php?r1=1.31&r2=1.32&ty=u
More information about the cvs
mailing list