[commits] Horde branch develop updated. 2b6fae0dd3c85e734811ba3ba23a8ea89f676264
Michael J. Rubinsky
mrubinsk at horde.org
Mon Nov 28 02:15:56 UTC 2011
The branch "develop" has been updated.
The following is a summary of the commits.
from: bd9b4f2bf9eb09744b14fb4317578c579deb90ed
2c9fb69 updateAttendees() expects email addresses, not From: headers (Bug #10772).
5fc3ce8 [jan] Add setting to use different addresses for Return-Path: and From: headers.
c262ef5 [jan] Ignore messages from postmaster too when processing mails.
2e0ae8d Missing gettext for text
4e60574 Add missing tasklist, notepad defaults, continue INSTALL, update package.xml
788f1a6 Fix an error when creating exceptions to a recurring event.
1bc311e Fix logic.
711baff Further fix returning path when loading cache failed.
8709c75 Move method to base class.
0bab9dc Location is not returned by google
a0490a9 Station information is obtained via Horde_Service_Weather_Base#getStation
68a4343 Simplify.
4028349 Add the remaining unsupported properties.
fdde26b remove typehint/default value.
d29a12b ws
684a170 Fix making requests when using no cache
bae0cc0 This *is* supported
6fbc99e Ensure we return a scalar and not an object
83905e1 throw exception if nothing has been requested before requested station info.
a10665a remove duplicate case
0ce6520 Fix scope
d4a7adf Fix getting forecast time for google driver
40b6754 ensure we return a scalar
97c8657 Start test suite for Service_Weather.
6ab6ee4 changes
3312d01 Fix setting PUT data in the Peclhttp Horde_Http_Request class.
88aeb6b Better PNG compression
4a239a6 ws
709a558 Optimize JPGs
52e1382 Run conditions text through Horde_Service_Weather_Translation::t
adc6e73 changes
2b6fae0 Merge branch 'master' into develop
-----------------------------------------------------------------------
commit 2c9fb69c7ca152ea5c34b655e09cbf8c7873fdf5
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 19:48:12 2011 +0100
updateAttendees() expects email addresses, not From: headers (Bug #10772).
imp/docs/CHANGES | 1 +
imp/lib/Mime/Viewer/Itip.php | 6 ++++--
imp/package.xml | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/2c9fb69c7ca152ea5c34b655e09cbf8c7873fdf5
-----------------------------------------------------------------------
commit 5fc3ce8527b4eea80c436e5187629def460242cb
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 22:46:59 2011 +0100
[jan] Add setting to use different addresses for Return-Path: and From: headers.
whups/config/conf.xml | 9 +++++++--
whups/docs/CHANGES | 2 ++
whups/lib/Driver.php | 3 +++
whups/package.xml | 2 ++
4 files changed, 14 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/5fc3ce8527b4eea80c436e5187629def460242cb
-----------------------------------------------------------------------
commit c262ef593830433edcd5455ea0dc05426e1d65d0
Author: Jan Schneider <jan at horde.org>
Date: Thu Nov 24 22:53:37 2011 +0100
[jan] Ignore messages from postmaster too when processing mails.
whups/docs/CHANGES | 1 +
whups/lib/Mail.php | 7 ++++---
whups/package.xml | 2 ++
3 files changed, 7 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/c262ef593830433edcd5455ea0dc05426e1d65d0
-----------------------------------------------------------------------
commit 2e0ae8d496b44f33a5494125c3f7ee96b7f36a14
Author: Michael M Slusarz <slusarz at horde.org>
Date: Thu Nov 24 23:41:02 2011 -0700
Missing gettext for text
imp/templates/dimp/index.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/2e0ae8d496b44f33a5494125c3f7ee96b7f36a14
-----------------------------------------------------------------------
commit 4e60574919deaee51399dbf87d2f44d3ded1b9c1
Author: Gunnar Wrobel <p at rdus.de>
Date: Fri Nov 25 12:37:54 2011 +0100
Add missing tasklist, notepad defaults, continue INSTALL, update package.xml
bundles/kolab_webmail/docs/INSTALL | 4 ++-
bundles/kolab_webmail/mnemo/config/conf.d/20-kolab.xml | 7 +++++
bundles/kolab_webmail/nag/config/conf.d/20-kolab.xml | 7 +++++
bundles/kolab_webmail/package.xml | 20 ++++++++++++---
4 files changed, 33 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/4e60574919deaee51399dbf87d2f44d3ded1b9c1
-----------------------------------------------------------------------
commit 788f1a657ea58c3980c34ab7bb2c8df60cadac05
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Fri Nov 25 14:10:36 2011 -0500
Fix an error when creating exceptions to a recurring event.
These times are already 24-hour; adding on AM/PM seems to confuse Horde_Date at least some of the time.
kronolith/edit.php | 2 +-
kronolith/lib/Ajax/Application.php | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/788f1a657ea58c3980c34ab7bb2c8df60cadac05
-----------------------------------------------------------------------
commit 1bc311e5ca5f231fc89e6bae6e843fa7f6e53015
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 18:17:59 2011 -0500
Fix logic.
If we OR these two, the array_key_exists() call will always be executed,
even if $this->_cache is false.
framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1bc311e5ca5f231fc89e6bae6e843fa7f6e53015
-----------------------------------------------------------------------
commit 711baff4db304cb4ebc6cb17a105943609b05a66
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 18:18:59 2011 -0500
Further fix returning path when loading cache failed.
Create the cache array if the cache failed to load. Otherwise,
we *still* attempt to return the path from $this->_cache, even if
it's false.
framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/711baff4db304cb4ebc6cb17a105943609b05a66
-----------------------------------------------------------------------
commit 8709c7501c82f37dc29d4d980a6ae21cd3fb2673
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 21:12:38 2011 -0500
Move method to base class.
framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 10 +++++
framework/Service_Weather/lib/Horde/Service/Weather/Google.php | 10 -----
.../lib/Horde/Service/Weather/WeatherUnderground.php | 10 -----
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 10 -----
4 files changed, 10 insertions(+), 30 deletions(-)
http://git.horde.org/horde-git/-/commit/8709c7501c82f37dc29d4d980a6ae21cd3fb2673
-----------------------------------------------------------------------
commit 0bab9dc6a442a6314ca957870610f99765b2d870
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 21:14:52 2011 -0500
Location is not returned by google
.../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 12 -----
1 files changed, 0 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/0bab9dc6a442a6314ca957870610f99765b2d870
-----------------------------------------------------------------------
commit a0490a9ca7c31c647f61d7956dd1421ef1808b3a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 21:53:31 2011 -0500
Station information is obtained via Horde_Service_Weather_Base#getStation
These were left over from an earlier implementation.
.../Service_Weather/lib/Horde/Service/Weather/Current/Base.php | 6 +-
.../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 8 ++-
.../lib/Horde/Service/Weather/Current/WeatherUnderground.php | 25 +++--
.../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php | 6 -
4 files changed, 23 insertions(+), 22 deletions(-)
http://git.horde.org/horde-git/-/commit/a0490a9ca7c31c647f61d7956dd1421ef1808b3a
-----------------------------------------------------------------------
commit 68a43439b30a10f8f749bb9a96fa085e4e6d1627
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 22:12:00 2011 -0500
Simplify.
.../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php | 6 -----
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 2 +-
2 files changed, 1 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/68a43439b30a10f8f749bb9a96fa085e4e6d1627
-----------------------------------------------------------------------
commit 4028349e0118df656ea72787768c0eef5faf5b68
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 22:17:04 2011 -0500
Add the remaining unsupported properties.
.../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 7 ++++-
1 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4028349e0118df656ea72787768c0eef5faf5b68
-----------------------------------------------------------------------
commit fdde26b957c17fb47860d078e5a62d80ec63bdb1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 23:06:59 2011 -0500
remove typehint/default value.
Allow each driver to pass it's own structure.
.../Service_Weather/lib/Horde/Service/Weather/Current/Base.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/fdde26b957c17fb47860d078e5a62d80ec63bdb1
-----------------------------------------------------------------------
commit d29a12bd7fd28c9ce3b2c8ef7f733e7b70c75a09
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 23:08:28 2011 -0500
ws
.../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d29a12bd7fd28c9ce3b2c8ef7f733e7b70c75a09
-----------------------------------------------------------------------
commit 684a170d4be0b4713915509bbe47d14b36b8dae8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 23:10:14 2011 -0500
Fix making requests when using no cache
framework/Service_Weather/lib/Horde/Service/Weather/Google.php | 4 ++--
.../lib/Horde/Service/Weather/WeatherUnderground.php | 3 ++-
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 4 +++-
3 files changed, 7 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/684a170d4be0b4713915509bbe47d14b36b8dae8
-----------------------------------------------------------------------
commit bae0cc01f7b180b512dca30db0369fdd8bd28311
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 23:23:54 2011 -0500
This *is* supported
.../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bae0cc01f7b180b512dca30db0369fdd8bd28311
-----------------------------------------------------------------------
commit 6fbc99e7859c6ba29a3e9278b138da03f5e66b34
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sat Nov 26 23:24:17 2011 -0500
Ensure we return a scalar and not an object
.../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 7 +++--
1 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/6fbc99e7859c6ba29a3e9278b138da03f5e66b34
-----------------------------------------------------------------------
commit 83905e14dd99ed2fe058c9df5a1a6dad68d0d533
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 00:15:38 2011 -0500
throw exception if nothing has been requested before requested station info.
framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/83905e14dd99ed2fe058c9df5a1a6dad68d0d533
-----------------------------------------------------------------------
commit a10665ac5ac40ddb8acaeb1a2795dd1929fe2640
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 00:16:13 2011 -0500
remove duplicate case
.../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a10665ac5ac40ddb8acaeb1a2795dd1929fe2640
-----------------------------------------------------------------------
commit 0ce6520884a3b5a0b56d690fe73396104da2ab9d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 00:16:34 2011 -0500
Fix scope
.../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/0ce6520884a3b5a0b56d690fe73396104da2ab9d
-----------------------------------------------------------------------
commit d4a7adf4694793d752540c60fbf9981b8ec1c124
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 00:16:56 2011 -0500
Fix getting forecast time for google driver
.../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php | 2 +-
framework/Service_Weather/lib/Horde/Service/Weather/Google.php | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/d4a7adf4694793d752540c60fbf9981b8ec1c124
-----------------------------------------------------------------------
commit 40b6754f6ac76ed01901aa55190f7e20e207dd5a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 00:17:16 2011 -0500
ensure we return a scalar
.../Service_Weather/lib/Horde/Service/Weather/Period/Google.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/40b6754f6ac76ed01901aa55190f7e20e207dd5a
-----------------------------------------------------------------------
commit 97c8657df0b225b42837aedfcacbd0197bd2687f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 00:18:08 2011 -0500
Start test suite for Service_Weather.
First working test is for Google driver.
framework/Service_Weather/package.xml | 34 +-
framework/Service_Weather/test/Horde/Service/Weather/AllTests.php | 45 ++
framework/Service_Weather/test/Horde/Service/Weather/Autoload.php | 18 +
.../Service_Weather/test/Horde/Service/Weather/GoogleTest.php | 140 +++++
.../test/Horde/Service/Weather/fixtures/boston_google.xml | 1 +
.../test/Horde/Service/Weather/fixtures/boston_google_de.xml | 1 +
6 files changed, 236 insertions(+), 3 deletions(-)
create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/AllTests.php
create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/Autoload.php
create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/GoogleTest.php
create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/fixtures/boston_google.xml
create mode 100644 framework/Service_Weather/test/Horde/Service/Weather/fixtures/boston_google_de.xml
http://git.horde.org/horde-git/-/commit/97c8657df0b225b42837aedfcacbd0197bd2687f
-----------------------------------------------------------------------
commit 6ab6ee431cb0c1e9f6bb008af6c8970f0a0b39b9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 00:23:07 2011 -0500
changes
framework/Service_Weather/package.xml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/6ab6ee431cb0c1e9f6bb008af6c8970f0a0b39b9
-----------------------------------------------------------------------
commit 3312d01a32a05b841264dbc4732c1538f4f06fc6
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Sun Nov 27 14:43:31 2011 -0500
Fix setting PUT data in the Peclhttp Horde_Http_Request class.
framework/Http/lib/Horde/Http/Request/Peclhttp.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/3312d01a32a05b841264dbc4732c1538f4f06fc6
-----------------------------------------------------------------------
commit 88aeb6bf4c4f5b5c5ea5c96d78acc8b6b48a1580
Author: Michael M Slusarz <slusarz at horde.org>
Date: Fri Nov 25 02:12:20 2011 -0700
Better PNG compression
Dashboard/HordeBlock.wdgtproj/project.wdgt/Default.png | Bin 8991 -> 8731 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/back.png | Bin 110016 -> 103860 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/front.png | Bin 7945 -> 7899 bytes
agora/themes/default/graphics/agora.png | Bin 281 -> 246 bytes
agora/themes/default/graphics/flagged.png | Bin 350 -> 315 bytes
agora/themes/default/graphics/forums.png | Bin 291 -> 286 bytes
agora/themes/default/graphics/hot.png | Bin 353 -> 315 bytes
agora/themes/default/graphics/moderate.png | Bin 196 -> 175 bytes
agora/themes/default/graphics/newforum.png | Bin 380 -> 374 bytes
agora/themes/default/graphics/newmessage.png | Bin 318 -> 297 bytes
agora/themes/default/graphics/thread.png | Bin 316 -> 305 bytes
agora/themes/default/graphics/threads.png | Bin 316 -> 305 bytes
ansel/themes/default/graphics/add.png | Bin 582 -> 496 bytes
ansel/themes/default/graphics/ansel.png | Bin 498 -> 493 bytes
ansel/themes/default/graphics/browse.png | Bin 582 -> 492 bytes
ansel/themes/default/graphics/down.png | Bin 242 -> 241 bytes
ansel/themes/default/graphics/galleries.png | Bin 582 -> 492 bytes
ansel/themes/default/graphics/image_add.png | Bin 229 -> 208 bytes
ansel/themes/default/graphics/mygalleries.png | Bin 582 -> 492 bytes
ansel/themes/default/graphics/slideshow_next.png | Bin 285 -> 255 bytes
ansel/themes/default/graphics/slideshow_pause.png | Bin 291 -> 259 bytes
ansel/themes/default/graphics/slideshow_play.png | Bin 268 -> 234 bytes
ansel/themes/default/graphics/slideshow_prev.png | Bin 303 -> 264 bytes
ansel/themes/default/graphics/success.png | Bin 360 -> 336 bytes
ansel/themes/default/graphics/up.png | Bin 246 -> 244 bytes
ansel/themes/silver/graphics/photomarker-shadow.png | Bin 962 -> 947 bytes
ansel/themes/silver/graphics/photomarker.png | Bin 605 -> 598 bytes
beatnik/themes/default/graphics/beatnik.png | Bin 882 -> 727 bytes
beatnik/themes/default/graphics/commit-all.png | Bin 430 -> 425 bytes
chora/themes/default/graphics/back.png | Bin 428 -> 424 bytes
chora/themes/default/graphics/deleted.png | Bin 564 -> 492 bytes
chora/themes/default/graphics/folder.png | Bin 479 -> 407 bytes
chora/themes/silver/graphics/chora.png | Bin 738 -> 724 bytes
folks/themes/default/graphics/folks.png | Bin 797 -> 661 bytes
framework/Editor/js/plugins/uicolor/yui/assets/hue_bg.png | Bin 1039 -> 1019 bytes
framework/Editor/js/plugins/uicolor/yui/assets/hue_thumb.png | Bin 140 -> 133 bytes
framework/Editor/js/plugins/uicolor/yui/assets/picker_mask.png | Bin 11432 -> 10560 bytes
framework/Editor/js/skins/kama/icons.png | Bin 4742 -> 4627 bytes
framework/Editor/js/skins/kama/icons_rtl.png | Bin 4769 -> 4639 bytes
framework/Editor/js/skins/kama/images/noimage.png | Bin 2115 -> 2114 bytes
framework/Editor/js/skins/kama/images/sprites.png | Bin 6117 -> 5485 bytes
framework/Editor/js/skins/office2003/icons.png | Bin 4742 -> 4627 bytes
framework/Editor/js/skins/office2003/icons_rtl.png | Bin 4769 -> 4639 bytes
framework/Editor/js/skins/office2003/images/noimage.png | Bin 2115 -> 2114 bytes
framework/Editor/js/skins/office2003/images/sprites.png | Bin 6087 -> 5040 bytes
framework/Editor/js/skins/office2003/images/sprites_ie6.png | Bin 2531 -> 2371 bytes
framework/Editor/js/skins/v2/icons.png | Bin 4742 -> 4627 bytes
framework/Editor/js/skins/v2/icons_rtl.png | Bin 4769 -> 4639 bytes
framework/Editor/js/skins/v2/images/noimage.png | Bin 2115 -> 2114 bytes
framework/Editor/js/skins/v2/images/sprites.png | Bin 2272 -> 2213 bytes
framework/Editor/js/skins/v2/images/sprites_ie6.png | Bin 426 -> 404 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/1.png | Bin 1173 -> 1172 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/19.png | Bin 1080 -> 1014 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/34.png | Bin 1395 -> 1391 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/40.png | Bin 1198 -> 1195 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/0.png | Bin 1064 -> 956 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/1.png | Bin 1063 -> 960 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/10.png | Bin 1047 -> 942 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/11.png | Bin 1051 -> 950 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/12.png | Bin 1086 -> 982 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/13.png | Bin 959 -> 853 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/14.png | Bin 1039 -> 938 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/16.png | Bin 1103 -> 1004 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/17.png | Bin 1063 -> 952 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/18.png | Bin 1076 -> 973 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/19.png | Bin 1105 -> 996 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/2.png | Bin 1063 -> 960 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/20.png | Bin 1002 -> 903 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/21.png | Bin 1009 -> 900 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/22.png | Bin 995 -> 889 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/23.png | Bin 824 -> 746 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/24.png | Bin 824 -> 745 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/25.png | Bin 975 -> 883 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/26.png | Bin 1071 -> 970 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/27.png | Bin 1197 -> 1069 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/28.png | Bin 1235 -> 1134 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/29.png | Bin 1161 -> 1019 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/3.png | Bin 1064 -> 955 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/30.png | Bin 1210 -> 1097 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/31.png | Bin 1159 -> 1017 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/32.png | Bin 1167 -> 1029 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/33.png | Bin 1159 -> 1017 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/34.png | Bin 1190 -> 1060 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/35.png | Bin 1063 -> 956 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/36.png | Bin 1175 -> 1054 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/37.png | Bin 1007 -> 904 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/38.png | Bin 1009 -> 907 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/39.png | Bin 1086 -> 985 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/4.png | Bin 1064 -> 955 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/40.png | Bin 1071 -> 971 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/41.png | Bin 1104 -> 1008 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/42.png | Bin 1101 -> 1002 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/43.png | Bin 1161 -> 1053 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/44.png | Bin 1204 -> 1096 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/45.png | Bin 778 -> 649 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/46.png | Bin 795 -> 664 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/47.png | Bin 781 -> 642 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/5.png | Bin 1083 -> 984 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/6.png | Bin 1072 -> 969 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/7.png | Bin 1109 -> 1007 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/8.png | Bin 1016 -> 910 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/9.png | Bin 993 -> 890 bytes
.../themes/default/graphics/weather/wundergroundlogo.png | Bin 15887 -> 11688 bytes
gollem/themes/default/graphics/clipboard.png | Bin 383 -> 379 bytes
gollem/themes/default/graphics/copy.png | Bin 218 -> 217 bytes
gollem/themes/default/graphics/cut.png | Bin 229 -> 228 bytes
gollem/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
gollem/themes/default/graphics/folder.png | Bin 1144 -> 583 bytes
gollem/themes/default/graphics/folder_create.png | Bin 1098 -> 487 bytes
gollem/themes/default/graphics/folder_goto.png | Bin 1104 -> 488 bytes
gollem/themes/default/graphics/folder_home.png | Bin 1092 -> 481 bytes
gollem/themes/default/graphics/folder_symlink.png | Bin 1152 -> 580 bytes
gollem/themes/default/graphics/gollem.png | Bin 1092 -> 481 bytes
gollem/themes/default/graphics/reload.png | Bin 264 -> 261 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/error.png | Bin 298 -> 184 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/message.png | Bin 477 -> 365 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/success.png | Bin 360 -> 336 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/warning.png | Bin 227 -> 169 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/calendar.png | Bin 368 -> 320 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/hermes.png | Bin 547 -> 473 bytes
hermes/themes/default/graphics/alerts/message.png | Bin 477 -> 365 bytes
hermes/themes/default/graphics/checkbox_off.png | Bin 191 -> 116 bytes
hermes/themes/default/graphics/checkbox_on.png | Bin 416 -> 318 bytes
hermes/themes/default/graphics/checkbox_over.png | Bin 387 -> 293 bytes
hermes/themes/default/graphics/clients.png | Bin 757 -> 626 bytes
hermes/themes/default/graphics/clockout.png | Bin 560 -> 482 bytes
hermes/themes/default/graphics/hermes.png | Bin 547 -> 473 bytes
hermes/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
hermes/themes/default/graphics/picker.png | Bin 368 -> 320 bytes
hermes/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
hermes/themes/default/graphics/search.png | Bin 795 -> 662 bytes
hermes/themes/default/graphics/timer-start.png | Bin 474 -> 469 bytes
hermes/themes/default/graphics/timer-stop.png | Bin 529 -> 521 bytes
hermes/themes/silver/graphics/checkbox_off.png | Bin 191 -> 116 bytes
hermes/themes/silver/graphics/checkbox_on.png | Bin 416 -> 318 bytes
hermes/themes/silver/graphics/checkbox_over.png | Bin 387 -> 293 bytes
hermes/themes/silver/graphics/clockout.png | Bin 560 -> 482 bytes
hermes/themes/silver/graphics/timer-start.png | Bin 474 -> 469 bytes
hermes/themes/silver/graphics/timer-stop.png | Bin 529 -> 521 bytes
horde/js/jquery.mobile/images/form-check-on.png | Bin 349 -> 347 bytes
horde/js/jquery.mobile/images/form-radio-off.png | Bin 341 -> 339 bytes
horde/js/map/img/cloud-popup-relative.png | Bin 2426 -> 2313 bytes
horde/js/map/img/panning-hand-off.png | Bin 777 -> 759 bytes
horde/js/map/img/panning-hand-on.png | Bin 812 -> 791 bytes
horde/js/map/img/zoom-world-mini.png | Bin 808 -> 802 bytes
horde/js/map/theme/default/img/add_point_off.png | Bin 1166 -> 572 bytes
horde/js/map/theme/default/img/add_point_on.png | Bin 987 -> 366 bytes
horde/js/map/theme/default/img/draw_line_off.png | Bin 1117 -> 459 bytes
horde/js/map/theme/default/img/draw_line_on.png | Bin 921 -> 243 bytes
horde/js/map/theme/default/img/draw_point_off.png | Bin 1162 -> 562 bytes
horde/js/map/theme/default/img/draw_point_on.png | Bin 983 -> 357 bytes
horde/js/map/theme/default/img/draw_polygon_off.png | Bin 1096 -> 436 bytes
horde/js/map/theme/default/img/draw_polygon_on.png | Bin 930 -> 248 bytes
horde/js/map/theme/default/img/editing_tool_bar.png | Bin 2045 -> 1870 bytes
horde/js/map/theme/default/img/move_feature_off.png | Bin 1093 -> 417 bytes
horde/js/map/theme/default/img/move_feature_on.png | Bin 902 -> 221 bytes
horde/js/map/theme/default/img/navigation_history.png | Bin 4410 -> 4338 bytes
horde/js/map/theme/default/img/pan-panel-NOALPHA.png | Bin 453 -> 452 bytes
horde/js/map/theme/default/img/pan-panel.png | Bin 583 -> 568 bytes
horde/js/map/theme/default/img/pan_off.png | Bin 1249 -> 713 bytes
horde/js/map/theme/default/img/pan_on.png | Bin 1120 -> 570 bytes
horde/js/map/theme/default/img/panning-hand-off.png | Bin 777 -> 759 bytes
horde/js/map/theme/default/img/panning-hand-on.png | Bin 812 -> 791 bytes
horde/js/map/theme/default/img/remove_point_off.png | Bin 1162 -> 567 bytes
horde/js/map/theme/default/img/remove_point_on.png | Bin 986 -> 363 bytes
horde/js/map/theme/default/img/ruler.png | Bin 1137 -> 510 bytes
horde/js/map/theme/default/img/save_features_off.png | Bin 297 -> 272 bytes
horde/js/map/theme/default/img/save_features_on.png | Bin 302 -> 275 bytes
horde/js/map/theme/default/img/view_next_off.png | Bin 884 -> 883 bytes
horde/js/map/theme/default/img/view_next_on.png | Bin 1574 -> 1572 bytes
horde/js/map/theme/default/img/view_previous_on.png | Bin 1592 -> 1521 bytes
horde/js/map/theme/default/img/zoom-panel-NOALPHA.png | Bin 1067 -> 1039 bytes
horde/js/map/theme/default/img/zoom-panel.png | Bin 1152 -> 1123 bytes
horde/themes/default/graphics/about.png | Bin 201 -> 181 bytes
horde/themes/default/graphics/add_group.png | Bin 641 -> 577 bytes
horde/themes/default/graphics/add_perm.png | Bin 286 -> 282 bytes
horde/themes/default/graphics/administration.png | Bin 335 -> 263 bytes
horde/themes/default/graphics/alerts/error.png | Bin 298 -> 184 bytes
horde/themes/default/graphics/alerts/message.png | Bin 477 -> 365 bytes
horde/themes/default/graphics/alerts/success.png | Bin 360 -> 336 bytes
horde/themes/default/graphics/alerts/warning.png | Bin 227 -> 169 bytes
horde/themes/default/graphics/block.png | Bin 494 -> 412 bytes
horde/themes/default/graphics/block/down.png | Bin 127 -> 115 bytes
horde/themes/default/graphics/block/large_down.png | Bin 136 -> 125 bytes
horde/themes/default/graphics/block/large_left.png | Bin 133 -> 122 bytes
horde/themes/default/graphics/block/large_right.png | Bin 133 -> 122 bytes
horde/themes/default/graphics/block/large_up.png | Bin 139 -> 126 bytes
horde/themes/default/graphics/block/left.png | Bin 131 -> 122 bytes
horde/themes/default/graphics/block/moon/firstquarter.png | Bin 1901 -> 972 bytes
horde/themes/default/graphics/block/moon/fullmoon.png | Bin 1977 -> 1028 bytes
horde/themes/default/graphics/block/moon/lastquarter.png | Bin 1926 -> 997 bytes
horde/themes/default/graphics/block/moon/newmoon.png | Bin 1747 -> 784 bytes
horde/themes/default/graphics/block/right.png | Bin 130 -> 119 bytes
horde/themes/default/graphics/block/sunrise/sunrise.png | Bin 279 -> 277 bytes
horde/themes/default/graphics/block/sunrise/sunset.png | Bin 277 -> 274 bytes
horde/themes/default/graphics/block/up.png | Bin 127 -> 119 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/1.png | Bin 1173 -> 1172 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/19.png | Bin 1080 -> 1014 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/34.png | Bin 1395 -> 1391 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/40.png | Bin 1198 -> 1195 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/0.png | Bin 1064 -> 956 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/1.png | Bin 1063 -> 960 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/10.png | Bin 1047 -> 942 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/11.png | Bin 1051 -> 950 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/12.png | Bin 1086 -> 982 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/13.png | Bin 959 -> 853 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/14.png | Bin 1039 -> 938 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/16.png | Bin 1103 -> 1004 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/17.png | Bin 1063 -> 952 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/18.png | Bin 1076 -> 973 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/19.png | Bin 1105 -> 996 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/2.png | Bin 1063 -> 960 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/20.png | Bin 1002 -> 903 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/21.png | Bin 1009 -> 900 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/22.png | Bin 995 -> 889 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/23.png | Bin 824 -> 746 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/24.png | Bin 824 -> 745 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/25.png | Bin 975 -> 883 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/26.png | Bin 1071 -> 970 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/27.png | Bin 1197 -> 1069 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/28.png | Bin 1235 -> 1134 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/29.png | Bin 1161 -> 1019 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/3.png | Bin 1064 -> 955 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/30.png | Bin 1210 -> 1097 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/31.png | Bin 1159 -> 1017 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/32.png | Bin 1167 -> 1029 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/33.png | Bin 1159 -> 1017 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/34.png | Bin 1190 -> 1060 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/35.png | Bin 1063 -> 956 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/36.png | Bin 1175 -> 1054 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/37.png | Bin 1007 -> 904 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/38.png | Bin 1009 -> 907 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/39.png | Bin 1086 -> 985 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/4.png | Bin 1064 -> 955 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/40.png | Bin 1071 -> 971 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/41.png | Bin 1104 -> 1008 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/42.png | Bin 1101 -> 1002 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/43.png | Bin 1161 -> 1053 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/44.png | Bin 1204 -> 1096 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/45.png | Bin 778 -> 649 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/46.png | Bin 795 -> 664 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/47.png | Bin 781 -> 642 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/5.png | Bin 1083 -> 984 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/6.png | Bin 1072 -> 969 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/7.png | Bin 1109 -> 1007 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/8.png | Bin 1016 -> 910 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/9.png | Bin 993 -> 890 bytes
.../default/graphics/block/weatherdotcom/32x32/TWClogo_32px.png | Bin 2373 -> 2097 bytes
horde/themes/default/graphics/calendar.png | Bin 368 -> 320 bytes
horde/themes/default/graphics/close.png | Bin 235 -> 234 bytes
horde/themes/default/graphics/color-picker-palette.png | Bin 72838 -> 68856 bytes
horde/themes/default/graphics/colorpicker.png | Bin 765 -> 485 bytes
horde/themes/default/graphics/colorscale.png | Bin 1801 -> 1529 bytes
horde/themes/default/graphics/config.png | Bin 180 -> 170 bytes
horde/themes/default/graphics/data.png | Bin 594 -> 583 bytes
horde/themes/default/graphics/delete-small.png | Bin 148 -> 135 bytes
horde/themes/default/graphics/delete.png | Bin 788 -> 491 bytes
horde/themes/default/graphics/devel.png | Bin 359 -> 311 bytes
horde/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
horde/themes/default/graphics/emoticons/angel.png | Bin 332 -> 296 bytes
horde/themes/default/graphics/emoticons/angelwink.png | Bin 377 -> 328 bytes
horde/themes/default/graphics/emoticons/angry.png | Bin 551 -> 463 bytes
horde/themes/default/graphics/emoticons/annoyed.png | Bin 353 -> 308 bytes
horde/themes/default/graphics/emoticons/bigfrown.png | Bin 429 -> 369 bytes
horde/themes/default/graphics/emoticons/biggrin.png | Bin 467 -> 400 bytes
horde/themes/default/graphics/emoticons/blush.png | Bin 413 -> 356 bytes
horde/themes/default/graphics/emoticons/clown.png | Bin 717 -> 599 bytes
horde/themes/default/graphics/emoticons/confused.png | Bin 312 -> 276 bytes
horde/themes/default/graphics/emoticons/cool.png | Bin 445 -> 381 bytes
horde/themes/default/graphics/emoticons/coolgrin.png | Bin 512 -> 433 bytes
horde/themes/default/graphics/emoticons/cooltongue.png | Bin 521 -> 441 bytes
horde/themes/default/graphics/emoticons/dazed.png | Bin 509 -> 431 bytes
horde/themes/default/graphics/emoticons/devil.png | Bin 557 -> 474 bytes
horde/themes/default/graphics/emoticons/deviltongue.png | Bin 514 -> 439 bytes
horde/themes/default/graphics/emoticons/disappointed.png | Bin 342 -> 300 bytes
horde/themes/default/graphics/emoticons/embarrassed.png | Bin 507 -> 435 bytes
horde/themes/default/graphics/emoticons/enraged.png | Bin 506 -> 433 bytes
horde/themes/default/graphics/emoticons/frown.png | Bin 296 -> 263 bytes
horde/themes/default/graphics/emoticons/frustrated.png | Bin 321 -> 281 bytes
horde/themes/default/graphics/emoticons/grin.png | Bin 366 -> 322 bytes
horde/themes/default/graphics/emoticons/hangover.png | Bin 388 -> 334 bytes
horde/themes/default/graphics/emoticons/hippie.png | Bin 408 -> 351 bytes
horde/themes/default/graphics/emoticons/hippiegrin.png | Bin 478 -> 404 bytes
horde/themes/default/graphics/emoticons/hippietongue.png | Bin 478 -> 404 bytes
horde/themes/default/graphics/emoticons/hurt.png | Bin 408 -> 352 bytes
horde/themes/default/graphics/emoticons/love.png | Bin 466 -> 396 bytes
horde/themes/default/graphics/emoticons/mad.png | Bin 355 -> 310 bytes
horde/themes/default/graphics/emoticons/mrt.png | Bin 716 -> 598 bytes
horde/themes/default/graphics/emoticons/punk.png | Bin 461 -> 392 bytes
horde/themes/default/graphics/emoticons/punkmohawk.png | Bin 722 -> 605 bytes
horde/themes/default/graphics/emoticons/punktongue.png | Bin 526 -> 445 bytes
horde/themes/default/graphics/emoticons/raspberry.png | Bin 434 -> 371 bytes
horde/themes/default/graphics/emoticons/sad.png | Bin 385 -> 335 bytes
horde/themes/default/graphics/emoticons/shout.png | Bin 427 -> 366 bytes
horde/themes/default/graphics/emoticons/smile.png | Bin 309 -> 275 bytes
horde/themes/default/graphics/emoticons/tongueout.png | Bin 377 -> 325 bytes
horde/themes/default/graphics/emoticons/vampire.png | Bin 377 -> 332 bytes
horde/themes/default/graphics/emoticons/wink.png | Bin 358 -> 312 bytes
horde/themes/default/graphics/emoticons/winkgrin.png | Bin 427 -> 366 bytes
horde/themes/default/graphics/emoticons/winktongue.png | Bin 425 -> 364 bytes
horde/themes/default/graphics/emoticons/winktongueout.png | Bin 428 -> 364 bytes
horde/themes/default/graphics/emoticons/worried.png | Bin 357 -> 316 bytes
horde/themes/default/graphics/feed.png | Bin 612 -> 520 bytes
horde/themes/default/graphics/flags/be.png | Bin 347 -> 346 bytes
horde/themes/default/graphics/flags/dz.png | Bin 507 -> 506 bytes
horde/themes/default/graphics/flags/io.png | Bin 628 -> 620 bytes
horde/themes/default/graphics/flags/ki.png | Bin 604 -> 584 bytes
horde/themes/default/graphics/flags/ky.png | Bin 585 -> 584 bytes
horde/themes/default/graphics/group.png | Bin 757 -> 626 bytes
horde/themes/default/graphics/help.png | Bin 695 -> 583 bytes
horde/themes/default/graphics/help_index.png | Bin 584 -> 583 bytes
horde/themes/default/graphics/horde-power2.png | Bin 1551 -> 1513 bytes
horde/themes/default/graphics/image/crop.png | Bin 172 -> 133 bytes
horde/themes/default/graphics/image/flip.png | Bin 223 -> 221 bytes
horde/themes/default/graphics/image/mirror.png | Bin 211 -> 209 bytes
horde/themes/default/graphics/image/rotate-180.png | Bin 317 -> 314 bytes
horde/themes/default/graphics/image/rotate-270.png | Bin 230 -> 227 bytes
horde/themes/default/graphics/image/rotate-90.png | Bin 252 -> 250 bytes
horde/themes/default/graphics/info.png | Bin 304 -> 275 bytes
horde/themes/default/graphics/info_icon.png | Bin 477 -> 365 bytes
horde/themes/default/graphics/layout.png | Bin 261 -> 259 bytes
horde/themes/default/graphics/login.png | Bin 463 -> 319 bytes
horde/themes/default/graphics/logout.png | Bin 385 -> 337 bytes
horde/themes/default/graphics/map.png | Bin 354 -> 308 bytes
horde/themes/default/graphics/map_eu.png | Bin 767 -> 523 bytes
horde/themes/default/graphics/mime/audio.png | Bin 209 -> 189 bytes
horde/themes/default/graphics/mime/binary.png | Bin 325 -> 283 bytes
horde/themes/default/graphics/mime/compressed.png | Bin 1244 -> 767 bytes
horde/themes/default/graphics/mime/deb.png | Bin 453 -> 386 bytes
horde/themes/default/graphics/mime/html.png | Bin 603 -> 505 bytes
horde/themes/default/graphics/mime/icalendar.png | Bin 376 -> 305 bytes
horde/themes/default/graphics/mime/image.png | Bin 236 -> 201 bytes
horde/themes/default/graphics/mime/mail.png | Bin 597 -> 510 bytes
horde/themes/default/graphics/mime/msexcel.png | Bin 199 -> 183 bytes
horde/themes/default/graphics/mime/mspowerpoint.png | Bin 506 -> 365 bytes
horde/themes/default/graphics/mime/msword.png | Bin 204 -> 186 bytes
horde/themes/default/graphics/mime/ooo_draw.png | Bin 233 -> 203 bytes
horde/themes/default/graphics/mime/ooo_math.png | Bin 166 -> 155 bytes
horde/themes/default/graphics/mime/ooo_writer.png | Bin 170 -> 157 bytes
horde/themes/default/graphics/mime/pdf.png | Bin 1191 -> 184 bytes
horde/themes/default/graphics/mime/php.png | Bin 300 -> 240 bytes
horde/themes/default/graphics/mime/rpm.png | Bin 765 -> 592 bytes
horde/themes/default/graphics/mime/script-js.png | Bin 199 -> 189 bytes
horde/themes/default/graphics/mime/source-c.png | Bin 174 -> 159 bytes
horde/themes/default/graphics/mime/source-cpp.png | Bin 178 -> 165 bytes
horde/themes/default/graphics/mime/source-h.png | Bin 168 -> 155 bytes
horde/themes/default/graphics/mime/source-java.png | Bin 338 -> 284 bytes
horde/themes/default/graphics/mime/source-python.png | Bin 353 -> 293 bytes
horde/themes/default/graphics/mime/vcard.png | Bin 331 -> 309 bytes
horde/themes/default/graphics/mime/xml.png | Bin 224 -> 189 bytes
horde/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
horde/themes/default/graphics/mobile.png | Bin 486 -> 412 bytes
horde/themes/default/graphics/myaccount.png | Bin 797 -> 661 bytes
horde/themes/default/graphics/nav/bottom-grey.png | Bin 257 -> 254 bytes
horde/themes/default/graphics/nav/bottom.png | Bin 261 -> 258 bytes
horde/themes/default/graphics/nav/down.png | Bin 242 -> 241 bytes
horde/themes/default/graphics/nav/first.png | Bin 271 -> 268 bytes
horde/themes/default/graphics/nav/left.png | Bin 245 -> 243 bytes
horde/themes/default/graphics/nav/right.png | Bin 244 -> 242 bytes
horde/themes/default/graphics/nav/top.png | Bin 263 -> 261 bytes
horde/themes/default/graphics/nav/up.png | Bin 246 -> 244 bytes
horde/themes/default/graphics/office.png | Bin 703 -> 589 bytes
horde/themes/default/graphics/organizing.png | Bin 571 -> 566 bytes
horde/themes/default/graphics/perms.png | Bin 273 -> 243 bytes
horde/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
horde/themes/default/graphics/print.png | Bin 537 -> 535 bytes
horde/themes/default/graphics/reload.png | Bin 264 -> 261 bytes
horde/themes/default/graphics/save.png | Bin 498 -> 495 bytes
horde/themes/default/graphics/search.png | Bin 795 -> 662 bytes
horde/themes/default/graphics/shell.png | Bin 371 -> 325 bytes
horde/themes/default/graphics/sql.png | Bin 240 -> 215 bytes
horde/themes/default/graphics/tree/blank.png | Bin 149 -> 96 bytes
horde/themes/default/graphics/tree/folder.png | Bin 1144 -> 583 bytes
horde/themes/default/graphics/tree/folderopen.png | Bin 1118 -> 524 bytes
horde/themes/default/graphics/tree/join.png | Bin 177 -> 108 bytes
horde/themes/default/graphics/tree/joinbottom.png | Bin 180 -> 108 bytes
horde/themes/default/graphics/tree/line.png | Bin 173 -> 103 bytes
horde/themes/default/graphics/tree/minus.png | Bin 211 -> 126 bytes
horde/themes/default/graphics/tree/minusbottom.png | Bin 208 -> 126 bytes
horde/themes/default/graphics/tree/minusonly.png | Bin 206 -> 121 bytes
horde/themes/default/graphics/tree/minustop.png | Bin 212 -> 125 bytes
horde/themes/default/graphics/tree/nullonly.png | Bin 201 -> 119 bytes
horde/themes/default/graphics/tree/plus.png | Bin 213 -> 131 bytes
horde/themes/default/graphics/tree/plusbottom.png | Bin 214 -> 130 bytes
horde/themes/default/graphics/tree/plusonly.png | Bin 213 -> 125 bytes
horde/themes/default/graphics/tree/plustop.png | Bin 215 -> 129 bytes
horde/themes/default/graphics/uploader/up.png | Bin 3230 -> 480 bytes
horde/themes/default/graphics/user.png | Bin 797 -> 661 bytes
horde/themes/default/graphics/website.png | Bin 882 -> 727 bytes
horde/themes/hordevetica/graphics/block/large_up.png | Bin 139 -> 126 bytes
horde/themes/hordevetica/graphics/delete.png | Bin 363 -> 362 bytes
horde/themes/hordevetica/graphics/horde.png | Bin 462 -> 456 bytes
horde/themes/hordevetica/graphics/uploader/up.png | Bin 3230 -> 480 bytes
horde/themes/hordeweb/graphics/problem.png | Bin 371 -> 240 bytes
horde/themes/hordeweb1/graphics/horde-halfgear-ie.png | Bin 1986 -> 1980 bytes
horde/themes/ideas/graphics/background.png | Bin 131589 -> 122967 bytes
horde/themes/ideas/graphics/left_menu_bottom.png | Bin 3573 -> 3557 bytes
horde/themes/silver/graphics/block/large_up.png | Bin 139 -> 126 bytes
horde/themes/silver/graphics/currentTab_right.png | Bin 326 -> 286 bytes
horde/themes/silver/graphics/delete.png | Bin 363 -> 362 bytes
horde/themes/silver/graphics/horde.png | Bin 462 -> 456 bytes
horde/themes/silver/graphics/tab_right.png | Bin 2100 -> 1902 bytes
horde/themes/silver/graphics/uploader/up.png | Bin 3230 -> 480 bytes
horde/themes/tango-blue/graphics/block/large_left.png | Bin 1155 -> 1127 bytes
horde/themes/tango-blue/graphics/block/large_right.png | Bin 1160 -> 1141 bytes
horde/themes/tango-blue/graphics/block/sunrise/sunrise.png | Bin 279 -> 277 bytes
horde/themes/tango-blue/graphics/block/sunrise/sunset.png | Bin 277 -> 274 bytes
horde/themes/tango-blue/graphics/sql.png | Bin 240 -> 215 bytes
hylax/themes/default/graphics/fax.png | Bin 586 -> 416 bytes
hylax/themes/default/graphics/folder.png | Bin 479 -> 407 bytes
hylax/themes/default/graphics/hylax.png | Bin 586 -> 416 bytes
iPhoto2Ansel/Resources/iPhotoPluginIcon.png | Bin 19571 -> 18837 bytes
imp/themes/default/graphics/add_contact.png | Bin 713 -> 600 bytes
imp/themes/default/graphics/addressbook_add.png | Bin 277 -> 275 bytes
imp/themes/default/graphics/addressbook_browse.png | Bin 263 -> 260 bytes
imp/themes/default/graphics/attachment.png | Bin 352 -> 348 bytes
imp/themes/default/graphics/blacklist.png | Bin 477 -> 471 bytes
imp/themes/default/graphics/calendar.png | Bin 368 -> 320 bytes
imp/themes/default/graphics/checkbox_off.png | Bin 191 -> 116 bytes
imp/themes/default/graphics/checkbox_on.png | Bin 416 -> 318 bytes
imp/themes/default/graphics/checkbox_over.png | Bin 387 -> 293 bytes
imp/themes/default/graphics/close.png | Bin 235 -> 234 bytes
imp/themes/default/graphics/compose.png | Bin 479 -> 415 bytes
imp/themes/default/graphics/delete.png | Bin 788 -> 491 bytes
imp/themes/default/graphics/drafts.png | Bin 348 -> 345 bytes
imp/themes/default/graphics/dragHandleVert.png | Bin 132 -> 88 bytes
imp/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
imp/themes/default/graphics/empty_spam.png | Bin 731 -> 727 bytes
imp/themes/default/graphics/empty_trash.png | Bin 731 -> 727 bytes
imp/themes/default/graphics/encrypted.png | Bin 401 -> 394 bytes
imp/themes/default/graphics/fetchmail.png | Bin 418 -> 359 bytes
imp/themes/default/graphics/folders/drafts.png | Bin 348 -> 345 bytes
imp/themes/default/graphics/folders/inbox.png | Bin 334 -> 330 bytes
imp/themes/default/graphics/folders/minus.png | Bin 251 -> 231 bytes
imp/themes/default/graphics/folders/plus.png | Bin 315 -> 280 bytes
imp/themes/default/graphics/folders/sent.png | Bin 395 -> 391 bytes
imp/themes/default/graphics/folders/trash.png | Bin 461 -> 457 bytes
imp/themes/default/graphics/forward.png | Bin 355 -> 304 bytes
imp/themes/default/graphics/gallery.png | Bin 498 -> 493 bytes
imp/themes/default/graphics/group.png | Bin 757 -> 626 bytes
imp/themes/default/graphics/help.png | Bin 695 -> 583 bytes
imp/themes/default/graphics/ico_message_off.png | Bin 576 -> 457 bytes
imp/themes/default/graphics/imp.png | Bin 334 -> 330 bytes
imp/themes/default/graphics/info_icon.png | Bin 477 -> 365 bytes
imp/themes/default/graphics/key_down.png | Bin 310 -> 209 bytes
imp/themes/default/graphics/key_up.png | Bin 307 -> 207 bytes
imp/themes/default/graphics/logo.png | Bin 2797 -> 2432 bytes
imp/themes/default/graphics/logout.png | Bin 385 -> 337 bytes
imp/themes/default/graphics/mail_answered.png | Bin 316 -> 312 bytes
imp/themes/default/graphics/mail_clearflag.png | Bin 474 -> 406 bytes
imp/themes/default/graphics/mail_deleted.png | Bin 788 -> 491 bytes
imp/themes/default/graphics/mail_draft.png | Bin 407 -> 400 bytes
imp/themes/default/graphics/mail_flagged.png | Bin 379 -> 375 bytes
imp/themes/default/graphics/mail_forwarded.png | Bin 355 -> 304 bytes
imp/themes/default/graphics/mail_personal.png | Bin 797 -> 661 bytes
imp/themes/default/graphics/mail_priority_high.png | Bin 246 -> 244 bytes
imp/themes/default/graphics/mail_seen.png | Bin 340 -> 335 bytes
imp/themes/default/graphics/mail_unseen.png | Bin 347 -> 341 bytes
imp/themes/default/graphics/message_source.png | Bin 334 -> 329 bytes
imp/themes/default/graphics/mime/itip.png | Bin 310 -> 302 bytes
imp/themes/default/graphics/nav/first.png | Bin 271 -> 268 bytes
imp/themes/default/graphics/nav/left.png | Bin 245 -> 243 bytes
imp/themes/default/graphics/nav/right.png | Bin 244 -> 242 bytes
imp/themes/default/graphics/newmail.png | Bin 554 -> 539 bytes
imp/themes/default/graphics/newwin.png | Bin 296 -> 257 bytes
imp/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
imp/themes/default/graphics/print.png | Bin 537 -> 535 bytes
imp/themes/default/graphics/reload.png | Bin 264 -> 261 bytes
imp/themes/default/graphics/reply.png | Bin 395 -> 342 bytes
imp/themes/default/graphics/replyall.png | Bin 395 -> 342 bytes
imp/themes/default/graphics/scroller.png | Bin 127 -> 115 bytes
imp/themes/default/graphics/scroller_back.png | Bin 130 -> 112 bytes
imp/themes/default/graphics/search.png | Bin 795 -> 662 bytes
imp/themes/default/graphics/select.png | Bin 805 -> 676 bytes
imp/themes/default/graphics/signed.png | Bin 401 -> 394 bytes
imp/themes/default/graphics/spellcheck.png | Bin 199 -> 182 bytes
imp/themes/default/graphics/warning.png | Bin 227 -> 169 bytes
imp/themes/silver/graphics/empty_trash.png | Bin 363 -> 362 bytes
imp/themes/tango-blue/graphics/spellcheck.png | Bin 313 -> 312 bytes
ingo/themes/default/graphics/blacklist.png | Bin 477 -> 471 bytes
ingo/themes/default/graphics/copy.png | Bin 293 -> 286 bytes
ingo/themes/default/graphics/disable.png | Bin 477 -> 471 bytes
ingo/themes/default/graphics/script.png | Bin 482 -> 477 bytes
jonah/themes/default/graphics/atom.png | Bin 254 -> 253 bytes
jonah/themes/default/graphics/editstory.png | Bin 304 -> 275 bytes
jonah/themes/default/graphics/feed.png | Bin 714 -> 707 bytes
jonah/themes/default/graphics/jonah.png | Bin 304 -> 275 bytes
jonah/themes/default/graphics/new.png | Bin 288 -> 264 bytes
klutz/themes/default/graphics/goto.png | Bin 323 -> 318 bytes
klutz/themes/default/graphics/klutz.png | Bin 813 -> 215 bytes
klutz/themes/default/graphics/today.png | Bin 420 -> 413 bytes
koward/www/htdocs/horde/themes/graphics/alerts/error.png | Bin 298 -> 184 bytes
koward/www/htdocs/horde/themes/graphics/alerts/message.png | Bin 477 -> 365 bytes
koward/www/htdocs/horde/themes/graphics/alerts/success.png | Bin 360 -> 336 bytes
koward/www/htdocs/horde/themes/graphics/alerts/warning.png | Bin 227 -> 169 bytes
koward/www/htdocs/horde/themes/graphics/logout.png | Bin 385 -> 337 bytes
koward/www/htdocs/horde/themes/graphics/plus.png | Bin 229 -> 208 bytes
koward/www/htdocs/horde/themes/graphics/search.png | Bin 795 -> 662 bytes
koward/www/htdocs/horde/themes/graphics/user.png | Bin 797 -> 661 bytes
.../www/htdocs/horde/themes/silver/graphics/currentTab_right.png | Bin 326 -> 286 bytes
koward/www/htdocs/horde/themes/silver/graphics/delete.png | Bin 363 -> 362 bytes
koward/www/htdocs/horde/themes/silver/graphics/tab_right.png | Bin 2100 -> 1902 bytes
kronolith/themes/default/graphics/addressbook_browse.png | Bin 263 -> 260 bytes
kronolith/themes/default/graphics/alerts/error.png | Bin 298 -> 184 bytes
kronolith/themes/default/graphics/alerts/message.png | Bin 477 -> 365 bytes
kronolith/themes/default/graphics/alerts/success.png | Bin 360 -> 336 bytes
kronolith/themes/default/graphics/alerts/warning.png | Bin 227 -> 169 bytes
kronolith/themes/default/graphics/attendee-declined.png | Bin 520 -> 515 bytes
kronolith/themes/default/graphics/attendee-none.png | Bin 515 -> 510 bytes
kronolith/themes/default/graphics/attendees-000.png | Bin 168 -> 115 bytes
kronolith/themes/default/graphics/attendees-fff.png | Bin 168 -> 115 bytes
kronolith/themes/default/graphics/big_agenda.png | Bin 4131 -> 3608 bytes
kronolith/themes/default/graphics/big_share.png | Bin 3128 -> 2953 bytes
kronolith/themes/default/graphics/checkbox_off.png | Bin 191 -> 116 bytes
kronolith/themes/default/graphics/checkbox_on.png | Bin 416 -> 318 bytes
kronolith/themes/default/graphics/checkbox_over.png | Bin 387 -> 293 bytes
kronolith/themes/default/graphics/close.png | Bin 235 -> 234 bytes
kronolith/themes/default/graphics/drag-handle.png | Bin 147 -> 105 bytes
kronolith/themes/default/graphics/exception-fff.png | Bin 895 -> 131 bytes
kronolith/themes/default/graphics/goto.png | Bin 430 -> 425 bytes
kronolith/themes/default/graphics/help.png | Bin 695 -> 583 bytes
kronolith/themes/default/graphics/left.png | Bin 245 -> 243 bytes
kronolith/themes/default/graphics/logout.png | Bin 385 -> 337 bytes
kronolith/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
kronolith/themes/default/graphics/new_small.png | Bin 224 -> 223 bytes
kronolith/themes/default/graphics/new_task.png | Bin 592 -> 500 bytes
kronolith/themes/default/graphics/picker.png | Bin 368 -> 320 bytes
kronolith/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
kronolith/themes/default/graphics/print.png | Bin 537 -> 535 bytes
kronolith/themes/default/graphics/right.png | Bin 244 -> 242 bytes
kronolith/themes/default/graphics/tasks.png | Bin 532 -> 529 bytes
kronolith/themes/default/graphics/yearview.png | Bin 219 -> 214 bytes
kronolith/themes/silver/graphics/attendees-000.png | Bin 168 -> 115 bytes
kronolith/themes/silver/graphics/attendees-fff.png | Bin 168 -> 115 bytes
kronolith/themes/silver/graphics/exception-fff.png | Bin 895 -> 131 bytes
kronolith/themes/silver/graphics/picker.png | Bin 368 -> 320 bytes
kronolith/themes/tango-blue/graphics/addressbook_browse.png | Bin 263 -> 260 bytes
kronolith/themes/tango-blue/graphics/attendees-000.png | Bin 168 -> 115 bytes
kronolith/themes/tango-blue/graphics/attendees-fff.png | Bin 168 -> 115 bytes
kronolith/themes/tango-blue/graphics/exception-fff.png | Bin 895 -> 131 bytes
kronolith/themes/tango-blue/graphics/goto.png | Bin 324 -> 320 bytes
kronolith/themes/tango-blue/graphics/minus.png | Bin 203 -> 181 bytes
kronolith/themes/tango-blue/graphics/picker.png | Bin 368 -> 320 bytes
kronolith/themes/tango-blue/graphics/plus.png | Bin 229 -> 208 bytes
kronolith/themes/tango-blue/graphics/yearview.png | Bin 219 -> 214 bytes
luxor/themes/default/graphics/folder.png | Bin 479 -> 407 bytes
luxor/themes/default/graphics/luxor.png | Bin 507 -> 439 bytes
luxor/themes/default/graphics/parent.png | Bin 428 -> 424 bytes
mnemo/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
mnemo/themes/default/graphics/mnemo.png | Bin 564 -> 554 bytes
mnemo/themes/default/graphics/notepads.png | Bin 564 -> 554 bytes
mnemo/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
nag/themes/default/graphics/add.png | Bin 592 -> 500 bytes
nag/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
nag/themes/default/graphics/nag.png | Bin 532 -> 529 bytes
nag/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
nag/themes/default/graphics/tasklists.png | Bin 532 -> 529 bytes
pastie/themes/default/graphics/pastie.png | Bin 383 -> 379 bytes
sam/themes/default/graphics/blacklist.png | Bin 563 -> 471 bytes
sam/themes/default/graphics/whitelist.png | Bin 1180 -> 167 bytes
sesha/themes/graphics/sesha.png | Bin 1175 -> 966 bytes
shout/themes/default/graphics/delete-small.png | Bin 148 -> 135 bytes
shout/themes/default/graphics/digit-2.png | Bin 1336 -> 1290 bytes
shout/themes/default/graphics/digit-3.png | Bin 1378 -> 1309 bytes
shout/themes/default/graphics/digit-bg.png | Bin 13338 -> 13214 bytes
shout/themes/default/graphics/extension.png | Bin 797 -> 661 bytes
trean/themes/default/graphics/add.png | Bin 421 -> 364 bytes
trean/themes/default/graphics/data.png | Bin 594 -> 583 bytes
trean/themes/default/graphics/delete.png | Bin 482 -> 414 bytes
trean/themes/default/graphics/edit.png | Bin 463 -> 398 bytes
trean/themes/default/graphics/http/1xx.png | Bin 477 -> 365 bytes
trean/themes/default/graphics/http/2xx.png | Bin 360 -> 336 bytes
trean/themes/default/graphics/http/3xx.png | Bin 477 -> 365 bytes
trean/themes/default/graphics/http/4xx.png | Bin 227 -> 169 bytes
trean/themes/default/graphics/http/5xx.png | Bin 298 -> 184 bytes
trean/themes/default/graphics/http/error.png | Bin 298 -> 184 bytes
trean/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
trean/themes/default/graphics/perms.png | Bin 273 -> 243 bytes
trean/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
trean/themes/default/graphics/protocol/ftp.png | Bin 673 -> 667 bytes
trean/themes/default/graphics/protocol/http.png | Bin 677 -> 676 bytes
trean/themes/default/graphics/protocol/https.png | Bin 677 -> 676 bytes
trean/themes/default/graphics/search.png | Bin 795 -> 662 bytes
trean/themes/default/graphics/trean.png | Bin 305 -> 300 bytes
turba/themes/default/graphics/contact.png | Bin 393 -> 391 bytes
turba/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
turba/themes/default/graphics/menu/browse.png | Bin 263 -> 260 bytes
turba/themes/default/graphics/menu/new.png | Bin 452 -> 447 bytes
turba/themes/default/graphics/mime/vcard.png | Bin 331 -> 309 bytes
turba/themes/default/graphics/new.png | Bin 452 -> 447 bytes
turba/themes/default/graphics/turba.png | Bin 393 -> 391 bytes
ulaform/themes/default/graphics/html.png | Bin 603 -> 505 bytes
ulaform/themes/default/graphics/new.png | Bin 474 -> 470 bytes
ulaform/themes/default/graphics/sort.png | Bin 553 -> 536 bytes
vilma/themes/default/graphics/display.png | Bin 178 -> 177 bytes
vilma/themes/default/graphics/domain.png | Bin 882 -> 727 bytes
vilma/themes/default/graphics/vilma.png | Bin 265 -> 263 bytes
whups/themes/default/graphics/create.png | Bin 366 -> 363 bytes
whups/themes/default/graphics/search.png | Bin 427 -> 424 bytes
wicked/themes/default/graphics/AllPages.png | Bin 677 -> 667 bytes
wicked/themes/default/graphics/PageSearch.png | Bin 521 -> 517 bytes
wicked/themes/default/graphics/RecentChanges.png | Bin 547 -> 473 bytes
wicked/themes/default/graphics/SyncPages.png | Bin 571 -> 566 bytes
wicked/themes/default/graphics/TitleSearch.png | Bin 521 -> 517 bytes
wicked/themes/default/graphics/WikiHome.png | Bin 420 -> 413 bytes
wicked/themes/default/graphics/WikiUsage.png | Bin 370 -> 365 bytes
wicked/themes/hordeweb/graphics/RecentChanges.png | Bin 372 -> 350 bytes
607 files changed, 0 insertions(+), 0 deletions(-)
mode change 100755 => 100644 ansel/themes/default/graphics/image_add.png
http://git.horde.org/horde-git/-/commit/88aeb6bf4c4f5b5c5ea5c96d78acc8b6b48a1580
-----------------------------------------------------------------------
commit 4a239a6e757346c02aa7e78ff3e69867ed90d990
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Nov 27 14:02:36 2011 -0700
ws
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/4a239a6e757346c02aa7e78ff3e69867ed90d990
-----------------------------------------------------------------------
commit 709a558660fe4b4e10511730a7497d482c65711d
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Nov 27 14:33:06 2011 -0700
Optimize JPGs
ansel/test/Ansel/fixtures/vfs/.horde/ansel/00/full/4200.jpg | Bin 193237 -> 181131 bytes
framework/Image/test/Horde/Image/Fixtures/img_exif.jpg | Bin 193237 -> 181131 bytes
framework/Image/test/img4.jpg | Bin 178282 -> 172049 bytes
horde/themes/default/graphics/avatars/alien.jpg | Bin 5268 -> 4156 bytes
horde/themes/default/graphics/avatars/aly.jpg | Bin 4133 -> 3516 bytes
horde/themes/default/graphics/avatars/ape.jpg | Bin 4488 -> 3571 bytes
horde/themes/default/graphics/avatars/au.jpg | Bin 3229 -> 2652 bytes
horde/themes/default/graphics/avatars/barbarian.jpg | Bin 4711 -> 3890 bytes
horde/themes/default/graphics/avatars/bert.jpg | Bin 4034 -> 3433 bytes
horde/themes/default/graphics/avatars/bert2.jpg | Bin 4328 -> 3644 bytes
horde/themes/default/graphics/avatars/boo.jpg | Bin 4580 -> 3803 bytes
horde/themes/default/graphics/avatars/bret.jpg | Bin 5127 -> 3877 bytes
horde/themes/default/graphics/avatars/clown.jpg | Bin 9994 -> 9392 bytes
horde/themes/default/graphics/avatars/cocky.jpg | Bin 4017 -> 3077 bytes
horde/themes/default/graphics/avatars/einstein.jpg | Bin 4661 -> 3725 bytes
horde/themes/default/graphics/avatars/elmo.jpg | Bin 3169 -> 2587 bytes
horde/themes/default/graphics/avatars/evil.jpg | Bin 3716 -> 3215 bytes
horde/themes/default/graphics/avatars/female1.jpg | Bin 4584 -> 3944 bytes
horde/themes/default/graphics/avatars/female2.jpg | Bin 9325 -> 8800 bytes
horde/themes/default/graphics/avatars/franc.jpg | Bin 5564 -> 4272 bytes
horde/themes/default/graphics/avatars/gremlin.jpg | Bin 4508 -> 3662 bytes
horde/themes/default/graphics/avatars/grover.jpg | Bin 3669 -> 3170 bytes
horde/themes/default/graphics/avatars/hump.jpg | Bin 4769 -> 3838 bytes
horde/themes/default/graphics/avatars/jeri.jpg | Bin 3884 -> 3301 bytes
horde/themes/default/graphics/avatars/kirk.jpg | Bin 5360 -> 4131 bytes
horde/themes/default/graphics/avatars/kryton.jpg | Bin 4190 -> 3554 bytes
horde/themes/default/graphics/avatars/male1.jpg | Bin 3771 -> 3250 bytes
horde/themes/default/graphics/avatars/male2.jpg | Bin 3902 -> 3264 bytes
horde/themes/default/graphics/avatars/man.jpg | Bin 3692 -> 2943 bytes
horde/themes/default/graphics/avatars/melon.jpg | Bin 4747 -> 3840 bytes
horde/themes/default/graphics/avatars/monkey.jpg | Bin 8399 -> 7901 bytes
horde/themes/default/graphics/avatars/neo.jpg | Bin 4054 -> 3424 bytes
horde/themes/default/graphics/avatars/ninja.jpg | Bin 1226 -> 904 bytes
horde/themes/default/graphics/avatars/picard.jpg | Bin 4047 -> 3274 bytes
horde/themes/default/graphics/avatars/puff.jpg | Bin 3990 -> 3421 bytes
horde/themes/default/graphics/avatars/rei.jpg | Bin 4541 -> 3694 bytes
horde/themes/default/graphics/avatars/rei2.jpg | Bin 5065 -> 4090 bytes
horde/themes/default/graphics/avatars/stan.jpg | Bin 3942 -> 3398 bytes
horde/themes/default/graphics/avatars/trin.jpg | Bin 4394 -> 3702 bytes
horde/themes/default/graphics/avatars/us.jpg | Bin 4945 -> 3985 bytes
horde/themes/default/graphics/avatars/vampire.jpg | Bin 4231 -> 3199 bytes
horde/themes/default/graphics/avatars/vampire2.jpg | Bin 3767 -> 2913 bytes
horde/themes/default/graphics/avatars/wizard.jpg | Bin 4924 -> 3868 bytes
horde/themes/default/graphics/avatars/wolverine.jpg | Bin 5039 -> 4121 bytes
horde/themes/default/graphics/avatars/woman.jpg | Bin 3831 -> 2998 bytes
horde/themes/default/graphics/avatars/woodie.jpg | Bin 4416 -> 3300 bytes
horde/themes/default/graphics/mobile/display.jpg | Bin 1421 -> 1132 bytes
horde/themes/default/graphics/mobile/left.jpg | Bin 1560 -> 1320 bytes
horde/themes/default/graphics/mobile/right.jpg | Bin 1568 -> 1294 bytes
horde/themes/default/graphics/mobile/top.jpg | Bin 4213 -> 3955 bytes
imp/themes/default/graphics/quotaback.jpg | Bin 619 -> 600 bytes
51 files changed, 0 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/709a558660fe4b4e10511730a7497d482c65711d
-----------------------------------------------------------------------
commit 52e1382a845ec118b6d8c769d9548959d95a3b85
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 18:17:35 2011 -0500
Run conditions text through Horde_Service_Weather_Translation::t
Still need to add the full list of strings returned from Wwo...
Partially fixes Bug: 10804
.../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php | 2 +-
.../Service_Weather/lib/Horde/Service/Weather/Period/Wwo.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/52e1382a845ec118b6d8c769d9548959d95a3b85
-----------------------------------------------------------------------
commit adc6e73cb78796058974129b9843f6fec038ae2d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 18:32:21 2011 -0500
changes
framework/Service_Weather/package.xml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/adc6e73cb78796058974129b9843f6fec038ae2d
-----------------------------------------------------------------------
commit 2b6fae0dd3c85e734811ba3ba23a8ea89f676264
Merge: bd9b4f2 adc6e73
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Nov 27 21:14:19 2011 -0500
Merge branch 'master' into develop
Conflicts:
horde/js/jquery.mobile/images/form-check-on.png
horde/js/jquery.mobile/images/form-radio-off.png
horde/themes/hordeweb1/graphics/horde-halfgear-ie.png
horde/themes/ideas/graphics/background.png
horde/themes/ideas/graphics/left_menu_bottom.png
horde/themes/silver/graphics/currentTab_right.png
horde/themes/silver/graphics/tab_right.png
imp/package.xml
Dashboard/HordeBlock.wdgtproj/project.wdgt/Default.png | Bin 8991 -> 8731 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/back.png | Bin 110016 -> 103860 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/front.png | Bin 7945 -> 7899 bytes
agora/themes/default/graphics/agora.png | Bin 281 -> 246 bytes
agora/themes/default/graphics/flagged.png | Bin 350 -> 315 bytes
agora/themes/default/graphics/forums.png | Bin 291 -> 286 bytes
agora/themes/default/graphics/hot.png | Bin 353 -> 315 bytes
agora/themes/default/graphics/moderate.png | Bin 196 -> 175 bytes
agora/themes/default/graphics/newforum.png | Bin 380 -> 374 bytes
agora/themes/default/graphics/newmessage.png | Bin 318 -> 297 bytes
agora/themes/default/graphics/thread.png | Bin 316 -> 305 bytes
agora/themes/default/graphics/threads.png | Bin 316 -> 305 bytes
ansel/test/Ansel/fixtures/vfs/.horde/ansel/00/full/4200.jpg | Bin 193237 -> 181131 bytes
ansel/themes/default/graphics/add.png | Bin 582 -> 496 bytes
ansel/themes/default/graphics/ansel.png | Bin 498 -> 493 bytes
ansel/themes/default/graphics/browse.png | Bin 582 -> 492 bytes
ansel/themes/default/graphics/down.png | Bin 242 -> 241 bytes
ansel/themes/default/graphics/galleries.png | Bin 582 -> 492 bytes
ansel/themes/default/graphics/image_add.png | Bin 229 -> 208 bytes
ansel/themes/default/graphics/mygalleries.png | Bin 582 -> 492 bytes
ansel/themes/default/graphics/slideshow_next.png | Bin 285 -> 255 bytes
ansel/themes/default/graphics/slideshow_pause.png | Bin 291 -> 259 bytes
ansel/themes/default/graphics/slideshow_play.png | Bin 268 -> 234 bytes
ansel/themes/default/graphics/slideshow_prev.png | Bin 303 -> 264 bytes
ansel/themes/default/graphics/success.png | Bin 360 -> 336 bytes
ansel/themes/default/graphics/up.png | Bin 246 -> 244 bytes
ansel/themes/silver/graphics/photomarker-shadow.png | Bin 962 -> 947 bytes
ansel/themes/silver/graphics/photomarker.png | Bin 605 -> 598 bytes
beatnik/themes/default/graphics/beatnik.png | Bin 882 -> 727 bytes
beatnik/themes/default/graphics/commit-all.png | Bin 430 -> 425 bytes
bundles/kolab_webmail/docs/INSTALL | 4 +-
bundles/kolab_webmail/mnemo/config/conf.d/20-kolab.xml | 7 +
bundles/kolab_webmail/nag/config/conf.d/20-kolab.xml | 7 +
bundles/kolab_webmail/package.xml | 20 +-
chora/themes/default/graphics/back.png | Bin 428 -> 424 bytes
chora/themes/default/graphics/deleted.png | Bin 564 -> 492 bytes
chora/themes/default/graphics/folder.png | Bin 479 -> 407 bytes
chora/themes/silver/graphics/chora.png | Bin 738 -> 724 bytes
folks/themes/default/graphics/folks.png | Bin 797 -> 661 bytes
framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 5 +-
framework/Db/lib/Horde/Db/Adapter/Postgresql/Schema.php | 2 +-
framework/Editor/js/plugins/uicolor/yui/assets/hue_bg.png | Bin 1039 -> 1019 bytes
framework/Editor/js/plugins/uicolor/yui/assets/hue_thumb.png | Bin 140 -> 133 bytes
framework/Editor/js/plugins/uicolor/yui/assets/picker_mask.png | Bin 11432 -> 10560 bytes
framework/Editor/js/skins/kama/icons.png | Bin 4742 -> 4627 bytes
framework/Editor/js/skins/kama/icons_rtl.png | Bin 4769 -> 4639 bytes
framework/Editor/js/skins/kama/images/noimage.png | Bin 2115 -> 2114 bytes
framework/Editor/js/skins/kama/images/sprites.png | Bin 6117 -> 5485 bytes
framework/Editor/js/skins/office2003/icons.png | Bin 4742 -> 4627 bytes
framework/Editor/js/skins/office2003/icons_rtl.png | Bin 4769 -> 4639 bytes
framework/Editor/js/skins/office2003/images/noimage.png | Bin 2115 -> 2114 bytes
framework/Editor/js/skins/office2003/images/sprites.png | Bin 6087 -> 5040 bytes
framework/Editor/js/skins/office2003/images/sprites_ie6.png | Bin 2531 -> 2371 bytes
framework/Editor/js/skins/v2/icons.png | Bin 4742 -> 4627 bytes
framework/Editor/js/skins/v2/icons_rtl.png | Bin 4769 -> 4639 bytes
framework/Editor/js/skins/v2/images/noimage.png | Bin 2115 -> 2114 bytes
framework/Editor/js/skins/v2/images/sprites.png | Bin 2272 -> 2213 bytes
framework/Editor/js/skins/v2/images/sprites_ie6.png | Bin 426 -> 404 bytes
framework/Image/test/Horde/Image/Fixtures/img_exif.jpg | Bin 193237 -> 181131 bytes
framework/Image/test/img4.jpg | Bin 178282 -> 172049 bytes
framework/Service_Weather/lib/Horde/Service/Weather/Base.php | 13 +
.../Service_Weather/lib/Horde/Service/Weather/Current/Base.php | 10 +-
.../Service_Weather/lib/Horde/Service/Weather/Current/Google.php | 34 +-
.../lib/Horde/Service/Weather/Current/WeatherUnderground.php | 25 +-
.../Service_Weather/lib/Horde/Service/Weather/Current/Wwo.php | 16 +-
.../Service_Weather/lib/Horde/Service/Weather/Forecast/Base.php | 2 +-
.../Service_Weather/lib/Horde/Service/Weather/Forecast/Google.php | 2 +-
framework/Service_Weather/lib/Horde/Service/Weather/Google.php | 17 +-
.../Service_Weather/lib/Horde/Service/Weather/Period/Google.php | 2 +-
.../Service_Weather/lib/Horde/Service/Weather/Period/Wwo.php | 2 +-
.../lib/Horde/Service/Weather/WeatherUnderground.php | 13 +-
framework/Service_Weather/lib/Horde/Service/Weather/Wwo.php | 16 +-
framework/Service_Weather/package.xml | 42 ++-
framework/Service_Weather/test/Horde/Service/Weather/AllTests.php | 45 ++
framework/Service_Weather/test/Horde/Service/Weather/Autoload.php | 18 +
.../Service_Weather/test/Horde/Service/Weather/GoogleTest.php | 140 +++++
.../test/Horde/Service/Weather/fixtures/boston_google.xml | 1 +
.../test/Horde/Service/Weather/fixtures/boston_google_de.xml | 1 +
.../Service_Weather/themes/default/graphics/weather/23x23/1.png | Bin 1173 -> 1172 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/19.png | Bin 1080 -> 1014 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/34.png | Bin 1395 -> 1391 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/40.png | Bin 1198 -> 1195 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/0.png | Bin 1064 -> 956 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/1.png | Bin 1063 -> 960 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/10.png | Bin 1047 -> 942 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/11.png | Bin 1051 -> 950 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/12.png | Bin 1086 -> 982 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/13.png | Bin 959 -> 853 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/14.png | Bin 1039 -> 938 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/16.png | Bin 1103 -> 1004 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/17.png | Bin 1063 -> 952 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/18.png | Bin 1076 -> 973 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/19.png | Bin 1105 -> 996 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/2.png | Bin 1063 -> 960 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/20.png | Bin 1002 -> 903 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/21.png | Bin 1009 -> 900 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/22.png | Bin 995 -> 889 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/23.png | Bin 824 -> 746 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/24.png | Bin 824 -> 745 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/25.png | Bin 975 -> 883 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/26.png | Bin 1071 -> 970 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/27.png | Bin 1197 -> 1069 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/28.png | Bin 1235 -> 1134 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/29.png | Bin 1161 -> 1019 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/3.png | Bin 1064 -> 955 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/30.png | Bin 1210 -> 1097 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/31.png | Bin 1159 -> 1017 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/32.png | Bin 1167 -> 1029 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/33.png | Bin 1159 -> 1017 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/34.png | Bin 1190 -> 1060 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/35.png | Bin 1063 -> 956 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/36.png | Bin 1175 -> 1054 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/37.png | Bin 1007 -> 904 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/38.png | Bin 1009 -> 907 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/39.png | Bin 1086 -> 985 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/4.png | Bin 1064 -> 955 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/40.png | Bin 1071 -> 971 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/41.png | Bin 1104 -> 1008 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/42.png | Bin 1101 -> 1002 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/43.png | Bin 1161 -> 1053 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/44.png | Bin 1204 -> 1096 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/45.png | Bin 778 -> 649 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/46.png | Bin 795 -> 664 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/47.png | Bin 781 -> 642 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/5.png | Bin 1083 -> 984 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/6.png | Bin 1072 -> 969 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/7.png | Bin 1109 -> 1007 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/8.png | Bin 1016 -> 910 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/9.png | Bin 993 -> 890 bytes
.../themes/default/graphics/weather/wundergroundlogo.png | Bin 15887 -> 11688 bytes
gollem/themes/default/graphics/clipboard.png | Bin 383 -> 379 bytes
gollem/themes/default/graphics/copy.png | Bin 218 -> 217 bytes
gollem/themes/default/graphics/cut.png | Bin 229 -> 228 bytes
gollem/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
gollem/themes/default/graphics/folder.png | Bin 1144 -> 583 bytes
gollem/themes/default/graphics/folder_create.png | Bin 1098 -> 487 bytes
gollem/themes/default/graphics/folder_goto.png | Bin 1104 -> 488 bytes
gollem/themes/default/graphics/folder_home.png | Bin 1092 -> 481 bytes
gollem/themes/default/graphics/folder_symlink.png | Bin 1152 -> 580 bytes
gollem/themes/default/graphics/gollem.png | Bin 1092 -> 481 bytes
gollem/themes/default/graphics/reload.png | Bin 264 -> 261 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/error.png | Bin 298 -> 184 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/message.png | Bin 477 -> 365 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/success.png | Bin 360 -> 336 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/alerts/warning.png | Bin 227 -> 169 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/calendar.png | Bin 368 -> 320 bytes
hermes/scripts/Sandals.wdgt/themes/graphics/hermes.png | Bin 547 -> 473 bytes
hermes/themes/default/graphics/alerts/message.png | Bin 477 -> 365 bytes
hermes/themes/default/graphics/checkbox_off.png | Bin 191 -> 116 bytes
hermes/themes/default/graphics/checkbox_on.png | Bin 416 -> 318 bytes
hermes/themes/default/graphics/checkbox_over.png | Bin 387 -> 293 bytes
hermes/themes/default/graphics/clients.png | Bin 757 -> 626 bytes
hermes/themes/default/graphics/clockout.png | Bin 560 -> 482 bytes
hermes/themes/default/graphics/hermes.png | Bin 547 -> 473 bytes
hermes/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
hermes/themes/default/graphics/picker.png | Bin 368 -> 320 bytes
hermes/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
hermes/themes/default/graphics/search.png | Bin 795 -> 662 bytes
hermes/themes/default/graphics/timer-start.png | Bin 474 -> 469 bytes
hermes/themes/default/graphics/timer-stop.png | Bin 529 -> 521 bytes
hermes/themes/silver/graphics/checkbox_off.png | Bin 191 -> 116 bytes
hermes/themes/silver/graphics/checkbox_on.png | Bin 416 -> 318 bytes
hermes/themes/silver/graphics/checkbox_over.png | Bin 387 -> 293 bytes
hermes/themes/silver/graphics/clockout.png | Bin 560 -> 482 bytes
hermes/themes/silver/graphics/timer-start.png | Bin 474 -> 469 bytes
hermes/themes/silver/graphics/timer-stop.png | Bin 529 -> 521 bytes
horde/js/map/img/cloud-popup-relative.png | Bin 2426 -> 2313 bytes
horde/js/map/img/panning-hand-off.png | Bin 777 -> 759 bytes
horde/js/map/img/panning-hand-on.png | Bin 812 -> 791 bytes
horde/js/map/img/zoom-world-mini.png | Bin 808 -> 802 bytes
horde/js/map/theme/default/img/add_point_off.png | Bin 1166 -> 572 bytes
horde/js/map/theme/default/img/add_point_on.png | Bin 987 -> 366 bytes
horde/js/map/theme/default/img/draw_line_off.png | Bin 1117 -> 459 bytes
horde/js/map/theme/default/img/draw_line_on.png | Bin 921 -> 243 bytes
horde/js/map/theme/default/img/draw_point_off.png | Bin 1162 -> 562 bytes
horde/js/map/theme/default/img/draw_point_on.png | Bin 983 -> 357 bytes
horde/js/map/theme/default/img/draw_polygon_off.png | Bin 1096 -> 436 bytes
horde/js/map/theme/default/img/draw_polygon_on.png | Bin 930 -> 248 bytes
horde/js/map/theme/default/img/editing_tool_bar.png | Bin 2045 -> 1870 bytes
horde/js/map/theme/default/img/move_feature_off.png | Bin 1093 -> 417 bytes
horde/js/map/theme/default/img/move_feature_on.png | Bin 902 -> 221 bytes
horde/js/map/theme/default/img/navigation_history.png | Bin 4410 -> 4338 bytes
horde/js/map/theme/default/img/pan-panel-NOALPHA.png | Bin 453 -> 452 bytes
horde/js/map/theme/default/img/pan-panel.png | Bin 583 -> 568 bytes
horde/js/map/theme/default/img/pan_off.png | Bin 1249 -> 713 bytes
horde/js/map/theme/default/img/pan_on.png | Bin 1120 -> 570 bytes
horde/js/map/theme/default/img/panning-hand-off.png | Bin 777 -> 759 bytes
horde/js/map/theme/default/img/panning-hand-on.png | Bin 812 -> 791 bytes
horde/js/map/theme/default/img/remove_point_off.png | Bin 1162 -> 567 bytes
horde/js/map/theme/default/img/remove_point_on.png | Bin 986 -> 363 bytes
horde/js/map/theme/default/img/ruler.png | Bin 1137 -> 510 bytes
horde/js/map/theme/default/img/save_features_off.png | Bin 297 -> 272 bytes
horde/js/map/theme/default/img/save_features_on.png | Bin 302 -> 275 bytes
horde/js/map/theme/default/img/view_next_off.png | Bin 884 -> 883 bytes
horde/js/map/theme/default/img/view_next_on.png | Bin 1574 -> 1572 bytes
horde/js/map/theme/default/img/view_previous_on.png | Bin 1592 -> 1521 bytes
horde/js/map/theme/default/img/zoom-panel-NOALPHA.png | Bin 1067 -> 1039 bytes
horde/js/map/theme/default/img/zoom-panel.png | Bin 1152 -> 1123 bytes
horde/themes/default/graphics/about.png | Bin 201 -> 181 bytes
horde/themes/default/graphics/add_group.png | Bin 641 -> 577 bytes
horde/themes/default/graphics/add_perm.png | Bin 286 -> 282 bytes
horde/themes/default/graphics/administration.png | Bin 335 -> 263 bytes
horde/themes/default/graphics/alerts/error.png | Bin 298 -> 184 bytes
horde/themes/default/graphics/alerts/message.png | Bin 477 -> 365 bytes
horde/themes/default/graphics/alerts/success.png | Bin 360 -> 336 bytes
horde/themes/default/graphics/alerts/warning.png | Bin 227 -> 169 bytes
horde/themes/default/graphics/avatars/alien.jpg | Bin 5268 -> 4156 bytes
horde/themes/default/graphics/avatars/aly.jpg | Bin 4133 -> 3516 bytes
horde/themes/default/graphics/avatars/ape.jpg | Bin 4488 -> 3571 bytes
horde/themes/default/graphics/avatars/au.jpg | Bin 3229 -> 2652 bytes
horde/themes/default/graphics/avatars/barbarian.jpg | Bin 4711 -> 3890 bytes
horde/themes/default/graphics/avatars/bert.jpg | Bin 4034 -> 3433 bytes
horde/themes/default/graphics/avatars/bert2.jpg | Bin 4328 -> 3644 bytes
horde/themes/default/graphics/avatars/boo.jpg | Bin 4580 -> 3803 bytes
horde/themes/default/graphics/avatars/bret.jpg | Bin 5127 -> 3877 bytes
horde/themes/default/graphics/avatars/clown.jpg | Bin 9994 -> 9392 bytes
horde/themes/default/graphics/avatars/cocky.jpg | Bin 4017 -> 3077 bytes
horde/themes/default/graphics/avatars/einstein.jpg | Bin 4661 -> 3725 bytes
horde/themes/default/graphics/avatars/elmo.jpg | Bin 3169 -> 2587 bytes
horde/themes/default/graphics/avatars/evil.jpg | Bin 3716 -> 3215 bytes
horde/themes/default/graphics/avatars/female1.jpg | Bin 4584 -> 3944 bytes
horde/themes/default/graphics/avatars/female2.jpg | Bin 9325 -> 8800 bytes
horde/themes/default/graphics/avatars/franc.jpg | Bin 5564 -> 4272 bytes
horde/themes/default/graphics/avatars/gremlin.jpg | Bin 4508 -> 3662 bytes
horde/themes/default/graphics/avatars/grover.jpg | Bin 3669 -> 3170 bytes
horde/themes/default/graphics/avatars/hump.jpg | Bin 4769 -> 3838 bytes
horde/themes/default/graphics/avatars/jeri.jpg | Bin 3884 -> 3301 bytes
horde/themes/default/graphics/avatars/kirk.jpg | Bin 5360 -> 4131 bytes
horde/themes/default/graphics/avatars/kryton.jpg | Bin 4190 -> 3554 bytes
horde/themes/default/graphics/avatars/male1.jpg | Bin 3771 -> 3250 bytes
horde/themes/default/graphics/avatars/male2.jpg | Bin 3902 -> 3264 bytes
horde/themes/default/graphics/avatars/man.jpg | Bin 3692 -> 2943 bytes
horde/themes/default/graphics/avatars/melon.jpg | Bin 4747 -> 3840 bytes
horde/themes/default/graphics/avatars/monkey.jpg | Bin 8399 -> 7901 bytes
horde/themes/default/graphics/avatars/neo.jpg | Bin 4054 -> 3424 bytes
horde/themes/default/graphics/avatars/ninja.jpg | Bin 1226 -> 904 bytes
horde/themes/default/graphics/avatars/picard.jpg | Bin 4047 -> 3274 bytes
horde/themes/default/graphics/avatars/puff.jpg | Bin 3990 -> 3421 bytes
horde/themes/default/graphics/avatars/rei.jpg | Bin 4541 -> 3694 bytes
horde/themes/default/graphics/avatars/rei2.jpg | Bin 5065 -> 4090 bytes
horde/themes/default/graphics/avatars/stan.jpg | Bin 3942 -> 3398 bytes
horde/themes/default/graphics/avatars/trin.jpg | Bin 4394 -> 3702 bytes
horde/themes/default/graphics/avatars/us.jpg | Bin 4945 -> 3985 bytes
horde/themes/default/graphics/avatars/vampire.jpg | Bin 4231 -> 3199 bytes
horde/themes/default/graphics/avatars/vampire2.jpg | Bin 3767 -> 2913 bytes
horde/themes/default/graphics/avatars/wizard.jpg | Bin 4924 -> 3868 bytes
horde/themes/default/graphics/avatars/wolverine.jpg | Bin 5039 -> 4121 bytes
horde/themes/default/graphics/avatars/woman.jpg | Bin 3831 -> 2998 bytes
horde/themes/default/graphics/avatars/woodie.jpg | Bin 4416 -> 3300 bytes
horde/themes/default/graphics/block.png | Bin 494 -> 412 bytes
horde/themes/default/graphics/block/down.png | Bin 127 -> 115 bytes
horde/themes/default/graphics/block/large_down.png | Bin 136 -> 125 bytes
horde/themes/default/graphics/block/large_left.png | Bin 133 -> 122 bytes
horde/themes/default/graphics/block/large_right.png | Bin 133 -> 122 bytes
horde/themes/default/graphics/block/large_up.png | Bin 139 -> 126 bytes
horde/themes/default/graphics/block/left.png | Bin 131 -> 122 bytes
horde/themes/default/graphics/block/moon/firstquarter.png | Bin 1901 -> 972 bytes
horde/themes/default/graphics/block/moon/fullmoon.png | Bin 1977 -> 1028 bytes
horde/themes/default/graphics/block/moon/lastquarter.png | Bin 1926 -> 997 bytes
horde/themes/default/graphics/block/moon/newmoon.png | Bin 1747 -> 784 bytes
horde/themes/default/graphics/block/right.png | Bin 130 -> 119 bytes
horde/themes/default/graphics/block/sunrise/sunrise.png | Bin 279 -> 277 bytes
horde/themes/default/graphics/block/sunrise/sunset.png | Bin 277 -> 274 bytes
horde/themes/default/graphics/block/up.png | Bin 127 -> 119 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/1.png | Bin 1173 -> 1172 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/19.png | Bin 1080 -> 1014 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/34.png | Bin 1395 -> 1391 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/40.png | Bin 1198 -> 1195 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/0.png | Bin 1064 -> 956 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/1.png | Bin 1063 -> 960 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/10.png | Bin 1047 -> 942 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/11.png | Bin 1051 -> 950 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/12.png | Bin 1086 -> 982 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/13.png | Bin 959 -> 853 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/14.png | Bin 1039 -> 938 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/16.png | Bin 1103 -> 1004 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/17.png | Bin 1063 -> 952 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/18.png | Bin 1076 -> 973 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/19.png | Bin 1105 -> 996 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/2.png | Bin 1063 -> 960 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/20.png | Bin 1002 -> 903 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/21.png | Bin 1009 -> 900 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/22.png | Bin 995 -> 889 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/23.png | Bin 824 -> 746 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/24.png | Bin 824 -> 745 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/25.png | Bin 975 -> 883 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/26.png | Bin 1071 -> 970 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/27.png | Bin 1197 -> 1069 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/28.png | Bin 1235 -> 1134 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/29.png | Bin 1161 -> 1019 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/3.png | Bin 1064 -> 955 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/30.png | Bin 1210 -> 1097 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/31.png | Bin 1159 -> 1017 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/32.png | Bin 1167 -> 1029 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/33.png | Bin 1159 -> 1017 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/34.png | Bin 1190 -> 1060 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/35.png | Bin 1063 -> 956 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/36.png | Bin 1175 -> 1054 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/37.png | Bin 1007 -> 904 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/38.png | Bin 1009 -> 907 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/39.png | Bin 1086 -> 985 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/4.png | Bin 1064 -> 955 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/40.png | Bin 1071 -> 971 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/41.png | Bin 1104 -> 1008 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/42.png | Bin 1101 -> 1002 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/43.png | Bin 1161 -> 1053 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/44.png | Bin 1204 -> 1096 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/45.png | Bin 778 -> 649 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/46.png | Bin 795 -> 664 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/47.png | Bin 781 -> 642 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/5.png | Bin 1083 -> 984 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/6.png | Bin 1072 -> 969 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/7.png | Bin 1109 -> 1007 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/8.png | Bin 1016 -> 910 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/9.png | Bin 993 -> 890 bytes
.../default/graphics/block/weatherdotcom/32x32/TWClogo_32px.png | Bin 2373 -> 2097 bytes
horde/themes/default/graphics/calendar.png | Bin 368 -> 320 bytes
horde/themes/default/graphics/close.png | Bin 235 -> 234 bytes
horde/themes/default/graphics/color-picker-palette.png | Bin 72838 -> 68856 bytes
horde/themes/default/graphics/colorpicker.png | Bin 765 -> 485 bytes
horde/themes/default/graphics/colorscale.png | Bin 1801 -> 1529 bytes
horde/themes/default/graphics/config.png | Bin 180 -> 170 bytes
horde/themes/default/graphics/data.png | Bin 594 -> 583 bytes
horde/themes/default/graphics/delete-small.png | Bin 148 -> 135 bytes
horde/themes/default/graphics/delete.png | Bin 788 -> 491 bytes
horde/themes/default/graphics/devel.png | Bin 359 -> 311 bytes
horde/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
horde/themes/default/graphics/emoticons/angel.png | Bin 332 -> 296 bytes
horde/themes/default/graphics/emoticons/angelwink.png | Bin 377 -> 328 bytes
horde/themes/default/graphics/emoticons/angry.png | Bin 551 -> 463 bytes
horde/themes/default/graphics/emoticons/annoyed.png | Bin 353 -> 308 bytes
horde/themes/default/graphics/emoticons/bigfrown.png | Bin 429 -> 369 bytes
horde/themes/default/graphics/emoticons/biggrin.png | Bin 467 -> 400 bytes
horde/themes/default/graphics/emoticons/blush.png | Bin 413 -> 356 bytes
horde/themes/default/graphics/emoticons/clown.png | Bin 717 -> 599 bytes
horde/themes/default/graphics/emoticons/confused.png | Bin 312 -> 276 bytes
horde/themes/default/graphics/emoticons/cool.png | Bin 445 -> 381 bytes
horde/themes/default/graphics/emoticons/coolgrin.png | Bin 512 -> 433 bytes
horde/themes/default/graphics/emoticons/cooltongue.png | Bin 521 -> 441 bytes
horde/themes/default/graphics/emoticons/dazed.png | Bin 509 -> 431 bytes
horde/themes/default/graphics/emoticons/devil.png | Bin 557 -> 474 bytes
horde/themes/default/graphics/emoticons/deviltongue.png | Bin 514 -> 439 bytes
horde/themes/default/graphics/emoticons/disappointed.png | Bin 342 -> 300 bytes
horde/themes/default/graphics/emoticons/embarrassed.png | Bin 507 -> 435 bytes
horde/themes/default/graphics/emoticons/enraged.png | Bin 506 -> 433 bytes
horde/themes/default/graphics/emoticons/frown.png | Bin 296 -> 263 bytes
horde/themes/default/graphics/emoticons/frustrated.png | Bin 321 -> 281 bytes
horde/themes/default/graphics/emoticons/grin.png | Bin 366 -> 322 bytes
horde/themes/default/graphics/emoticons/hangover.png | Bin 388 -> 334 bytes
horde/themes/default/graphics/emoticons/hippie.png | Bin 408 -> 351 bytes
horde/themes/default/graphics/emoticons/hippiegrin.png | Bin 478 -> 404 bytes
horde/themes/default/graphics/emoticons/hippietongue.png | Bin 478 -> 404 bytes
horde/themes/default/graphics/emoticons/hurt.png | Bin 408 -> 352 bytes
horde/themes/default/graphics/emoticons/love.png | Bin 466 -> 396 bytes
horde/themes/default/graphics/emoticons/mad.png | Bin 355 -> 310 bytes
horde/themes/default/graphics/emoticons/mrt.png | Bin 716 -> 598 bytes
horde/themes/default/graphics/emoticons/punk.png | Bin 461 -> 392 bytes
horde/themes/default/graphics/emoticons/punkmohawk.png | Bin 722 -> 605 bytes
horde/themes/default/graphics/emoticons/punktongue.png | Bin 526 -> 445 bytes
horde/themes/default/graphics/emoticons/raspberry.png | Bin 434 -> 371 bytes
horde/themes/default/graphics/emoticons/sad.png | Bin 385 -> 335 bytes
horde/themes/default/graphics/emoticons/shout.png | Bin 427 -> 366 bytes
horde/themes/default/graphics/emoticons/smile.png | Bin 309 -> 275 bytes
horde/themes/default/graphics/emoticons/tongueout.png | Bin 377 -> 325 bytes
horde/themes/default/graphics/emoticons/vampire.png | Bin 377 -> 332 bytes
horde/themes/default/graphics/emoticons/wink.png | Bin 358 -> 312 bytes
horde/themes/default/graphics/emoticons/winkgrin.png | Bin 427 -> 366 bytes
horde/themes/default/graphics/emoticons/winktongue.png | Bin 425 -> 364 bytes
horde/themes/default/graphics/emoticons/winktongueout.png | Bin 428 -> 364 bytes
horde/themes/default/graphics/emoticons/worried.png | Bin 357 -> 316 bytes
horde/themes/default/graphics/feed.png | Bin 612 -> 520 bytes
horde/themes/default/graphics/flags/be.png | Bin 347 -> 346 bytes
horde/themes/default/graphics/flags/dz.png | Bin 507 -> 506 bytes
horde/themes/default/graphics/flags/io.png | Bin 628 -> 620 bytes
horde/themes/default/graphics/flags/ki.png | Bin 604 -> 584 bytes
horde/themes/default/graphics/flags/ky.png | Bin 585 -> 584 bytes
horde/themes/default/graphics/group.png | Bin 757 -> 626 bytes
horde/themes/default/graphics/help.png | Bin 695 -> 583 bytes
horde/themes/default/graphics/help_index.png | Bin 584 -> 583 bytes
horde/themes/default/graphics/horde-power2.png | Bin 1551 -> 1513 bytes
horde/themes/default/graphics/image/crop.png | Bin 172 -> 133 bytes
horde/themes/default/graphics/image/flip.png | Bin 223 -> 221 bytes
horde/themes/default/graphics/image/mirror.png | Bin 211 -> 209 bytes
horde/themes/default/graphics/image/rotate-180.png | Bin 317 -> 314 bytes
horde/themes/default/graphics/image/rotate-270.png | Bin 230 -> 227 bytes
horde/themes/default/graphics/image/rotate-90.png | Bin 252 -> 250 bytes
horde/themes/default/graphics/info.png | Bin 304 -> 275 bytes
horde/themes/default/graphics/info_icon.png | Bin 477 -> 365 bytes
horde/themes/default/graphics/layout.png | Bin 261 -> 259 bytes
horde/themes/default/graphics/login.png | Bin 463 -> 319 bytes
horde/themes/default/graphics/logout.png | Bin 385 -> 337 bytes
horde/themes/default/graphics/map.png | Bin 354 -> 308 bytes
horde/themes/default/graphics/map_eu.png | Bin 767 -> 523 bytes
horde/themes/default/graphics/mime/audio.png | Bin 209 -> 189 bytes
horde/themes/default/graphics/mime/binary.png | Bin 325 -> 283 bytes
horde/themes/default/graphics/mime/compressed.png | Bin 1244 -> 767 bytes
horde/themes/default/graphics/mime/deb.png | Bin 453 -> 386 bytes
horde/themes/default/graphics/mime/html.png | Bin 603 -> 505 bytes
horde/themes/default/graphics/mime/icalendar.png | Bin 376 -> 305 bytes
horde/themes/default/graphics/mime/image.png | Bin 236 -> 201 bytes
horde/themes/default/graphics/mime/mail.png | Bin 597 -> 510 bytes
horde/themes/default/graphics/mime/msexcel.png | Bin 199 -> 183 bytes
horde/themes/default/graphics/mime/mspowerpoint.png | Bin 506 -> 365 bytes
horde/themes/default/graphics/mime/msword.png | Bin 204 -> 186 bytes
horde/themes/default/graphics/mime/ooo_draw.png | Bin 233 -> 203 bytes
horde/themes/default/graphics/mime/ooo_math.png | Bin 166 -> 155 bytes
horde/themes/default/graphics/mime/ooo_writer.png | Bin 170 -> 157 bytes
horde/themes/default/graphics/mime/pdf.png | Bin 1191 -> 184 bytes
horde/themes/default/graphics/mime/php.png | Bin 300 -> 240 bytes
horde/themes/default/graphics/mime/rpm.png | Bin 765 -> 592 bytes
horde/themes/default/graphics/mime/script-js.png | Bin 199 -> 189 bytes
horde/themes/default/graphics/mime/source-c.png | Bin 174 -> 159 bytes
horde/themes/default/graphics/mime/source-cpp.png | Bin 178 -> 165 bytes
horde/themes/default/graphics/mime/source-h.png | Bin 168 -> 155 bytes
horde/themes/default/graphics/mime/source-java.png | Bin 338 -> 284 bytes
horde/themes/default/graphics/mime/source-python.png | Bin 353 -> 293 bytes
horde/themes/default/graphics/mime/vcard.png | Bin 331 -> 309 bytes
horde/themes/default/graphics/mime/xml.png | Bin 224 -> 189 bytes
horde/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
horde/themes/default/graphics/mobile.png | Bin 486 -> 412 bytes
horde/themes/default/graphics/mobile/display.jpg | Bin 1421 -> 1132 bytes
horde/themes/default/graphics/mobile/left.jpg | Bin 1560 -> 1320 bytes
horde/themes/default/graphics/mobile/right.jpg | Bin 1568 -> 1294 bytes
horde/themes/default/graphics/mobile/top.jpg | Bin 4213 -> 3955 bytes
horde/themes/default/graphics/myaccount.png | Bin 797 -> 661 bytes
horde/themes/default/graphics/nav/bottom-grey.png | Bin 257 -> 254 bytes
horde/themes/default/graphics/nav/bottom.png | Bin 261 -> 258 bytes
horde/themes/default/graphics/nav/down.png | Bin 242 -> 241 bytes
horde/themes/default/graphics/nav/first.png | Bin 271 -> 268 bytes
horde/themes/default/graphics/nav/left.png | Bin 245 -> 243 bytes
horde/themes/default/graphics/nav/right.png | Bin 244 -> 242 bytes
horde/themes/default/graphics/nav/top.png | Bin 263 -> 261 bytes
horde/themes/default/graphics/nav/up.png | Bin 246 -> 244 bytes
horde/themes/default/graphics/office.png | Bin 703 -> 589 bytes
horde/themes/default/graphics/organizing.png | Bin 571 -> 566 bytes
horde/themes/default/graphics/perms.png | Bin 273 -> 243 bytes
horde/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
horde/themes/default/graphics/print.png | Bin 537 -> 535 bytes
horde/themes/default/graphics/reload.png | Bin 264 -> 261 bytes
horde/themes/default/graphics/save.png | Bin 498 -> 495 bytes
horde/themes/default/graphics/search.png | Bin 795 -> 662 bytes
horde/themes/default/graphics/shell.png | Bin 371 -> 325 bytes
horde/themes/default/graphics/sql.png | Bin 240 -> 215 bytes
horde/themes/default/graphics/tree/blank.png | Bin 149 -> 96 bytes
horde/themes/default/graphics/tree/folder.png | Bin 1144 -> 583 bytes
horde/themes/default/graphics/tree/folderopen.png | Bin 1118 -> 524 bytes
horde/themes/default/graphics/tree/join.png | Bin 177 -> 108 bytes
horde/themes/default/graphics/tree/joinbottom.png | Bin 180 -> 108 bytes
horde/themes/default/graphics/tree/line.png | Bin 173 -> 103 bytes
horde/themes/default/graphics/tree/minus.png | Bin 211 -> 126 bytes
horde/themes/default/graphics/tree/minusbottom.png | Bin 208 -> 126 bytes
horde/themes/default/graphics/tree/minusonly.png | Bin 206 -> 121 bytes
horde/themes/default/graphics/tree/minustop.png | Bin 212 -> 125 bytes
horde/themes/default/graphics/tree/nullonly.png | Bin 201 -> 119 bytes
horde/themes/default/graphics/tree/plus.png | Bin 213 -> 131 bytes
horde/themes/default/graphics/tree/plusbottom.png | Bin 214 -> 130 bytes
horde/themes/default/graphics/tree/plusonly.png | Bin 213 -> 125 bytes
horde/themes/default/graphics/tree/plustop.png | Bin 215 -> 129 bytes
horde/themes/default/graphics/uploader/up.png | Bin 3230 -> 480 bytes
horde/themes/default/graphics/user.png | Bin 797 -> 661 bytes
horde/themes/default/graphics/website.png | Bin 882 -> 727 bytes
horde/themes/hordevetica/graphics/block/large_up.png | Bin 139 -> 126 bytes
horde/themes/hordevetica/graphics/delete.png | Bin 363 -> 362 bytes
horde/themes/hordevetica/graphics/horde.png | Bin 462 -> 456 bytes
horde/themes/hordevetica/graphics/uploader/up.png | Bin 3230 -> 480 bytes
horde/themes/hordeweb/graphics/problem.png | Bin 371 -> 240 bytes
horde/themes/silver/graphics/block/large_up.png | Bin 139 -> 126 bytes
horde/themes/silver/graphics/delete.png | Bin 363 -> 362 bytes
horde/themes/silver/graphics/horde.png | Bin 462 -> 456 bytes
horde/themes/silver/graphics/uploader/up.png | Bin 3230 -> 480 bytes
horde/themes/tango-blue/graphics/block/large_left.png | Bin 1155 -> 1127 bytes
horde/themes/tango-blue/graphics/block/large_right.png | Bin 1160 -> 1141 bytes
horde/themes/tango-blue/graphics/block/sunrise/sunrise.png | Bin 279 -> 277 bytes
horde/themes/tango-blue/graphics/block/sunrise/sunset.png | Bin 277 -> 274 bytes
horde/themes/tango-blue/graphics/sql.png | Bin 240 -> 215 bytes
hylax/themes/default/graphics/fax.png | Bin 586 -> 416 bytes
hylax/themes/default/graphics/folder.png | Bin 479 -> 407 bytes
hylax/themes/default/graphics/hylax.png | Bin 586 -> 416 bytes
iPhoto2Ansel/Resources/iPhotoPluginIcon.png | Bin 19571 -> 18837 bytes
imp/docs/CHANGES | 1 +
imp/lib/Mime/Viewer/Itip.php | 6 +-
imp/package.xml | 1 +
imp/templates/dimp/index.inc | 2 +-
imp/themes/default/graphics/add_contact.png | Bin 713 -> 600 bytes
imp/themes/default/graphics/addressbook_add.png | Bin 277 -> 275 bytes
imp/themes/default/graphics/addressbook_browse.png | Bin 263 -> 260 bytes
imp/themes/default/graphics/attachment.png | Bin 352 -> 348 bytes
imp/themes/default/graphics/blacklist.png | Bin 477 -> 471 bytes
imp/themes/default/graphics/calendar.png | Bin 368 -> 320 bytes
imp/themes/default/graphics/checkbox_off.png | Bin 191 -> 116 bytes
imp/themes/default/graphics/checkbox_on.png | Bin 416 -> 318 bytes
imp/themes/default/graphics/checkbox_over.png | Bin 387 -> 293 bytes
imp/themes/default/graphics/close.png | Bin 235 -> 234 bytes
imp/themes/default/graphics/compose.png | Bin 479 -> 415 bytes
imp/themes/default/graphics/delete.png | Bin 788 -> 491 bytes
imp/themes/default/graphics/drafts.png | Bin 348 -> 345 bytes
imp/themes/default/graphics/dragHandleVert.png | Bin 132 -> 88 bytes
imp/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
imp/themes/default/graphics/empty_spam.png | Bin 731 -> 727 bytes
imp/themes/default/graphics/empty_trash.png | Bin 731 -> 727 bytes
imp/themes/default/graphics/encrypted.png | Bin 401 -> 394 bytes
imp/themes/default/graphics/fetchmail.png | Bin 418 -> 359 bytes
imp/themes/default/graphics/folders/drafts.png | Bin 348 -> 345 bytes
imp/themes/default/graphics/folders/inbox.png | Bin 334 -> 330 bytes
imp/themes/default/graphics/folders/minus.png | Bin 251 -> 231 bytes
imp/themes/default/graphics/folders/plus.png | Bin 315 -> 280 bytes
imp/themes/default/graphics/folders/sent.png | Bin 395 -> 391 bytes
imp/themes/default/graphics/folders/trash.png | Bin 461 -> 457 bytes
imp/themes/default/graphics/forward.png | Bin 355 -> 304 bytes
imp/themes/default/graphics/gallery.png | Bin 498 -> 493 bytes
imp/themes/default/graphics/group.png | Bin 757 -> 626 bytes
imp/themes/default/graphics/help.png | Bin 695 -> 583 bytes
imp/themes/default/graphics/ico_message_off.png | Bin 576 -> 457 bytes
imp/themes/default/graphics/imp.png | Bin 334 -> 330 bytes
imp/themes/default/graphics/info_icon.png | Bin 477 -> 365 bytes
imp/themes/default/graphics/key_down.png | Bin 310 -> 209 bytes
imp/themes/default/graphics/key_up.png | Bin 307 -> 207 bytes
imp/themes/default/graphics/logo.png | Bin 2797 -> 2432 bytes
imp/themes/default/graphics/logout.png | Bin 385 -> 337 bytes
imp/themes/default/graphics/mail_answered.png | Bin 316 -> 312 bytes
imp/themes/default/graphics/mail_clearflag.png | Bin 474 -> 406 bytes
imp/themes/default/graphics/mail_deleted.png | Bin 788 -> 491 bytes
imp/themes/default/graphics/mail_draft.png | Bin 407 -> 400 bytes
imp/themes/default/graphics/mail_flagged.png | Bin 379 -> 375 bytes
imp/themes/default/graphics/mail_forwarded.png | Bin 355 -> 304 bytes
imp/themes/default/graphics/mail_personal.png | Bin 797 -> 661 bytes
imp/themes/default/graphics/mail_priority_high.png | Bin 246 -> 244 bytes
imp/themes/default/graphics/mail_seen.png | Bin 340 -> 335 bytes
imp/themes/default/graphics/mail_unseen.png | Bin 347 -> 341 bytes
imp/themes/default/graphics/message_source.png | Bin 334 -> 329 bytes
imp/themes/default/graphics/mime/itip.png | Bin 310 -> 302 bytes
imp/themes/default/graphics/nav/first.png | Bin 271 -> 268 bytes
imp/themes/default/graphics/nav/left.png | Bin 245 -> 243 bytes
imp/themes/default/graphics/nav/right.png | Bin 244 -> 242 bytes
imp/themes/default/graphics/newmail.png | Bin 554 -> 539 bytes
imp/themes/default/graphics/newwin.png | Bin 296 -> 257 bytes
imp/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
imp/themes/default/graphics/print.png | Bin 537 -> 535 bytes
imp/themes/default/graphics/quotaback.jpg | Bin 619 -> 600 bytes
imp/themes/default/graphics/reload.png | Bin 264 -> 261 bytes
imp/themes/default/graphics/reply.png | Bin 395 -> 342 bytes
imp/themes/default/graphics/replyall.png | Bin 395 -> 342 bytes
imp/themes/default/graphics/scroller.png | Bin 127 -> 115 bytes
imp/themes/default/graphics/scroller_back.png | Bin 130 -> 112 bytes
imp/themes/default/graphics/search.png | Bin 795 -> 662 bytes
imp/themes/default/graphics/select.png | Bin 805 -> 676 bytes
imp/themes/default/graphics/signed.png | Bin 401 -> 394 bytes
imp/themes/default/graphics/spellcheck.png | Bin 199 -> 182 bytes
imp/themes/default/graphics/warning.png | Bin 227 -> 169 bytes
imp/themes/silver/graphics/empty_trash.png | Bin 363 -> 362 bytes
imp/themes/tango-blue/graphics/spellcheck.png | Bin 313 -> 312 bytes
ingo/themes/default/graphics/blacklist.png | Bin 477 -> 471 bytes
ingo/themes/default/graphics/copy.png | Bin 293 -> 286 bytes
ingo/themes/default/graphics/disable.png | Bin 477 -> 471 bytes
ingo/themes/default/graphics/script.png | Bin 482 -> 477 bytes
jonah/themes/default/graphics/atom.png | Bin 254 -> 253 bytes
jonah/themes/default/graphics/editstory.png | Bin 304 -> 275 bytes
jonah/themes/default/graphics/feed.png | Bin 714 -> 707 bytes
jonah/themes/default/graphics/jonah.png | Bin 304 -> 275 bytes
jonah/themes/default/graphics/new.png | Bin 288 -> 264 bytes
klutz/themes/default/graphics/goto.png | Bin 323 -> 318 bytes
klutz/themes/default/graphics/klutz.png | Bin 813 -> 215 bytes
klutz/themes/default/graphics/today.png | Bin 420 -> 413 bytes
koward/www/htdocs/horde/themes/graphics/alerts/error.png | Bin 298 -> 184 bytes
koward/www/htdocs/horde/themes/graphics/alerts/message.png | Bin 477 -> 365 bytes
koward/www/htdocs/horde/themes/graphics/alerts/success.png | Bin 360 -> 336 bytes
koward/www/htdocs/horde/themes/graphics/alerts/warning.png | Bin 227 -> 169 bytes
koward/www/htdocs/horde/themes/graphics/logout.png | Bin 385 -> 337 bytes
koward/www/htdocs/horde/themes/graphics/plus.png | Bin 229 -> 208 bytes
koward/www/htdocs/horde/themes/graphics/search.png | Bin 795 -> 662 bytes
koward/www/htdocs/horde/themes/graphics/user.png | Bin 797 -> 661 bytes
.../www/htdocs/horde/themes/silver/graphics/currentTab_right.png | Bin 326 -> 286 bytes
koward/www/htdocs/horde/themes/silver/graphics/delete.png | Bin 363 -> 362 bytes
koward/www/htdocs/horde/themes/silver/graphics/tab_right.png | Bin 2100 -> 1902 bytes
kronolith/edit.php | 2 +-
kronolith/lib/Ajax/Application.php | 3 +-
kronolith/themes/default/graphics/addressbook_browse.png | Bin 263 -> 260 bytes
kronolith/themes/default/graphics/alerts/error.png | Bin 298 -> 184 bytes
kronolith/themes/default/graphics/alerts/message.png | Bin 477 -> 365 bytes
kronolith/themes/default/graphics/alerts/success.png | Bin 360 -> 336 bytes
kronolith/themes/default/graphics/alerts/warning.png | Bin 227 -> 169 bytes
kronolith/themes/default/graphics/attendee-declined.png | Bin 520 -> 515 bytes
kronolith/themes/default/graphics/attendee-none.png | Bin 515 -> 510 bytes
kronolith/themes/default/graphics/attendees-000.png | Bin 168 -> 115 bytes
kronolith/themes/default/graphics/attendees-fff.png | Bin 168 -> 115 bytes
kronolith/themes/default/graphics/big_agenda.png | Bin 4131 -> 3608 bytes
kronolith/themes/default/graphics/big_share.png | Bin 3128 -> 2953 bytes
kronolith/themes/default/graphics/checkbox_off.png | Bin 191 -> 116 bytes
kronolith/themes/default/graphics/checkbox_on.png | Bin 416 -> 318 bytes
kronolith/themes/default/graphics/checkbox_over.png | Bin 387 -> 293 bytes
kronolith/themes/default/graphics/close.png | Bin 235 -> 234 bytes
kronolith/themes/default/graphics/drag-handle.png | Bin 147 -> 105 bytes
kronolith/themes/default/graphics/exception-fff.png | Bin 895 -> 131 bytes
kronolith/themes/default/graphics/goto.png | Bin 430 -> 425 bytes
kronolith/themes/default/graphics/help.png | Bin 695 -> 583 bytes
kronolith/themes/default/graphics/left.png | Bin 245 -> 243 bytes
kronolith/themes/default/graphics/logout.png | Bin 385 -> 337 bytes
kronolith/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
kronolith/themes/default/graphics/new_small.png | Bin 224 -> 223 bytes
kronolith/themes/default/graphics/new_task.png | Bin 592 -> 500 bytes
kronolith/themes/default/graphics/picker.png | Bin 368 -> 320 bytes
kronolith/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
kronolith/themes/default/graphics/print.png | Bin 537 -> 535 bytes
kronolith/themes/default/graphics/right.png | Bin 244 -> 242 bytes
kronolith/themes/default/graphics/tasks.png | Bin 532 -> 529 bytes
kronolith/themes/default/graphics/yearview.png | Bin 219 -> 214 bytes
kronolith/themes/silver/graphics/attendees-000.png | Bin 168 -> 115 bytes
kronolith/themes/silver/graphics/attendees-fff.png | Bin 168 -> 115 bytes
kronolith/themes/silver/graphics/exception-fff.png | Bin 895 -> 131 bytes
kronolith/themes/silver/graphics/picker.png | Bin 368 -> 320 bytes
kronolith/themes/tango-blue/graphics/addressbook_browse.png | Bin 263 -> 260 bytes
kronolith/themes/tango-blue/graphics/attendees-000.png | Bin 168 -> 115 bytes
kronolith/themes/tango-blue/graphics/attendees-fff.png | Bin 168 -> 115 bytes
kronolith/themes/tango-blue/graphics/exception-fff.png | Bin 895 -> 131 bytes
kronolith/themes/tango-blue/graphics/goto.png | Bin 324 -> 320 bytes
kronolith/themes/tango-blue/graphics/minus.png | Bin 203 -> 181 bytes
kronolith/themes/tango-blue/graphics/picker.png | Bin 368 -> 320 bytes
kronolith/themes/tango-blue/graphics/plus.png | Bin 229 -> 208 bytes
kronolith/themes/tango-blue/graphics/yearview.png | Bin 219 -> 214 bytes
luxor/themes/default/graphics/folder.png | Bin 479 -> 407 bytes
luxor/themes/default/graphics/luxor.png | Bin 507 -> 439 bytes
luxor/themes/default/graphics/parent.png | Bin 428 -> 424 bytes
mnemo/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
mnemo/themes/default/graphics/mnemo.png | Bin 564 -> 554 bytes
mnemo/themes/default/graphics/notepads.png | Bin 564 -> 554 bytes
mnemo/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
nag/themes/default/graphics/add.png | Bin 592 -> 500 bytes
nag/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
nag/themes/default/graphics/nag.png | Bin 532 -> 529 bytes
nag/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
nag/themes/default/graphics/tasklists.png | Bin 532 -> 529 bytes
pastie/themes/default/graphics/pastie.png | Bin 383 -> 379 bytes
sam/themes/default/graphics/blacklist.png | Bin 563 -> 471 bytes
sam/themes/default/graphics/whitelist.png | Bin 1180 -> 167 bytes
sesha/themes/graphics/sesha.png | Bin 1175 -> 966 bytes
shout/themes/default/graphics/delete-small.png | Bin 148 -> 135 bytes
shout/themes/default/graphics/digit-2.png | Bin 1336 -> 1290 bytes
shout/themes/default/graphics/digit-3.png | Bin 1378 -> 1309 bytes
shout/themes/default/graphics/digit-bg.png | Bin 13338 -> 13214 bytes
shout/themes/default/graphics/extension.png | Bin 797 -> 661 bytes
trean/themes/default/graphics/add.png | Bin 421 -> 364 bytes
trean/themes/default/graphics/data.png | Bin 594 -> 583 bytes
trean/themes/default/graphics/delete.png | Bin 482 -> 414 bytes
trean/themes/default/graphics/edit.png | Bin 463 -> 398 bytes
trean/themes/default/graphics/http/1xx.png | Bin 477 -> 365 bytes
trean/themes/default/graphics/http/2xx.png | Bin 360 -> 336 bytes
trean/themes/default/graphics/http/3xx.png | Bin 477 -> 365 bytes
trean/themes/default/graphics/http/4xx.png | Bin 227 -> 169 bytes
trean/themes/default/graphics/http/5xx.png | Bin 298 -> 184 bytes
trean/themes/default/graphics/http/error.png | Bin 298 -> 184 bytes
trean/themes/default/graphics/minus.png | Bin 203 -> 181 bytes
trean/themes/default/graphics/perms.png | Bin 273 -> 243 bytes
trean/themes/default/graphics/plus.png | Bin 229 -> 208 bytes
trean/themes/default/graphics/protocol/ftp.png | Bin 673 -> 667 bytes
trean/themes/default/graphics/protocol/http.png | Bin 677 -> 676 bytes
trean/themes/default/graphics/protocol/https.png | Bin 677 -> 676 bytes
trean/themes/default/graphics/search.png | Bin 795 -> 662 bytes
trean/themes/default/graphics/trean.png | Bin 305 -> 300 bytes
turba/themes/default/graphics/contact.png | Bin 393 -> 391 bytes
turba/themes/default/graphics/edit.png | Bin 585 -> 513 bytes
turba/themes/default/graphics/menu/browse.png | Bin 263 -> 260 bytes
turba/themes/default/graphics/menu/new.png | Bin 452 -> 447 bytes
turba/themes/default/graphics/mime/vcard.png | Bin 331 -> 309 bytes
turba/themes/default/graphics/new.png | Bin 452 -> 447 bytes
turba/themes/default/graphics/turba.png | Bin 393 -> 391 bytes
ulaform/themes/default/graphics/html.png | Bin 603 -> 505 bytes
ulaform/themes/default/graphics/new.png | Bin 474 -> 470 bytes
ulaform/themes/default/graphics/sort.png | Bin 553 -> 536 bytes
vilma/themes/default/graphics/display.png | Bin 178 -> 177 bytes
vilma/themes/default/graphics/domain.png | Bin 882 -> 727 bytes
vilma/themes/default/graphics/vilma.png | Bin 265 -> 263 bytes
whups/config/conf.xml | 9 +-
whups/docs/CHANGES | 3 +
whups/lib/Driver.php | 3 +
whups/lib/Mail.php | 7 +-
whups/package.xml | 4 +
whups/themes/default/graphics/create.png | Bin 366 -> 363 bytes
whups/themes/default/graphics/search.png | Bin 427 -> 424 bytes
wicked/themes/default/graphics/AllPages.png | Bin 677 -> 667 bytes
wicked/themes/default/graphics/PageSearch.png | Bin 521 -> 517 bytes
wicked/themes/default/graphics/RecentChanges.png | Bin 547 -> 473 bytes
wicked/themes/default/graphics/SyncPages.png | Bin 571 -> 566 bytes
wicked/themes/default/graphics/TitleSearch.png | Bin 521 -> 517 bytes
wicked/themes/default/graphics/WikiHome.png | Bin 420 -> 413 bytes
wicked/themes/default/graphics/WikiUsage.png | Bin 370 -> 365 bytes
wicked/themes/hordeweb/graphics/RecentChanges.png | Bin 372 -> 350 bytes
686 files changed, 375 insertions(+), 110 deletions(-)
http://git.horde.org/horde-git/-/commit/2b6fae0dd3c85e734811ba3ba23a8ea89f676264
More information about the commits
mailing list