[commits] Horde branch master updated. 29724b093dce8738e78be6d0cdc9b10f55f5457b
Michael M Slusarz
slusarz at horde.org
Tue Jul 8 00:09:00 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: f28d594cb8bc8e596bc1cd7e0ece5f6e22bf12bf
8cc5af0 Consolidate all message date handling code in a single class
29724b0 Request #13317: Also display time for Yesterday's date.
Summary: http://github.com/horde/horde/compare/f28d594cb8bc8e596bc1cd7e0ece5f6e22bf12bf...29724b093dce8738e78be6d0cdc9b10f55f5457b
-----------------------------------------------------------------------
commit 8cc5af00df0768d5516ab77a96427f300bba0e42
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jul 7 17:41:51 2014 -0600
Consolidate all message date handling code in a single class
Allows us to share caching of date data and provides a single location
to ensure the timezone is set if TZ data will be displayed to the user.
imp/lib/Ajax/Application/ListMessages.php | 7 +-
imp/lib/Ajax/Application/ShowMessage.php | 6 +-
imp/lib/Basic/Mailbox.php | 2 +-
imp/lib/Basic/Message.php | 4 +-
imp/lib/Basic/Thread.php | 3 +-
imp/lib/Block/Newmail.php | 2 +-
imp/lib/Contents/View.php | 4 +-
imp/lib/Mailbox/Ui.php | 79 ++-------------
imp/lib/Message/Date.php | 154 +++++++++++++++++++++++++++++
imp/lib/Message/Ui.php | 28 -----
imp/lib/Mime/Viewer/Rfc822.php | 3 +-
imp/lib/Minimal/Message.php | 4 +-
12 files changed, 180 insertions(+), 116 deletions(-)
create mode 100644 imp/lib/Message/Date.php
http://github.com/horde/horde/commit/8cc5af00df0768d5516ab77a96427f300bba0e42
-----------------------------------------------------------------------
commit 29724b093dce8738e78be6d0cdc9b10f55f5457b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Jul 7 18:06:32 2014 -0600
Request #13317: Also display time for Yesterday's date.
Something sent at 11 PM yesterday may very well need to be treated
differently from something sent at 1 AM. So time is still important in
the last ~24 hours.
But +24 hours, time becomes of insignificant enough importance that we
don't need to show in mailbox screen.
Not sure if this is the best UI, but will play around in git master for
now.
imp/lib/Message/Date.php | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/29724b093dce8738e78be6d0cdc9b10f55f5457b
More information about the commits
mailing list