The branch "ingo_3_1" has been updated. The following is a summary of the commits.
from: 8b13876727a9959d057364da2bbcdd6fae2c08bc 1085b59 Support for selectively hidden form fields 05175f0 Style e714102 [jan] Hide unsupported form fields of vacation form (Michael Bunk <[email protected]>). 00371b7 Sieve doesn't support 'excludes' and 'ignorelist'. bf767e7 Ingo backend for ISPConfig-Support 38f192e ISPConfig supports sharing, because it uses a central admin user. 4206570 Style 00d8d0c [jan] Add vacation driver for ISPConfig (Michael Bunk <[email protected]>). ----------------------------------------------------------------------- commit 1085b59864f06f62c48d83bb70a5dba93b6ab726 Author: Michael Bunk <[email protected]> Date: Fri Feb 8 14:46:21 2013 +0100 Support for selectively hidden form fields This new functionality will be used to hide form fields not supported by the ISPConfig backend (i.e. vacation subject is not user configurable in ISPConfig). Signed-off-by: Jan Schneider <[email protected]> ingo/lib/Form/Base.php | 19 ++++++++++ ingo/lib/Form/Vacation.php | 79 ++++++++++++++++++++++++++++--------------- ingo/lib/Script/Base.php | 20 +++++++++++ ingo/vacation.php | 4 ++- 4 files changed, 93 insertions(+), 29 deletions(-) http://git.horde.org/horde-git/-/commit/1085b59864f06f62c48d83bb70a5dba93b6ab726 ----------------------------------------------------------------------- commit 05175f0c455947f277d2b07846452ce39578544a Author: Jan Schneider <[email protected]> Date: Tue Feb 26 15:36:10 2013 +0100 Style ingo/lib/Script/Base.php | 7 ++++--- ingo/vacation.php | 10 +++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/05175f0c455947f277d2b07846452ce39578544a ----------------------------------------------------------------------- commit e714102213a9c06e3f2cba19640740c2570560df Author: Jan Schneider <[email protected]> Date: Tue Feb 26 15:37:28 2013 +0100 [jan] Hide unsupported form fields of vacation form (Michael Bunk <[email protected]>). ingo/docs/CHANGES | 2 ++ ingo/package.xml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/e714102213a9c06e3f2cba19640740c2570560df ----------------------------------------------------------------------- commit 00371b7bad17a64b2553660bd8a96e1f0ac48b81 Author: Jan Schneider <[email protected]> Date: Tue Feb 26 15:50:55 2013 +0100 Sieve doesn't support 'excludes' and 'ignorelist'. ingo/lib/Script/Sieve.php | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/00371b7bad17a64b2553660bd8a96e1f0ac48b81 ----------------------------------------------------------------------- commit bf767e79b4091904f2bffcf059346ca3564cf846 Author: Michael Bunk <[email protected]> Date: Fri Feb 8 15:27:38 2013 +0100 Ingo backend for ISPConfig-Support Signed-off-by: Jan Schneider <[email protected]> ingo/config/backends.php | 20 ++++ ingo/lib/Script/Ispconfig.php | 76 ++++++++++++++++ ingo/lib/Transport/Ispconfig.php | 185 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 281 insertions(+), 0 deletions(-) create mode 100644 ingo/lib/Script/Ispconfig.php create mode 100644 ingo/lib/Transport/Ispconfig.php http://git.horde.org/horde-git/-/commit/bf767e79b4091904f2bffcf059346ca3564cf846 ----------------------------------------------------------------------- commit 38f192e7e1ee31b241dc202b870d0eb33c3816e1 Author: Jan Schneider <[email protected]> Date: Tue Feb 26 15:54:02 2013 +0100 ISPConfig supports sharing, because it uses a central admin user. ingo/config/backends.php | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/38f192e7e1ee31b241dc202b870d0eb33c3816e1 ----------------------------------------------------------------------- commit 4206570e2ea153cfaaed8f629d80266a3444ff9c Author: Jan Schneider <[email protected]> Date: Tue Feb 26 15:58:02 2013 +0100 Style ingo/lib/Script/Ispconfig.php | 4 ++-- ingo/lib/Transport/Ispconfig.php | 24 +++++++++++------------- 2 files changed, 13 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/4206570e2ea153cfaaed8f629d80266a3444ff9c ----------------------------------------------------------------------- commit 00d8d0c3e12eedfd49f94f9ea3ba5dffe7475f00 Author: Jan Schneider <[email protected]> Date: Tue Feb 26 15:58:29 2013 +0100 [jan] Add vacation driver for ISPConfig (Michael Bunk <[email protected]>). ingo/docs/CHANGES | 2 ++ ingo/package.xml | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/00d8d0c3e12eedfd49f94f9ea3ba5dffe7475f00 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
