[commits] Horde branch master updated. d554f3c4c60345a2a45182be9fe1ebfc0a37d55c

Michael M Slusarz slusarz at horde.org
Tue Feb 2 06:26:41 UTC 2010


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

from: c2be64b8fdf22553feda179a4f21721800ea6b56

560d9d8 Just kidding - array_merge() is terrible slow
644b225 phpdoc
3c90188 Remove globals reference in Horde_Mime_Mdn
98b0b90 Remove Net_DNS_Resolver dependency from framework libs
765be7d phpdoc; coding style
d554f3c Move browser init to Registry constructor

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

commit 560d9d8ba41200dec93b839449b983ac8f61d49e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 15:46:18 2010 -0700

    Just kidding - array_merge() is terrible slow

 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Utils.php?rt=horde-git&r1=c2be64b8fdf22553feda179a4f21721800ea6b56&r2=560d9d8ba41200dec93b839449b983ac8f61d49e

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

commit 644b225ec06908cb855200205c2433be4a06be5a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 16:15:07 2010 -0700

    phpdoc

 framework/Core/lib/Horde/Registry/Application.php    |    8 ++++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    4 ----
 2 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry/Application.php?rt=horde-git&r1=6af38a8d259fd27a381fdb2a320269ec2be13dc7&r2=644b225ec06908cb855200205c2433be4a06be5a
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=4a5489fda5f80aae028f5381036c29c9442d02fb&r2=644b225ec06908cb855200205c2433be4a06be5a

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

commit 3c90188e4f6d8218962305182862652933210d69
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 16:21:32 2010 -0700

    Remove globals reference in Horde_Mime_Mdn

 framework/Mime/lib/Horde/Mime/Mdn.php |    5 +++--
 imp/lib/Ui/Message.php                |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Mdn.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=3c90188e4f6d8218962305182862652933210d69
http://git.horde.org/diff.php/imp/lib/Ui/Message.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=3c90188e4f6d8218962305182862652933210d69

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

commit 98b0b90a39ae371b9b1811a5ff0409a0fc908c22
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 16:32:57 2010 -0700

    Remove Net_DNS_Resolver dependency from framework libs

 framework/Auth/lib/Horde/Auth.php                          |   14 +++--
 framework/Core/lib/Horde/Core/Autoloader/Callback/Auth.php |   15 +++++
 framework/Core/lib/Horde/Core/Binder/Dns.php               |   25 +++++++++
 framework/Core/lib/Horde/Registry.php                      |   23 ++++-----
 framework/Core/package.xml                                 |    4 ++
 framework/Mime/lib/Horde/Mime/Headers.php                  |   30 ++++++-----
 framework/Nls/lib/Horde/Nls.php                            |   33 ++++++------
 horde/admin/sessions.php                                   |    2 +-
 imp/attachment.php                                         |    5 ++-
 imp/lib/Compose.php                                        |    5 ++-
 imp/lib/Mime/Viewer/Itip.php                               |   10 +++-
 imp/message.php                                            |    4 +-
 12 files changed, 114 insertions(+), 56 deletions(-)
 create mode 100644 framework/Core/lib/Horde/Core/Autoloader/Callback/Auth.php
 create mode 100644 framework/Core/lib/Horde/Core/Binder/Dns.php

http://git.horde.org/diff.php/framework/Auth/lib/Horde/Auth.php?rt=horde-git&r1=a17cf57b8ceec0c97c3b8264bdf091d605db3718&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Autoloader/Callback/Auth.php?rt=horde-git&r=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/co.php/framework/Core/lib/Horde/Core/Binder/Dns.php?rt=horde-git&r=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=a195690c2b3d64cb829525ef5615e78c64bd2582&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/framework/Core/package.xml?rt=horde-git&r1=3ee16453993960c5e043aa0eda708aa9b5027d8f&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Headers.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/framework/Nls/lib/Horde/Nls.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/horde/admin/sessions.php?rt=horde-git&r1=4c640bc40cd428a2e690ff1b0f065c38ebac351c&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/imp/attachment.php?rt=horde-git&r1=b23cc31ca5d964fd8f9be807871eb0595aee63d9&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=143c683eb12bb899880da182a74667297e7359be&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/imp/lib/Mime/Viewer/Itip.php?rt=horde-git&r1=205d6b608b229dbc485b89469d5a4039c58dcff0&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22
http://git.horde.org/diff.php/imp/message.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=98b0b90a39ae371b9b1811a5ff0409a0fc908c22

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

commit 765be7d8bdb7c411000fbb3df4f8bd9ce1fb2605
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 16:47:01 2010 -0700

    phpdoc; coding style

 framework/Injector/lib/Horde/Injector/Binder/Factory.php        |   90 ++++---
 framework/Injector/lib/Horde/Injector/Binder/Implementation.php |   90 ++++--
 2 files changed, 110 insertions(+), 70 deletions(-)

http://git.horde.org/diff.php/framework/Injector/lib/Horde/Injector/Binder/Factory.php?rt=horde-git&r1=6817789a7bb3bcfe5e5fffffc4cc3daa23ff3efc&r2=765be7d8bdb7c411000fbb3df4f8bd9ce1fb2605
http://git.horde.org/diff.php/framework/Injector/lib/Horde/Injector/Binder/Implementation.php?rt=horde-git&r1=6817789a7bb3bcfe5e5fffffc4cc3daa23ff3efc&r2=765be7d8bdb7c411000fbb3df4f8bd9ce1fb2605

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

commit d554f3c4c60345a2a45182be9fe1ebfc0a37d55c
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 1 18:01:23 2010 -0700

    Move browser init to Registry constructor

 framework/Core/lib/Horde/Registry.php |    5 ++++-
 horde/lib/core.php                    |    3 ---
 2 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/diff.php/framework/Core/lib/Horde/Registry.php?rt=horde-git&r1=98b0b90a39ae371b9b1811a5ff0409a0fc908c22&r2=d554f3c4c60345a2a45182be9fe1ebfc0a37d55c
http://git.horde.org/diff.php/horde/lib/core.php?rt=horde-git&r1=37fcbf357e8ca4be29e47c83c6897665b992d2e2&r2=d554f3c4c60345a2a45182be9fe1ebfc0a37d55c




More information about the commits mailing list