The branch "master" has been updated. The following is a summary of the commits.
from: 31b060e39b9023df74fbebe30af444fa239db274 eba87da CSS sprites a91cf32 phpdoc; typehinting 47a59a4 Bug #10577: Fix copy/move e-mail to task or note 4004382 Fix confirmation text ----------------------------------------------------------------------- commit eba87da232220cef7a33435cf904c0640041f7ac Author: Michael M Slusarz <[email protected]> Date: Thu Sep 29 17:46:46 2011 -0600 CSS sprites imp/lib/IMP.php | 2 +- imp/lib/Ui/Compose.php | 2 +- imp/lib/Ui/Message.php | 4 +- imp/lib/Views/Compose.php | 1 - imp/mailbox.php | 44 ++++++++++----------- imp/message.php | 9 ++-- imp/package.xml | 44 +++++++++++++++++++- imp/templates/imp/mailbox/header.html | 10 ++-- imp/templates/imp/mailbox/navbar.html | 30 +++++++++++++- imp/templates/imp/message/navbar_navigate.html | 4 +- imp/themes/default/dimp/screen.css | 8 ---- imp/themes/default/graphics/nav/first-grey.png | Bin 0 -> 184 bytes imp/themes/default/graphics/nav/first.png | Bin 0 -> 271 bytes imp/themes/default/graphics/nav/last-grey.png | Bin 0 -> 263 bytes imp/themes/default/graphics/nav/last.png | Bin 0 -> 267 bytes imp/themes/default/graphics/nav/left-grey.png | Bin 0 -> 162 bytes imp/themes/default/graphics/nav/left.png | Bin 0 -> 245 bytes imp/themes/default/graphics/nav/right-grey.png | Bin 0 -> 167 bytes imp/themes/default/graphics/nav/right.png | Bin 0 -> 244 bytes imp/themes/default/rtl.css | 26 ++++++++++++ imp/themes/default/screen.css | 51 ++++++++++++++++++++++++ imp/themes/silver/dimp/screen.css | 13 ------ imp/themes/silver/graphics/nav/first-grey.png | Bin 0 -> 408 bytes imp/themes/silver/graphics/nav/first.png | Bin 0 -> 485 bytes imp/themes/silver/graphics/nav/last-grey.png | Bin 0 -> 406 bytes imp/themes/silver/graphics/nav/last.png | Bin 0 -> 485 bytes imp/themes/silver/graphics/nav/left-grey.png | Bin 0 -> 293 bytes imp/themes/silver/graphics/nav/left.png | Bin 0 -> 350 bytes imp/themes/silver/graphics/nav/right-grey.png | Bin 0 -> 290 bytes imp/themes/silver/graphics/nav/right.png | Bin 0 -> 345 bytes imp/themes/silver/rtl.css | 25 ++++++++++++ imp/themes/silver/screen.css | 46 +++++++++++++++++++++ imp/themes/tango-blue/screen.css | 6 +++ 33 files changed, 259 insertions(+), 66 deletions(-) create mode 100644 imp/themes/default/graphics/nav/first-grey.png create mode 100644 imp/themes/default/graphics/nav/first.png create mode 100644 imp/themes/default/graphics/nav/last-grey.png create mode 100644 imp/themes/default/graphics/nav/last.png create mode 100644 imp/themes/default/graphics/nav/left-grey.png create mode 100644 imp/themes/default/graphics/nav/left.png create mode 100644 imp/themes/default/graphics/nav/right-grey.png create mode 100644 imp/themes/default/graphics/nav/right.png create mode 100644 imp/themes/silver/graphics/nav/first-grey.png create mode 100644 imp/themes/silver/graphics/nav/first.png create mode 100644 imp/themes/silver/graphics/nav/last-grey.png create mode 100644 imp/themes/silver/graphics/nav/last.png create mode 100644 imp/themes/silver/graphics/nav/left-grey.png create mode 100644 imp/themes/silver/graphics/nav/left.png create mode 100644 imp/themes/silver/graphics/nav/right-grey.png create mode 100644 imp/themes/silver/graphics/nav/right.png create mode 100644 imp/themes/silver/rtl.css http://git.horde.org/horde-git/-/commit/eba87da232220cef7a33435cf904c0640041f7ac ----------------------------------------------------------------------- commit a91cf32bdbc713ffb6722c757831c761dd4c85a0 Author: Michael M Slusarz <[email protected]> Date: Fri Sep 30 00:15:49 2011 -0600 phpdoc; typehinting imp/lib/IMP.php | 40 ++++++++--------- imp/lib/Message.php | 75 +++++++++++++++----------------- imp/templates/dimp/javascript_defs.php | 15 +++--- 3 files changed, 62 insertions(+), 68 deletions(-) http://git.horde.org/horde-git/-/commit/a91cf32bdbc713ffb6722c757831c761dd4c85a0 ----------------------------------------------------------------------- commit 47a59a42b67503c85c43faf0414707f70c304253 Author: Michael M Slusarz <[email protected]> Date: Fri Sep 30 00:33:21 2011 -0600 Bug #10577: Fix copy/move e-mail to task or note imp/lib/Message.php | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/47a59a42b67503c85c43faf0414707f70c304253 ----------------------------------------------------------------------- commit 4004382584c175e923d94051d452e8a89d775d77 Author: Michael M Slusarz <[email protected]> Date: Fri Sep 30 01:02:11 2011 -0600 Fix confirmation text imp/lib/Application.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/4004382584c175e923d94051d452e8a89d775d77 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
