[commits] Horde branch master updated.
Chuck Hagenbuch
chuck at horde.org
Fri Feb 13 15:54:25 UTC 2009
The branch master has been updated.
The following is a summary of the commits. Further details on each commit
can be found below.
from: ef5500d5758f582cd7230a2ca2101be80c6b4581
ccfd502... import Horde_View
-----------------------------------------------------------------------
commit ccfd50278baa306abee1acd1b310a168f8ae4925
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Fri Feb 13 10:53:38 2009 -0500
import Horde_View
framework/View/examples/Horde/View/template.php | 27 +++
framework/View/examples/Horde/View/view.php | 28 +++
framework/View/lib/Horde/View.php | 28 +++
framework/View/lib/Horde/View/Base.php | 269 ++++++++++++++++++++++
framework/View/lib/Horde/View/Exception.php | 13 +
framework/View/lib/Horde/View/Helper.php | 46 ++++
framework/View/lib/Horde/View/Helper/Block.php | 129 +++++++++++
framework/View/lib/Horde/View/Helper/Url.php | 179 ++++++++++++++
framework/View/lib/Horde/View/Interface.php | 119 ++++++++++
framework/View/package.xml | 70 ++++++
framework/View/test/Horde/View/AllTests.php | 46 ++++
framework/View/test/Horde/View/InterfaceTest.php | 19 ++
12 files changed, 973 insertions(+), 0 deletions(-)
create mode 100644 framework/View/examples/Horde/View/template.php
create mode 100644 framework/View/examples/Horde/View/view.php
create mode 100644 framework/View/lib/Horde/View.php
create mode 100644 framework/View/lib/Horde/View/Base.php
create mode 100644 framework/View/lib/Horde/View/Exception.php
create mode 100644 framework/View/lib/Horde/View/Helper.php
create mode 100644 framework/View/lib/Horde/View/Helper/Block.php
create mode 100644 framework/View/lib/Horde/View/Helper/Url.php
create mode 100644 framework/View/lib/Horde/View/Interface.php
create mode 100644 framework/View/package.xml
create mode 100644 framework/View/test/Horde/View/AllTests.php
create mode 100644 framework/View/test/Horde/View/InterfaceTest.php
http://git.horde.org/co.php/framework/View/examples/Horde/View/template.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/examples/Horde/View/view.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/lib/Horde/View.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/lib/Horde/View/Base.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/lib/Horde/View/Exception.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/lib/Horde/View/Helper.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/lib/Horde/View/Helper/Block.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/lib/Horde/View/Helper/Url.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/lib/Horde/View/Interface.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/package.xml?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/test/Horde/View/AllTests.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
http://git.horde.org/co.php/framework/View/test/Horde/View/InterfaceTest.php?rt=horde-git&r=ccfd50278baa306abee1acd1b310a168f8ae4925
More information about the commits
mailing list