[cvs] commit: dimp message.php dimp/config hooks.php.dist dimp/js DimpBase.js DimpCore.js fullmessage.js dimp/js/src DimpBase.js DimpCore.js fullmessage.js dimp/lib/Views ShowMessage.php dimp/templates/index index.inc
Michael M Slusarz
slusarz at horde.org
Fri Aug 29 06:54:32 UTC 2008
slusarz 2008-08-29 02:54:32 EDT
Modified files:
. message.php
config hooks.php.dist
js DimpBase.js DimpCore.js fullmessage.js
js/src DimpBase.js DimpCore.js fullmessage.js
lib/Views ShowMessage.php
templates/index index.inc
Log:
Don't do HTML formatting of address information - just parse the addresses
and send to browser and have the browser create the necessary DOM elements.
Reduces data payload, offloads more work from server to browser, and removes
hard-coded formatting information from the PHP library code.
Revision Changes Path
1.17 +3 -1 dimp/config/hooks.php.dist
1.159 +1 -1 dimp/js/DimpBase.js
1.459 +1 -1 dimp/js/DimpCore.js
1.43 +1 -1 dimp/js/fullmessage.js
1.157 +9 -8 dimp/js/src/DimpBase.js
1.459 +36 -13 dimp/js/src/DimpCore.js
1.40 +9 -2 dimp/js/src/fullmessage.js
1.98 +51 -79 dimp/lib/Views/ShowMessage.php
1.71 +8 -1 dimp/message.php
1.232 +8 -1 dimp/templates/index/index.inc
Chora Links:
http://cvs.horde.org/diff.php/dimp/config/hooks.php.dist?r1=1.16&r2=1.17&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.158&r2=1.159&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.458&r2=1.459&ty=u
http://cvs.horde.org/diff.php/dimp/js/fullmessage.js?r1=1.42&r2=1.43&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.156&r2=1.157&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.458&r2=1.459&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/fullmessage.js?r1=1.39&r2=1.40&ty=u
http://cvs.horde.org/diff.php/dimp/lib/Views/ShowMessage.php?r1=1.97&r2=1.98&ty=u
http://cvs.horde.org/diff.php/dimp/message.php?r1=1.70&r2=1.71&ty=u
http://cvs.horde.org/diff.php/dimp/templates/index/index.inc?r1=1.231&r2=1.232&ty=u
More information about the cvs
mailing list