[commits] Horde branch master updated. 57c5db1c8bef435166f6557d7fda34fb8c672fe2
Jan Schneider
jan at horde.org
Mon Apr 8 10:19:16 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: a1810f6aeda1843aebd09504bcc672bb9b0969b4
e09e5b3 [mjr] Expose Kronolith_FreeBusy::get() via the external API.
e9e16d6 Merge branch 'master' into kronolith_4_1
3108719 Populate the responsetype property if EAS > 12.1
758d053 Fix constants.
53acfd5 Merge branch 'master' into kronolith_4_1
1abc8ba Set the FirstDayOfWeek property.
814cac3 Get/Set the OnlineMeetingExternalLink property for EAS 14.1
177d2f9 Bump version
6a0f071 Merge branch 'master' into kronolith_4_1
f15f709 Merge branch 'master' into kronolith_4_1
7bcbf44 Merge branch 'master' into kronolith_4_1
efb7c04 Merge branch 'master' into kronolith_4_1
eb9ffdb Merge branch 'master' into kronolith_4_1
57c5db1 Merge branch 'kronolith_4_1'
-----------------------------------------------------------------------
commit e09e5b3ab2a373fefd4983c037c0a619c5c882e1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Mar 19 01:40:03 2013 -0400
[mjr] Expose Kronolith_FreeBusy::get() via the external API.
kronolith/docs/CHANGES | 9 ++++++++-
kronolith/lib/Api.php | 13 +++++++++++++
kronolith/package.xml | 43 ++++++++++++++++++++++++++++++++++++-------
3 files changed, 57 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/e09e5b3ab2a373fefd4983c037c0a619c5c882e1
-----------------------------------------------------------------------
commit e9e16d637c04b2b0df2212efb52888eb34814723
Merge: e09e5b3 6fcfa96
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Mar 19 13:45:16 2013 -0400
Merge branch 'master' into kronolith_4_1
framework/ActiveSync/lib/Horde/ActiveSync/Request/Ping.php | 6 +
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 16 +-
framework/ActiveSync/lib/Horde/ActiveSync/SyncCache.php | 5 +-
framework/Core/js/hordecore.js | 1 +
framework/Core/package.xml | 2 +
framework/Css_Parser/lib/Sabberworm/CSS/CSSList/AtRule.php | 28 +
framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSBlockList.php | 114 +-
framework/Css_Parser/lib/Sabberworm/CSS/CSSList/CSSList.php | 102 +-
framework/Css_Parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php | 62 +-
framework/Css_Parser/lib/Sabberworm/CSS/CSSList/MediaQuery.php | 42 +-
framework/Css_Parser/lib/Sabberworm/CSS/Parser.php | 1074 ++--
.../lib/Sabberworm/CSS/Parsing/UnexpectedTokenException.php | 36 +-
framework/Css_Parser/lib/Sabberworm/CSS/Property/CSSNamespace.php | 42 +-
framework/Css_Parser/lib/Sabberworm/CSS/Property/Charset.php | 26 +-
framework/Css_Parser/lib/Sabberworm/CSS/Property/Import.php | 30 +-
framework/Css_Parser/lib/Sabberworm/CSS/Property/Selector.php | 116 +-
framework/Css_Parser/lib/Sabberworm/CSS/Rule/Rule.php | 254 +-
framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRule.php | 28 -
.../Css_Parser/lib/Sabberworm/CSS/RuleSet/DeclarationBlock.php | 1086 ++--
framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php | 148 +-
framework/Css_Parser/lib/Sabberworm/CSS/Settings.php | 78 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/CSSFunction.php | 54 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php | 26 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/RuleValueList.php | 6 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php | 110 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/String.php | 30 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/URL.php | 26 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/Value.php | 2 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/ValueList.php | 68 +-
framework/Css_Parser/package.xml | 4 +-
kronolith/workweek.php | 2 +-
31 files changed, 1820 insertions(+), 1804 deletions(-)
http://git.horde.org/horde-git/-/commit/e9e16d637c04b2b0df2212efb52888eb34814723
-----------------------------------------------------------------------
commit 31087191b89265a34d3d4684274daf16302a25c6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Mar 19 14:04:01 2013 -0400
Populate the responsetype property if EAS > 12.1
kronolith/lib/Event.php | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/31087191b89265a34d3d4684274daf16302a25c6
-----------------------------------------------------------------------
commit 758d0532b875d4ba37ee099bc46556d4eb00efe5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Mar 20 13:41:52 2013 -0400
Fix constants.
kronolith/lib/Event.php | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/758d0532b875d4ba37ee099bc46556d4eb00efe5
-----------------------------------------------------------------------
commit 53acfd5492d3c36063ce775d5b9b0c653c52ae99
Merge: 758d053 fe7f7ca
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:30:35 2013 -0400
Merge branch 'master' into kronolith_4_1
Conflicts:
kronolith/docs/CHANGES
kronolith/package.xml
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 5 +-
framework/Core/lib/Horde/Themes/Css.php | 11 +-
framework/Css_Parser/lib/Sabberworm/CSS/CSSList/AtRule.php | 28 -
.../Css_Parser/lib/Sabberworm/CSS/CSSList/AtRuleBlockList.php | 36 ++
framework/Css_Parser/lib/Sabberworm/CSS/CSSList/KeyFrame.php | 10 +-
framework/Css_Parser/lib/Sabberworm/CSS/Parser.php | 134 +++--
framework/Css_Parser/lib/Sabberworm/CSS/Property/AtRule.php | 13 +
framework/Css_Parser/lib/Sabberworm/CSS/Property/CSSNamespace.php | 15 +-
framework/Css_Parser/lib/Sabberworm/CSS/Property/Charset.php | 9 +-
framework/Css_Parser/lib/Sabberworm/CSS/Property/Import.php | 16 +-
framework/Css_Parser/lib/Sabberworm/CSS/Property/Selector.php | 2 +-
framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/AtRuleSet.php | 36 ++
framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php | 2 +-
framework/Css_Parser/lib/Sabberworm/CSS/Settings.php | 2 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/Color.php | 16 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/PrimitiveValue.php | 2 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/RuleValueList.php | 2 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php | 14 +-
framework/Css_Parser/package.xml | 24 +-
imp/lib/Compose.php | 31 +-
imp/lib/Contents/View.php | 21 +-
imp/lib/Maillog.php | 7 +-
imp/lib/Mime/Viewer/Html.php | 65 ++-
imp/migration/3_imp_maillog_update.php | 55 ++
kronolith/docs/CHANGES | 4 +
kronolith/lib/Driver.php | 5 -
kronolith/lib/Driver/Kolab.php | 6 +-
kronolith/lib/Driver/Sql.php | 7 +-
kronolith/lib/Event.php | 1 +
kronolith/package.xml | 15 +-
nag/docs/CHANGES | 1 +
nag/lib/CompleteTask.php | 4 +
nag/package.xml | 2 +
nag/templates/list.html.php | 4 +-
nag/templates/list/_task.html.php | 6 +-
passwd/lib/Basic.php | 14 +-
passwd/lib/Driver/Procopen.php | 2 +-
37 files changed, 431 insertions(+), 196 deletions(-)
http://git.horde.org/horde-git/-/commit/53acfd5492d3c36063ce775d5b9b0c653c52ae99
-----------------------------------------------------------------------
commit 1abc8bae856c343deea989f442f691b3cff616e0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:36:22 2013 -0400
Set the FirstDayOfWeek property.
kronolith/lib/Event.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1abc8bae856c343deea989f442f691b3cff616e0
-----------------------------------------------------------------------
commit 814cac305fc105ad69e3ae4b6622bf0ebf3cae62
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:48:46 2013 -0400
Get/Set the OnlineMeetingExternalLink property for EAS 14.1
kronolith/lib/Event.php | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/814cac305fc105ad69e3ae4b6622bf0ebf3cae62
-----------------------------------------------------------------------
commit 177d2f9302759a30bf91f2dbe81e20247cf4e388
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Fri Mar 22 13:49:44 2013 -0400
Bump version
kronolith/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/177d2f9302759a30bf91f2dbe81e20247cf4e388
-----------------------------------------------------------------------
commit 6a0f071f67d7dcfff3621e2fbdc99ddc703bf144
Merge: 177d2f9 6591167
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Tue Mar 26 09:44:53 2013 -0400
Merge branch 'master' into kronolith_4_1
ansel/js/views/common.js | 16 +-
ansel/lib/View/GalleryRenderer/Base.php | 2 +
framework/ActiveSync/lib/Horde/ActiveSync/Request/Search.php | 1 +
framework/Core/lib/Horde.php | 19 +-
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 13 +-
framework/Core/lib/Horde/Core/Db/Migration.php | 4 +
framework/Core/lib/Horde/Core/Factory/Logger.php | 6 +-
framework/Core/lib/Horde/Core/Log/Logger.php | 175 ++-----
framework/Core/lib/Horde/Core/Log/Object.php | 265 ++++++++++
framework/Core/package.xml | 8 +-
framework/Css_Parser/lib/Sabberworm/CSS/RuleSet/RuleSet.php | 2 +-
framework/Css_Parser/lib/Sabberworm/CSS/Value/Size.php | 6 +-
framework/Util/lib/Horde/Domhtml.php | 4 +-
imp/config/prefs.php | 4 +-
imp/docs/CHANGES | 3 +
imp/js/dimpbase.js | 9 +-
imp/lib/Ajax/Application/ListMessages.php | 2 +-
imp/lib/Dynamic/Mailbox.php | 6 +-
imp/lib/LoginTasks/SystemTask/Upgrade.php | 19 +-
imp/lib/Prefs/Sort/Sortpref.php | 2 +-
imp/package.xml | 4 +
imp/rss.php | 2 +-
nag/docs/CHANGES | 1 +
nag/lib/Block/Summary.php | 2 +-
nag/package.xml | 2 +
passwd/docs/RELEASE_NOTES | 16 +-
26 files changed, 408 insertions(+), 185 deletions(-)
http://git.horde.org/horde-git/-/commit/6a0f071f67d7dcfff3621e2fbdc99ddc703bf144
-----------------------------------------------------------------------
commit f15f7090d4f9b021eed2a5105f4bbd4c9b0b3e22
Merge: 6a0f071 ae3c370
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Sun Mar 31 13:13:02 2013 -0400
Merge branch 'master' into kronolith_4_1
framework/Core/js/jquery.mobile/jquery.js | 3440 ++++++++--------
framework/Core/js/jquery.mobile/jquery.min.js | 4 +-
framework/Core/js/jquery.mobile/jquery.mobile.js | 373 ++-
framework/Core/js/jquery.mobile/jquery.mobile.min.css | 4 +-
framework/Core/js/jquery.mobile/jquery.mobile.min.js | 4 +-
framework/Core/lib/Horde/Core/Ajax/Application.php | 23 +-
framework/Core/lib/Horde/Core/Factory/Ajax.php | 5 +-
framework/Core/lib/Horde/PageOutput.php | 1 -
framework/Core/lib/Horde/Themes/Css.php | 32 +-
framework/Core/package.xml | 8 +
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 7 +-
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
framework/Imap_Client/package.xml | 38 +-
framework/Mime/doc/Horde/Mime/UPGRADING | 11 +
framework/Mime/lib/Horde/Mime.php | 83 +-
framework/Mime/lib/Horde/Mime/Part.php | 5 +-
framework/Mime/lib/Horde/Mime/Translation.php | 14 +-
framework/Mime/lib/Horde/Mime/mime.mapping.php | 8 +-
framework/Mime/package.xml | 24 +-
framework/Mime/test/Horde/Mime/MimeTest.php | 45 +
framework/Util/lib/Horde/Domhtml.php | 2 +-
framework/Util/package.xml | 4 +-
framework/lz4/package.xml | 17 +-
horde/docs/CHANGES | 2 +
horde/package.xml | 2 +
horde/templates/portal/smartmobile.inc | 2 +-
imp/config/prefs.php | 6 +-
imp/docs/CHANGES | 3 +-
imp/js/compose-dimp.js | 1 +
imp/js/dimpbase.js | 2 +-
imp/lib/Contents.php | 2 +-
imp/lib/Dynamic/Mailbox.php | 9 +-
imp/lib/IMP.php | 2 +-
imp/lib/LoginTasks/SystemTask/Upgrade.php | 19 +-
imp/lib/Mime/Viewer/Html.php | 2 +-
imp/lib/Mime/Viewer/Pgp.php | 6 +-
imp/package.xml | 4 +-
imp/rss.php | 2 +-
nag/docs/CHANGES | 6 +-
nag/lib/Block/Summary.php | 16 +-
nag/lib/Driver.php | 3 +-
nag/lib/Driver/Sql.php | 5 +-
nag/package.xml | 6 +-
43 files changed, 2308 insertions(+), 1946 deletions(-)
http://git.horde.org/horde-git/-/commit/f15f7090d4f9b021eed2a5105f4bbd4c9b0b3e22
-----------------------------------------------------------------------
commit 7bcbf4414b601c6e9e969af32197d9e801a845de
Merge: f15f709 7c10b48
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Apr 3 11:34:20 2013 -0400
Merge branch 'master' into kronolith_4_1
Dashboard/HordeBlock.wdgtproj/project.wdgt/Default.png | Bin 8731 -> 7650 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Icon.png | Bin 8336 -> 8328 bytes
.../HordeBlock.wdgtproj/project.wdgt/Images/DevelopedWith.png | Bin 3622 -> 3621 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/back.png | Bin 103860 -> 102905 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/front.png | Bin 7899 -> 7353 bytes
Dashboard/HordeBlock.wdgtproj/project.wdgt/Images/popup_right.png | Bin 482 -> 479 bytes
agora/themes/default/graphics/agora.png | Bin 246 -> 245 bytes
ansel/themes/default/graphics/add.png | Bin 4687 -> 609 bytes
ansel/themes/default/graphics/allgalleries.png | Bin 4948 -> 909 bytes
ansel/themes/default/graphics/ansel.png | Bin 454 -> 435 bytes
ansel/themes/default/graphics/arrow_switch.png | Bin 680 -> 656 bytes
ansel/themes/default/graphics/bookmark.png | Bin 292 -> 284 bytes
ansel/themes/default/graphics/browse.png | Bin 578 -> 570 bytes
ansel/themes/default/graphics/down.png | Bin 384 -> 343 bytes
ansel/themes/default/graphics/embed.png | Bin 579 -> 566 bytes
ansel/themes/default/graphics/faces.png | Bin 609 -> 601 bytes
ansel/themes/default/graphics/galleries.png | Bin 4817 -> 754 bytes
ansel/themes/default/graphics/gallery-locked-mini.png | Bin 252 -> 250 bytes
ansel/themes/default/graphics/gallery-locked.png | Bin 548 -> 536 bytes
ansel/themes/default/graphics/mini-error.png | Bin 252 -> 250 bytes
ansel/themes/default/graphics/mygalleries.png | Bin 454 -> 435 bytes
ansel/themes/default/graphics/plus.png | Bin 626 -> 618 bytes
ansel/themes/default/graphics/prettythumb-error.png | Bin 548 -> 536 bytes
ansel/themes/default/graphics/problem.png | Bin 591 -> 578 bytes
ansel/themes/default/graphics/screen-error.png | Bin 548 -> 536 bytes
ansel/themes/default/graphics/slideshow_next.png | Bin 451 -> 442 bytes
ansel/themes/default/graphics/slideshow_pause.png | Bin 222 -> 182 bytes
ansel/themes/default/graphics/slideshow_play.png | Bin 345 -> 336 bytes
ansel/themes/default/graphics/slideshow_prev.png | Bin 451 -> 422 bytes
ansel/themes/default/graphics/text.png | Bin 4109 -> 124 bytes
ansel/themes/default/graphics/thumb-error.png | Bin 548 -> 536 bytes
ansel/themes/default/graphics/up.png | Bin 370 -> 337 bytes
beatnik/themes/default/graphics/beatnik.png | Bin 727 -> 725 bytes
chora/themes/default/graphics/back.png | Bin 424 -> 423 bytes
chora/themes/default/graphics/folder.png | Bin 407 -> 403 bytes
chora/themes/default/graphics/log.png | Bin 152 -> 148 bytes
folks/themes/default/graphics/folks.png | Bin 661 -> 660 bytes
framework/Core/js/jquery.mobile/plugins/form.js | 1147 +++++
framework/Core/js/map/img/cloud-popup-relative.png | Bin 2313 -> 2269 bytes
framework/Core/js/map/img/drag-rectangle-off.png | Bin 1037 -> 1032 bytes
framework/Core/js/map/img/east-mini.png | Bin 297 -> 287 bytes
framework/Core/js/map/img/layer-switcher-maximize.png | Bin 297 -> 293 bytes
framework/Core/js/map/img/layer-switcher-minimize.png | Bin 151 -> 144 bytes
framework/Core/js/map/img/measuring-stick-off.png | Bin 231 -> 229 bytes
framework/Core/js/map/img/slider.png | Bin 206 -> 203 bytes
framework/Core/js/map/img/south-mini.png | Bin 325 -> 319 bytes
framework/Core/js/map/img/west-mini.png | Bin 307 -> 300 bytes
framework/Core/js/map/img/zoom-minus-mini.png | Bin 237 -> 236 bytes
framework/Core/js/map/img/zoom-world-mini.png | Bin 802 -> 798 bytes
framework/Core/js/map/theme/default/img/drag-rectangle-off.png | Bin 1024 -> 1017 bytes
framework/Core/js/map/theme/default/img/editing_tool_bar.png | Bin 1870 -> 1852 bytes
framework/Core/js/map/theme/default/img/view_next_on.png | Bin 1572 -> 1569 bytes
framework/Core/js/map/theme/default/img/view_previous_off.png | Bin 851 -> 848 bytes
framework/Core/js/map/theme/default/img/view_previous_on.png | Bin 1521 -> 1513 bytes
framework/Core/js/smartmobile.js | 19 +-
framework/Core/lib/Horde/Registry.php | 3 +-
framework/Core/lib/Horde/Themes/Css.php | 11 +-
framework/Core/package.xml | 10 +-
.../js/ckeditor/plugins/showblocks/images/block_address.png | Bin 152 -> 151 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_div.png | Bin 127 -> 125 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_h1.png | Bin 119 -> 118 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_h2.png | Bin 127 -> 125 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_h3.png | Bin 123 -> 122 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_h4.png | Bin 123 -> 121 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_h5.png | Bin 126 -> 124 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_h6.png | Bin 123 -> 122 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_p.png | Bin 115 -> 114 bytes
.../Editor/js/ckeditor/plugins/showblocks/images/block_pre.png | Bin 127 -> 126 bytes
.../Editor/js/ckeditor/plugins/uicolor/yui/assets/hue_bg.png | Bin 1019 -> 1018 bytes
.../Editor/js/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png | Bin 133 -> 132 bytes
.../Editor/js/ckeditor/plugins/uicolor/yui/assets/picker_mask.png | Bin 10560 -> 10551 bytes
framework/Editor/js/ckeditor/skins/kama/images/dialog_sides.png | Bin 126 -> 122 bytes
.../Editor/js/ckeditor/skins/kama/images/dialog_sides_rtl.png | Bin 131 -> 121 bytes
framework/Editor/js/ckeditor/skins/kama/images/sprites.png | Bin 5485 -> 5387 bytes
framework/Editor/js/ckeditor/skins/kama/images/sprites_ie6.png | Bin 2558 -> 2500 bytes
.../Editor/js/ckeditor/skins/office2003/images/dialog_sides.png | Bin 127 -> 121 bytes
.../js/ckeditor/skins/office2003/images/dialog_sides_rtl.png | Bin 131 -> 121 bytes
.../Editor/js/ckeditor/skins/office2003/images/sprites_ie6.png | Bin 2371 -> 2212 bytes
framework/Editor/js/ckeditor/skins/v2/images/dialog_sides.png | Bin 126 -> 122 bytes
framework/Editor/js/ckeditor/skins/v2/images/dialog_sides_rtl.png | Bin 131 -> 121 bytes
framework/Editor/js/ckeditor/skins/v2/images/sprites.png | Bin 2213 -> 2198 bytes
framework/Mail/lib/Horde/Mail/Transport.php | 31 +
framework/Mail/lib/Horde/Mail/Transport/Mail.php | 31 +-
framework/Mail/lib/Horde/Mail/Transport/Mock.php | 28 +-
framework/Mail/lib/Horde/Mail/Transport/Null.php | 22 +-
framework/Mail/lib/Horde/Mail/Transport/Sendmail.php | 43 +-
framework/Mail/lib/Horde/Mail/Transport/Smtp.php | 40 +-
framework/Mail/lib/Horde/Mail/Transport/Smtpmx.php | 36 +-
framework/Mail/test/Horde/Mail/SendTest.php | 34 +-
framework/Prefs/package.xml | 7 +
.../Service_Weather/themes/default/graphics/weather/23x23/0.png | Bin 1143 -> 1136 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/17.png | Bin 1154 -> 1151 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/22.png | Bin 931 -> 929 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/24.png | Bin 590 -> 588 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/29.png | Bin 1093 -> 1090 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/3.png | Bin 1158 -> 1151 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/31.png | Bin 1050 -> 1041 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/35.png | Bin 1148 -> 1137 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/4.png | Bin 1152 -> 1145 bytes
.../Service_Weather/themes/default/graphics/weather/23x23/47.png | Bin 1452 -> 1439 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/15.png | Bin 645 -> 642 bytes
.../Service_Weather/themes/default/graphics/weather/32x32/na.png | Bin 994 -> 985 bytes
.../themes/default/graphics/weather/wundergroundlogo.png | Bin 11688 -> 11590 bytes
gollem/themes/default/graphics/az.png | Bin 117 -> 116 bytes
gollem/themes/default/graphics/clipboard.png | Bin 476 -> 465 bytes
gollem/themes/default/graphics/copy.png | Bin 442 -> 425 bytes
gollem/themes/default/graphics/cut.png | Bin 553 -> 547 bytes
gollem/themes/default/graphics/download.png | Bin 422 -> 401 bytes
gollem/themes/default/graphics/edit.png | Bin 439 -> 425 bytes
gollem/themes/default/graphics/filter-topbar.png | Bin 390 -> 371 bytes
gollem/themes/default/graphics/folder.png | Bin 319 -> 305 bytes
gollem/themes/default/graphics/folder_create.png | Bin 434 -> 427 bytes
gollem/themes/default/graphics/folder_goto.png | Bin 441 -> 437 bytes
gollem/themes/default/graphics/folder_home.png | Bin 449 -> 430 bytes
gollem/themes/default/graphics/folder_symlink.png | Bin 548 -> 542 bytes
gollem/themes/default/graphics/gollem.png | Bin 319 -> 305 bytes
gollem/themes/default/graphics/perms.png | Bin 577 -> 575 bytes
gollem/themes/default/graphics/perms_disabled.png | Bin 489 -> 481 bytes
gollem/themes/default/graphics/quota.png | Bin 610 -> 599 bytes
gollem/themes/default/graphics/za.png | Bin 119 -> 118 bytes
hermes/themes/default/graphics/admin.png | Bin 667 -> 656 bytes
hermes/themes/default/graphics/back_quick.png | Bin 123 -> 122 bytes
hermes/themes/default/graphics/checkbox_off.png | Bin 116 -> 115 bytes
hermes/themes/default/graphics/clients.png | Bin 626 -> 625 bytes
hermes/themes/default/graphics/delete.png | Bin 412 -> 403 bytes
hermes/themes/default/graphics/deliverable.png | Bin 772 -> 771 bytes
hermes/themes/default/graphics/edit.png | Bin 277 -> 276 bytes
hermes/themes/default/graphics/hermes.png | Bin 666 -> 653 bytes
hermes/themes/default/graphics/minus.png | Bin 181 -> 180 bytes
hermes/themes/default/graphics/pause.png | Bin 226 -> 181 bytes
hermes/themes/default/graphics/picker.png | Bin 574 -> 553 bytes
hermes/themes/default/graphics/play.png | Bin 342 -> 335 bytes
hermes/themes/default/graphics/plus.png | Bin 208 -> 205 bytes
hermes/themes/default/graphics/search.png | Bin 465 -> 460 bytes
hermes/themes/default/graphics/stop.png | Bin 206 -> 166 bytes
hermes/themes/default/graphics/time.png | Bin 666 -> 653 bytes
hermes/themes/default/graphics/timer-start.png | Bin 680 -> 669 bytes
hermes/themes/default/graphics/timer-stop.png | Bin 682 -> 671 bytes
horde/themes/default/graphics/add_group.png | Bin 513 -> 490 bytes
horde/themes/default/graphics/administration.png | Bin 667 -> 656 bytes
horde/themes/default/graphics/alerts/error.png | Bin 545 -> 532 bytes
horde/themes/default/graphics/alerts/message.png | Bin 610 -> 599 bytes
horde/themes/default/graphics/alerts/success.png | Bin 604 -> 599 bytes
horde/themes/default/graphics/alerts/warning.png | Bin 548 -> 538 bytes
horde/themes/default/graphics/app-unknown.png | Bin 597 -> 592 bytes
horde/themes/default/graphics/block/down.png | Bin 115 -> 113 bytes
horde/themes/default/graphics/block/large_down.png | Bin 125 -> 123 bytes
horde/themes/default/graphics/block/large_left.png | Bin 122 -> 121 bytes
horde/themes/default/graphics/block/large_right.png | Bin 122 -> 121 bytes
horde/themes/default/graphics/block/large_up.png | Bin 126 -> 125 bytes
horde/themes/default/graphics/block/left.png | Bin 122 -> 120 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/0.png | Bin 1143 -> 1136 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/17.png | Bin 1154 -> 1151 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/22.png | Bin 931 -> 929 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/24.png | Bin 590 -> 588 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/29.png | Bin 1093 -> 1090 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/3.png | Bin 1158 -> 1151 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/31.png | Bin 1050 -> 1041 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/35.png | Bin 1148 -> 1137 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/4.png | Bin 1152 -> 1145 bytes
horde/themes/default/graphics/block/weatherdotcom/23x23/47.png | Bin 1452 -> 1439 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/15.png | Bin 645 -> 642 bytes
.../default/graphics/block/weatherdotcom/32x32/TWClogo_32px.png | Bin 2097 -> 2096 bytes
horde/themes/default/graphics/block/weatherdotcom/32x32/na.png | Bin 994 -> 985 bytes
horde/themes/default/graphics/button-delete.png | Bin 142 -> 141 bytes
horde/themes/default/graphics/button-split.png | Bin 88 -> 87 bytes
horde/themes/default/graphics/buttonbar-bg.png | Bin 108 -> 107 bytes
horde/themes/default/graphics/calendar.png | Bin 574 -> 553 bytes
horde/themes/default/graphics/checkbox_on.png | Bin 479 -> 477 bytes
horde/themes/default/graphics/close.png | Bin 647 -> 637 bytes
horde/themes/default/graphics/collapse.png | Bin 229 -> 227 bytes
horde/themes/default/graphics/color-picker-palette.png | Bin 68856 -> 62801 bytes
horde/themes/default/graphics/colorpicker.png | Bin 619 -> 618 bytes
horde/themes/default/graphics/config.png | Bin 526 -> 509 bytes
horde/themes/default/graphics/data.png | Bin 530 -> 508 bytes
horde/themes/default/graphics/delete.png | Bin 412 -> 403 bytes
horde/themes/default/graphics/download.png | Bin 422 -> 401 bytes
horde/themes/default/graphics/edit-sidebar-000.png | Bin 277 -> 276 bytes
horde/themes/default/graphics/edit-small.png | Bin 167 -> 166 bytes
horde/themes/default/graphics/edit.png | Bin 439 -> 425 bytes
horde/themes/default/graphics/emoticons/asleep.png | Bin 247 -> 240 bytes
horde/themes/default/graphics/emoticons/indifferent.png | Bin 248 -> 240 bytes
horde/themes/default/graphics/emoticons/punk.png | Bin 392 -> 391 bytes
horde/themes/default/graphics/emoticons/tired.png | Bin 244 -> 237 bytes
horde/themes/default/graphics/expand.png | Bin 235 -> 234 bytes
horde/themes/default/graphics/feed.png | Bin 549 -> 546 bytes
horde/themes/default/graphics/filter-topbar.png | Bin 390 -> 371 bytes
horde/themes/default/graphics/filter.png | Bin 437 -> 418 bytes
horde/themes/default/graphics/flags/ae.png | Bin 408 -> 328 bytes
horde/themes/default/graphics/flags/ag.png | Bin 509 -> 508 bytes
horde/themes/default/graphics/flags/am.png | Bin 385 -> 376 bytes
horde/themes/default/graphics/flags/an.png | Bin 488 -> 416 bytes
horde/themes/default/graphics/flags/ao.png | Bin 428 -> 419 bytes
horde/themes/default/graphics/flags/ar.png | Bin 420 -> 415 bytes
horde/themes/default/graphics/flags/as.png | Bin 593 -> 590 bytes
horde/themes/default/graphics/flags/at.png | Bin 343 -> 341 bytes
horde/themes/default/graphics/flags/aw.png | Bin 446 -> 436 bytes
horde/themes/default/graphics/flags/az.png | Bin 476 -> 471 bytes
horde/themes/default/graphics/flags/ba.png | Bin 524 -> 519 bytes
horde/themes/default/graphics/flags/bb.png | Bin 456 -> 453 bytes
horde/themes/default/graphics/flags/bd.png | Bin 425 -> 417 bytes
horde/themes/default/graphics/flags/be.png | Bin 346 -> 341 bytes
horde/themes/default/graphics/flags/bf.png | Bin 394 -> 393 bytes
horde/themes/default/graphics/flags/bg.png | Bin 373 -> 368 bytes
horde/themes/default/graphics/flags/bh.png | Bin 457 -> 390 bytes
horde/themes/default/graphics/flags/bj.png | Bin 364 -> 358 bytes
horde/themes/default/graphics/flags/bn.png | Bin 555 -> 552 bytes
horde/themes/default/graphics/flags/bo.png | Bin 394 -> 390 bytes
horde/themes/default/graphics/flags/bs.png | Bin 444 -> 441 bytes
horde/themes/default/graphics/flags/bv.png | Bin 450 -> 442 bytes
horde/themes/default/graphics/flags/bw.png | Bin 380 -> 373 bytes
horde/themes/default/graphics/flags/by.png | Bin 435 -> 431 bytes
horde/themes/default/graphics/flags/bz.png | Bin 529 -> 528 bytes
horde/themes/default/graphics/flags/cd.png | Bin 528 -> 510 bytes
horde/themes/default/graphics/flags/cg.png | Bin 433 -> 430 bytes
horde/themes/default/graphics/flags/ch.png | Bin 367 -> 297 bytes
horde/themes/default/graphics/flags/ci.png | Bin 359 -> 357 bytes
horde/themes/default/graphics/flags/cm.png | Bin 400 -> 398 bytes
horde/themes/default/graphics/flags/cn.png | Bin 402 -> 398 bytes
horde/themes/default/graphics/flags/co.png | Bin 383 -> 379 bytes
horde/themes/default/graphics/flags/cr.png | Bin 402 -> 398 bytes
horde/themes/default/graphics/flags/cs.png | Bin 374 -> 362 bytes
horde/themes/default/graphics/flags/cv.png | Bin 494 -> 490 bytes
horde/themes/default/graphics/flags/cy.png | Bin 428 -> 381 bytes
horde/themes/default/graphics/flags/cz.png | Bin 420 -> 410 bytes
horde/themes/default/graphics/flags/de.png | Bin 417 -> 408 bytes
horde/themes/default/graphics/flags/dj.png | Bin 483 -> 476 bytes
horde/themes/default/graphics/flags/dk.png | Bin 405 -> 400 bytes
horde/themes/default/graphics/flags/do.png | Bin 421 -> 416 bytes
horde/themes/default/graphics/flags/ec.png | Bin 408 -> 399 bytes
horde/themes/default/graphics/flags/ee.png | Bin 429 -> 343 bytes
horde/themes/default/graphics/flags/eg.png | Bin 401 -> 394 bytes
horde/themes/default/graphics/flags/eh.png | Bin 441 -> 438 bytes
horde/themes/default/graphics/flags/es.png | Bin 397 -> 389 bytes
horde/themes/default/graphics/flags/et.png | Bin 498 -> 493 bytes
horde/themes/default/graphics/flags/fam.png | Bin 403 -> 401 bytes
horde/themes/default/graphics/flags/fi.png | Bin 421 -> 420 bytes
horde/themes/default/graphics/flags/fj.png | Bin 570 -> 567 bytes
horde/themes/default/graphics/flags/fk.png | Bin 579 -> 575 bytes
horde/themes/default/graphics/flags/fo.png | Bin 474 -> 427 bytes
horde/themes/default/graphics/flags/fr.png | Bin 422 -> 419 bytes
horde/themes/default/graphics/flags/ga.png | Bin 395 -> 391 bytes
horde/themes/default/graphics/flags/gd.png | Bin 514 -> 513 bytes
horde/themes/default/graphics/flags/ge.png | Bin 546 -> 542 bytes
horde/themes/default/graphics/flags/gf.png | Bin 422 -> 419 bytes
horde/themes/default/graphics/flags/gh.png | Bin 389 -> 388 bytes
horde/themes/default/graphics/flags/gi.png | Bin 463 -> 415 bytes
horde/themes/default/graphics/flags/gl.png | Bin 404 -> 399 bytes
horde/themes/default/graphics/flags/gm.png | Bin 416 -> 409 bytes
horde/themes/default/graphics/flags/gn.png | Bin 372 -> 366 bytes
horde/themes/default/graphics/flags/gp.png | Bin 406 -> 399 bytes
horde/themes/default/graphics/flags/gq.png | Bin 458 -> 450 bytes
horde/themes/default/graphics/flags/gr.png | Bin 444 -> 440 bytes
horde/themes/default/graphics/flags/gu.png | Bin 437 -> 435 bytes
horde/themes/default/graphics/flags/gw.png | Bin 399 -> 398 bytes
horde/themes/default/graphics/flags/hn.png | Bin 464 -> 458 bytes
horde/themes/default/graphics/flags/hr.png | Bin 439 -> 430 bytes
horde/themes/default/graphics/flags/ht.png | Bin 380 -> 374 bytes
horde/themes/default/graphics/flags/hu.png | Bin 346 -> 340 bytes
horde/themes/default/graphics/flags/id.png | Bin 430 -> 352 bytes
horde/themes/default/graphics/flags/ie.png | Bin 386 -> 382 bytes
horde/themes/default/graphics/flags/il.png | Bin 431 -> 376 bytes
horde/themes/default/graphics/flags/in.png | Bin 430 -> 420 bytes
horde/themes/default/graphics/flags/iq.png | Bin 456 -> 451 bytes
horde/themes/default/graphics/flags/ir.png | Bin 451 -> 447 bytes
horde/themes/default/graphics/flags/is.png | Bin 463 -> 462 bytes
horde/themes/default/graphics/flags/it.png | Bin 420 -> 333 bytes
horde/themes/default/graphics/flags/jo.png | Bin 406 -> 403 bytes
horde/themes/default/graphics/flags/jp.png | Bin 420 -> 361 bytes
horde/themes/default/graphics/flags/ke.png | Bin 488 -> 487 bytes
horde/themes/default/graphics/flags/kg.png | Bin 407 -> 401 bytes
horde/themes/default/graphics/flags/kh.png | Bin 475 -> 472 bytes
horde/themes/default/graphics/flags/km.png | Bin 509 -> 508 bytes
horde/themes/default/graphics/flags/kn.png | Bin 533 -> 529 bytes
horde/themes/default/graphics/flags/kp.png | Bin 477 -> 473 bytes
horde/themes/default/graphics/flags/kr.png | Bin 560 -> 559 bytes
horde/themes/default/graphics/flags/kw.png | Bin 404 -> 403 bytes
horde/themes/default/graphics/flags/la.png | Bin 468 -> 463 bytes
horde/themes/default/graphics/flags/lb.png | Bin 446 -> 443 bytes
horde/themes/default/graphics/flags/li.png | Bin 452 -> 444 bytes
horde/themes/default/graphics/flags/lr.png | Bin 466 -> 428 bytes
horde/themes/default/graphics/flags/ls.png | Bin 553 -> 551 bytes
horde/themes/default/graphics/flags/lt.png | Bin 398 -> 392 bytes
horde/themes/default/graphics/flags/lu.png | Bin 391 -> 381 bytes
horde/themes/default/graphics/flags/lv.png | Bin 392 -> 386 bytes
horde/themes/default/graphics/flags/ly.png | Bin 465 -> 449 bytes
horde/themes/default/graphics/flags/ma.png | Bin 346 -> 338 bytes
horde/themes/default/graphics/flags/mc.png | Bin 380 -> 309 bytes
horde/themes/default/graphics/flags/mg.png | Bin 366 -> 360 bytes
horde/themes/default/graphics/flags/ml.png | Bin 375 -> 366 bytes
horde/themes/default/graphics/flags/mm.png | Bin 389 -> 388 bytes
horde/themes/default/graphics/flags/mn.png | Bin 396 -> 392 bytes
horde/themes/default/graphics/flags/mt.png | Bin 420 -> 346 bytes
horde/themes/default/graphics/flags/mu.png | Bin 413 -> 405 bytes
horde/themes/default/graphics/flags/mw.png | Bin 418 -> 416 bytes
horde/themes/default/graphics/flags/mz.png | Bin 492 -> 482 bytes
horde/themes/default/graphics/flags/nc.png | Bin 422 -> 419 bytes
horde/themes/default/graphics/flags/ne.png | Bin 446 -> 436 bytes
horde/themes/default/graphics/flags/ng.png | Bin 394 -> 390 bytes
horde/themes/default/graphics/flags/nl.png | Bin 363 -> 360 bytes
horde/themes/default/graphics/flags/no.png | Bin 450 -> 442 bytes
horde/themes/default/graphics/flags/np.png | Bin 352 -> 351 bytes
horde/themes/default/graphics/flags/nr.png | Bin 444 -> 442 bytes
horde/themes/default/graphics/flags/pa.png | Bin 443 -> 436 bytes
horde/themes/default/graphics/flags/pe.png | Bin 397 -> 314 bytes
horde/themes/default/graphics/flags/pf.png | Bin 432 -> 430 bytes
horde/themes/default/graphics/flags/pg.png | Bin 491 -> 488 bytes
horde/themes/default/graphics/flags/ph.png | Bin 469 -> 467 bytes
horde/themes/default/graphics/flags/pl.png | Bin 374 -> 294 bytes
horde/themes/default/graphics/flags/pn.png | Bin 600 -> 599 bytes
horde/themes/default/graphics/flags/ps.png | Bin 472 -> 396 bytes
horde/themes/default/graphics/flags/pt.png | Bin 460 -> 457 bytes
horde/themes/default/graphics/flags/pw.png | Bin 477 -> 476 bytes
horde/themes/default/graphics/flags/py.png | Bin 397 -> 393 bytes
horde/themes/default/graphics/flags/qa.png | Bin 450 -> 391 bytes
horde/themes/default/graphics/flags/re.png | Bin 422 -> 419 bytes
horde/themes/default/graphics/flags/ro.png | Bin 386 -> 380 bytes
horde/themes/default/graphics/flags/ru.png | Bin 352 -> 347 bytes
horde/themes/default/graphics/flags/rw.png | Bin 435 -> 433 bytes
horde/themes/default/graphics/flags/sc.png | Bin 534 -> 532 bytes
horde/themes/default/graphics/flags/scotland.png | Bin 607 -> 606 bytes
horde/themes/default/graphics/flags/se.png | Bin 442 -> 440 bytes
horde/themes/default/graphics/flags/sg.png | Bin 403 -> 399 bytes
horde/themes/default/graphics/flags/sh.png | Bin 577 -> 576 bytes
horde/themes/default/graphics/flags/si.png | Bin 436 -> 427 bytes
horde/themes/default/graphics/flags/sj.png | Bin 450 -> 442 bytes
horde/themes/default/graphics/flags/sl.png | Bin 374 -> 369 bytes
horde/themes/default/graphics/flags/sm.png | Bin 449 -> 447 bytes
horde/themes/default/graphics/flags/sn.png | Bin 409 -> 408 bytes
horde/themes/default/graphics/flags/so.png | Bin 429 -> 427 bytes
horde/themes/default/graphics/flags/sr.png | Bin 423 -> 422 bytes
horde/themes/default/graphics/flags/st.png | Bin 482 -> 481 bytes
horde/themes/default/graphics/flags/sv.png | Bin 426 -> 420 bytes
horde/themes/default/graphics/flags/sy.png | Bin 422 -> 374 bytes
horde/themes/default/graphics/flags/sz.png | Bin 561 -> 558 bytes
horde/themes/default/graphics/flags/td.png | Bin 431 -> 430 bytes
horde/themes/default/graphics/flags/tf.png | Bin 452 -> 450 bytes
horde/themes/default/graphics/flags/tg.png | Bin 463 -> 461 bytes
horde/themes/default/graphics/flags/th.png | Bin 380 -> 378 bytes
horde/themes/default/graphics/flags/tj.png | Bin 496 -> 412 bytes
horde/themes/default/graphics/flags/tl.png | Bin 448 -> 446 bytes
horde/themes/default/graphics/flags/tn.png | Bin 420 -> 417 bytes
horde/themes/default/graphics/flags/to.png | Bin 426 -> 352 bytes
horde/themes/default/graphics/flags/tp.png | Bin 737 -> 735 bytes
horde/themes/default/graphics/flags/tr.png | Bin 419 -> 415 bytes
horde/themes/default/graphics/flags/tv.png | Bin 496 -> 490 bytes
horde/themes/default/graphics/flags/tw.png | Bin 383 -> 382 bytes
horde/themes/default/graphics/flags/ua.png | Bin 357 -> 352 bytes
horde/themes/default/graphics/flags/ug.png | Bin 441 -> 433 bytes
horde/themes/default/graphics/flags/us.png | Bin 545 -> 542 bytes
horde/themes/default/graphics/flags/uy.png | Bin 464 -> 461 bytes
horde/themes/default/graphics/flags/uz.png | Bin 464 -> 456 bytes
horde/themes/default/graphics/flags/va.png | Bin 472 -> 467 bytes
horde/themes/default/graphics/flags/ve.png | Bin 465 -> 456 bytes
horde/themes/default/graphics/flags/vg.png | Bin 563 -> 560 bytes
horde/themes/default/graphics/flags/vn.png | Bin 377 -> 373 bytes
horde/themes/default/graphics/flags/vu.png | Bin 503 -> 498 bytes
horde/themes/default/graphics/flags/ws.png | Bin 405 -> 402 bytes
horde/themes/default/graphics/flags/ye.png | Bin 355 -> 348 bytes
horde/themes/default/graphics/flags/zm.png | Bin 412 -> 408 bytes
horde/themes/default/graphics/flags/zw.png | Bin 515 -> 510 bytes
horde/themes/default/graphics/google.png | Bin 1565 -> 1561 bytes
horde/themes/default/graphics/group.png | Bin 609 -> 601 bytes
horde/themes/default/graphics/help.png | Bin 597 -> 592 bytes
horde/themes/default/graphics/help_index.png | Bin 597 -> 592 bytes
horde/themes/default/graphics/hide_panel.png | Bin 419 -> 417 bytes
horde/themes/default/graphics/image/grayscale.png | Bin 238 -> 235 bytes
horde/themes/default/graphics/image/ratio.png | Bin 256 -> 254 bytes
horde/themes/default/graphics/info.png | Bin 414 -> 404 bytes
horde/themes/default/graphics/info_icon.png | Bin 610 -> 599 bytes
horde/themes/default/graphics/keyboard.png | Bin 549 -> 528 bytes
horde/themes/default/graphics/keys/left.png | Bin 196 -> 195 bytes
horde/themes/default/graphics/keys/right.png | Bin 197 -> 195 bytes
horde/themes/default/graphics/lhand.png | Bin 455 -> 454 bytes
horde/themes/default/graphics/login.png | Bin 689 -> 687 bytes
horde/themes/default/graphics/map/marker-shadow.png | Bin 327 -> 325 bytes
horde/themes/default/graphics/mime/audio.png | Bin 607 -> 606 bytes
horde/themes/default/graphics/mime/binary.png | Bin 402 -> 400 bytes
horde/themes/default/graphics/mime/compressed.png | Bin 732 -> 684 bytes
horde/themes/default/graphics/mime/deb.png | Bin 607 -> 606 bytes
horde/themes/default/graphics/mime/encryption.png | Bin 749 -> 737 bytes
horde/themes/default/graphics/mime/html.png | Bin 542 -> 539 bytes
horde/themes/default/graphics/mime/msexcel.png | Bin 604 -> 603 bytes
horde/themes/default/graphics/mime/mspowerpoint.png | Bin 543 -> 541 bytes
horde/themes/default/graphics/mime/msword.png | Bin 630 -> 629 bytes
horde/themes/default/graphics/mime/ooo_calc.png | Bin 604 -> 603 bytes
horde/themes/default/graphics/mime/ooo_impress.png | Bin 543 -> 541 bytes
horde/themes/default/graphics/mime/ooo_math.png | Bin 294 -> 288 bytes
horde/themes/default/graphics/mime/ooo_writer.png | Bin 630 -> 629 bytes
horde/themes/default/graphics/mime/pdf.png | Bin 530 -> 527 bytes
horde/themes/default/graphics/mime/rpm.png | Bin 607 -> 606 bytes
horde/themes/default/graphics/mime/script-js.png | Bin 526 -> 524 bytes
horde/themes/default/graphics/mime/source-python.png | Bin 402 -> 400 bytes
horde/themes/default/graphics/mime/text.png | Bin 342 -> 332 bytes
horde/themes/default/graphics/mime/vcard.png | Bin 533 -> 531 bytes
horde/themes/default/graphics/mime/xml.png | Bin 542 -> 539 bytes
horde/themes/default/graphics/minus.png | Bin 545 -> 532 bytes
horde/themes/default/graphics/mobile.png | Bin 416 -> 402 bytes
horde/themes/default/graphics/nav/bottom.png | Bin 613 -> 611 bytes
horde/themes/default/graphics/nav/first-grey.png | Bin 330 -> 324 bytes
horde/themes/default/graphics/nav/last-grey.png | Bin 307 -> 297 bytes
horde/themes/default/graphics/nav/left-grey.png | Bin 235 -> 227 bytes
horde/themes/default/graphics/nav/left.png | Bin 381 -> 377 bytes
horde/themes/default/graphics/nav/right-grey.png | Bin 218 -> 203 bytes
horde/themes/default/graphics/nav/right.png | Bin 384 -> 381 bytes
horde/themes/default/graphics/nav/top.png | Bin 603 -> 602 bytes
horde/themes/default/graphics/navi-arrow-active.png | Bin 299 -> 262 bytes
horde/themes/default/graphics/navi-arrow-normal.png | Bin 223 -> 221 bytes
horde/themes/default/graphics/navi-center-active.png | Bin 108 -> 107 bytes
horde/themes/default/graphics/navi-left-active.png | Bin 228 -> 217 bytes
horde/themes/default/graphics/navi-right-active.png | Bin 204 -> 197 bytes
horde/themes/default/graphics/navi-subnavi-active.png | Bin 319 -> 281 bytes
horde/themes/default/graphics/navi-subnavi.png | Bin 209 -> 207 bytes
horde/themes/default/graphics/office.png | Bin 461 -> 445 bytes
horde/themes/default/graphics/organizing.png | Bin 436 -> 426 bytes
horde/themes/default/graphics/perms.png | Bin 577 -> 575 bytes
horde/themes/default/graphics/phone.png | Bin 416 -> 402 bytes
horde/themes/default/graphics/plus.png | Bin 626 -> 618 bytes
horde/themes/default/graphics/popdown.png | Bin 285 -> 261 bytes
horde/themes/default/graphics/popright.png | Bin 118 -> 114 bytes
horde/themes/default/graphics/print.png | Bin 464 -> 455 bytes
horde/themes/default/graphics/problem.png | Bin 591 -> 578 bytes
horde/themes/default/graphics/radiobox_off.png | Bin 628 -> 472 bytes
horde/themes/default/graphics/radiobox_on.png | Bin 727 -> 588 bytes
horde/themes/default/graphics/required.png | Bin 485 -> 475 bytes
horde/themes/default/graphics/rhand.png | Bin 453 -> 451 bytes
horde/themes/default/graphics/save.png | Bin 422 -> 401 bytes
horde/themes/default/graphics/search-topbar.png | Bin 447 -> 445 bytes
horde/themes/default/graphics/search.png | Bin 465 -> 460 bytes
horde/themes/default/graphics/settings-active.png | Bin 543 -> 535 bytes
horde/themes/default/graphics/shadow.png | Bin 1910 -> 1901 bytes
horde/themes/default/graphics/shell.png | Bin 366 -> 353 bytes
horde/themes/default/graphics/show_panel.png | Bin 404 -> 379 bytes
horde/themes/default/graphics/sidebar-new.png | Bin 439 -> 436 bytes
horde/themes/default/graphics/sidebar-refresh.png | Bin 512 -> 511 bytes
horde/themes/default/graphics/sidebar-split.png | Bin 97 -> 87 bytes
horde/themes/default/graphics/slidehoriz.png | Bin 114 -> 105 bytes
horde/themes/default/graphics/sql.png | Bin 644 -> 637 bytes
horde/themes/default/graphics/tab-active.png | Bin 103 -> 98 bytes
horde/themes/default/graphics/tags.png | Bin 473 -> 463 bytes
horde/themes/default/graphics/tree/folder.png | Bin 319 -> 305 bytes
horde/themes/default/graphics/tree/folderopen.png | Bin 441 -> 437 bytes
horde/themes/default/graphics/tree/joinbottom-down.png | Bin 111 -> 110 bytes
horde/themes/default/graphics/tree/minusonly.png | Bin 121 -> 120 bytes
horde/themes/default/graphics/tree/minustop.png | Bin 125 -> 124 bytes
horde/themes/default/graphics/tree/nullonly.png | Bin 119 -> 118 bytes
horde/themes/default/graphics/tree/plusonly.png | Bin 125 -> 124 bytes
horde/themes/default/graphics/tree/plustop.png | Bin 129 -> 128 bytes
horde/themes/default/graphics/tree/rev-joinbottom-down.png | Bin 111 -> 110 bytes
horde/themes/default/graphics/tree/rev-line.png | Bin 108 -> 107 bytes
horde/themes/default/graphics/tree/rev-minus.png | Bin 133 -> 131 bytes
horde/themes/default/graphics/tree/rev-minusbottom.png | Bin 134 -> 132 bytes
horde/themes/default/graphics/tree/rev-minusonly.png | Bin 126 -> 125 bytes
horde/themes/default/graphics/tree/rev-minustop.png | Bin 130 -> 129 bytes
horde/themes/default/graphics/tree/rev-nullonly.png | Bin 125 -> 124 bytes
horde/themes/default/graphics/tree/rev-plus.png | Bin 137 -> 136 bytes
horde/themes/default/graphics/tree/rev-plusbottom.png | Bin 139 -> 137 bytes
horde/themes/default/graphics/tree/rev-plusonly.png | Bin 131 -> 130 bytes
horde/themes/default/graphics/tree/rev-plustop.png | Bin 135 -> 134 bytes
horde/themes/default/graphics/unlocked.png | Bin 448 -> 433 bytes
horde/themes/default/graphics/website.png | Bin 536 -> 535 bytes
horde/themes/default/graphics/za.png | Bin 338 -> 337 bytes
hylax/themes/default/graphics/folder.png | Bin 407 -> 403 bytes
iPhoto2Ansel/Resources/iPhotoPluginIcon.png | Bin 18837 -> 18803 bytes
imp/docs/CHANGES | 3 +
imp/js/dimpbase.js | 1 -
imp/js/smartmobile.js | 2 +-
imp/lib/Ajax/Application/Handler/Dynamic.php | 7 +-
imp/package.xml | 4 +
imp/themes/default/graphics/add_contact.png | Bin 500 -> 497 bytes
imp/themes/default/graphics/addressbook_browse.png | Bin 426 -> 425 bytes
imp/themes/default/graphics/answered.png | Bin 521 -> 514 bytes
imp/themes/default/graphics/application_tile_horizontal.png | Bin 430 -> 427 bytes
imp/themes/default/graphics/application_tile_vertical.png | Bin 453 -> 446 bytes
imp/themes/default/graphics/arrow_collapsed.png | Bin 235 -> 234 bytes
imp/themes/default/graphics/arrow_expanded.png | Bin 229 -> 227 bytes
imp/themes/default/graphics/arrow_up.png | Bin 338 -> 337 bytes
imp/themes/default/graphics/blacklist.png | Bin 625 -> 624 bytes
imp/themes/default/graphics/button-split.png | Bin 88 -> 87 bytes
imp/themes/default/graphics/calendar.png | Bin 574 -> 553 bytes
imp/themes/default/graphics/checkbox_on.png | Bin 479 -> 477 bytes
imp/themes/default/graphics/checkbox_over.png | Bin 479 -> 477 bytes
imp/themes/default/graphics/checkmail.png | Bin 678 -> 676 bytes
imp/themes/default/graphics/clearflag.png | Bin 364 -> 351 bytes
imp/themes/default/graphics/close.png | Bin 647 -> 637 bytes
imp/themes/default/graphics/compose.png | Bin 486 -> 463 bytes
imp/themes/default/graphics/delete.png | Bin 408 -> 399 bytes
imp/themes/default/graphics/download.png | Bin 422 -> 401 bytes
imp/themes/default/graphics/drafts.png | Bin 623 -> 610 bytes
imp/themes/default/graphics/edit.png | Bin 439 -> 425 bytes
imp/themes/default/graphics/empty_spam.png | Bin 524 -> 523 bytes
imp/themes/default/graphics/empty_trash.png | Bin 524 -> 523 bytes
imp/themes/default/graphics/fetchmail.png | Bin 678 -> 676 bytes
imp/themes/default/graphics/filters.png | Bin 435 -> 418 bytes
imp/themes/default/graphics/flagged.png | Bin 373 -> 362 bytes
imp/themes/default/graphics/flags/answered-inv.png | Bin 208 -> 207 bytes
imp/themes/default/graphics/flags/answered.png | Bin 208 -> 207 bytes
imp/themes/default/graphics/flags/attachment-inv.png | Bin 528 -> 526 bytes
imp/themes/default/graphics/flags/encrypted-inv.png | Bin 280 -> 278 bytes
imp/themes/default/graphics/flags/encrypted.png | Bin 280 -> 278 bytes
imp/themes/default/graphics/flags/flagged-inv.png | Bin 264 -> 262 bytes
imp/themes/default/graphics/flags/flagged.png | Bin 264 -> 262 bytes
imp/themes/default/graphics/flags/forwarded-inv.png | Bin 208 -> 207 bytes
imp/themes/default/graphics/flags/forwarded.png | Bin 208 -> 207 bytes
imp/themes/default/graphics/flags/signed-inv.png | Bin 280 -> 278 bytes
imp/themes/default/graphics/flags/signed.png | Bin 280 -> 278 bytes
imp/themes/default/graphics/folders/create.png | Bin 434 -> 427 bytes
imp/themes/default/graphics/folders/drafts.png | Bin 625 -> 610 bytes
imp/themes/default/graphics/folders/edit.png | Bin 486 -> 463 bytes
imp/themes/default/graphics/folders/folder.png | Bin 319 -> 305 bytes
imp/themes/default/graphics/folders/inbox.png | Bin 555 -> 550 bytes
imp/themes/default/graphics/folders/minus.png | Bin 442 -> 427 bytes
imp/themes/default/graphics/folders/open.png | Bin 441 -> 437 bytes
imp/themes/default/graphics/folders/plus.png | Bin 419 -> 418 bytes
imp/themes/default/graphics/folders/sent.png | Bin 535 -> 532 bytes
imp/themes/default/graphics/folders/spam.png | Bin 557 -> 556 bytes
imp/themes/default/graphics/folders/trash.png | Bin 408 -> 399 bytes
imp/themes/default/graphics/forward.png | Bin 365 -> 357 bytes
imp/themes/default/graphics/forwarded.png | Bin 520 -> 517 bytes
imp/themes/default/graphics/gallery.png | Bin 454 -> 435 bytes
imp/themes/default/graphics/ico_message_off.png | Bin 598 -> 587 bytes
imp/themes/default/graphics/imp.png | Bin 450 -> 447 bytes
imp/themes/default/graphics/info_icon.png | Bin 610 -> 599 bytes
imp/themes/default/graphics/locked-inv.png | Bin 431 -> 429 bytes
imp/themes/default/graphics/mime/apple.png | Bin 157 -> 156 bytes
imp/themes/default/graphics/mini-error.png | Bin 252 -> 250 bytes
imp/themes/default/graphics/nav/first-grey.png | Bin 330 -> 324 bytes
imp/themes/default/graphics/nav/last-grey.png | Bin 307 -> 297 bytes
imp/themes/default/graphics/nav/left-grey.png | Bin 235 -> 227 bytes
imp/themes/default/graphics/nav/left.png | Bin 381 -> 377 bytes
imp/themes/default/graphics/nav/right-grey.png | Bin 218 -> 203 bytes
imp/themes/default/graphics/nav/right.png | Bin 384 -> 381 bytes
imp/themes/default/graphics/newmail.png | Bin 678 -> 676 bytes
imp/themes/default/graphics/newwin.png | Bin 442 -> 425 bytes
imp/themes/default/graphics/plus.png | Bin 626 -> 618 bytes
imp/themes/default/graphics/popdown.png | Bin 285 -> 261 bytes
imp/themes/default/graphics/print.png | Bin 464 -> 455 bytes
imp/themes/default/graphics/reply.png | Bin 358 -> 344 bytes
imp/themes/default/graphics/replyall.png | Bin 422 -> 418 bytes
imp/themes/default/graphics/sbcursor_top.png | Bin 145 -> 144 bytes
imp/themes/default/graphics/scroller_back.png | Bin 112 -> 111 bytes
imp/themes/default/graphics/search.png | Bin 465 -> 460 bytes
imp/themes/default/graphics/shared.png | Bin 449 -> 448 bytes
imp/themes/default/graphics/sortdown.png | Bin 117 -> 116 bytes
imp/themes/default/graphics/sortup.png | Bin 119 -> 118 bytes
imp/themes/default/graphics/spam.png | Bin 557 -> 556 bytes
imp/themes/default/graphics/spellcheck.png | Bin 443 -> 441 bytes
imp/themes/default/graphics/undelete.png | Bin 412 -> 403 bytes
imp/themes/default/graphics/unseen.png | Bin 476 -> 471 bytes
imp/themes/default/graphics/warning.png | Bin 548 -> 538 bytes
imp/themes/default/graphics/whitelist.png | Bin 618 -> 612 bytes
ingo/docs/CHANGES | 2 +
ingo/js/smartmobile.js | 4 +-
ingo/package.xml | 2 +
ingo/themes/default/graphics/blacklist.png | Bin 625 -> 624 bytes
ingo/themes/default/graphics/copy.png | Bin 310 -> 299 bytes
ingo/themes/default/graphics/enable.png | Bin 442 -> 417 bytes
ingo/themes/default/graphics/forward.png | Bin 365 -> 357 bytes
ingo/themes/default/graphics/ingo.png | Bin 435 -> 418 bytes
ingo/themes/default/graphics/script.png | Bin 414 -> 397 bytes
ingo/themes/default/graphics/vacation.png | Bin 606 -> 590 bytes
ingo/themes/default/graphics/whitelist.png | Bin 618 -> 612 bytes
jonah/themes/default/graphics/atom.png | Bin 253 -> 252 bytes
jonah/themes/default/graphics/az.png | Bin 117 -> 116 bytes
jonah/themes/default/graphics/lists.png | Bin 223 -> 221 bytes
jonah/themes/default/graphics/za.png | Bin 119 -> 118 bytes
klutz/themes/default/graphics/klutz_butter.png | Bin 16341 -> 15738 bytes
koward/www/htdocs/horde/themes/graphics/alerts/alarm.png | Bin 422 -> 421 bytes
koward/www/htdocs/horde/themes/graphics/alerts/error.png | Bin 184 -> 183 bytes
koward/www/htdocs/horde/themes/graphics/alerts/warning.png | Bin 169 -> 168 bytes
koward/www/htdocs/horde/themes/graphics/plus.png | Bin 208 -> 205 bytes
koward/www/htdocs/horde/themes/graphics/search.png | Bin 662 -> 661 bytes
koward/www/htdocs/horde/themes/graphics/user.png | Bin 661 -> 660 bytes
koward/www/htdocs/horde/themes/silver/graphics/alerts/error.png | Bin 671 -> 669 bytes
koward/www/htdocs/horde/themes/silver/graphics/alerts/warning.png | Bin 619 -> 618 bytes
.../www/htdocs/horde/themes/silver/graphics/currentTab_left.png | Bin 161 -> 156 bytes
.../www/htdocs/horde/themes/silver/graphics/currentTab_right.png | Bin 286 -> 285 bytes
koward/www/htdocs/horde/themes/silver/graphics/delete.png | Bin 362 -> 361 bytes
koward/www/htdocs/horde/themes/silver/graphics/plus.png | Bin 676 -> 675 bytes
koward/www/htdocs/horde/themes/silver/graphics/required.png | Bin 433 -> 424 bytes
koward/www/htdocs/horde/themes/silver/graphics/tab_left.png | Bin 358 -> 343 bytes
koward/www/htdocs/horde/themes/silver/graphics/tab_right.png | Bin 1902 -> 1824 bytes
koward/www/htdocs/horde/themes/silver/graphics/user.png | Bin 668 -> 667 bytes
kronolith/themes/default/graphics/addressbook_browse.png | Bin 537 -> 535 bytes
kronolith/themes/default/graphics/agenda.png | Bin 179 -> 178 bytes
kronolith/themes/default/graphics/alarm.png | Bin 479 -> 476 bytes
kronolith/themes/default/graphics/alerts/error.png | Bin 545 -> 532 bytes
kronolith/themes/default/graphics/alerts/message.png | Bin 610 -> 599 bytes
kronolith/themes/default/graphics/alerts/success.png | Bin 604 -> 599 bytes
kronolith/themes/default/graphics/alerts/warning.png | Bin 548 -> 538 bytes
kronolith/themes/default/graphics/attendee-accepted.png | Bin 604 -> 599 bytes
kronolith/themes/default/graphics/attendee-declined.png | Bin 545 -> 532 bytes
kronolith/themes/default/graphics/attendee-none.png | Bin 597 -> 592 bytes
kronolith/themes/default/graphics/attendees.png | Bin 609 -> 601 bytes
kronolith/themes/default/graphics/back.png | Bin 358 -> 344 bytes
kronolith/themes/default/graphics/big_invitation.png | Bin 2504 -> 2475 bytes
kronolith/themes/default/graphics/calendars.png | Bin 574 -> 553 bytes
kronolith/themes/default/graphics/checkbox_on.png | Bin 479 -> 477 bytes
kronolith/themes/default/graphics/checkbox_over.png | Bin 479 -> 477 bytes
kronolith/themes/default/graphics/close.png | Bin 647 -> 637 bytes
kronolith/themes/default/graphics/data.png | Bin 530 -> 508 bytes
kronolith/themes/default/graphics/drag-handle.png | Bin 105 -> 103 bytes
kronolith/themes/default/graphics/exception-000.png | Bin 437 -> 435 bytes
kronolith/themes/default/graphics/goto.png | Bin 533 -> 516 bytes
kronolith/themes/default/graphics/help.png | Bin 597 -> 592 bytes
kronolith/themes/default/graphics/kronolith.png | Bin 574 -> 553 bytes
kronolith/themes/default/graphics/left.png | Bin 294 -> 292 bytes
kronolith/themes/default/graphics/minus.png | Bin 545 -> 532 bytes
kronolith/themes/default/graphics/new_big.png | Bin 626 -> 618 bytes
kronolith/themes/default/graphics/new_small.png | Bin 161 -> 159 bytes
kronolith/themes/default/graphics/new_task.png | Bin 516 -> 512 bytes
kronolith/themes/default/graphics/picker.png | Bin 574 -> 553 bytes
kronolith/themes/default/graphics/plus.png | Bin 626 -> 618 bytes
kronolith/themes/default/graphics/print.png | Bin 464 -> 455 bytes
kronolith/themes/default/graphics/private-000.png | Bin 236 -> 234 bytes
kronolith/themes/default/graphics/private-fff.png | Bin 236 -> 234 bytes
kronolith/themes/default/graphics/right.png | Bin 286 -> 282 bytes
kronolith/themes/default/graphics/search.png | Bin 465 -> 460 bytes
kronolith/themes/default/graphics/tasks.png | Bin 615 -> 614 bytes
kronolith/themes/default/graphics/today.png | Bin 481 -> 471 bytes
kronolith/themes/default/graphics/unknown-background.png | Bin 116 -> 115 bytes
luxor/themes/default/graphics/folder.png | Bin 407 -> 403 bytes
luxor/themes/default/graphics/parent.png | Bin 424 -> 423 bytes
mnemo/themes/default/graphics/add.png | Bin 491 -> 486 bytes
mnemo/themes/default/graphics/az.png | Bin 117 -> 116 bytes
mnemo/themes/default/graphics/minus.png | Bin 545 -> 532 bytes
mnemo/themes/default/graphics/mnemo.png | Bin 414 -> 397 bytes
mnemo/themes/default/graphics/notepads.png | Bin 352 -> 340 bytes
mnemo/themes/default/graphics/plus.png | Bin 626 -> 618 bytes
mnemo/themes/default/graphics/search.png | Bin 465 -> 460 bytes
mnemo/themes/default/graphics/za.png | Bin 119 -> 118 bytes
nag/themes/default/graphics/add.png | Bin 516 -> 512 bytes
nag/themes/default/graphics/alarm.png | Bin 479 -> 476 bytes
nag/themes/default/graphics/alarm_small.png | Bin 266 -> 265 bytes
nag/themes/default/graphics/az.png | Bin 117 -> 116 bytes
nag/themes/default/graphics/checkbox.png | Bin 479 -> 477 bytes
nag/themes/default/graphics/checked.png | Bin 259 -> 258 bytes
nag/themes/default/graphics/minus.png | Bin 545 -> 532 bytes
nag/themes/default/graphics/nag.png | Bin 476 -> 465 bytes
nag/themes/default/graphics/note.png | Bin 414 -> 397 bytes
nag/themes/default/graphics/plus.png | Bin 626 -> 618 bytes
nag/themes/default/graphics/search.png | Bin 465 -> 460 bytes
nag/themes/default/graphics/smart.png | Bin 437 -> 418 bytes
nag/themes/default/graphics/tasklists.png | Bin 476 -> 465 bytes
nag/themes/default/graphics/za.png | Bin 119 -> 118 bytes
operator/themes/default/graphics/graphs.png | Bin 337 -> 313 bytes
operator/themes/default/graphics/operator.png | Bin 477 -> 475 bytes
sam/themes/default/graphics/whitelist.png | Bin 167 -> 166 bytes
sesha/themes/default/graphics/administration.png | Bin 667 -> 656 bytes
sesha/themes/default/graphics/az.png | Bin 117 -> 116 bytes
sesha/themes/default/graphics/search.png | Bin 465 -> 460 bytes
sesha/themes/default/graphics/sesha.png | Bin 366 -> 353 bytes
sesha/themes/default/graphics/stock.png | Bin 400 -> 387 bytes
sesha/themes/default/graphics/za.png | Bin 119 -> 118 bytes
shout/themes/default/graphics/admin.png | Bin 553 -> 551 bytes
shout/themes/default/graphics/delete-small.png | Bin 135 -> 134 bytes
shout/themes/default/graphics/device-add.png | Bin 529 -> 525 bytes
shout/themes/default/graphics/digit-0.png | Bin 1866 -> 1658 bytes
shout/themes/default/graphics/digit-1.png | Bin 1510 -> 1360 bytes
shout/themes/default/graphics/digit-2.png | Bin 1290 -> 1270 bytes
shout/themes/default/graphics/digit-3.png | Bin 1309 -> 1300 bytes
shout/themes/default/graphics/digit-4.png | Bin 2132 -> 2109 bytes
shout/themes/default/graphics/digit-5.png | Bin 1931 -> 1906 bytes
shout/themes/default/graphics/digit-6.png | Bin 2160 -> 2143 bytes
shout/themes/default/graphics/digit-7.png | Bin 2057 -> 2033 bytes
shout/themes/default/graphics/digit-8.png | Bin 2167 -> 2136 bytes
shout/themes/default/graphics/digit-9.png | Bin 2218 -> 2189 bytes
shout/themes/default/graphics/digit-bg.png | Bin 13214 -> 11892 bytes
shout/themes/default/graphics/digit-octo.png | Bin 1845 -> 1607 bytes
shout/themes/default/graphics/digit-star.png | Bin 1671 -> 1506 bytes
shout/themes/default/graphics/edit.png | Bin 439 -> 425 bytes
shout/themes/default/graphics/extension-add.png | Bin 665 -> 664 bytes
shout/themes/default/graphics/extension.png | Bin 661 -> 660 bytes
shout/themes/default/graphics/shout.png | Bin 477 -> 475 bytes
shout/themes/default/graphics/telephone-pole.png | Bin 515 -> 512 bytes
skeleton/themes/default/graphics/delete.png | Bin 412 -> 403 bytes
trean/themes/default/graphics/add.png | Bin 626 -> 618 bytes
trean/themes/default/graphics/http/1xx.png | Bin 610 -> 599 bytes
trean/themes/default/graphics/http/2xx.png | Bin 604 -> 599 bytes
trean/themes/default/graphics/http/3xx.png | Bin 610 -> 599 bytes
trean/themes/default/graphics/http/4xx.png | Bin 548 -> 538 bytes
trean/themes/default/graphics/http/5xx.png | Bin 545 -> 532 bytes
trean/themes/default/graphics/http/error.png | Bin 545 -> 532 bytes
trean/themes/default/graphics/protocol/ftp.png | Bin 422 -> 401 bytes
trean/themes/default/graphics/protocol/http.png | Bin 646 -> 639 bytes
trean/themes/default/graphics/protocol/https.png | Bin 451 -> 429 bytes
trean/themes/default/graphics/tag.png | Bin 395 -> 333 bytes
trean/themes/default/graphics/trean.png | Bin 292 -> 284 bytes
turba/docs/CHANGES | 2 +
turba/js/smartmobile.js | 35 +-
turba/package.xml | 2 +
turba/test/Turba/fixtures/az.png | Bin 117 -> 116 bytes
turba/themes/default/graphics/az.png | Bin 117 -> 116 bytes
turba/themes/default/graphics/az_secondary.png | Bin 129 -> 128 bytes
turba/themes/default/graphics/contact.png | Bin 500 -> 497 bytes
turba/themes/default/graphics/delete.png | Bin 412 -> 403 bytes
turba/themes/default/graphics/edit.png | Bin 439 -> 425 bytes
turba/themes/default/graphics/group.png | Bin 609 -> 601 bytes
turba/themes/default/graphics/menu/browse.png | Bin 537 -> 535 bytes
turba/themes/default/graphics/menu/new.png | Bin 583 -> 576 bytes
turba/themes/default/graphics/mime/vcard.png | Bin 444 -> 431 bytes
turba/themes/default/graphics/new.png | Bin 583 -> 576 bytes
turba/themes/default/graphics/search.png | Bin 465 -> 460 bytes
turba/themes/default/graphics/turba.png | Bin 426 -> 425 bytes
turba/themes/default/graphics/za.png | Bin 119 -> 118 bytes
turba/themes/default/graphics/za_secondary.png | Bin 130 -> 128 bytes
ulaform/themes/default/graphics/display.png | Bin 253 -> 251 bytes
ulaform/themes/default/graphics/ulaform.png | Bin 253 -> 251 bytes
vilma/themes/default/graphics/display.png | Bin 177 -> 176 bytes
vilma/themes/default/graphics/domain.png | Bin 727 -> 725 bytes
vilma/themes/default/graphics/vilma.png | Bin 263 -> 262 bytes
whups/themes/default/graphics/az.png | Bin 117 -> 116 bytes
whups/themes/default/graphics/reports.png | Bin 194 -> 191 bytes
whups/themes/default/graphics/search.png | Bin 424 -> 423 bytes
whups/themes/default/graphics/whups.png | Bin 351 -> 350 bytes
whups/themes/default/graphics/za.png | Bin 119 -> 118 bytes
wicked/themes/default/graphics/az.png | Bin 117 -> 116 bytes
wicked/themes/default/graphics/locked.png | Bin 505 -> 503 bytes
wicked/themes/default/graphics/question.png | Bin 116 -> 115 bytes
wicked/themes/default/graphics/za.png | Bin 119 -> 118 bytes
720 files changed, 1310 insertions(+), 216 deletions(-)
http://git.horde.org/horde-git/-/commit/7bcbf4414b601c6e9e969af32197d9e801a845de
-----------------------------------------------------------------------
commit efb7c04a73cc292a39de69ce3a0cbe7fcc2a2ec3
Merge: 7bcbf44 dcb2d11
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Apr 3 16:13:50 2013 -0400
Merge branch 'master' into kronolith_4_1
framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +-
framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 9 +-
framework/ActiveSync/package.xml | 4 +
framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 6 +-
framework/Crypt/lib/Horde/Crypt/Pgp.php | 11 +-
framework/Crypt/package.xml | 2 +
framework/Crypt/test/Horde/Crypt/PgpTest.php | 2 +
framework/Image/test/Horde/Image/Exif/ExiftoolTest.php | 15 +--
framework/Image/test/Horde/Image/Exif/PhpTest.php | 12 ++-
framework/Image/test/Horde/Image/Exif/TestBase.php | 9 ++-
framework/Mime/test/Horde/Mime/MailTest.php | 2 +
framework/Push/test/Horde/Push/Unit/Push/Recipient/MailTest.php | 10 +-
.../test/Horde/SessionHandler/Storage/MemcacheTest.php | 5 +-
.../test/Horde/SessionHandler/Storage/StackTest.php | 28 ++---
framework/Vfs/test/Horde/Vfs/FileTest.php | 12 +--
15 files changed, 73 insertions(+), 57 deletions(-)
http://git.horde.org/horde-git/-/commit/efb7c04a73cc292a39de69ce3a0cbe7fcc2a2ec3
-----------------------------------------------------------------------
commit eb9ffdbee32e36a968e3ab8b17b30734284426c0
Merge: efb7c04 a32b5c0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Apr 4 10:44:18 2013 -0400
Merge branch 'master' into kronolith_4_1
components/lib/Components/Helper/Website.php | 3 +
components/lib/Components/Release/Task/Package.php | 7 +
framework/ActiveSync/lib/Horde/ActiveSync.php | 3 +-
framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +-
framework/Argv/doc/Horde/Argv/ADVANCED | 46 ++++---
framework/Argv/doc/Horde/Argv/CALLBACKS | 38 +++---
framework/Argv/doc/Horde/Argv/EXTEND | 26 ++--
framework/Argv/doc/Horde/Argv/README | 51 ++++----
framework/Argv/package.xml | 34 ++++-
framework/Argv/test/Horde/Argv/TestCase.php | 7 +-
framework/Crypt/package.xml | 4 +-
framework/Itip/test/Horde/Itip/Integration/ItipTest.php | 11 ++-
framework/Mime/test/Horde/Mime/MailTest.php | 4 +-
framework/Util/test/Horde/Util/StringTest.php | 5 +
framework/Vfs/test/Horde/Vfs/FileTest.php | 31 +----
mnemo/templates/memo/memo.inc | 2 +-
wicked/docs/CHANGES | 2 -
wicked/lib/Page.php | 34 ++++-
wicked/lib/Text_Wiki/Parse/Default/Heading2.php | 16 +++
wicked/lib/Text_Wiki/Render/Latex/Heading2.php | 7 +
wicked/lib/Text_Wiki/Render/Plain/Heading2.php | 7 +
wicked/lib/Text_Wiki/Render/Rst/Heading.php | 103 ---------------
wicked/lib/Text_Wiki/Render/Rst/Heading2.php | 103 +++++++++++++++
wicked/lib/Text_Wiki/Render/Rst/List.php | 5 +-
wicked/lib/Text_Wiki/Render/Xhtml/Heading2.php | 7 +
wicked/package.xml | 23 +++-
26 files changed, 347 insertions(+), 234 deletions(-)
http://git.horde.org/horde-git/-/commit/eb9ffdbee32e36a968e3ab8b17b30734284426c0
-----------------------------------------------------------------------
commit 57c5db1c8bef435166f6557d7fda34fb8c672fe2
Merge: a1810f6 eb9ffdb
Author: Jan Schneider <jan at horde.org>
Date: Mon Apr 8 12:19:01 2013 +0200
Merge branch 'kronolith_4_1'
kronolith/docs/CHANGES | 10 +++++++++-
kronolith/lib/Api.php | 13 +++++++++++++
kronolith/lib/Event.php | 31 ++++++++++++++++++++++++++++++-
kronolith/package.xml | 34 ++++++++++++++++++++++++----------
4 files changed, 76 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/57c5db1c8bef435166f6557d7fda34fb8c672fe2
More information about the commits
mailing list