The branch "imp_6_2" has been updated. The following is a summary of the commits.
from: 48706c4b41ddb8a484cd655adb62a7f3601c8950 a1ea1cf Change from deprecated Horde::img() method ffce87f [mms] Add support for showing a contact image in the contacts popup box in dynamic view. 9b406a7 Return null if the server indiciates the gravatar doesn't exist e33832e Merge branch 'master' into imp_6_2 0fa1534 Fix javascript error Summary: http://github.com/horde/horde/compare/48706c4b41ddb8a484cd655adb62a7f3601c8950...0fa15349873ed70b3ba3ea8cf7510d881ec5310f ----------------------------------------------------------------------- commit a1ea1cf512f6b6c7bc62fc83cd37e95a93c27787 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 3 22:31:23 2013 -0600 Change from deprecated Horde::img() method imp/lib/Ajax/Imple/ItipRequest.php | 6 +++--- imp/lib/Basic/Compose.php | 4 ++-- imp/lib/Contents.php | 6 +++++- imp/lib/Dynamic/Mailbox.php | 2 +- imp/lib/Mime/Status.php | 2 +- imp/lib/Notification/Event/Status.php | 5 ++++- imp/lib/Prefs/Special/Flag.php | 4 +++- imp/templates/prefs/remote.html.php | 6 +++--- 8 files changed, 22 insertions(+), 13 deletions(-) http://github.com/horde/horde/commit/a1ea1cf512f6b6c7bc62fc83cd37e95a93c27787 http://git.horde.org/horde-git/-/commit/a1ea1cf512f6b6c7bc62fc83cd37e95a93c27787 ----------------------------------------------------------------------- commit ffce87fec5f8b48b21700508ad5b67b60474fb9e Author: Michael M Slusarz <[email protected]> Date: Wed Oct 2 10:26:28 2013 -0600 [mms] Add support for showing a contact image in the contacts popup box in dynamic view. imp/config/conf.xml | 13 ++++ imp/docs/CHANGES | 2 + imp/docs/UPGRADING | 10 +++ imp/js/dimpcore.js | 31 +++++++--- imp/lib/Ajax/Application/Handler/Dynamic.php | 25 +++++++ imp/lib/Contacts/Image.php | 78 +++++++++++++++++++++++ imp/lib/Contacts/Image/Addressbook.php | 66 +++++++++++++++++++ imp/lib/Contacts/Image/Backend.php | 49 ++++++++++++++ imp/lib/Contacts/Image/Gravatar.php | 56 ++++++++++++++++ imp/lib/Contacts/Image/Unknown.php | 39 +++++++++++ imp/package.xml | 26 +++++++- imp/themes/default/dynamic/screen.css | 6 ++ imp/themes/default/graphics/unknown_contact.jpg | Bin 0 -> 1323 bytes 13 files changed, 391 insertions(+), 10 deletions(-) create mode 100644 imp/lib/Contacts/Image.php create mode 100644 imp/lib/Contacts/Image/Addressbook.php create mode 100644 imp/lib/Contacts/Image/Backend.php create mode 100644 imp/lib/Contacts/Image/Gravatar.php create mode 100644 imp/lib/Contacts/Image/Unknown.php create mode 100755 imp/themes/default/graphics/unknown_contact.jpg http://github.com/horde/horde/commit/ffce87fec5f8b48b21700508ad5b67b60474fb9e http://git.horde.org/horde-git/-/commit/ffce87fec5f8b48b21700508ad5b67b60474fb9e ----------------------------------------------------------------------- commit 9b406a77316f08306e9b92b53a0107ed510a7400 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 3 23:23:13 2013 -0600 Return null if the server indiciates the gravatar doesn't exist framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/9b406a77316f08306e9b92b53a0107ed510a7400 http://git.horde.org/horde-git/-/commit/9b406a77316f08306e9b92b53a0107ed510a7400 ----------------------------------------------------------------------- commit e33832e488db172d6e30ce146daf94270a6746e5 Merge: ffce87f 9b406a7 Author: Michael M Slusarz <[email protected]> Date: Thu Oct 3 23:23:33 2013 -0600 Merge branch 'master' into imp_6_2 framework/Service_Gravatar/lib/Horde/Service/Gravatar.php | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/e33832e488db172d6e30ce146daf94270a6746e5 http://git.horde.org/horde-git/-/commit/e33832e488db172d6e30ce146daf94270a6746e5 ----------------------------------------------------------------------- commit 0fa15349873ed70b3ba3ea8cf7510d881ec5310f Author: Michael M Slusarz <[email protected]> Date: Thu Oct 3 23:25:26 2013 -0600 Fix javascript error imp/js/dimpbase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/0fa15349873ed70b3ba3ea8cf7510d881ec5310f http://git.horde.org/horde-git/-/commit/0fa15349873ed70b3ba3ea8cf7510d881ec5310f -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
