The branch "master" has been updated. The following is a summary of the commits.
from: ea249ca9c8542d3a465cb8abd6c6ed904c5dbc69 a5a384b... WS b5e7f80... Temporary fix for the home postal address handler. e6b5ae2... CS 6411e06... Allow to indicate indicate/missing information. a4bfdc1... Added methods to identify the parent object and to search sub objects. fc0fe2d... Added a handler for german bank account information. 519d646... Added a handler for external pop3 accounts. 76c871c... Unnecessary test routine. ecdf681... Updated packaging information. a945dd5... Add the getFilter() function. ----------------------------------------------------------------------- commit a5a384b267bdca88b63be6df403aa2000f3dc13c Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 06:29:45 2009 +0200 WS framework/Kolab_Server/lib/Horde/Kolab/Server.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server.php?rt=horde-git&r1=dbfec845d7dc296b725e63679b81d5cce0fc93e0&r2=a5a384b267bdca88b63be6df403aa2000f3dc13c ----------------------------------------------------------------------- commit b5e7f80b11b69e21a926686c23be4ccdbd69948e Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 06:30:15 2009 +0200 Temporary fix for the home postal address handler. .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php?rt=horde-git&r1=b4fea1bfb7abddd3a6cbb161a0037138a9217e44&r2=b5e7f80b11b69e21a926686c23be4ccdbd69948e ----------------------------------------------------------------------- commit e6b5ae2f8950479f603f8615047e1e61e49379ea Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 06:33:54 2009 +0200 CS .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php | 42 +++-- 1 files changed, 26 insertions(+), 16 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=ca2c6af06d93347add37b604735ee800dec057b9&r2=e6b5ae2f8950479f603f8615047e1e61e49379ea ----------------------------------------------------------------------- commit 6411e067a4e8b40c081a03272ba7b58660c3451c Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 10:05:29 2009 +0200 Allow to indicate indicate/missing information. framework/Kolab_Server/lib/Horde/Kolab/Server/Exception.php | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Exception.php?rt=horde-git&r1=831b461b19e59e799e86f6ff9c069caca5c33ca4&r2=6411e067a4e8b40c081a03272ba7b58660c3451c ----------------------------------------------------------------------- commit a4bfdc12b9f7963be7b65659e071d7aa08547305 Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 10:06:22 2009 +0200 Added methods to identify the parent object and to search sub objects. framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php | 55 ++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object.php?rt=horde-git&r1=049f6b0c9e023e112f884885a5a059bbf8fb4caf&r2=a4bfdc12b9f7963be7b65659e071d7aa08547305 ----------------------------------------------------------------------- commit fc0fe2d88ffc0b30161f32e3aa3349c103ea036d Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 10:06:59 2009 +0200 Added a handler for german bank account information. .../lib/Horde/Kolab/Server/Object/Kolabgermanbankarrangement.php | 155 ++++ .../test/Horde/Kolab/Server/KolabgermanbankarrangementTest.php | 193 +++++ 2 files changed, 348 insertions(+), 0 deletions(-) create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgermanbankarrangement.php create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/KolabgermanbankarrangementTest.php http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabgermanbankarrangement.php?rt=horde-git&r=fc0fe2d88ffc0b30161f32e3aa3349c103ea036d http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/KolabgermanbankarrangementTest.php?rt=horde-git&r=fc0fe2d88ffc0b30161f32e3aa3349c103ea036d ----------------------------------------------------------------------- commit 519d646ecaed8342e37c07ffb037270dc957df06 Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 10:07:21 2009 +0200 Added a handler for external pop3 accounts. .../lib/Horde/Kolab/Server/Object/Kolabpop3account.php | 218 ++++ framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Kolab.php | 6 + .../Kolab_Server/test/Horde/Kolab/Server/Kolabpop3accountTest.php | 230 +++++ 3 files changed, 454 insertions(+), 0 deletions(-) create mode 100644 framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabpop3account.php create mode 100644 framework/Kolab_Server/test/Horde/Kolab/Server/Kolabpop3accountTest.php http://git.horde.org/co.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabpop3account.php?rt=horde-git&r=519d646ecaed8342e37c07ffb037270dc957df06 http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Structure/Kolab.php?rt=horde-git&r1=4d30b2c25d61c1f105832b84fa9e2d79f1324ba5&r2=519d646ecaed8342e37c07ffb037270dc957df06 http://git.horde.org/co.php/framework/Kolab_Server/test/Horde/Kolab/Server/Kolabpop3accountTest.php?rt=horde-git&r=519d646ecaed8342e37c07ffb037270dc957df06 ----------------------------------------------------------------------- commit 76c871ce9aaa3cfc2606d99bdbe7cf307d77a0d4 Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 10:07:36 2009 +0200 Unnecessary test routine. .../test/Horde/Kolab/Server/KolabinetorgpersonTest.php | 16 ----- 1 files changed, 0 insertions(+), 16 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/test/Horde/Kolab/Server/KolabinetorgpersonTest.php?rt=horde-git&r1=ca2c6af06d93347add37b604735ee800dec057b9&r2=76c871ce9aaa3cfc2606d99bdbe7cf307d77a0d4 ----------------------------------------------------------------------- commit ecdf68160685a5691a09e5325facfcd7243985fb Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 10:07:47 2009 +0200 Updated packaging information. framework/Kolab_Server/package.xml | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/package.xml?rt=horde-git&r1=47f535f7ae9f85f2805ba643419e46679380ed14&r2=ecdf68160685a5691a09e5325facfcd7243985fb ----------------------------------------------------------------------- commit a945dd5390372f0209a7eee6b3d06844dc154e19 Author: Gunnar Wrobel <[email protected]> Date: Tue Apr 14 19:08:42 2009 +0200 Add the getFilter() function. .../lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php | 13 +++++ 1 files changed, 13 insertions(+), 0 deletions(-) http://git.horde.org/diff.php/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Kolabinetorgperson.php?rt=horde-git&r1=e6b5ae2f8950479f603f8615047e1e61e49379ea&r2=a945dd5390372f0209a7eee6b3d06844dc154e19 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
