- Move some random environment modification functionality out of the request
authorChuck Hagenbuch <chuck@horde.org>
Wed, 23 Sep 2009 21:47:37 +0000 (17:47 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 23 Sep 2009 21:47:37 +0000 (17:47 -0400)
commitf644ffabf6d1f733816fa0c9218f35e4a7133f6e
treefffc753e59e03361182224964b3fbf0ad39bf71b
parentf3fdace10864b64a208e7175c482d4f2d1ce4e8b
- Move some random environment modification functionality out of the request
  base class
- Remove random unused locale code from the controller base class
- Various tweaks to the base request/response objects
- Add some tweaks to the Cli request/response objects for easier CLI handling
framework/Controller/lib/Horde/Controller/Request/Base.php
framework/Controller/lib/Horde/Controller/Request/Cli.php
framework/Controller/lib/Horde/Controller/Request/Http.php
framework/Controller/lib/Horde/Controller/Request/Mock.php
framework/Controller/lib/Horde/Controller/Response/Base.php
framework/Controller/lib/Horde/Controller/Response/Cli.php
framework/Controller/lib/Horde/Controller/Response/Http.php