[commits] Horde branch master updated. 7964b9f6a48b99431698f7b1baa5bb18bf9b3c96

Michael J. Rubinsky mrubinsk at horde.org
Sat Oct 13 16:24:26 UTC 2012


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

from: c2343b053bbceacd96bdebd336c48f8d22a5cc34

7abb71b Revert "Those classes are identical, no idea which one is used."
2f929b8 Fix class names for autoloading, removed dead files.
7964b9f Update package.xml filelist.

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

commit 7abb71bbcc936c6875f7b743649d435f2dd693df
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Oct 13 12:17:03 2012 -0400

    Revert "Those classes are identical, no idea which one is used."
    
    This reverts commit 5d7326d27b622453f72333ec79d917632819edf7.
    
    The conditional_enable class is not used anywhere (at least from what a
    grep can tell). Additionally, it cannot be autoloaded propertly, so
    making the correctly named ConditionalEnable class extend it causes things
    to break.
    
    Fixes Bug: 11510

 framework/Form/lib/Horde/Form/Action/ConditionalEnable.php   |   23 +++-
 framework/Form/lib/Horde/Form/Action/ConditionalSetValue.php |   81 +++++++++-
 2 files changed, 102 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/7abb71bbcc936c6875f7b743649d435f2dd693df

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

commit 2f929b8ee8b8d2e447264f058541b89663b57606
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Oct 13 12:23:18 2012 -0400

    Fix class names for autoloading, removed dead files.

 framework/Form/lib/Horde/Form/Action/SumFields.php            |   42 ++++
 framework/Form/lib/Horde/Form/Action/conditional_enable.php   |   49 -----
 framework/Form/lib/Horde/Form/Action/conditional_setvalue.php |   96 ---------
 framework/Form/lib/Horde/Form/Action/sum_fields.php           |   42 ----
 4 files changed, 42 insertions(+), 187 deletions(-)
 create mode 100644 framework/Form/lib/Horde/Form/Action/SumFields.php
 delete mode 100644 framework/Form/lib/Horde/Form/Action/conditional_enable.php
 delete mode 100644 framework/Form/lib/Horde/Form/Action/conditional_setvalue.php
 delete mode 100644 framework/Form/lib/Horde/Form/Action/sum_fields.php

http://git.horde.org/horde-git/-/commit/2f929b8ee8b8d2e447264f058541b89663b57606

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

commit 7964b9f6a48b99431698f7b1baa5bb18bf9b3c96
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sat Oct 13 12:24:09 2012 -0400

    Update package.xml filelist.

 framework/Form/package.xml |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

http://git.horde.org/horde-git/-/commit/7964b9f6a48b99431698f7b1baa5bb18bf9b3c96




More information about the commits mailing list