The branch "ingo_3_1" has been updated. The following is a summary of the commits.
from: 7da0a9f68facafba37d8c5beebc3831ae3ec5829 87fd394 [jan] Move shared ruleset selection to sidebar. 42e3771 Expand documentation on shares. bdc21d3 Hide shares of gone backends. 189f91d Turn transport factory into a base factory. 10b24f3 Fix class layout. 52d6f0b Merge toCode() methods into generate(). 5337aae Remove globals usage from Ingo_Script, inject dependencies instead. ----------------------------------------------------------------------- commit 87fd39433010a8cabc58b12615a7505135bd93e7 Author: Jan Schneider <[email protected]> Date: Tue Dec 11 09:34:56 2012 +0100 [jan] Move shared ruleset selection to sidebar. ingo/blacklist.php | 2 -- ingo/docs/CHANGES | 1 + ingo/filters.php | 2 -- ingo/forward.php | 2 -- ingo/lib/Application.php | 23 +++++++++++++++++++++++ ingo/lib/Ingo.php | 31 ------------------------------- ingo/package.xml | 14 ++++++++++++++ ingo/rule.php | 2 -- ingo/script.php | 2 -- ingo/spam.php | 2 -- ingo/vacation.php | 2 -- ingo/whitelist.php | 2 -- 12 files changed, 38 insertions(+), 47 deletions(-) http://git.horde.org/horde-git/-/commit/87fd39433010a8cabc58b12615a7505135bd93e7 ----------------------------------------------------------------------- commit 42e37714b7314ca5c3804f4fa6e0fe0df9d5eeb9 Author: Jan Schneider <[email protected]> Date: Tue Dec 11 10:02:17 2012 +0100 Expand documentation on shares. ingo/config/backends.php | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/42e37714b7314ca5c3804f4fa6e0fe0df9d5eeb9 ----------------------------------------------------------------------- commit bdc21d3f6e2a9906389af59fb80ebd5630beb98d Author: Jan Schneider <[email protected]> Date: Tue Dec 11 10:03:08 2012 +0100 Hide shares of gone backends. ingo/lib/Ingo.php | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/bdc21d3f6e2a9906389af59fb80ebd5630beb98d ----------------------------------------------------------------------- commit 189f91d2920ef3c5d124951218652e80f2fb993a Author: Jan Schneider <[email protected]> Date: Thu Dec 13 16:09:11 2012 +0100 Turn transport factory into a base factory. ingo/lib/Application.php | 3 +-- ingo/lib/Factory/Transport.php | 11 ++++++----- ingo/lib/Ingo.php | 3 ++- ingo/script.php | 4 +++- 4 files changed, 12 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/189f91d2920ef3c5d124951218652e80f2fb993a ----------------------------------------------------------------------- commit 10b24f300a015ed27b3926f04dbe583e4401e6d2 Author: Jan Schneider <[email protected]> Date: Thu Dec 13 17:51:46 2012 +0100 Fix class layout. ingo/lib/Transport.php | 69 -------------------------------------- ingo/lib/Transport/Base.php | 69 ++++++++++++++++++++++++++++++++++++++ ingo/lib/Transport/Ldap.php | 2 +- ingo/lib/Transport/Null.php | 4 +-- ingo/lib/Transport/Timsieved.php | 2 +- ingo/lib/Transport/Vfs.php | 2 +- 6 files changed, 73 insertions(+), 75 deletions(-) delete mode 100644 ingo/lib/Transport.php create mode 100644 ingo/lib/Transport/Base.php http://git.horde.org/horde-git/-/commit/10b24f300a015ed27b3926f04dbe583e4401e6d2 ----------------------------------------------------------------------- commit 52d6f0bd125156f52e3ee2b7e3a936e6b75cbd03 Author: Jan Schneider <[email protected]> Date: Tue Jan 22 17:39:57 2013 +0100 Merge toCode() methods into generate(). ingo/lib/Script.php | 10 ------- ingo/lib/Script/Maildrop.php | 20 +++----------- ingo/lib/Script/Procmail.php | 40 +++++++++++------------------ ingo/lib/Script/Sieve.php | 58 +++++++++++++++++------------------------ 4 files changed, 44 insertions(+), 84 deletions(-) http://git.horde.org/horde-git/-/commit/52d6f0bd125156f52e3ee2b7e3a936e6b75cbd03 ----------------------------------------------------------------------- commit 5337aaebf73e5276279c7b083b73278ae8c061e4 Author: Jan Schneider <[email protected]> Date: Tue Jan 22 18:38:03 2013 +0100 Remove globals usage from Ingo_Script, inject dependencies instead. ingo/filters.php | 2 +- ingo/lib/Api.php | 10 ++-- ingo/lib/Factory/Script.php | 16 +++++- ingo/lib/Script.php | 30 ++++++++-- ingo/lib/Script/Imap.php | 119 +++++++++++++++++++---------------------- ingo/lib/Script/Maildrop.php | 18 ++++-- ingo/lib/Script/Procmail.php | 15 ++++-- ingo/lib/Script/Sieve.php | 18 ++++-- ingo/lib/tests/ScriptTest.php | 7 ++- 9 files changed, 137 insertions(+), 98 deletions(-) http://git.horde.org/horde-git/-/commit/5337aaebf73e5276279c7b083b73278ae8c061e4 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
