[cvs] commit: dimp compose.php imp.php message.php dimp/config conf.xml hooks.php.dist dimp/js DimpBase.js DimpCore.js dimp/js/src DimpBase.js DimpCore.js dimp/lib/Views ShowMessage.php dimp/templates/chunks fullmessage.php message.php ...
Michael M Slusarz
slusarz at horde.org
Wed Apr 30 22:21:05 UTC 2008
slusarz 2008-04-30 18:21:05 EDT
Modified files:
. compose.php imp.php message.php
config conf.xml hooks.php.dist
js DimpBase.js DimpCore.js
js/src DimpBase.js DimpCore.js
lib/Views ShowMessage.php
templates/index index.inc
themes screen.css
Added files:
templates/chunks message.php
templates/imp compose.html
Removed files:
templates/chunks fullmessage.php
templates/imp fullcompose.html message.html
Log:
Want to get this in before 1.0 because it changes template files so much...
Rework message display code. Preview mode vs. popup message mode are really
two different things. Hard code the message template into both views. The
major benefit is we no longer have to create the full HTML page/set
event observers every time we view a preview message - we can set it up once
on login and simply update the relevant fields with the new information.
Greatly reduces bandwith and lessens resource needs on server side. The
only drawback is the change of several templates and the addition of a new
hook for preview messages - since we are dynamically populating at load time,
we can't adopt the old template approach. But there is a net -1 gain on
template files so that's always a good thing.
Revision Changes Path
1.108 +2 -2 dimp/compose.php
1.35 +7 -1 dimp/config/conf.xml
1.15 +36 -7 dimp/config/hooks.php.dist
1.212 +3 -7 dimp/imp.php
1.47 +1 -1 dimp/js/DimpBase.js
1.421 +1 -1 dimp/js/DimpCore.js
1.48 +77 -49 dimp/js/src/DimpBase.js
1.422 +12 -16 dimp/js/src/DimpCore.js
1.86 +106 -152 dimp/lib/Views/ShowMessage.php
1.62 +13 -13 dimp/message.php
1.73 +0 -79 dimp/templates/chunks/Attic/fullmessage.php (dead)
1.1 +129 -0 dimp/templates/chunks/message.php (new)
1.7 +0 -10 dimp/templates/imp/Attic/fullcompose.html (dead)
1.50 +0 -70 dimp/templates/imp/Attic/message.html (dead)
1.1 +10 -0 dimp/templates/imp/compose.html (new)
1.181 +87 -21 dimp/templates/index/index.inc
1.250 +3 -2 dimp/themes/screen.css
Chora Links:
http://cvs.horde.org/diff.php/dimp/compose.php?r1=1.107&r2=1.108&ty=u
http://cvs.horde.org/diff.php/dimp/config/conf.xml?r1=1.34&r2=1.35&ty=u
http://cvs.horde.org/diff.php/dimp/config/hooks.php.dist?r1=1.14&r2=1.15&ty=u
http://cvs.horde.org/diff.php/dimp/imp.php?r1=1.211&r2=1.212&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpBase.js?r1=1.46&r2=1.47&ty=u
http://cvs.horde.org/diff.php/dimp/js/DimpCore.js?r1=1.420&r2=1.421&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpBase.js?r1=1.47&r2=1.48&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DimpCore.js?r1=1.421&r2=1.422&ty=u
http://cvs.horde.org/diff.php/dimp/lib/Views/ShowMessage.php?r1=1.85&r2=1.86&ty=u
http://cvs.horde.org/diff.php/dimp/message.php?r1=1.61&r2=1.62&ty=u
http://cvs.horde.org/co.php/dimp/templates/chunks/Attic/fullmessage.php?r=1.72
http://cvs.horde.org/co.php/dimp/templates/chunks/message.php?r=1.1
http://cvs.horde.org/co.php/dimp/templates/imp/Attic/fullcompose.html?r=1.6
http://cvs.horde.org/co.php/dimp/templates/imp/Attic/message.html?r=1.49
http://cvs.horde.org/co.php/dimp/templates/imp/compose.html?r=1.1
http://cvs.horde.org/diff.php/dimp/templates/index/index.inc?r1=1.180&r2=1.181&ty=u
http://cvs.horde.org/diff.php/dimp/themes/screen.css?r1=1.249&r2=1.250&ty=u
More information about the cvs
mailing list