[commits] Horde branch master updated. f644ffabf6d1f733816fa0c9218f35e4a7133f6e
Chuck Hagenbuch
chuck at horde.org
Wed Sep 23 21:48:49 UTC 2009
The branch "master" has been updated.
The following is a summary of the commits.
from: f3fdace10864b64a208e7175c482d4f2d1ce4e8b
f644ffa... - 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
-----------------------------------------------------------------------
commit f644ffabf6d1f733816fa0c9218f35e4a7133f6e
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Sep 23 17:47:37 2009 -0400
- 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 | 193 +----------
framework/Controller/lib/Horde/Controller/Request/Cli.php | 10 +
framework/Controller/lib/Horde/Controller/Request/Http.php | 3 +-
framework/Controller/lib/Horde/Controller/Request/Mock.php | 3 +
framework/Controller/lib/Horde/Controller/Response/Base.php | 1 -
framework/Controller/lib/Horde/Controller/Response/Cli.php | 52 +++
framework/Controller/lib/Horde/Controller/Response/Http.php | 1 -
7 files changed, 75 insertions(+), 188 deletions(-)
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Base.php?rt=horde-git&r1=574d96a87ed665378c5fa7b7b67fbc627f3ec55c&r2=f644ffabf6d1f733816fa0c9218f35e4a7133f6e
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Cli.php?rt=horde-git&r1=11c34619985cb41873b9f196be3d0193f9897cc1&r2=f644ffabf6d1f733816fa0c9218f35e4a7133f6e
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Http.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=f644ffabf6d1f733816fa0c9218f35e4a7133f6e
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Request/Mock.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=f644ffabf6d1f733816fa0c9218f35e4a7133f6e
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Base.php?rt=horde-git&r1=67d66158c228dd6ba6691092332bacf9c6a8fd57&r2=f644ffabf6d1f733816fa0c9218f35e4a7133f6e
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Cli.php?rt=horde-git&r1=d0f4253bf4358852e741658fc98174cb103afa04&r2=f644ffabf6d1f733816fa0c9218f35e4a7133f6e
http://git.horde.org/diff.php/framework/Controller/lib/Horde/Controller/Response/Http.php?rt=horde-git&r1=77e704373dd9c7775f4bea7e22fa351564a2b220&r2=f644ffabf6d1f733816fa0c9218f35e4a7133f6e
More information about the commits
mailing list