The branch "master" has been updated. The following is a summary of the commits.
from: 56a7df71748c069f9e8186aca860a4cfcf4160f4 db71a78 Lump address header display fields together, instead of separating with date field 89cae94 [mms] Add dynamically updating relative time display for messages in dynamic view. 79fbb6e simplify a7b872e Fix regression in smartmobile address add fb272ee phpdoc Summary: http://github.com/horde/horde/compare/56a7df71748c069f9e8186aca860a4cfcf4160f4...fb272ee49cc49650dcf424ca0b25ef332f0b7b0f ----------------------------------------------------------------------- commit db71a782f17edb87eafb23f07269aeadafdd9262 Author: Michael M Slusarz <[email protected]> Date: Mon Nov 24 21:46:26 2014 -0700 Lump address header display fields together, instead of separating with date field imp/templates/dynamic/mailbox.html.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/db71a782f17edb87eafb23f07269aeadafdd9262 ----------------------------------------------------------------------- commit 89cae94e810ee2b04434ae039f8cdf430c3dc982 Author: Michael M Slusarz <[email protected]> Date: Mon Nov 24 22:41:29 2014 -0700 [mms] Add dynamically updating relative time display for messages in dynamic view. imp/docs/CHANGES | 2 + imp/js/dimpbase.js | 17 +- imp/js/external/CustomElements.js | 932 +++++++++++++++++++++++++++ imp/js/external/time-elements.js | 549 ++++++++++++++++ imp/lib/Ajax/Application/ShowMessage.php | 11 +- imp/lib/Dynamic/Mailbox.php | 2 + imp/lib/Dynamic/Message.php | 3 + imp/lib/Message/Date.php | 19 +- imp/package.xml | 1 + imp/templates/dynamic/message.html.php | 5 +- imp/themes/default/dynamic/message_view.css | 5 + 11 files changed, 1532 insertions(+), 14 deletions(-) create mode 100644 imp/js/external/CustomElements.js create mode 100644 imp/js/external/time-elements.js http://github.com/horde/horde/commit/89cae94e810ee2b04434ae039f8cdf430c3dc982 ----------------------------------------------------------------------- commit 79fbb6e4e4a7f668472d6a5a71a3fa35037b1b22 Author: Michael M Slusarz <[email protected]> Date: Mon Nov 24 22:47:24 2014 -0700 simplify imp/lib/Ajax/Application/ShowMessage.php | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/79fbb6e4e4a7f668472d6a5a71a3fa35037b1b22 ----------------------------------------------------------------------- commit a7b872e060776c9004b0e14aecd7f3c668f16fb8 Author: Michael M Slusarz <[email protected]> Date: Mon Nov 24 22:53:54 2014 -0700 Fix regression in smartmobile address add imp/js/smartmobile.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/a7b872e060776c9004b0e14aecd7f3c668f16fb8 ----------------------------------------------------------------------- commit fb272ee49cc49650dcf424ca0b25ef332f0b7b0f Author: Michael M Slusarz <[email protected]> Date: Mon Nov 24 22:58:00 2014 -0700 phpdoc imp/lib/Ajax/Application/ShowMessage.php | 35 +++++++++++++++-------------- 1 files changed, 18 insertions(+), 17 deletions(-) http://github.com/horde/horde/commit/fb272ee49cc49650dcf424ca0b25ef332f0b7b0f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
