[cvs] commit: dimp compose.php dimp.js.php imp.php message.php dimp/docs CHANGES dimp/js MultiFile.js compose.js fullmessage.js dimp/js/src MultiFile.js compose.js fullmessage.js dimp/lib DIMP.php dimp/templates/chunks compose.php dimp/themes screen.css
Michael M Slusarz
slusarz at horde.org
Wed Apr 4 05:52:03 UTC 2007
slusarz 2007-04-04 01:52:03 EDT
Modified files:
. compose.php dimp.js.php imp.php
message.php
docs CHANGES
js compose.js fullmessage.js
js/src compose.js fullmessage.js
lib DIMP.php
templates/chunks compose.php
themes screen.css
Removed files:
js MultiFile.js
js/src MultiFile.js
Log:
Revamp attachment code. Essentially, the recent changes to submit compose
via AJAX calls broke attachment handling since files can only be uploaded
via submit calls. Therefore, go the extra difference and make file uploading
an asychronous activity. Additionally, eliminate a bunch of duplicate code
dealing with forwarded attachments - these are no different than regular
attachments and should be treated accordingly. These changes mean we no
longer need the separate MultiFile js file to be loaded.
Revision Changes Path
1.69 +19 -22 dimp/compose.php
1.17 +4 -2 dimp/dimp.js.php
1.30 +1 -0 dimp/docs/CHANGES
1.133 +13 -9 dimp/imp.php
1.16 +0 -1 dimp/js/Attic/MultiFile.js (dead)
1.28 +1 -1 dimp/js/compose.js
1.11 +1 -1 dimp/js/fullmessage.js
1.9 +0 -153 dimp/js/src/Attic/MultiFile.js (dead)
1.24 +71 -46 dimp/js/src/compose.js
1.10 +2 -2 dimp/js/src/fullmessage.js
1.65 +30 -3 dimp/lib/DIMP.php
1.39 +2 -7 dimp/message.php
1.118 +8 -19 dimp/templates/chunks/compose.php
1.141 +5 -5 dimp/themes/screen.css
Chora Links:
http://cvs.horde.org/diff.php/dimp/compose.php?r1=1.68&r2=1.69&ty=u
http://cvs.horde.org/diff.php/dimp/dimp.js.php?r1=1.16&r2=1.17&ty=u
http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.29&r2=1.30&ty=u
http://cvs.horde.org/diff.php/dimp/imp.php?r1=1.132&r2=1.133&ty=u
http://cvs.horde.org/co.php/dimp/js/Attic/MultiFile.js?r=1.15
http://cvs.horde.org/diff.php/dimp/js/compose.js?r1=1.27&r2=1.28&ty=u
http://cvs.horde.org/diff.php/dimp/js/fullmessage.js?r1=1.10&r2=1.11&ty=u
http://cvs.horde.org/co.php/dimp/js/src/Attic/MultiFile.js?r=1.8
http://cvs.horde.org/diff.php/dimp/js/src/compose.js?r1=1.23&r2=1.24&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/fullmessage.js?r1=1.9&r2=1.10&ty=u
http://cvs.horde.org/diff.php/dimp/lib/DIMP.php?r1=1.64&r2=1.65&ty=u
http://cvs.horde.org/diff.php/dimp/message.php?r1=1.38&r2=1.39&ty=u
http://cvs.horde.org/diff.php/dimp/templates/chunks/compose.php?r1=1.117&r2=1.118&ty=u
http://cvs.horde.org/diff.php/dimp/themes/screen.css?r1=1.140&r2=1.141&ty=u
More information about the cvs
mailing list