[commits] Horde branch master updated.
    Chuck Hagenbuch 
    chuck at horde.org
       
    Mon Apr 13 03:53:52 UTC 2009
    
    
  
The branch "master" has been updated.
The following is a summary of the commits.
from: 825426467cf881108811681a0a39a5344dff1931
13d0a02... ad an option for ignoring unknown arguments
3863fe1... requireSecureConnection doesn't belong inside the Crypt class
d41f2d3... stub out gettext in the test runner
e03eb6a... add hasDefault() to the Option class, and let --foo imply foo's default value if it has one
a0e35e2... abort if there is no command name (positional argument) to the cli controller
fd49b1c... fix package.xml typo
a355272... fix variable definition
60da6c8... Add fetch() method compatible with PDO fetch() methods
-----------------------------------------------------------------------
commit 13d0a02d9696e641b736ace72d11dae029a57ceb
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Apr 6 10:11:11 2009 -0400
    ad an option for ignoring unknown arguments
 framework/Argv/lib/Horde/Argv/Parser.php |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
http://git.horde.org/diff.php/framework/Argv/lib/Horde/Argv/Parser.php?rt=horde-git&r1=0d2fa19e737ed506e767af82d05bc5e002b47619&r2=13d0a02d9696e641b736ace72d11dae029a57ceb
-----------------------------------------------------------------------
commit 3863fe1060144630fb7dc33fa9de925a4db018c8
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Mon Apr 6 10:13:30 2009 -0400
    requireSecureConnection doesn't belong inside the Crypt class
 framework/Crypt/lib/Horde/Crypt.php |   36 -----------------------------------
 1 files changed, 0 insertions(+), 36 deletions(-)
http://git.horde.org/diff.php/framework/Crypt/lib/Horde/Crypt.php?rt=horde-git&r1=4c5047a0fc5f6cca07e86060f60c468c24281bf0&r2=3863fe1060144630fb7dc33fa9de925a4db018c8
-----------------------------------------------------------------------
commit d41f2d3aefe36ebbf6ac5fb7cae19c22bab36c2e
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Apr 7 15:51:29 2009 -0400
    stub out gettext in the test runner
 framework/Argv/test/Horde/Argv/AllTests.php |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Argv/test/Horde/Argv/AllTests.php?rt=horde-git&r1=171247f4732242ea53445b52cbf8bea1e501a053&r2=d41f2d3aefe36ebbf6ac5fb7cae19c22bab36c2e
-----------------------------------------------------------------------
commit e03eb6a30b3318e840e74f41bf4f98f180496ceb
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Apr 7 15:52:04 2009 -0400
    add hasDefault() to the Option class, and let --foo imply foo's default value if it has one
 framework/Argv/lib/Horde/Argv/Option.php |  128 ++++++++++++++++-------------
 framework/Argv/lib/Horde/Argv/Parser.php |   31 ++++---
 2 files changed, 88 insertions(+), 71 deletions(-)
http://git.horde.org/diff.php/framework/Argv/lib/Horde/Argv/Option.php?rt=horde-git&r1=ab1af834a64efd8ba49dd53ecbf1e515e5869839&r2=e03eb6a30b3318e840e74f41bf4f98f180496ceb
http://git.horde.org/diff.php/framework/Argv/lib/Horde/Argv/Parser.php?rt=horde-git&r1=13d0a02d9696e641b736ace72d11dae029a57ceb&r2=e03eb6a30b3318e840e74f41bf4f98f180496ceb
-----------------------------------------------------------------------
commit a0e35e2833e88acedcbedd5e3de45b343e9d0ac8
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Tue Apr 7 15:52:45 2009 -0400
    abort if there is no command name (positional argument) to the cli controller
 framework/Controller/lib/Horde/Controller/Request/Cli.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Cli.php?rt=horde-git&r1=d0f4253bf4358852e741658fc98174cb103afa04&r2=a0e35e2833e88acedcbedd5e3de45b343e9d0ac8
-----------------------------------------------------------------------
commit fd49b1c52b9be6b8184b2f6f500cd5c035662860
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Wed Apr 8 19:18:44 2009 -0400
    fix package.xml typo
 framework/Db/package.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Db/package.xml?rt=horde-git&r1=22a713066e0f51874f5c4916ef118971659e9209&r2=fd49b1c52b9be6b8184b2f6f500cd5c035662860
-----------------------------------------------------------------------
commit a3552722b20512131b877b9d24f8077bf186cfa6
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Apr 12 23:33:21 2009 -0400
    fix variable definition
 framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=a3552722b20512131b877b9d24f8077bf186cfa6
-----------------------------------------------------------------------
commit 60da6c817a52490b84c52ce48a01745ffb9ada19
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sun Apr 12 23:33:48 2009 -0400
    Add fetch() method compatible with PDO fetch() methods
 framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
http://git.horde.org/diff.php/framework/Db/lib/Horde/Db/Adapter/Mysqli/Result.php?rt=horde-git&r1=a3552722b20512131b877b9d24f8077bf186cfa6&r2=60da6c817a52490b84c52ce48a01745ffb9ada19
    
    
More information about the commits
mailing list