[commits] Horde branch imp_6_2 updated. 5c7cf755e6f25cce4f23c51a335a9468b0aac30f

Michael M Slusarz slusarz at horde.org
Tue Oct 8 23:03:01 UTC 2013


The branch "imp_6_2" has been updated.
The following is a summary of the commits.

from: 6b60cde5bcb429cffbfae605db14daedb36f01bb

651bfd1 ws
7ada274 [mms] Allow disabling VFS via the configuration interface.
fc91078 Effect transitions that actually finish within the hour
eed6bdc Better sanity checking for VFS existence in view.php
ca047cc Additional improved handling of installations without VFS configured
a778824 Use Turba_Object#vfsInit() to get the Horde_Vfs object to use
ce3f45c Don't show add file option if VFS is not available
a782464 [mms] Remove features from UI when VFS is not available or disabled.
9b80259 Fix typo
5c7cf75 Merge branch 'master' into imp_6_2

Summary: http://github.com/horde/horde/compare/6b60cde5bcb429cffbfae605db14daedb36f01bb...5c7cf755e6f25cce4f23c51a335a9468b0aac30f

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

commit 651bfd126b1141227ce6b15b1ab65435cdaaf260
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 14:34:45 2013 -0600

    ws

 imp/lib/Compose/Attachment/Storage.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/651bfd126b1141227ce6b15b1ab65435cdaaf260
http://git.horde.org/horde-git/-/commit/651bfd126b1141227ce6b15b1ab65435cdaaf260

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

commit 7ada274b7ab8d8836a2785d4dc2227e3535c79fd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 15:55:57 2013 -0600

    [mms] Allow disabling VFS via the configuration interface.

 framework/Core/lib/Horde/Config.php |    4 ++++
 framework/Core/package.xml          |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/7ada274b7ab8d8836a2785d4dc2227e3535c79fd
http://git.horde.org/horde-git/-/commit/7ada274b7ab8d8836a2785d4dc2227e3535c79fd

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

commit fc91078460fa6b200cc2cb4ca3384f757f18f257
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 16:00:20 2013 -0600

    Effect transitions that actually finish within the hour

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

http://github.com/horde/horde/commit/fc91078460fa6b200cc2cb4ca3384f757f18f257
http://git.horde.org/horde-git/-/commit/fc91078460fa6b200cc2cb4ca3384f757f18f257

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

commit eed6bdcb9b23b57b72bff1e9a6279c0e2b68f9d3
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 16:04:15 2013 -0600

    Better sanity checking for VFS existence in view.php
    
    Coming commits should make it essentially impossible to reach this code
    if VFS is off. Thus, no need for detailed error message - sanity
    checking is sufficient.

 turba/view.php |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/eed6bdcb9b23b57b72bff1e9a6279c0e2b68f9d3
http://git.horde.org/horde-git/-/commit/eed6bdcb9b23b57b72bff1e9a6279c0e2b68f9d3

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

commit ca047cc740199f4ba0623b65badd61acea657a62
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 16:11:39 2013 -0600

    Additional improved handling of installations without VFS configured

 turba/lib/Application.php  |    8 ++++++--
 turba/lib/Form/Contact.php |   20 +++++++++++---------
 2 files changed, 17 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/ca047cc740199f4ba0623b65badd61acea657a62
http://git.horde.org/horde-git/-/commit/ca047cc740199f4ba0623b65badd61acea657a62

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

commit a7788248b91af76da2dbe79a71f575da3786eaaa
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 16:17:29 2013 -0600

    Use Turba_Object#vfsInit() to get the Horde_Vfs object to use

 turba/lib/Application.php  |    2 +-
 turba/lib/Form/Contact.php |   16 +++++++++-------
 turba/lib/Object.php       |   40 +++++++++++++++++++++++-----------------
 turba/view.php             |    2 +-
 4 files changed, 34 insertions(+), 26 deletions(-)

http://github.com/horde/horde/commit/a7788248b91af76da2dbe79a71f575da3786eaaa
http://git.horde.org/horde-git/-/commit/a7788248b91af76da2dbe79a71f575da3786eaaa

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

commit ce3f45c9a32d078e28371d146290c3802c8ab871
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 16:19:31 2013 -0600

    Don't show add file option if VFS is not available

 turba/lib/Form/EditContact.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/ce3f45c9a32d078e28371d146290c3802c8ab871
http://git.horde.org/horde-git/-/commit/ce3f45c9a32d078e28371d146290c3802c8ab871

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

commit a78246427076e83ede61a8382ac4ea6d2ebf2c63
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 16:20:04 2013 -0600

    [mms] Remove features from UI when VFS is not available or disabled.

 turba/docs/CHANGES |    1 +
 turba/package.xml  |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/a78246427076e83ede61a8382ac4ea6d2ebf2c63
http://git.horde.org/horde-git/-/commit/a78246427076e83ede61a8382ac4ea6d2ebf2c63

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

commit 9b80259a3accb1ddf6587bf77b73f9459940e442
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 17:02:18 2013 -0600

    Fix typo

 framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/9b80259a3accb1ddf6587bf77b73f9459940e442
http://git.horde.org/horde-git/-/commit/9b80259a3accb1ddf6587bf77b73f9459940e442

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

commit 5c7cf755e6f25cce4f23c51a335a9468b0aac30f
Merge: 651bfd1 9b80259
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Oct 8 17:02:35 2013 -0600

    Merge branch 'master' into imp_6_2

 framework/Core/lib/Horde/Config.php                     |    4 ++
 framework/Core/lib/Horde/Core/Text/Filter/Emoticons.php |    2 +-
 framework/Core/package.xml                              |    4 +-
 horde/js/sidebar.js                                     |    4 +-
 turba/docs/CHANGES                                      |    1 +
 turba/lib/Application.php                               |    8 ++-
 turba/lib/Form/Contact.php                              |    8 ++-
 turba/lib/Form/EditContact.php                          |    5 ++-
 turba/lib/Object.php                                    |   40 ++++++++------
 turba/package.xml                                       |    2 +
 turba/view.php                                          |    6 +--
 11 files changed, 52 insertions(+), 32 deletions(-)

http://github.com/horde/horde/commit/5c7cf755e6f25cce4f23c51a335a9468b0aac30f
http://git.horde.org/horde-git/-/commit/5c7cf755e6f25cce4f23c51a335a9468b0aac30f




More information about the commits mailing list