[commits] Horde branch master updated. 0363dbcd6e2493cd4267b5f0ce00aa430cef8a78

Michael M Slusarz slusarz at horde.org
Fri Feb 7 04:21:47 UTC 2014


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

from: 5035ca0f0d8386d9e9509e2286d46fd2b9470166

e145da4 Cleanup some form related code
30f6ea3 [mms] Add Horde_Core_Script_Package_Sortable.
18623c0 Don't need edit permissions to apply filters
621f03a [mms] Sorting of rules now done via drag/drop javascript.
bf79110 Simplify
c40a6c0 Tweaks to ingo rule page
3936ad2 [mms] Add null VFS driver.
6ca818c Support 'none' as an alias for the Null VFS driver
ffb27d3 Horde_Vfs is a dependency of Turba
0363dbc Turba now uses Horde_Vfs_Null internally if not VFS driver is configured

Summary: http://github.com/horde/horde/compare/5035ca0f0d8386d9e9509e2286d46fd2b9470166...0363dbcd6e2493cd4267b5f0ce00aa430cef8a78

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

commit e145da426199fab415a898005fc0a8183279b27a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 11:48:32 2014 -0700

    Cleanup some form related code

 ingo/js/rule.js                         |    6 +++---
 ingo/templates/basic/rule/rule.html.php |    8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

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

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

commit 30f6ea31ac0c5a6575e556ca6ea205c96204dbef
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 13:46:34 2014 -0700

    [mms] Add Horde_Core_Script_Package_Sortable.

 framework/Core/lib/Horde/Core/Script/Package/Sortable.php |   41 +++++++++++++
 framework/Core/package.xml                                |    4 +
 2 files changed, 45 insertions(+), 0 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Script/Package/Sortable.php

http://github.com/horde/horde/commit/30f6ea31ac0c5a6575e556ca6ea205c96204dbef
http://git.horde.org/horde-git/-/commit/30f6ea31ac0c5a6575e556ca6ea205c96204dbef

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

commit 18623c01615c2ef1598bfba53ae0a25b5508f3e8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 14:18:41 2014 -0700

    Don't need edit permissions to apply filters

 ingo/lib/Basic/Filters.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/18623c01615c2ef1598bfba53ae0a25b5508f3e8
http://git.horde.org/horde-git/-/commit/18623c01615c2ef1598bfba53ae0a25b5508f3e8

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

commit 621f03a13d86caaf6cafdbbd10c27e60e712e09b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 19:04:02 2014 -0700

    [mms] Sorting of rules now done via drag/drop javascript.

 ingo/docs/CHANGES                             |    1 +
 ingo/js/filters.js                            |   26 ++++---
 ingo/lib/Basic/Filters.php                    |   86 +++++++++-----------
 ingo/lib/Storage/Filters.php                  |   42 ++--------
 ingo/lib/Storage/Filters/Sql.php              |   66 +++------------
 ingo/package.xml                              |    1 +
 ingo/templates/basic/filters/filters.html.php |  107 ++++++++----------------
 ingo/themes/default/screen.css                |   19 ++++-
 8 files changed, 131 insertions(+), 217 deletions(-)

http://github.com/horde/horde/commit/621f03a13d86caaf6cafdbbd10c27e60e712e09b
http://git.horde.org/horde-git/-/commit/621f03a13d86caaf6cafdbbd10c27e60e712e09b

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

commit bf791109a838b1c6bdbab2eec6ae04a6a4f67576
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 19:49:00 2014 -0700

    Simplify

 ingo/lib/Storage/Filters.php |   47 +++++++++++++----------------------------
 1 files changed, 15 insertions(+), 32 deletions(-)

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

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

commit c40a6c0569f62a8f31131a605793f61fda8b9c1c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 20:25:25 2014 -0700

    Tweaks to ingo rule page
    
    Still needs an overhaul, but at least this makes it a bit easier to read
    things for now.

 ingo/lib/Basic/Rule.php                 |    1 +
 ingo/templates/basic/rule/rule.html.php |   22 ++++++++++++++--------
 ingo/themes/default/screen.css          |   20 +++++++++++++++-----
 3 files changed, 30 insertions(+), 13 deletions(-)

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

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

commit 3936ad24333f146b1834c20a19dc4be0979af905
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 20:58:11 2014 -0700

    [mms] Add null VFS driver.

 framework/Vfs/lib/Horde/Vfs/Null.php |  110 ++++++++++++++++++++++++++++++++++
 framework/Vfs/package.xml            |    8 ++-
 2 files changed, 116 insertions(+), 2 deletions(-)
 create mode 100644 framework/Vfs/lib/Horde/Vfs/Null.php

http://github.com/horde/horde/commit/3936ad24333f146b1834c20a19dc4be0979af905
http://git.horde.org/horde-git/-/commit/3936ad24333f146b1834c20a19dc4be0979af905

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

commit 6ca818c6186054b54804061d7cdd1290b5a5c92f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 20:58:48 2014 -0700

    Support 'none' as an alias for the Null VFS driver

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

http://github.com/horde/horde/commit/6ca818c6186054b54804061d7cdd1290b5a5c92f
http://git.horde.org/horde-git/-/commit/6ca818c6186054b54804061d7cdd1290b5a5c92f

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

commit ffb27d3a499baa438afef30bb31e044f0a1872c8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 20:59:46 2014 -0700

    Horde_Vfs is a dependency of Turba

 turba/package.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

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

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

commit 0363dbcd6e2493cd4267b5f0ce00aa430cef8a78
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Feb 6 21:05:53 2014 -0700

    Turba now uses Horde_Vfs_Null internally if not VFS driver is configured
    
    Explicitly check for UI elements. But no longer a need to check in data
    elements - it will just return nothing now instead of throwing an error
    (only way to get to these areas would be by direct access without using the
    UI).

 turba/lib/Application.php      |    8 +-------
 turba/lib/Form/Contact.php     |   11 ++++-------
 turba/lib/Form/EditContact.php |    5 ++---
 turba/view.php                 |    8 +-------
 4 files changed, 8 insertions(+), 24 deletions(-)

http://github.com/horde/horde/commit/0363dbcd6e2493cd4267b5f0ce00aa430cef8a78
http://git.horde.org/horde-git/-/commit/0363dbcd6e2493cd4267b5f0ce00aa430cef8a78




More information about the commits mailing list