[commits] Horde branch master updated. 2ccbf2b790ea22402bb2e94ef5ff107340d57af4
Michael M Slusarz
slusarz at horde.org
Thu Jan 28 08:34:34 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: d0131d0613e1506d60ba2254575174804dcbf835
eb7caa5 baseWindow might no longer exist, so check for that
8f112a6 Move DIMP compose AJAX actions into Horde AJAX framework
6cbae7c Slightly less intrusive forwarded row coloring
d1a8132 Tweak pref wording
1fedcaa Fix/improve disabling of ckeditor instance in dimp
2ccbf2b Fix typos
-----------------------------------------------------------------------
commit eb7caa542eac157ee816f6da6a77314c1db085c2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jan 27 13:37:50 2010 -0700
baseWindow might no longer exist, so check for that
imp/js/compose-dimp.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=eb7caa542eac157ee816f6da6a77314c1db085c2
-----------------------------------------------------------------------
commit 8f112a693009b7e6fccf4a60f7ad022a0376892f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 21 16:38:31 2010 -0700
Move DIMP compose AJAX actions into Horde AJAX framework
framework/Ajax/lib/Horde/Ajax/Application/Base.php | 12 +
horde/services/ajax.php | 4 +-
imp/compose-dimp.php | 139 -------
imp/js/DimpBase.js | 10 +-
imp/js/DimpCore.js | 9 +-
imp/js/compose-dimp.js | 34 +-
imp/lib/Ajax/Application.php | 414 +++++++++++++++++++-
imp/lib/Dimp.php | 139 -------
imp/templates/chunks/compose.php | 3 +-
9 files changed, 448 insertions(+), 316 deletions(-)
http://git.horde.org/diff.php/framework/Ajax/lib/Horde/Ajax/Application/Base.php?rt=horde-git&r1=eeb4f50a298246d1b9114aee6792d430b4fc805a&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/horde/services/ajax.php?rt=horde-git&r1=b72c6d41a4678781abd1a9f0910d5cf7f785389b&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/imp/compose-dimp.php?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-git&r1=13879630963e68a2bfe3f85e37082bd6d5ac6631&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=eb7caa542eac157ee816f6da6a77314c1db085c2&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/imp/lib/Dimp.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
http://git.horde.org/diff.php/imp/templates/chunks/compose.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=8f112a693009b7e6fccf4a60f7ad022a0376892f
-----------------------------------------------------------------------
commit 6cbae7c2f101f05eb1a1045c9a26503954432546
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jan 27 15:46:23 2010 -0700
Slightly less intrusive forwarded row coloring
imp/config/prefs.php.dist | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=9ad763efa473b2301c7280cc0d6d8ed8eae2fe24&r2=6cbae7c2f101f05eb1a1045c9a26503954432546
-----------------------------------------------------------------------
commit d1a813270e57dfdbaf360bb838eea4fa4809d219
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 28 01:02:45 2010 -0700
Tweak pref wording
imp/config/prefs.php.dist | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=6cbae7c2f101f05eb1a1045c9a26503954432546&r2=d1a813270e57dfdbaf360bb838eea4fa4809d219
-----------------------------------------------------------------------
commit 1fedcaac02aa680fd20720be8a6176dc54292fed
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 28 01:14:46 2010 -0700
Fix/improve disabling of ckeditor instance in dimp
imp/js/compose-dimp.js | 40 +++++++++++++++-------------------------
1 files changed, 15 insertions(+), 25 deletions(-)
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-git&r1=8f112a693009b7e6fccf4a60f7ad022a0376892f&r2=1fedcaac02aa680fd20720be8a6176dc54292fed
-----------------------------------------------------------------------
commit 2ccbf2b790ea22402bb2e94ef5ff107340d57af4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 28 01:27:51 2010 -0700
Fix typos
imp/js/ViewPort.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=2ccbf2b790ea22402bb2e94ef5ff107340d57af4
More information about the commits
mailing list