The branch "master" has been updated. The following is a summary of the commits.
from: 839b9907b6ccadc4935eaf9b88a1d4c609074863 1334932 Correctly remove viewport object when deleting a mailbox on the server 0a4ec02 Some low-hanging CSS sprite fruit to optimize in Turba 2df80dd Use sprites for sidebar expand/collapse graphics ----------------------------------------------------------------------- commit 1334932648b3b12b0b098433ee815ad07a4399de Author: Michael M Slusarz <[email protected]> Date: Thu Sep 29 14:24:38 2011 -0600 Correctly remove viewport object when deleting a mailbox on the server imp/js/dimpbase.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/1334932648b3b12b0b098433ee815ad07a4399de ----------------------------------------------------------------------- commit 0a4ec02bcf1b7c1ca40aaee87e13710c51f510de Author: Michael M Slusarz <[email protected]> Date: Thu Sep 29 14:48:24 2011 -0600 Some low-hanging CSS sprite fruit to optimize in Turba Some of these images can easily appear 10+ times on a page, so best to use CSS for caching purposes. turba/addressbooks/index.php | 2 +- turba/package.xml | 22 +++++++++++++++++++--- turba/templates/browse/column_headers.inc | 6 +++--- turba/templates/browse/header.inc | 2 +- turba/templates/browse/row.inc | 11 ++++------- turba/themes/default/graphics/edit.png | Bin 0 -> 585 bytes turba/themes/default/graphics/mime/vcard.png | Bin 0 -> 331 bytes turba/themes/default/screen.css | 13 +++++++++++++ turba/themes/silver/graphics/edit.png | Bin 0 -> 807 bytes turba/themes/silver/graphics/mime/vcard.png | Bin 0 -> 533 bytes turba/themes/silver/graphics/search.png | Bin 0 -> 662 bytes turba/themes/silver/screen.css | 14 ++++++++++++++ 12 files changed, 55 insertions(+), 15 deletions(-) create mode 100644 turba/themes/default/graphics/edit.png create mode 100644 turba/themes/default/graphics/mime/vcard.png create mode 100644 turba/themes/silver/graphics/edit.png create mode 100644 turba/themes/silver/graphics/mime/vcard.png create mode 100644 turba/themes/silver/graphics/search.png http://git.horde.org/horde-git/-/commit/0a4ec02bcf1b7c1ca40aaee87e13710c51f510de ----------------------------------------------------------------------- commit 2df80dda9379a02f4f8c191d3d8e102c996c4a5e Author: Michael M Slusarz <[email protected]> Date: Thu Sep 29 15:11:34 2011 -0600 Use sprites for sidebar expand/collapse graphics horde/js/sidebar.js | 2 +- horde/templates/sidebar/sidebar.inc | 6 ++---- horde/themes/default/screen.css | 10 +++++++--- horde/themes/silver/screen.css | 7 +++++-- 4 files changed, 15 insertions(+), 10 deletions(-) http://git.horde.org/horde-git/-/commit/2df80dda9379a02f4f8c191d3d8e102c996c4a5e __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
