[commits] Horde branch master updated. 7b8ddd0c8667d890fbef894ed6d517bbfcd983b6
Michael M Slusarz
slusarz at horde.org
Thu Dec 24 09:09:09 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: 0737ffaea25babd0481fde2f82c2adcbca692a2e
7e7b183 Fix setting label of a 'special' container
727dbed Add IMP::newmailAlerts()
cf2bd4f Delete search folders from browser cache when navigating away from them
e7c8285 Fix deleting messages in search mailboxes.
98523bf Maintain accesskeys on updates; no need to carry around these text strings
5f7ffd2 If reset is seen, clear the selected list.
a8d0ab0 phpdoc
e6785ab Fix determining starting index when in search mailboxes
9ab3adc Request #7297: Only update search mailbox on explicit user action
2372f4e Move request_id and update determination into ListMessages()
7b8ddd0 If selected message(s) disappear from mailbox, gracefully handle in the UI
-----------------------------------------------------------------------
commit 7e7b18373d72da613ef275dddc022e673e2f6779
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Dec 23 22:03:04 2009 -0700
Fix setting label of a 'special' container
imp/js/DimpBase.js | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=7e7b18373d72da613ef275dddc022e673e2f6779
-----------------------------------------------------------------------
commit 727dbedf976187d37ac36a524c58a77cd13f3d0f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Dec 23 22:15:07 2009 -0700
Add IMP::newmailAlerts()
imp/folders.php | 11 +----
imp/lib/Block/summary.php | 11 +---
imp/lib/IMP.php | 109 +++++++++++++++++++++++++++------------------
imp/mailbox.php | 10 +---
4 files changed, 71 insertions(+), 70 deletions(-)
http://git.horde.org/diff.php/imp/folders.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=727dbedf976187d37ac36a524c58a77cd13f3d0f
http://git.horde.org/diff.php/imp/lib/Block/summary.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=727dbedf976187d37ac36a524c58a77cd13f3d0f
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=727dbedf976187d37ac36a524c58a77cd13f3d0f
http://git.horde.org/diff.php/imp/mailbox.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=727dbedf976187d37ac36a524c58a77cd13f3d0f
-----------------------------------------------------------------------
commit cf2bd4fe1b06e6b20fda21e61597a05b57d0e2d2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Dec 23 23:03:53 2009 -0700
Delete search folders from browser cache when navigating away from them
imp/js/DimpBase.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=7e7b18373d72da613ef275dddc022e673e2f6779&r2=cf2bd4fe1b06e6b20fda21e61597a05b57d0e2d2
-----------------------------------------------------------------------
commit e7c8285d40afd0a2dc48a57a6decd74af32db6af
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Dec 23 23:23:53 2009 -0700
Fix deleting messages in search mailboxes.
imp/js/DimpBase.js | 2 +-
imp/templates/javascript_defs_dimp.php | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=cf2bd4fe1b06e6b20fda21e61597a05b57d0e2d2&r2=e7c8285d40afd0a2dc48a57a6decd74af32db6af
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=e7c8285d40afd0a2dc48a57a6decd74af32db6af
-----------------------------------------------------------------------
commit 98523bfccf0b0d194a1aec1b4a04c4ce8c079b3b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 24 00:42:16 2009 -0700
Maintain accesskeys on updates; no need to carry around these text strings
imp/js/DimpBase.js | 8 ++++++++
imp/js/DimpCore.js | 4 ----
imp/templates/javascript_defs_dimp.php | 4 +---
3 files changed, 9 insertions(+), 7 deletions(-)
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=e7c8285d40afd0a2dc48a57a6decd74af32db6af&r2=98523bfccf0b0d194a1aec1b4a04c4ce8c079b3b
http://git.horde.org/diff.php/imp/js/DimpCore.js?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=98523bfccf0b0d194a1aec1b4a04c4ce8c079b3b
http://git.horde.org/diff.php/imp/templates/javascript_defs_dimp.php?rt=horde-git&r1=e7c8285d40afd0a2dc48a57a6decd74af32db6af&r2=98523bfccf0b0d194a1aec1b4a04c4ce8c079b3b
-----------------------------------------------------------------------
commit 5f7ffd2edcaa66b85c93220f8f2bf051155c77a9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 24 00:43:12 2009 -0700
If reset is seen, clear the selected list.
imp/js/ViewPort.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=5f7ffd2edcaa66b85c93220f8f2bf051155c77a9
-----------------------------------------------------------------------
commit a8d0ab00bcc8cc00ad3c47e42d86831d93534cca
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 24 01:12:53 2009 -0700
phpdoc
imp/lib/Contents.php | 8 ++++----
imp/lib/Mailbox.php | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
http://git.horde.org/diff.php/imp/lib/Contents.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=a8d0ab00bcc8cc00ad3c47e42d86831d93534cca
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=a8d0ab00bcc8cc00ad3c47e42d86831d93534cca
-----------------------------------------------------------------------
commit e6785ab91a4635bb9c46b980f72b5c1840de3c74
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 24 01:13:31 2009 -0700
Fix determining starting index when in search mailboxes
imp/lib/Mailbox.php | 30 +++++++++++++++---------------
imp/message-mimp.php | 2 +-
imp/message.php | 2 +-
imp/thread.php | 2 +-
4 files changed, 18 insertions(+), 18 deletions(-)
http://git.horde.org/diff.php/imp/lib/Mailbox.php?rt=horde-git&r1=a8d0ab00bcc8cc00ad3c47e42d86831d93534cca&r2=e6785ab91a4635bb9c46b980f72b5c1840de3c74
http://git.horde.org/diff.php/imp/message-mimp.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=e6785ab91a4635bb9c46b980f72b5c1840de3c74
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=e6785ab91a4635bb9c46b980f72b5c1840de3c74
http://git.horde.org/diff.php/imp/thread.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=e6785ab91a4635bb9c46b980f72b5c1840de3c74
-----------------------------------------------------------------------
commit 9ab3adc6193cc2b841067a94a199a7c62efe4b13
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 24 01:17:26 2009 -0700
Request #7297: Only update search mailbox on explicit user action
imp/ajax.php | 21 +++++++++++----------
imp/docs/CHANGES | 1 +
imp/js/DimpBase.js | 30 +++++++++++++++++++++++-------
imp/templates/index/index-dimp.inc | 6 ++++--
imp/themes/screen-dimp.css | 3 +++
imp/themes/silver/screen-dimp.css | 3 +++
6 files changed, 45 insertions(+), 19 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=9ab3adc6193cc2b841067a94a199a7c62efe4b13
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=9ab3adc6193cc2b841067a94a199a7c62efe4b13
http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=98523bfccf0b0d194a1aec1b4a04c4ce8c079b3b&r2=9ab3adc6193cc2b841067a94a199a7c62efe4b13
http://git.horde.org/diff.php/imp/templates/index/index-dimp.inc?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=9ab3adc6193cc2b841067a94a199a7c62efe4b13
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=9ab3adc6193cc2b841067a94a199a7c62efe4b13
http://git.horde.org/diff.php/imp/themes/silver/screen-dimp.css?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=9ab3adc6193cc2b841067a94a199a7c62efe4b13
-----------------------------------------------------------------------
commit 2372f4e5a4fd327bdfd15e7291fcdc8510dd3b11
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 24 01:25:31 2009 -0700
Move request_id and update determination into ListMessages()
imp/ajax.php | 17 +++--------------
imp/lib/Views/ListMessages.php | 10 ++++++++++
2 files changed, 13 insertions(+), 14 deletions(-)
http://git.horde.org/diff.php/imp/ajax.php?rt=horde-git&r1=9ab3adc6193cc2b841067a94a199a7c62efe4b13&r2=2372f4e5a4fd327bdfd15e7291fcdc8510dd3b11
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=99e7aaf59cae56bbdbbfe3256ce8d4564f547e49&r2=2372f4e5a4fd327bdfd15e7291fcdc8510dd3b11
-----------------------------------------------------------------------
commit 7b8ddd0c8667d890fbef894ed6d517bbfcd983b6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Dec 24 02:04:30 2009 -0700
If selected message(s) disappear from mailbox, gracefully handle in the UI
This is a very subtle yet important issue. Goes together with
Request #7297 in that messages that may disappear from the search
mailbox (e.g. read messages in the Virtual Inbox) correctly causes all
selected message functions to be disabled and the preview pane to
clear.
imp/docs/CHANGES | 5 ++-
imp/js/ViewPort.js | 14 +++++++++
imp/lib/Views/ListMessages.php | 64 +++++++++++++++++++++++++++++++++-------
3 files changed, 71 insertions(+), 12 deletions(-)
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=9ab3adc6193cc2b841067a94a199a7c62efe4b13&r2=7b8ddd0c8667d890fbef894ed6d517bbfcd983b6
http://git.horde.org/diff.php/imp/js/ViewPort.js?rt=horde-git&r1=5f7ffd2edcaa66b85c93220f8f2bf051155c77a9&r2=7b8ddd0c8667d890fbef894ed6d517bbfcd983b6
http://git.horde.org/diff.php/imp/lib/Views/ListMessages.php?rt=horde-git&r1=2372f4e5a4fd327bdfd15e7291fcdc8510dd3b11&r2=7b8ddd0c8667d890fbef894ed6d517bbfcd983b6
More information about the commits
mailing list