[commits] Horde branch master updated. b97c5c56a8ed557b8fd5ad25cd89de5e59a5bf1f

Michael M Slusarz slusarz at horde.org
Wed Mar 18 22:05:25 UTC 2015


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

from: d7f956649bf1cea7754e75ad004c5a7b2ff51100

52f18b8 Fix adding white/blacklist addresses via the API
3219c1e Move vacationReason to helper method to the Vacation rule object
b97c5c5 Remove Ingo_Script_Util

Summary: http://github.com/horde/horde/compare/d7f956649bf1cea7754e75ad004c5a7b2ff51100...b97c5c56a8ed557b8fd5ad25cd89de5e59a5bf1f

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

commit 52f18b80f3c8e4f26c748320d28128490076534a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 18 14:49:34 2015 -0600

    Fix adding white/blacklist addresses via the API

 ingo/lib/Api.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/52f18b80f3c8e4f26c748320d28128490076534a

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

commit 3219c1e4e61b7069fa23ab134c009027a3745a0f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 18 15:02:57 2015 -0600

    Move vacationReason to helper method to the Vacation rule object

 ingo/lib/Rule/System/Vacation.php         |   33 +++++++++++++++++++++++++++++
 ingo/lib/Script/Maildrop.php              |    2 +-
 ingo/lib/Script/Procmail/Recipe.php       |    2 +-
 ingo/lib/Script/Sieve/Action/Vacation.php |    2 +-
 ingo/lib/Script/Util.php                  |   33 -----------------------------
 5 files changed, 36 insertions(+), 36 deletions(-)

http://github.com/horde/horde/commit/3219c1e4e61b7069fa23ab134c009027a3745a0f

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

commit b97c5c56a8ed557b8fd5ad25cd89de5e59a5bf1f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 18 15:39:31 2015 -0600

    Remove Ingo_Script_Util
    
    Enhancement: only display notification when script activation is
    explicitly done by the user on the script page

 ingo/lib/Ajax/Application/Filters.php |    2 +-
 ingo/lib/Api.php                      |   31 ++++++-----
 ingo/lib/Basic/Blacklist.php          |    6 ++-
 ingo/lib/Basic/Filters.php            |    2 +-
 ingo/lib/Basic/Forward.php            |    3 +-
 ingo/lib/Basic/Rule.php               |    6 +-
 ingo/lib/Basic/Script.php             |   30 +++++++----
 ingo/lib/Basic/Spam.php               |    3 +-
 ingo/lib/Basic/Vacation.php           |    2 +-
 ingo/lib/Basic/Whitelist.php          |    3 +-
 ingo/lib/Factory/Script.php           |   13 +++++
 ingo/lib/Script/Base.php              |   38 ++++++++++++++
 ingo/lib/Script/Util.php              |   91 ---------------------------------
 ingo/package.xml                      |    6 +--
 14 files changed, 105 insertions(+), 131 deletions(-)
 delete mode 100644 ingo/lib/Script/Util.php

http://github.com/horde/horde/commit/b97c5c56a8ed557b8fd5ad25cd89de5e59a5bf1f




More information about the commits mailing list