[cvs] commit: framework/Controller package.xml framework/Controller/lib/Horde/Controller Base.php Dispatcher.php Exception.php framework/Controller/lib/Horde/Controller/Request Base.php Http.php Mock.php framework/Controller/lib/Horde/Controller/Response Base.php ...

Chuck Hagenbuch chuck at horde.org
Thu Sep 25 02:37:17 UTC 2008


chuck       2008-09-24 22:37:17 EDT

  Added files:
    Controller           package.xml 
    Controller/lib/Horde/Controller Base.php Dispatcher.php 
                                    Exception.php 
    Controller/lib/Horde/Controller/Request Base.php Http.php 
                                            Mock.php 
    Controller/lib/Horde/Controller/Response Base.php Http.php 
                                             Mock.php 
    Controller/test/Horde/Controller AllTests.php 
  Log:
  Initial commit of Horde_Controller, ported from Mad (http://framework.maintainable.com/)
  
  Revision  Changes    Path
  1.1       +417 -0    framework/Controller/lib/Horde/Controller/Base.php (new)
  1.1       +233 -0    framework/Controller/lib/Horde/Controller/Dispatcher.php (new)
  1.1       +24 -0     framework/Controller/lib/Horde/Controller/Exception.php (new)
  1.1       +380 -0    framework/Controller/lib/Horde/Controller/Request/Base.php (new)
  1.1       +593 -0    framework/Controller/lib/Horde/Controller/Request/Http.php (new)
  1.1       +26 -0     framework/Controller/lib/Horde/Controller/Request/Mock.php (new)
  1.1       +38 -0     framework/Controller/lib/Horde/Controller/Response/Base.php (new)
  1.1       +224 -0    framework/Controller/lib/Horde/Controller/Response/Http.php (new)
  1.1       +26 -0     framework/Controller/lib/Horde/Controller/Response/Mock.php (new)
  1.1       +80 -0     framework/Controller/package.xml (new)
  1.1       +68 -0     framework/Controller/test/Horde/Controller/AllTests.php (new)

  Chora Links:
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Base.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Dispatcher.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Exception.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request/Base.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request/Http.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Request/Mock.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Response/Base.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Response/Http.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/lib/Horde/Controller/Response/Mock.php?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/package.xml?r=1.1
  http://cvs.horde.org/co.php/framework/Controller/test/Horde/Controller/AllTests.php?r=1.1


More information about the cvs mailing list