[commits] Horde branch develop updated. b5245f968c3afec80fc288729a6b799f39cec2f8

Jan Schneider jan at horde.org
Tue Mar 13 17:35:12 UTC 2012


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

from: 929195f7fceb092fd120a19250eab4567b189a82

774d208 Remove Horde_Array::replaceRecursive().
bd40202 We require PHP 5.3 now.
bc1bcdb Requiring 5.3.
e86a368 Require 5.3.
156cbcf No need to catch 5.2.
c0fa035 Require 5.3.
285985c Require 5.3.
9f4b808 5.3 is required now.
7b72247 Use late static binding.
8ad1d89 Use goto.
6674d01 Remove PHP 5.2 workaround.
b2a9bb4 Require 5.3.
8e2357e Remove Horde_Util::getTempDir().
51de7c9 Require PHP 5.2.2.
b5245f9 Require PHP 5.3.

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

commit 774d208da652ba853106a00d42e329a134d80273
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:20:32 2012 +0100

    Remove Horde_Array::replaceRecursive().

 framework/Core/lib/Horde/Config.php                        |    6 +-
 framework/Core/lib/Horde/Core/Factory/MimeViewer.php       |    2 +-
 framework/Core/package.xml                                 |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php |    2 +-
 framework/Imap_Client/package.xml                          |    2 +-
 framework/Test/lib/Horde/Test/Case.php                     |    2 +-
 framework/Test/package.xml                                 |    2 +-
 framework/Util/lib/Horde/Array.php                         |   30 ------------
 framework/Util/package.xml                                 |   22 +++++----
 framework/Util/test/Horde/Util/ArrayTest.php               |   18 -------
 luxor/lib/Luxor.php                                        |    8 ++--
 luxor/source.php                                           |    4 +-
 12 files changed, 27 insertions(+), 73 deletions(-)

http://git.horde.org/horde-git/-/commit/774d208da652ba853106a00d42e329a134d80273

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

commit bd40202d29cd87dd608b22455ad79e523641e7e7
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:22:27 2012 +0100

    We require PHP 5.3 now.

 framework/Util/lib/Horde/Util.php |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/bd40202d29cd87dd608b22455ad79e523641e7e7

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

commit bc1bcdb24535d97085eaf515fed23969059cab02
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:23:28 2012 +0100

    Requiring 5.3.

 framework/Injector/doc/Horde/Injector/examples/closure.php |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/bc1bcdb24535d97085eaf515fed23969059cab02

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

commit e86a368b947fdbe2569b5f87cce8c0f6387eac6a
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:26:03 2012 +0100

    Require 5.3.

 framework/Date/lib/Horde/Date.php |    7 +++----
 framework/Date/package.xml        |    2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/e86a368b947fdbe2569b5f87cce8c0f6387eac6a

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

commit 156cbcf0c07733c856818712038c097ee9244104
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:27:12 2012 +0100

    No need to catch 5.2.

 framework/Support/test/Horde/Support/StubTest.php |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/156cbcf0c07733c856818712038c097ee9244104

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

commit c0fa035dfbb44e2b435f39f688da9cbddfc8b0eb
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:28:49 2012 +0100

    Require 5.3.

 framework/Serialize/lib/Horde/Serialize.php           |    8 +++-----
 framework/Serialize/package.xml                       |    2 +-
 framework/Serialize/test/Horde/Serialize/JsonTest.php |    4 ----
 3 files changed, 4 insertions(+), 10 deletions(-)

http://git.horde.org/horde-git/-/commit/c0fa035dfbb44e2b435f39f688da9cbddfc8b0eb

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

commit 285985c87ec0d965140c15c1d6fedba778df069f
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:34:25 2012 +0100

    Require 5.3.

 horde/docs/INSTALL |   46 +++++++++++++++++++---------------------------
 horde/lib/Test.php |   10 +++++-----
 2 files changed, 24 insertions(+), 32 deletions(-)

http://git.horde.org/horde-git/-/commit/285985c87ec0d965140c15c1d6fedba778df069f

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

commit 9f4b8088fd2ce90cb9c56253072a19e509d3d31d
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:42:01 2012 +0100

    5.3 is required now.

 framework/ActiveSync/test/Horde/ActiveSync/HordeDriverTest.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/9f4b8088fd2ce90cb9c56253072a19e509d3d31d

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

commit 7b72247443b56a265614cd803a79fab84fd2de37
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 16:56:35 2012 +0100

    Use late static binding.

 bundles/groupware/bin/groupware-install         |    2 +-
 bundles/kolab_webmail/bin/kolab-webmail-install |    2 +-
 bundles/webmail/bin/webmail-install             |    2 +-
 framework/Cli/lib/Horde/Cli.php                 |   11 +++------
 framework/Cli/package.xml                       |   22 ++++++++++--------
 framework/Core/lib/Horde/Core/Cli.php           |   27 +----------------------
 framework/Core/package.xml                      |    6 ++--
 7 files changed, 23 insertions(+), 49 deletions(-)

http://git.horde.org/horde-git/-/commit/7b72247443b56a265614cd803a79fab84fd2de37

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

commit 8ad1d891fbb93cffad9ab929bd8abe9dfc889f41
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 17:53:15 2012 +0100

    Use goto.
    
    This really feels strange. It's the first time in almost 25 years that
    I'm using a goto.

 passwd/index.php   |  211 ++++++++++++++++++++++++++--------------------------
 passwd/package.xml |    2 +-
 2 files changed, 105 insertions(+), 108 deletions(-)

http://git.horde.org/horde-git/-/commit/8ad1d891fbb93cffad9ab929bd8abe9dfc889f41

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

commit 6674d01fabd549675441e995629be80e23347ebd
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 18:12:36 2012 +0100

    Remove PHP 5.2 workaround.

 framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php |   36 ++---
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |    9 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php     |   10 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php        |   14 +-
 framework/ActiveSync/test/Horde/ActiveSync/ContactTest.php        |    5 +-
 5 files changed, 29 insertions(+), 45 deletions(-)

http://git.horde.org/horde-git/-/commit/6674d01fabd549675441e995629be80e23347ebd

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

commit b2a9bb4685abf0f5c739cc75607d5675e8c45b08
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 18:20:48 2012 +0100

    Require 5.3.

 framework/Db/lib/Horde/Db/Adapter/Pdo/Base.php |    4 ----
 framework/Db/package.xml                       |    2 +-
 2 files changed, 1 insertions(+), 5 deletions(-)

http://git.horde.org/horde-git/-/commit/b2a9bb4685abf0f5c739cc75607d5675e8c45b08

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

commit 8e2357e0582dd0f492ba87e19cc6bb3dbc546688
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 18:28:40 2012 +0100

    Remove Horde_Util::getTempDir().

 framework/Auth/lib/Horde/Auth/Passwd.php                          |    2 +-
 framework/Auth/package.xml                                        |    2 +-
 framework/Cache/lib/Horde/Cache/Storage/File.php                  |    2 +-
 framework/Cache/package.xml                                       |    2 +-
 framework/Core/lib/Horde.php                                      |    4 +-
 framework/Crypt/package.xml                                       |    2 +-
 framework/Crypt/test/Horde/Crypt/PgpKeyserverTest.php             |    2 +-
 framework/Crypt/test/Horde/Crypt/PgpTest.php                      |    2 +-
 framework/Crypt/test/Horde/Crypt/SmimeTest.php                    |    2 +-
 framework/Kolab_Filter/lib/Horde/Kolab/Filter/Temporary/File.php  |    2 +-
 framework/Kolab_Filter/package.xml                                |    2 +-
 .../SessionHandler/lib/Horde/SessionHandler/Storage/Builtin.php   |    2 +-
 framework/SessionHandler/package.xml                              |    2 +-
 framework/Token/lib/Horde/Token/File.php                          |    2 +-
 framework/Token/package.xml                                       |    2 +-
 framework/Util/doc/Horde/Util/UPGRADING                           |   20 ++
 framework/Util/lib/Horde/Util.php                                 |   55 +----
 framework/Util/package.xml                                        |   12 +-
 framework/Vcs/lib/Horde/Vcs/Svn.php                               |    2 +-
 framework/Vcs/package.xml                                         |    2 +-
 20 files changed, 49 insertions(+), 74 deletions(-)
 create mode 100644 framework/Util/doc/Horde/Util/UPGRADING

http://git.horde.org/horde-git/-/commit/8e2357e0582dd0f492ba87e19cc6bb3dbc546688

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

commit 51de7c94f5091c78ae184a9194bac9ab579e8e7e
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 18:32:19 2012 +0100

    Require PHP 5.2.2.

 framework/Vfs/lib/Horde/Vfs/File.php |    2 +-
 framework/Vfs/package.xml            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/51de7c94f5091c78ae184a9194bac9ab579e8e7e

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

commit b5245f968c3afec80fc288729a6b799f39cec2f8
Author: Jan Schneider <jan at horde.org>
Date:   Tue Mar 13 18:33:38 2012 +0100

    Require PHP 5.3.

 bundles/groupware/docs/INSTALL                       |    2 +-
 bundles/kolab_webmail/docs/INSTALL                   |    2 +-
 bundles/webmail/docs/INSTALL                         |    2 +-
 framework/Pear/lib/Horde/Pear/Package/Type/Horde.php |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

http://git.horde.org/horde-git/-/commit/b5245f968c3afec80fc288729a6b799f39cec2f8




More information about the commits mailing list