The branch "master" has been updated. The following is a summary of the commits.
from: b5b84f47b3370e26729871bb1db2f4c669c3b149 af8e2b6 Added Passwd Driver for ISPConfig SOAP API b0bbd2b Fixed some code-style-related issues 1fe3119 Added simple documentation for the ISPConfig driver ce2c690 [jan] Don't duplicate messages in Procmail's vacation recipe if excluding email addresses ([email protected], Bug #14275). 8612b8e Merge branch 'master' of https://github.com/tbnobody/horde 42c8014 Fix linebreaks. e372cc9 Tweaks 2b66e50 BFN Summary: http://github.com/horde/horde/compare/b5b84f47b3370e26729871bb1db2f4c669c3b149...2b66e507de7932489497f3bab5ed214e10dcaeeb ----------------------------------------------------------------------- commit af8e2b64f81982f0fdfaf284f6c6434e06c996f2 Author: Thomas Basler <[email protected]> Date: Tue Mar 22 21:43:25 2016 +0100 Added Passwd Driver for ISPConfig SOAP API passwd/config/backends.php | 22 ++++++++ passwd/lib/Driver/Ispconfig.php | 105 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+), 0 deletions(-) mode change 100644 => 100755 passwd/config/backends.php create mode 100755 passwd/lib/Driver/Ispconfig.php http://github.com/horde/horde/commit/af8e2b64f81982f0fdfaf284f6c6434e06c996f2 ----------------------------------------------------------------------- commit b0bbd2b6b8fc25edae0b1217896cf99cee99b72b Author: Thomas Basler <[email protected]> Date: Wed Mar 23 18:44:55 2016 +0100 Fixed some code-style-related issues passwd/lib/Driver/Ispconfig.php | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) mode change 100755 => 100644 passwd/config/backends.php mode change 100755 => 100644 passwd/lib/Driver/Ispconfig.php http://github.com/horde/horde/commit/b0bbd2b6b8fc25edae0b1217896cf99cee99b72b ----------------------------------------------------------------------- commit 1fe311921992698c3349471da66485f85b21bd66 Author: Thomas Basler <[email protected]> Date: Wed Mar 23 19:25:31 2016 +0100 Added simple documentation for the ISPConfig driver passwd/README | 2 +- passwd/docs/INSTALL | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/1fe311921992698c3349471da66485f85b21bd66 ----------------------------------------------------------------------- commit ce2c690f933e01eb9c68ccade89daa2d63f00760 Author: Jan Schneider <[email protected]> Date: Mon Apr 4 12:25:05 2016 +0200 [jan] Don't duplicate messages in Procmail's vacation recipe if excluding email addresses ([email protected], Bug #14275). ingo/lib/Script/Procmail/Recipe.php | 2 ++ ingo/package.xml | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/ce2c690f933e01eb9c68ccade89daa2d63f00760 ----------------------------------------------------------------------- commit 8612b8ecea3e6d93553c9a83d8fea532dfb19d32 Merge: ce2c690 1fe3119 Author: Jan Schneider <[email protected]> Date: Mon Apr 4 12:33:05 2016 +0200 Merge branch 'master' of https://github.com/tbnobody/horde passwd/README | 2 +- passwd/config/backends.php | 22 ++++++++ passwd/docs/INSTALL | 13 ++++- passwd/lib/Driver/Ispconfig.php | 106 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 141 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/8612b8ecea3e6d93553c9a83d8fea532dfb19d32 ----------------------------------------------------------------------- commit 42c8014340011873c1e29053dd060f0c0affeeef Author: Jan Schneider <[email protected]> Date: Mon Apr 4 12:37:04 2016 +0200 Fix linebreaks. passwd/lib/Driver/Ispconfig.php | 212 +++++++++++++++++++------------------- 1 files changed, 106 insertions(+), 106 deletions(-) http://github.com/horde/horde/commit/42c8014340011873c1e29053dd060f0c0affeeef ----------------------------------------------------------------------- commit e372cc9054a76a4449dd74124da9571f56b7130d Author: Jan Schneider <[email protected]> Date: Mon Apr 4 12:37:16 2016 +0200 Tweaks passwd/README | 2 +- passwd/docs/INSTALL | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) http://github.com/horde/horde/commit/e372cc9054a76a4449dd74124da9571f56b7130d ----------------------------------------------------------------------- commit 2b66e507de7932489497f3bab5ed214e10dcaeeb Author: Jan Schneider <[email protected]> Date: Mon Apr 4 12:39:27 2016 +0200 BFN passwd/docs/CHANGES | 1 + passwd/package.xml | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/2b66e507de7932489497f3bab5ed214e10dcaeeb -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
