[commits] Horde branch master updated. 8d580a2008c868e984a4423cc85e79f92b0e900e

Michael M Slusarz slusarz at horde.org
Tue Feb 4 18:20:27 UTC 2014


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

from: 513607f021ecec110e8ec60437c479c3445f5aff

c9e33be factory is not needed
553cbc2 Tweak notice formatting
18b7666 Remove ingo_shares global variable
ffd2d27 Remove all_rulesets global variable
50c4a03 Move session initialization code to separate lib, since it is only called once per session
86ddbad Unused vars
0fdb90b Not needed
c05a3e1 Better determination of DB class name
9e7d599 phpdoc/coding style
8d580a2 These issues have gone away in later versions of Net_DNS2

Summary: http://github.com/horde/horde/compare/513607f021ecec110e8ec60437c479c3445f5aff...8d580a2008c868e984a4423cc85e79f92b0e900e

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

commit c9e33be9fc4382562ac6b275c22a72405ef2b647
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 3 23:50:15 2014 -0700

    factory is not needed

 ingo/lib/Factory/Script.php  |    3 +--
 ingo/lib/Script/Imap/Api.php |    9 ---------
 2 files changed, 1 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/c9e33be9fc4382562ac6b275c22a72405ef2b647
http://git.horde.org/horde-git/-/commit/c9e33be9fc4382562ac6b275c22a72405ef2b647

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

commit 553cbc210cfa2e4723c1facfaa2f15f221bda006
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 00:53:17 2014 -0700

    Tweak notice formatting

 framework/Core/lib/Horde/Core/Notification/Event/Status.php |    5 +++-
 horde/themes/default/screen.css                             |   12 ++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/553cbc210cfa2e4723c1facfaa2f15f221bda006
http://git.horde.org/horde-git/-/commit/553cbc210cfa2e4723c1facfaa2f15f221bda006

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

commit 18b7666f37a0ba3dc25a5f82a7dee4a5157a6b54
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 01:20:22 2014 -0700

    Remove ingo_shares global variable

 ingo/lib/Application.php    |   37 +++++++++++++++++++++--------------
 ingo/lib/Factory/Shares.php |   38 +++++++++++++++++++++++++++++++++++++
 ingo/lib/Ingo.php           |   44 +++++++++++++++++++++---------------------
 ingo/package.xml            |    4 ++-
 4 files changed, 85 insertions(+), 38 deletions(-)
 create mode 100644 ingo/lib/Factory/Shares.php

http://github.com/horde/horde/commit/18b7666f37a0ba3dc25a5f82a7dee4a5157a6b54
http://git.horde.org/horde-git/-/commit/18b7666f37a0ba3dc25a5f82a7dee4a5157a6b54

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

commit ffd2d27a8da7e9029654ca32063d85d562268e7d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 01:31:13 2014 -0700

    Remove all_rulesets global variable

 ingo/lib/Application.php |   64 +++++++++++++++++++++++++++++++++++++++++----
 ingo/lib/Ingo.php        |   46 ---------------------------------
 2 files changed, 58 insertions(+), 52 deletions(-)

http://github.com/horde/horde/commit/ffd2d27a8da7e9029654ca32063d85d562268e7d
http://git.horde.org/horde-git/-/commit/ffd2d27a8da7e9029654ca32063d85d562268e7d

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

commit 50c4a0322da5e8a05c99eeeecb45d2a90ba15078
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 01:50:23 2014 -0700

    Move session initialization code to separate lib, since it is only called once per session

 ingo/lib/Application.php |   83 +-----------------------
 ingo/lib/Ingo.php        |   57 ----------------
 ingo/lib/Session.php     |  162 ++++++++++++++++++++++++++++++++++++++++++++++
 ingo/package.xml         |    2 +
 4 files changed, 167 insertions(+), 137 deletions(-)
 create mode 100644 ingo/lib/Session.php

http://github.com/horde/horde/commit/50c4a0322da5e8a05c99eeeecb45d2a90ba15078
http://git.horde.org/horde-git/-/commit/50c4a0322da5e8a05c99eeeecb45d2a90ba15078

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

commit 86ddbad15c86a68a021d155c34a1009a02221c8a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 01:54:41 2014 -0700

    Unused vars

 ingo/lib/Factory/Transport.php   |    2 +-
 ingo/lib/Transport/Ispconfig.php |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/86ddbad15c86a68a021d155c34a1009a02221c8a
http://git.horde.org/horde-git/-/commit/86ddbad15c86a68a021d155c34a1009a02221c8a

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

commit 0fdb90b434f7318103db7e756f685f666b84ac67
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 02:00:35 2014 -0700

    Not needed

 ingo/migration/4_ingo_upgrade_sqlhierarchical.php   |    2 --
 ingo/migration/5_ingo_upgrade_sqlnghierarchical.php |    2 --
 2 files changed, 0 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/0fdb90b434f7318103db7e756f685f666b84ac67
http://git.horde.org/horde-git/-/commit/0fdb90b434f7318103db7e756f685f666b84ac67

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

commit c05a3e16e12937c9687efc369be539747d63a09e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 10:53:25 2014 -0700

    Better determination of DB class name
    
    Specifying the full class name will always be less work for PHP to
    resolve.

 framework/Core/lib/Horde/Core/Factory/Db.php |   36 +++++++++++++------------
 1 files changed, 19 insertions(+), 17 deletions(-)

http://github.com/horde/horde/commit/c05a3e16e12937c9687efc369be539747d63a09e
http://git.horde.org/horde-git/-/commit/c05a3e16e12937c9687efc369be539747d63a09e

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

commit 9e7d599bff7f01c46b9878f83144127a26f6750d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 10:54:18 2014 -0700

    phpdoc/coding style

 framework/Core/lib/Horde/Core/Topbar.php |   67 +++++++++++++++++++-----------
 1 files changed, 42 insertions(+), 25 deletions(-)

http://github.com/horde/horde/commit/9e7d599bff7f01c46b9878f83144127a26f6750d
http://git.horde.org/horde-git/-/commit/9e7d599bff7f01c46b9878f83144127a26f6750d

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

commit 8d580a2008c868e984a4423cc85e79f92b0e900e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Feb 4 11:19:01 2014 -0700

    These issues have gone away in later versions of Net_DNS2

 framework/Core/lib/Horde/Core/Factory/Dns.php |    8 --------
 framework/Core/package.xml                    |    1 +
 2 files changed, 1 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/8d580a2008c868e984a4423cc85e79f92b0e900e
http://git.horde.org/horde-git/-/commit/8d580a2008c868e984a4423cc85e79f92b0e900e




More information about the commits mailing list