[commits] Horde branch master updated. f8d01410c872f2bd88bc1de2da63d2e1a9118682

Michael M Slusarz slusarz at horde.org
Wed Jan 7 03:28:22 UTC 2015


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

from: bd4d2b8a01cbf70a2e1da5b473b2f2515049f3c0

1086ace This variable has been deprecated
bd5fdfc Remove last static class callback
4ad9373 phpdoc
6e02892 Add Turba::hasMaxContacts()
2e189cb Add Turba_Object_Group#createGroup()
8927821 Abstract out some elements of the import() API call.
8323e60 [mms] Added the addGroup API method.
cbacde4 Show link when adding to address book
f8d0141 [mms] Add ability to add email groups to the address book.

Summary: http://github.com/horde/horde/compare/bd4d2b8a01cbf70a2e1da5b473b2f2515049f3c0...f8d01410c872f2bd88bc1de2da63d2e1a9118682

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

commit 1086ace760448d113e6bf26b259902577a15a1a2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 01:33:45 2015 -0700

    This variable has been deprecated

 framework/Core/lib/Horde/Core/Autoloader/Callback/Mime.php |   16 ------------
 framework/Core/lib/Horde/Registry.php                      |    1 -
 2 files changed, 0 insertions(+), 17 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Autoloader/Callback/Mime.php

http://github.com/horde/horde/commit/1086ace760448d113e6bf26b259902577a15a1a2

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

commit bd5fdfc3869512742d10279b0ac9f617ae8da9f6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 01:40:01 2015 -0700

    Remove last static class callback

 framework/Core/lib/Horde/Core/Autoloader/Callback/Nls.php |   15 -------------
 framework/Core/lib/Horde/Core/Ui/FlagImage.php            |    6 ++++-
 framework/Core/lib/Horde/Registry.php                     |   11 +--------
 framework/Core/package.xml                                |   12 +--------
 4 files changed, 8 insertions(+), 36 deletions(-)
 delete mode 100644 framework/Core/lib/Horde/Core/Autoloader/Callback/Nls.php

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

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

commit 4ad9373ef1013e0cc1e871ba27362b53fabe9d48
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 14:06:12 2015 -0700

    phpdoc

 turba/lib/Api.php          |    1 -
 turba/lib/Object/Group.php |   24 +++++++++++++++++++-----
 2 files changed, 19 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/4ad9373ef1013e0cc1e871ba27362b53fabe9d48

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

commit 6e0289236e9346bf40da59f427e0cb943c7916f6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 15:20:08 2015 -0700

    Add Turba::hasMaxContacts()

 turba/add.php             |   10 +---------
 turba/data.php            |    9 +--------
 turba/lib/Turba.php       |   31 +++++++++++++++++++++++++++++++
 turba/lib/View/Browse.php |    9 +--------
 4 files changed, 34 insertions(+), 25 deletions(-)

http://github.com/horde/horde/commit/6e0289236e9346bf40da59f427e0cb943c7916f6

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

commit 2e189cb1c4f3cebf401b160b6912a9f8baf6694d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 15:44:42 2015 -0700

    Add Turba_Object_Group#createGroup()

 turba/bin/turba-import-squirrelmail-file-abook |   36 ++++--
 turba/bin/turba-import-squirrelmail-sql-abook  |   37 +++--
 turba/lib/Object/Group.php                     |   76 ++++++++++
 turba/lib/View/Browse.php                      |  181 ++++++++----------------
 4 files changed, 183 insertions(+), 147 deletions(-)

http://github.com/horde/horde/commit/2e189cb1c4f3cebf401b160b6912a9f8baf6694d

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

commit 89278216abe39d6f65bad68623b8f3d13d557943
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 18:50:59 2015 -0700

    Abstract out some elements of the import() API call.

 turba/lib/Api.php |  145 +++++++++++++++++++++++++++++++----------------------
 1 files changed, 85 insertions(+), 60 deletions(-)

http://github.com/horde/horde/commit/89278216abe39d6f65bad68623b8f3d13d557943

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

commit 8323e600ee5936bc3173298a99f47994409d5fa2
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 19:30:52 2015 -0700

    [mms] Added the addGroup API method.

 turba/docs/CHANGES   |    1 +
 turba/docs/UPGRADING |   12 +++++++
 turba/lib/Api.php    |   80 ++++++++++++++++++++++++++++++++++++++++++++++++-
 turba/package.xml    |    2 +
 4 files changed, 93 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/8323e600ee5936bc3173298a99f47994409d5fa2

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

commit cbacde4532f84b726c0db6b86ff4e63a75ce786f
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 19:43:57 2015 -0700

    Show link when adding to address book

 imp/lib/Ajax/Application/Handler/Dynamic.php |    7 ++++---
 imp/lib/Contacts.php                         |    3 ++-
 2 files changed, 6 insertions(+), 4 deletions(-)

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

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

commit f8d01410c872f2bd88bc1de2da63d2e1a9118682
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Jan 6 19:44:29 2015 -0700

    [mms] Add ability to add email groups to the address book.

 imp/docs/CHANGES     |    1 +
 imp/lib/Contacts.php |   58 +++++++++++++++++++++++++++++++++++++++----------
 imp/package.xml      |    1 +
 3 files changed, 48 insertions(+), 12 deletions(-)

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




More information about the commits mailing list