[commits] Horde-Hatchery branch master updated. 3f9fb4899d12cb4371805c1daa088b20e73dca89
Michael M Slusarz
slusarz at horde.org
Thu Sep 17 21:15:20 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 66489aed1d2c8f2e378fcf021ea3e0a6df74339f
1d11755... Don't focus quicksearch when clicking on icon
b8b83c8... Request #6875: More tweaks to advanced search page
ccc45bf... Remove non-existent variable
7df4476... Fix close image in dimp message view
2c115e1... Fix determination of starting message in search mailboxes
3f9fb48... Add To to the list of quicksearch criteria
-----------------------------------------------------------------------
commit 1d117553d5e337b6e18607e0eab38fcf2dcee2bb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Sep 17 11:30:09 2009 -0600
Don't focus quicksearch when clicking on icon
imp/js/DimpBase.js | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=66489aed1d2c8f2e378fcf021ea3e0a6df74339f&r2=1d117553d5e337b6e18607e0eab38fcf2dcee2bb
-----------------------------------------------------------------------
commit b8b83c8bf9bfe309df32403b6a31dfb2cfa651b5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Sep 17 11:47:53 2009 -0600
Request #6875: More tweaks to advanced search page
imp/js/DimpBase.js | 3 ++-
imp/js/search.js | 15 ++++++++++-----
imp/search.php | 20 +++++++++++++++-----
imp/templates/search/search.html | 7 +++++--
imp/themes/screen.css | 5 ++++-
5 files changed, 36 insertions(+), 14 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=1d117553d5e337b6e18607e0eab38fcf2dcee2bb&r2=b8b83c8bf9bfe309df32403b6a31dfb2cfa651b5
http://git.horde.org/diff.php/imp/js/search.js?rt=horde-hatchery&r1=d843b290d5ec78fe4c3e956915d7722cceb79314&r2=b8b83c8bf9bfe309df32403b6a31dfb2cfa651b5
http://git.horde.org/diff.php/imp/search.php?rt=horde-hatchery&r1=afb6e3bde3de4123bb7a9a50ab51bcddd5670b4e&r2=b8b83c8bf9bfe309df32403b6a31dfb2cfa651b5
http://git.horde.org/diff.php/imp/templates/search/search.html?rt=horde-hatchery&r1=d843b290d5ec78fe4c3e956915d7722cceb79314&r2=b8b83c8bf9bfe309df32403b6a31dfb2cfa651b5
http://git.horde.org/diff.php/imp/themes/screen.css?rt=horde-hatchery&r1=17714b4df6764e02d0b5876d1a7b97a3176387a7&r2=b8b83c8bf9bfe309df32403b6a31dfb2cfa651b5
-----------------------------------------------------------------------
commit ccc45bfeb7261018e2948c72532755a88aa5acf1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Sep 17 14:49:59 2009 -0600
Remove non-existent variable
imp/templates/chunks/message.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=9a130972373d253217f5e7e98396b5551ff729f9&r2=ccc45bfeb7261018e2948c72532755a88aa5acf1
-----------------------------------------------------------------------
commit 7df44765524df6100f66182dfbbe79e6f853da30
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Sep 17 14:55:24 2009 -0600
Fix close image in dimp message view
imp/templates/chunks/message.php | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/imp/templates/chunks/message.php?rt=horde-hatchery&r1=ccc45bfeb7261018e2948c72532755a88aa5acf1&r2=7df44765524df6100f66182dfbbe79e6f853da30
-----------------------------------------------------------------------
commit 2c115e14d37534dbbe214513962160a0c6e64a2c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Sep 17 15:12:21 2009 -0600
Fix determination of starting message in search mailboxes
imp/lib/Mailbox.php | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-hatchery&r1=9cc18d71a7bf73b8fe87c7acb74f16f8b5ff327c&r2=2c115e14d37534dbbe214513962160a0c6e64a2c
-----------------------------------------------------------------------
commit 3f9fb4899d12cb4371805c1daa088b20e73dca89
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Sep 17 15:13:42 2009 -0600
Add To to the list of quicksearch criteria
imp/js/DimpBase.js | 1 +
imp/lib/Views/ListMessages.php | 17 +++++++++++++----
imp/templates/index/index-dimp.inc | 1 +
3 files changed, 15 insertions(+), 4 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-hatchery&r1=b8b83c8bf9bfe309df32403b6a31dfb2cfa651b5&r2=3f9fb4899d12cb4371805c1daa088b20e73dca89
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-hatchery&r1=d8b876ce14f11a5bd1d00b26ddaca3bccdaa2807&r2=3f9fb4899d12cb4371805c1daa088b20e73dca89
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-hatchery&r1=0f24141743db7fbdfde83b456693dbea42724dc3&r2=3f9fb4899d12cb4371805c1daa088b20e73dca89
More information about the commits
mailing list