[commits] Horde branch master updated. d0f4253bf4358852e741658fc98174cb103afa04

Chuck Hagenbuch chuck at horde.org
Sat Jan 24 20:49:17 UTC 2009


The branch master has been updated
       via  d0f4253bf4358852e741658fc98174cb103afa04 (commit)
       via  0d2fa19e737ed506e767af82d05bc5e002b47619 (commit)
       via  f2d82b66a546f56bb49b651c287ac325f5389f7f (commit)
       via  f55b55a2e47fced46ca6fb2d34720cfec9301e9d (commit)
      from  77e704373dd9c7775f4bea7e22fa351564a2b220 (commit)

-----------------------------------------------------------------------
commit d0f4253bf4358852e741658fc98174cb103afa04
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jan 24 15:49:26 2009 -0500

    initial command-line request and response classes

 .../lib/Horde/Controller/Request/Cli.php           |   81 ++++++++++++++++
 .../lib/Horde/Controller/Response/Cli.php          |   26 +++++
 framework/Controller/package.xml                   |    4 +
 3 files changed, 111 insertions(+), 0 deletions(-)
 create mode 100644 framework/Controller/lib/Horde/Controller/Request/Cli.php
 create mode 100644 framework/Controller/lib/Horde/Controller/Response/Cli.php

http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request/Cli.php?rt=horde-git&r=d0f4253bf4358852e741658fc98174cb103afa04
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Response/Cli.php?rt=horde-git&r=d0f4253bf4358852e741658fc98174cb103afa04
http://git.horde.org/diff.php/framework/Controller/package.xml?rt=horde-git&r1=f2d82b66a546f56bb49b651c287ac325f5389f7f&r2=d0f4253bf4358852e741658fc98174cb103afa04

-----------------------------------------------------------------------
commit 0d2fa19e737ed506e767af82d05bc5e002b47619
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jan 24 15:46:25 2009 -0500

    - Add allowUnknownArgs to auto-create option values for unmatched arguments -
      useful for pre-parsing arguments when the requirements aren't known yet.
    - use horde-style options (allowInterspersedArgs instead of allow_interspersed_args)
    - start cs cleanup

 framework/Argv/lib/Horde/Argv/OptionContainer.php |    3 +-
 framework/Argv/lib/Horde/Argv/Parser.php          |   48 ++++++++++++-----
 2 files changed, 36 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/framework/Argv/lib/Horde/Argv/OptionContainer.php?rt=horde-git&r1=ab1af834a64efd8ba49dd53ecbf1e515e5869839&r2=0d2fa19e737ed506e767af82d05bc5e002b47619
http://git.horde.org/diff.php/framework/Argv/lib/Horde/Argv/Parser.php?rt=horde-git&r1=ab1af834a64efd8ba49dd53ecbf1e515e5869839&r2=0d2fa19e737ed506e767af82d05bc5e002b47619

-----------------------------------------------------------------------
commit f2d82b66a546f56bb49b651c287ac325f5389f7f
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jan 24 15:19:46 2009 -0500

    add Horde_Controller_Scanner for processing controller directories in a way compatible with Horde_Controller_Dispatcher

 .../Controller/lib/Horde/Controller/Dispatcher.php |    7 +
 .../Controller/lib/Horde/Controller/Scanner.php    |  170 ++++++++++++++++
 framework/Controller/package.xml                   |    6 +-
 3 files changed, 181 insertions(+), 2 deletions(-)
 create mode 100644 framework/Controller/lib/Horde/Controller/Scanner.php

http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Dispatcher.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=f2d82b66a546f56bb49b651c287ac325f5389f7f
http://git.horde.org/co.php/framework/Controller/lib/Horde/Controller/Scanner.php?rt=horde-git&r=f2d82b66a546f56bb49b651c287ac325f5389f7f
http://git.horde.org/diff.php/framework/Controller/package.xml?rt=horde-git&r1=a1dbc01ba3f4456582c27c4395568b5c7e9d8160&r2=f2d82b66a546f56bb49b651c287ac325f5389f7f

-----------------------------------------------------------------------
commit f55b55a2e47fced46ca6fb2d34720cfec9301e9d
Author: Chuck Hagenbuch <chuck at horde.org>
Date:   Sat Jan 24 15:17:50 2009 -0500

    minor CS tweaks

 framework/Routes/lib/Horde/Routes/Mapper.php |    5 ++---
 framework/Routes/lib/Horde/Routes/Route.php  |    2 +-
 framework/Routes/lib/Horde/Routes/Utils.php  |    4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

http://git.horde.org/diff.php/framework/Routes/lib/Horde/Routes/Mapper.php?rt=horde-git&r1=d17dddd19aaa63b21c6c4dbc9da299773a0f88bc&r2=f55b55a2e47fced46ca6fb2d34720cfec9301e9d
http://git.horde.org/diff.php/framework/Routes/lib/Horde/Routes/Route.php?rt=horde-git&r1=d17dddd19aaa63b21c6c4dbc9da299773a0f88bc&r2=f55b55a2e47fced46ca6fb2d34720cfec9301e9d
http://git.horde.org/diff.php/framework/Routes/lib/Horde/Routes/Utils.php?rt=horde-git&r1=d17dddd19aaa63b21c6c4dbc9da299773a0f88bc&r2=f55b55a2e47fced46ca6fb2d34720cfec9301e9d




More information about the commits mailing list