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

from: 893cb996233774ceec8499844c6f8d973a210ef7

0127cf5 prototype is automatically added now
d0c0187 ws, cs
26f04ff phpdoc
ee0ca19 ws
fe5fe79 ws
0b005a5 remove erroneous break statement.
959fae6 some more low hanging fruit found by CI
9b5bb2f ws, cs caught by CI
0ae1913 fix calling shareModifyCallback
42be0d7 ws, cs caught by CI
38db2f5 fix DbPear factory, fix duplicate variable name in function signature

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

commit 0127cf5cc89846cc482ffee8d1a48da32404abb1
Author: Michael J. Rubinsky <[email protected]>
Date:   Tue Dec 21 20:10:44 2010 -0500

    prototype is automatically added now

 ansel/browse.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

http://git.horde.org/horde-git/-/commit/0127cf5cc89846cc482ffee8d1a48da32404abb1

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

commit d0c0187722e866328d3d7e6c9b836916613632cd
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:01:17 2010 -0500

    ws, cs

 framework/Auth/lib/Horde/Auth/Cyrus.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 26f04ff0daa6061c402b35997a8c6ad05d54042e
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:03:26 2010 -0500

    phpdoc

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

http://git.horde.org/horde-git/-/commit/26f04ff0daa6061c402b35997a8c6ad05d54042e

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

commit ee0ca1950943b74c0a5c4ea35f332c38fb97ba2f
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:09:25 2010 -0500

    ws

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

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

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

commit fe5fe797d4f11f20e677083d31232d2e65d21f9e
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:13:49 2010 -0500

    ws

 framework/Core/lib/Horde/Core/Ajax/Application.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit 0b005a55fa5c9fbf0d2998053baea354b5e2c802
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:19:39 2010 -0500

    remove erroneous break statement.
    
    The $lc_driver == 'cyrus' conditional would never be reached.

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

http://git.horde.org/horde-git/-/commit/0b005a55fa5c9fbf0d2998053baea354b5e2c802

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

commit 959fae6ad9420cdb6fa2dd49c91c87562d9efaef
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:37:12 2010 -0500

    some more low hanging fruit found by CI

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   26 ++++++++----------
 framework/Core/lib/Horde/Core/Auth/Signup/Base.php  |   10 +++++--
 framework/Core/lib/Horde/Core/Browser.php           |    3 +-
 3 files changed, 21 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/959fae6ad9420cdb6fa2dd49c91c87562d9efaef

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

commit 9b5bb2f953b36c8fd9b6db3b50e43032a1a8aa43
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:51:58 2010 -0500

    ws, cs caught by CI

 framework/Core/lib/Horde/Config.php            |    3 ++-
 framework/Core/lib/Horde/Core/Share/Driver.php |    9 ++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

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

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

commit 0ae1913f5b8765f5026a2b6483e4517114829d4f
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:52:13 2010 -0500

    fix calling shareModifyCallback

 framework/Core/lib/Horde/Core/Share/Driver.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/0ae1913f5b8765f5026a2b6483e4517114829d4f

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

commit 42be0d72ddf823b337da01a085272fa5941c1889
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 11:59:35 2010 -0500

    ws, cs caught by CI

 framework/Core/lib/Horde/Core/ActiveSync/Connector.php |    2 +-
 framework/Core/lib/Horde/Core/Factory/Db.php           |    2 +-
 framework/Core/lib/Horde/Themes/Css.php                |   10 ++++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/42be0d72ddf823b337da01a085272fa5941c1889

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

commit 38db2f573253c8a8f79d3ec40056ce47ed4af54d
Author: Michael J. Rubinsky <[email protected]>
Date:   Fri Dec 24 12:01:40 2010 -0500

    fix DbPear factory, fix duplicate variable name in function signature

 framework/Core/lib/Horde/Core/Factory/DbPear.php |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

http://git.horde.org/horde-git/-/commit/38db2f573253c8a8f79d3ec40056ce47ed4af54d


__
commits mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to