[commits] Horde branch H4-Jonah updated. 71f9747f7e11ce85a9ee8b58d318a8210f355756

Michael Rubinsky mike at theupstairsroom.com
Fri Jul 16 21:23:57 UTC 2010


The branch "H4-Jonah" has been updated.
The following is a summary of the commits.

from: 6bd49d1c31bca54c9fbf9af8a3fe6912af4a3588

b23849a It is nlsconfig, not config
04c4077 No need to use getFormData(); just use $vars.
ddcc547 Fix ajax view prefs display when switching prefs apps.
86fabfe Fix parse error
eea8728 Add sidebar service entry
aba0713 Add missing parameter
de45a1e Not sure what this accomplishes.
0b28bed Massive sidebar cleanup.
d99358c Completely remove sorting from config/nls.php
02d3a7d MFB: Avoid a notice when checking for locked resources. Fix the package specific exception. Correct freebusy driver selection. Fix search call to Kolab_Server.
6fc09b8 Clean up the RPC script.
a609599 Bug #9117: Buffer sidebar output in IMP
e0960a0 Allow sidebar tree object to be stored in configurable js variable
6f15654 Don't attach onclick to every tree element
fbd3192 node.iconopen might not be defined
02a40f1 Zoom level must be set before the form is serialized.
eaa17bf Add holidays through dialog.
1ecf24c Remove double encoded entities in title attribute
11e6cf1 Bug #9142: Fix retrieving IMAP search results when no sort is requested
d24e5bc Remove nav_expanded_sidebar preference.
37db1ae Honor nav_expanded preference (DIMP)
71f9747 Merge branch 'master' into H4-Jonah

-----------------------------------------------------------------------

commit b23849ab71f504f5431033519a53f2f661ee5417
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 10:41:27 2010 -0600

    It is nlsconfig, not config

 horde/services/portal/sidebar.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=2880cfd4bc2b368a01937af88b58b2a986d39b66&r2=b23849ab71f504f5431033519a53f2f661ee5417

-----------------------------------------------------------------------

commit 04c407762637309ed89a0ba7e591b15c8da9b5c1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 11:14:24 2010 -0600

    No need to use getFormData(); just use $vars.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=04c407762637309ed89a0ba7e591b15c8da9b5c1

-----------------------------------------------------------------------

commit ddcc547d9cee57008e50b003c9b418b2e050a7f5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 11:19:17 2010 -0600

    Fix ajax view prefs display when switching prefs apps.

 framework/Core/lib/Horde/Core/Prefs/Ui.php |    1 +
 horde/templates/prefs/app.html             |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=04c407762637309ed89a0ba7e591b15c8da9b5c1&r2=ddcc547d9cee57008e50b003c9b418b2e050a7f5
http://git.horde.org/diff.php/horde/templates/prefs/app.html?rt=horde-git&r1=f6c561620a525da7beadf037a53798e0d166c183&r2=ddcc547d9cee57008e50b003c9b418b2e050a7f5

-----------------------------------------------------------------------

commit 86fabfe0c09db15976a0b88f05351f756527268c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 11:35:41 2010 -0600

    Fix parse error

 framework/Ui/lib/Horde/Ui/FlagImage.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/FlagImage.php?rt=horde-git&r1=00ab09d46b9dff7e3b9e48fcb0af952b12b9d7d6&r2=86fabfe0c09db15976a0b88f05351f756527268c

-----------------------------------------------------------------------

commit eea8728ee02892b6ee0bc183f17e3a3ee3a8eb03
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 12:07:38 2010 -0600

    Add sidebar service entry

 framework/Core/lib/Horde.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=eea8728ee02892b6ee0bc183f17e3a3ee3a8eb03

-----------------------------------------------------------------------

commit aba071378907bfd551fa9773b395ea68412b45a3
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 12:33:25 2010 -0600

    Add missing parameter

 imp/lib/Ui/Mailbox.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ui/Mailbox.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=aba071378907bfd551fa9773b395ea68412b45a3

-----------------------------------------------------------------------

commit de45a1e825a92afbee73c13cfe3c36984953c3b8
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 12:50:11 2010 -0600

    Not sure what this accomplishes.

 framework/Core/lib/Horde.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=eea8728ee02892b6ee0bc183f17e3a3ee3a8eb03&r2=de45a1e825a92afbee73c13cfe3c36984953c3b8

-----------------------------------------------------------------------

commit 0b28bedd89f53114aed8161d517f2dff3ffc4911
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 13:07:44 2010 -0600

    Massive sidebar cleanup.
    
    Move ajax request (i.e. 'httpclient') to the Horde Ajax framework.
    Fix broken javascript - it was still referring to frames and
    wasn't properly resizing body on sidebar toggle.

 framework/Core/lib/Horde/Core/Tree/Javascript.php |   15 +-
 horde/js/hordetree.js                             |    7 +-
 horde/js/sidebar.js                               |   75 +++---
 horde/lib/Ajax/Application.php                    |   42 +++
 horde/lib/Ui/Sidebar.php                          |  246 +++++++++++++++++
 horde/services/portal/sidebar.php                 |  295 ++-------------------
 horde/templates/portal/sidebar.inc                |   29 +--
 7 files changed, 382 insertions(+), 327 deletions(-)
 create mode 100644 horde/lib/Ajax/Application.php
 create mode 100644 horde/lib/Ui/Sidebar.php

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=c1ef2524dc208e5ae4b056709bcf014dfb299505&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=4c3f4e67987935903283a4a79381474a4639f7fe&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/co.php/horde/lib/Ajax/Application.php?rt=horde-git&r=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/co.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=b23849ab71f504f5431033519a53f2f661ee5417&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911
http://git.horde.org/diff.php/horde/templates/portal/sidebar.inc?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=0b28bedd89f53114aed8161d517f2dff3ffc4911

-----------------------------------------------------------------------

commit d99358c7192283e929ff5427ec62456e622b2e3c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 13:19:03 2010 -0600

    Completely remove sorting from config/nls.php
    
    Do sorting only when we need it.

 fima/data.php        |    5 +++--
 horde/config/nls.php |    4 ----
 imp/compose.php      |    1 +
 imp/lib/Prefs/Ui.php |   10 ++++++++++
 turba/data.php       |    5 +++--
 5 files changed, 17 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/fima/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d99358c7192283e929ff5427ec62456e622b2e3c
http://git.horde.org/diff.php/horde/config/nls.php?rt=horde-git&r1=c2918c2002db8b02802e94137488b26ca56e7e16&r2=d99358c7192283e929ff5427ec62456e622b2e3c
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=d99358c7192283e929ff5427ec62456e622b2e3c
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d99358c7192283e929ff5427ec62456e622b2e3c
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d99358c7192283e929ff5427ec62456e622b2e3c

-----------------------------------------------------------------------

commit 02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176
Author: Gunnar Wrobel <p at rdus.de>
Date:   Thu Jul 15 22:36:55 2010 +0200

    MFB: Avoid a notice when checking for locked resources. Fix the package specific exception. Correct freebusy driver selection. Fix search call to Kolab_Server.

 framework/Kolab_Resource/lib/Horde/Kolab/Resource.php             |    2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Exception.php   |   39 +----
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php    |    6 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php    |    2 +-
 framework/Kolab_Resource/package.xml                              |   34 ++--
 5 files changed, 25 insertions(+), 58 deletions(-)

http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Exception.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176
http://git.horde.org/diff.php/framework/Kolab_Resource/package.xml?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=02d3a7d2971a6c7babea8fa7ca8abad9ef8e1176

-----------------------------------------------------------------------

commit 6fc09b8317f9dbde2538e0585e8def7631936eb4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 15:36:11 2010 -0600

    Clean up the RPC script.
    
    Debugging was difficult for me with a bunch of duplicate code.  Try to
    do the minimal amount possible before the Horde environment gets init'd.

 horde/rpc.php |  170 +++++++++++++++++++++++++++++---------------------------
 1 files changed, 88 insertions(+), 82 deletions(-)

http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=a9aa5fd610377a585e54068cc92c5cb2e62cbd45&r2=6fc09b8317f9dbde2538e0585e8def7631936eb4

-----------------------------------------------------------------------

commit a609599aaecc2d2add98b197b1389eef294b91a5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 16:33:17 2010 -0600

    Bug #9117: Buffer sidebar output in IMP

 imp/lib/IMP.php |   24 +++++++++++++++++++-----
 1 files changed, 19 insertions(+), 5 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=a609599aaecc2d2add98b197b1389eef294b91a5

-----------------------------------------------------------------------

commit e0960a0aa3b24cffbcebcd40970daf6c1e22e793
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 16:48:15 2010 -0600

    Allow sidebar tree object to be stored in configurable js variable

 framework/Core/lib/Horde/Core/Tree/Javascript.php |   12 ++++++++++--
 horde/lib/Ui/Sidebar.php                          |    2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=e0960a0aa3b24cffbcebcd40970daf6c1e22e793
http://git.horde.org/diff.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=e0960a0aa3b24cffbcebcd40970daf6c1e22e793

-----------------------------------------------------------------------

commit 6f15654d586b23a0e75363ec6602e64049e34ea1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 17:15:09 2010 -0600

    Don't attach onclick to every tree element

 horde/js/hordetree.js |   33 +++++++++++++++++++++++----------
 1 files changed, 23 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=0b28bedd89f53114aed8161d517f2dff3ffc4911&r2=6f15654d586b23a0e75363ec6602e64049e34ea1

-----------------------------------------------------------------------

commit fbd31925287e16e404599fde3ef2c77ae30b8e38
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Thu Jul 15 17:17:58 2010 -0600

    node.iconopen might not be defined

 horde/js/hordetree.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=6f15654d586b23a0e75363ec6602e64049e34ea1&r2=fbd31925287e16e404599fde3ef2c77ae30b8e38

-----------------------------------------------------------------------

commit 02a40f1480e58ce7829e127075ec958ab26ee5d6
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Thu Jul 15 20:55:25 2010 -0400

    Zoom level must be set before the form is serialized.
    
    Not sure why this was moved until after the form is serialized, but
    it breaks saving the event map's zoom level.

 kronolith/js/kronolith.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=53d58bff90bb3286b2f61d13014ed436f71a9a41&r2=02a40f1480e58ce7829e127075ec958ab26ee5d6

-----------------------------------------------------------------------

commit eaa17bf3175f2e4656fd3431919bf0ce19096738
Author: Jan Schneider <jan at horde.org>
Date:   Fri Jul 16 00:08:27 2010 +0200

    Add holidays through dialog.

 kronolith/js/kronolith.js               |   28 +++++++++++++++++++++++++++-
 kronolith/templates/chunks/calendar.php |   25 +++++++++++++++++++++++++
 kronolith/templates/index/index.inc     |    1 +
 3 files changed, 53 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=02a40f1480e58ce7829e127075ec958ab26ee5d6&r2=eaa17bf3175f2e4656fd3431919bf0ce19096738
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=1654e24dff51436a80831fd73dd9645fa7565546&r2=eaa17bf3175f2e4656fd3431919bf0ce19096738
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-git&r1=db0ca27b38be9bfddb562743facf9227f253b2ca&r2=eaa17bf3175f2e4656fd3431919bf0ce19096738

-----------------------------------------------------------------------

commit 1ecf24cad25d135302eca71c28032a325b1ca4e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 16 10:50:15 2010 -0600

    Remove double encoded entities in title attribute

 framework/Core/lib/Horde.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=de45a1e825a92afbee73c13cfe3c36984953c3b8&r2=1ecf24cad25d135302eca71c28032a325b1ca4e1

-----------------------------------------------------------------------

commit 11e6cf161aa02e6c6bd66852283b81c42c17b1e5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 16 12:07:57 2010 -0600

    Bug #9142: Fix retrieving IMAP search results when no sort is requested

 imp/lib/Search.php |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=11e6cf161aa02e6c6bd66852283b81c42c17b1e5

-----------------------------------------------------------------------

commit d24e5bc6d3120312922d85c62424618a8617e7b4
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 16 12:18:33 2010 -0600

    Remove nav_expanded_sidebar preference.
    
    It is mostly duplicative of nav_expanded and doesn't relate well to
    either the mimp or dimp views.

 imp/config/prefs.php.dist      |   14 +-------------
 imp/docs/UPGRADING             |    2 +-
 imp/lib/Block/tree_folders.php |    4 ++--
 imp/lib/Imap/Tree.php          |   26 --------------------------
 imp/lib/Prefs/Ui.php           |    1 -
 5 files changed, 4 insertions(+), 43 deletions(-)

http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=d24e5bc6d3120312922d85c62424618a8617e7b4
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=d24e5bc6d3120312922d85c62424618a8617e7b4
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=5d365dac5c0677af0dba884864092918c12c7245&r2=d24e5bc6d3120312922d85c62424618a8617e7b4
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=2bb369ac9c5e8261ff06eff0fa01eb7541a7d21b&r2=d24e5bc6d3120312922d85c62424618a8617e7b4
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=d99358c7192283e929ff5427ec62456e622b2e3c&r2=d24e5bc6d3120312922d85c62424618a8617e7b4

-----------------------------------------------------------------------

commit 37db1ae919326399b18d6d2eacfdec37e5c632d9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jul 16 13:04:07 2010 -0600

    Honor nav_expanded preference (DIMP)

 imp/docs/CHANGES                            |    1 +
 imp/js/dimpbase.js                          |   33 +++++++++++++++--
 imp/lib/Ajax/Application.php                |   50 ++++++++++++++++++++++++---
 imp/lib/Imap/Tree.php                       |    7 +++-
 imp/templates/dimp/javascript_defs_dimp.php |    3 +-
 5 files changed, 83 insertions(+), 11 deletions(-)

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=0d3074deac715da0270637b4398536f6032e7024&r2=37db1ae919326399b18d6d2eacfdec37e5c632d9
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=034c899d59320b764bdcb750d2d1a3eaf0fb7af1&r2=37db1ae919326399b18d6d2eacfdec37e5c632d9
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=37db1ae919326399b18d6d2eacfdec37e5c632d9
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=d24e5bc6d3120312922d85c62424618a8617e7b4&r2=37db1ae919326399b18d6d2eacfdec37e5c632d9
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=37db1ae919326399b18d6d2eacfdec37e5c632d9

-----------------------------------------------------------------------

commit 71f9747f7e11ce85a9ee8b58d318a8210f355756
Merge: 6bd49d1 37db1ae
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date:   Fri Jul 16 17:23:32 2010 -0400

    Merge branch 'master' into H4-Jonah

 fima/data.php                                                     |    5 +-
 framework/Core/lib/Horde.php                                      |   12 +-
 framework/Core/lib/Horde/Core/Prefs/Ui.php                        |   10 +-
 framework/Core/lib/Horde/Core/Tree/Javascript.php                 |   25 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource.php             |    2 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Exception.php   |   39 +-
 framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php    |    6 +-
 .../Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php    |    2 +-
 framework/Kolab_Resource/package.xml                              |   34 +-
 framework/Ui/lib/Horde/Ui/FlagImage.php                           |    1 -
 horde/config/nls.php                                              |    4 -
 horde/js/hordetree.js                                             |   42 +-
 horde/js/sidebar.js                                               |   75 +-
 horde/lib/Ajax/Application.php                                    |   42 +
 horde/lib/Ui/Sidebar.php                                          |  246 ++++
 horde/rpc.php                                                     |  170 ++--
 horde/services/portal/sidebar.php                                 |  295 +----
 horde/templates/portal/sidebar.inc                                |   29 +-
 horde/templates/prefs/app.html                                    |    3 +-
 imp/compose.php                                                   |    1 +
 imp/config/prefs.php.dist                                         |   14 +-
 imp/docs/CHANGES                                                  |    1 +
 imp/docs/UPGRADING                                                |    2 +-
 imp/js/dimpbase.js                                                |   33 +-
 imp/lib/Ajax/Application.php                                      |   50 +-
 imp/lib/Block/tree_folders.php                                    |    4 +-
 imp/lib/IMP.php                                                   |   24 +-
 imp/lib/Imap/Tree.php                                             |   33 +-
 imp/lib/Prefs/Ui.php                                              |   11 +-
 imp/lib/Search.php                                                |    6 +-
 imp/lib/Ui/Mailbox.php                                            |    2 +-
 imp/templates/dimp/javascript_defs_dimp.php                       |    3 +-
 kronolith/js/kronolith.js                                         |   37 +-
 kronolith/templates/chunks/calendar.php                           |   25 +
 kronolith/templates/index/index.inc                               |    1 +
 turba/data.php                                                    |    5 +-
 36 files changed, 728 insertions(+), 566 deletions(-)

http://git.horde.org/diff.php/fima/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Prefs/Ui.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Core/lib/Horde/Core/Tree/Javascript.php?rt=horde-git&r1=51c9bd36796c4574f64321a4bbd8ad4b7600a707&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Exception.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Kolab_Resource/lib/Horde/Kolab/Resource/Freebusy/Kolab.php?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Kolab_Resource/package.xml?rt=horde-git&r1=115879a777fa1cdd4c625d1a6539a4a6326ceb45&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/framework/Ui/lib/Horde/Ui/FlagImage.php?rt=horde-git&r1=00ab09d46b9dff7e3b9e48fcb0af952b12b9d7d6&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/horde/config/nls.php?rt=horde-git&r1=c2918c2002db8b02802e94137488b26ca56e7e16&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=c1ef2524dc208e5ae4b056709bcf014dfb299505&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/horde/js/sidebar.js?rt=horde-git&r1=4c3f4e67987935903283a4a79381474a4639f7fe&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/co.php/horde/lib/Ajax/Application.php?rt=horde-git&r=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/co.php/horde/lib/Ui/Sidebar.php?rt=horde-git&r=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/horde/rpc.php?rt=horde-git&r1=a9aa5fd610377a585e54068cc92c5cb2e62cbd45&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/horde/services/portal/sidebar.php?rt=horde-git&r1=2880cfd4bc2b368a01937af88b58b2a986d39b66&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/horde/templates/portal/sidebar.inc?rt=horde-git&r1=45d58456f24b121efb9d4082306dbe93076b7172&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/horde/templates/prefs/app.html?rt=horde-git&r1=f6c561620a525da7beadf037a53798e0d166c183&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/compose.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/config/prefs.php.dist?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=0d3074deac715da0270637b4398536f6032e7024&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/docs/UPGRADING?rt=horde-git&r1=6e6599dfe74533b868cb0aaa80eeb6a2d482ce92&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/js/dimpbase.js?rt=horde-git&r1=034c899d59320b764bdcb750d2d1a3eaf0fb7af1&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/lib/Block/tree_folders.php?rt=horde-git&r1=5d365dac5c0677af0dba884864092918c12c7245&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=2bb369ac9c5e8261ff06eff0fa01eb7541a7d21b&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/lib/Search.php?rt=horde-git&r1=bf4719ffd4d666e00287a27dc1f42085a36ccb0e&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/lib/Ui/Mailbox.php?rt=horde-git&r1=8895b50e360862005e345c93e205cebbfd24bbab&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/imp/templates/dimp/javascript_defs_dimp.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/kronolith/js/kronolith.js?rt=horde-git&r1=53d58bff90bb3286b2f61d13014ed436f71a9a41&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/kronolith/templates/chunks/calendar.php?rt=horde-git&r1=1654e24dff51436a80831fd73dd9645fa7565546&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/kronolith/templates/index/index.inc?rt=horde-git&r1=db0ca27b38be9bfddb562743facf9227f253b2ca&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756
http://git.horde.org/diff.php/turba/data.php?rt=horde-git&r1=a0ce9ace9c3114b59d4926dd43c89cd19f4794c4&r2=71f9747f7e11ce85a9ee8b58d318a8210f355756




More information about the commits mailing list