[commits] Horde-Hatchery branch master updated. db62b44b379a465d1bbe1f93d0150d8c69c5dc98
Michael M Slusarz
slusarz at horde.org
Wed Oct 21 06:11:23 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 5e439288c37893b800669b3d521dd84d59d0d41f
6d67f8b... Move sidebar width generation to DimpBase.js.
bc5da10... Fix documentation
89919dc... There shouldn't be any javascript notifications anymore.
923db0b... Cleanups to DIMP template and CSS
dfe799d... Fix function name
e56a9d8... A bit longer delay seems to work better
2f53b56... Move qsearch field selection into submenu
64dc32e... Better IMAP error handling when viewing preview
e4912f2... Escape flag name since it may contain backslashes.
15dd246... Improvements to address display.
8291de1... Fix hiding large address lists.
f814df0... Remove basic search from DIMP
60d41fd... Better contextmenu separator display
3255114... Add quick flag filtering to DIMP
db62b44... Set sent-mail value from identity as selected in KeyNavList
-----------------------------------------------------------------------
commit 6d67f8b03515c40b31c6247500a6c5162fa8148b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 01:56:12 2009 -0600
Move sidebar width generation to DimpBase.js.
imp/js/DimpBase.js | 5 +++++
imp/templates/index/index-dimp.inc | 19 ++++++++-----------
imp/templates/javascript_defs_dimp.php | 1 +
imp/themes/screen-dimp.css | 3 ---
4 files changed, 14 insertions(+), 14 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=8e934502f626c0b1e843aaf55c486df762fee142&r2=6d67f8b03515c40b31c6247500a6c5162fa8148b
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=4a63e5afc4e5ceb8d482ec3030c1dea0d4924747&r2=6d67f8b03515c40b31c6247500a6c5162fa8148b
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=1f961429aad2156d880666b310371575d2ab7b38&r2=6d67f8b03515c40b31c6247500a6c5162fa8148b
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=c67b7f34f32eb941e0e93a395a5dde08b6c9a4d1&r2=6d67f8b03515c40b31c6247500a6c5162fa8148b
-----------------------------------------------------------------------
commit bc5da10882ce995bc9e503750805c9957db128ec
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 01:58:10 2009 -0600
Fix documentation
imp/js/DimpCore.js | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=8e934502f626c0b1e843aaf55c486df762fee142&r2=bc5da10882ce995bc9e503750805c9957db128ec
-----------------------------------------------------------------------
commit 89919dcec0f44b0c9e783353432ca35a5b0bb4e3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 03:10:36 2009 -0600
There shouldn't be any javascript notifications anymore.
If there still are, they need to be converted to Horde::addScriptFile()
or Horde::addInlineScript().
imp/index-dimp.php | 1 -
imp/message-dimp.php | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/index-dimp.php?rt=horde-hatchery&r1=0926e56fca57b4c76355ca32f0f09cd35fa5f7df&r2=89919dcec0f44b0c9e783353432ca35a5b0bb4e3
http://git.horde.org/diff.php/imp/message-dimp.php?rt=horde-hatchery&r1=9b0cf8d5d7304a11b7fee4a3425b8423fe9f854a&r2=89919dcec0f44b0c9e783353432ca35a5b0bb4e3
-----------------------------------------------------------------------
commit 923db0ba778921818d877914584021719b737bf9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 03:11:50 2009 -0600
Cleanups to DIMP template and CSS
Remove last of hardcoded images in template (at least for
non-dynamic/non-configurable items).
imp/templates/index/index-dimp.inc | 61 +++++++++++-------------
imp/themes/graphics/horde.png | Bin 0 -> 488 bytes
imp/themes/graphics/info_icon.png | Bin 0 -> 477 bytes
imp/themes/graphics/prefs.png | Bin 0 -> 333 bytes
imp/themes/graphics/print.png | Bin 0 -> 537 bytes
imp/themes/ie6_or_less-dimp.css | 3 -
imp/themes/screen-dimp.css | 73 +++++++++++++++---------------
imp/themes/silver/graphics/horde.png | Bin 0 -> 604 bytes
imp/themes/silver/graphics/info_icon.png | Bin 0 -> 782 bytes
imp/themes/silver/graphics/prefs.png | Bin 0 -> 610 bytes
imp/themes/silver/graphics/print.png | Bin 0 -> 731 bytes
imp/themes/silver/screen-dimp.css | 19 ++++++++
12 files changed, 83 insertions(+), 73 deletions(-)
create mode 100644 imp/themes/graphics/horde.png
create mode 100644 imp/themes/graphics/info_icon.png
create mode 100644 imp/themes/graphics/prefs.png
create mode 100644 imp/themes/graphics/print.png
create mode 100644 imp/themes/silver/graphics/horde.png
create mode 100644 imp/themes/silver/graphics/info_icon.png
create mode 100644 imp/themes/silver/graphics/prefs.png
create mode 100644 imp/themes/silver/graphics/print.png
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=6d67f8b03515c40b31c6247500a6c5162fa8148b&r2=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/graphics/horde.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/graphics/info_icon.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/graphics/prefs.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/graphics/print.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/diff.php/imp/themes/ie6_or_less-dimp.css?rt=horde-hatchery&r1=82bb12ab84242e6c82ef6f467a2cb29b9a337a1c&r2=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=6d67f8b03515c40b31c6247500a6c5162fa8148b&r2=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/silver/graphics/horde.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/silver/graphics/info_icon.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/silver/graphics/prefs.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/co.php/imp/themes/silver/graphics/print.png?rt=horde-hatchery&r=923db0ba778921818d877914584021719b737bf9
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-hatchery&r1=4c2e2f0eace3a042d7f1ff134f0763c3ba030f4d&r2=923db0ba778921818d877914584021719b737bf9
-----------------------------------------------------------------------
commit dfe799dfdb889a87c642862e28fb9d942740028d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 03:19:00 2009 -0600
Fix function name
imp/js/DimpBase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=6d67f8b03515c40b31c6247500a6c5162fa8148b&r2=dfe799dfdb889a87c642862e28fb9d942740028d
-----------------------------------------------------------------------
commit e56a9d8e6de5bb3ece91f9be90e4916c40ec875b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 12:18:57 2009 -0600
A bit longer delay seems to work better
imp/js/imp.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/js/imp.js?rt=horde-hatchery&r1=8e934502f626c0b1e843aaf55c486df762fee142&r2=e56a9d8e6de5bb3ece91f9be90e4916c40ec875b
-----------------------------------------------------------------------
commit 2f53b56b43fd537ac32e4d91ecf29048efef22f8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 12:30:04 2009 -0600
Move qsearch field selection into submenu
imp/js/DimpBase.js | 17 +++++++++--------
imp/templates/index/index-dimp.inc | 16 ++++++++++------
2 files changed, 19 insertions(+), 14 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=dfe799dfdb889a87c642862e28fb9d942740028d&r2=2f53b56b43fd537ac32e4d91ecf29048efef22f8
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=2f53b56b43fd537ac32e4d91ecf29048efef22f8
-----------------------------------------------------------------------
commit 64dc32ee5d45c27c561064274561e2a0d667c00f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 13:15:33 2009 -0600
Better IMAP error handling when viewing preview
imp/ajax.php | 20 ++++++++++++++------
1 files changed, 14 insertions(+), 6 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=41950bcd7f9754c58c12fd4db22011f66c5773ca&r2=64dc32ee5d45c27c561064274561e2a0d667c00f
-----------------------------------------------------------------------
commit e4912f20acaff52a932f4460a52a300395ffa1bd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 15:08:27 2009 -0600
Escape flag name since it may contain backslashes.
imp/js/search.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=fee41c3378b2a17590bf04ad34f6c33e76d33dfc&r2=e4912f20acaff52a932f4460a52a300395ffa1bd
-----------------------------------------------------------------------
commit 15dd246942b59e03cfa1874f3fb18326713b4879
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 16:05:46 2009 -0600
Improvements to address display.
imp/themes/screen-dimp.css | 23 ++++++++---------------
1 files changed, 8 insertions(+), 15 deletions(-)
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=923db0ba778921818d877914584021719b737bf9&r2=15dd246942b59e03cfa1874f3fb18326713b4879
-----------------------------------------------------------------------
commit 8291de1415f5d0d867118e13fa9339f2448ae745
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 16:14:23 2009 -0600
Fix hiding large address lists.
imp/js/DimpCore.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-hatchery&r1=bc5da10882ce995bc9e503750805c9957db128ec&r2=8291de1415f5d0d867118e13fa9339f2448ae745
-----------------------------------------------------------------------
commit f814df011985d6896b4b73ad51952c0f38ddc56d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 16:16:11 2009 -0600
Remove basic search from DIMP
imp/ajax.php | 9 ---------
imp/js/DimpBase.js | 24 ------------------------
imp/search-basic.php | 24 ++++++++----------------
imp/templates/index/index-dimp.inc | 1 -
imp/templates/search/search-basic.html | 3 ---
5 files changed, 8 insertions(+), 53 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=64dc32ee5d45c27c561064274561e2a0d667c00f&r2=f814df011985d6896b4b73ad51952c0f38ddc56d
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=2f53b56b43fd537ac32e4d91ecf29048efef22f8&r2=f814df011985d6896b4b73ad51952c0f38ddc56d
http://git.horde.org/diff.php/imp/search-basic.php?rt=horde-hatchery&r1=d843b290d5ec78fe4c3e956915d7722cceb79314&r2=f814df011985d6896b4b73ad51952c0f38ddc56d
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=2f53b56b43fd537ac32e4d91ecf29048efef22f8&r2=f814df011985d6896b4b73ad51952c0f38ddc56d
http://git.horde.org/diff.php/imp/templates/search/search-basic.html?rt=horde-hatchery&r1=a3f87b611b7259da756729f5621769029ca6de0f&r2=f814df011985d6896b4b73ad51952c0f38ddc56d
-----------------------------------------------------------------------
commit 60d41fd5149da7c8c974ea1323996faa27803a20
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 22:03:33 2009 -0600
Better contextmenu separator display
imp/js/DimpBase.js | 20 ++++++++----
imp/templates/index/index-dimp.inc | 57 +++++++++++++++++++++++++-----------
imp/themes/screen-dimp.css | 9 ++---
3 files changed, 57 insertions(+), 29 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=f814df011985d6896b4b73ad51952c0f38ddc56d&r2=60d41fd5149da7c8c974ea1323996faa27803a20
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=f814df011985d6896b4b73ad51952c0f38ddc56d&r2=60d41fd5149da7c8c974ea1323996faa27803a20
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=15dd246942b59e03cfa1874f3fb18326713b4879&r2=60d41fd5149da7c8c974ea1323996faa27803a20
-----------------------------------------------------------------------
commit 3255114450a98d829dbfbfb0fd94472cae7b2714
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 23:15:18 2009 -0600
Add quick flag filtering to DIMP
imp/ajax.php | 8 +--
imp/docs/CHANGES | 3 +-
imp/js/DimpBase.js | 66 +++++++++++++++++++++-----------
imp/lib/Search.php | 1 +
imp/lib/Views/ListMessages.php | 60 ++++++++++++++++------------
imp/templates/index/index-dimp.inc | 3 +
imp/templates/javascript_defs_dimp.php | 1 +
7 files changed, 88 insertions(+), 54 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-hatchery&r1=f814df011985d6896b4b73ad51952c0f38ddc56d&r2=3255114450a98d829dbfbfb0fd94472cae7b2714
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-hatchery&r1=c67b7f34f32eb941e0e93a395a5dde08b6c9a4d1&r2=3255114450a98d829dbfbfb0fd94472cae7b2714
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=60d41fd5149da7c8c974ea1323996faa27803a20&r2=3255114450a98d829dbfbfb0fd94472cae7b2714
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-hatchery&r1=98fee92d55e4100b0e1f18cff002e45a2fa60b3f&r2=3255114450a98d829dbfbfb0fd94472cae7b2714
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=3f9fb4899d12cb4371805c1daa088b20e73dca89&r2=3255114450a98d829dbfbfb0fd94472cae7b2714
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=60d41fd5149da7c8c974ea1323996faa27803a20&r2=3255114450a98d829dbfbfb0fd94472cae7b2714
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-hatchery&r1=6d67f8b03515c40b31c6247500a6c5162fa8148b&r2=3255114450a98d829dbfbfb0fd94472cae7b2714
-----------------------------------------------------------------------
commit db62b44b379a465d1bbe1f93d0150d8c69c5dc98
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue Oct 20 23:54:52 2009 -0600
Set sent-mail value from identity as selected in KeyNavList
imp/js/compose-dimp.js | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/imp/js/compose-dimp.js?rt=horde-hatchery&r1=5bb1358b3a17d4b84bc843e79d683acedadd6684&r2=db62b44b379a465d1bbe1f93d0150d8c69c5dc98
More information about the commits
mailing list