The branch "master" has been updated. The following is a summary of the commits.
from: a4821dba3cebdd907a36635ce22b9569ce35e32b e1e4fad... Import Horde_Template from CVS HEAD 1038636... Import Horde_History:: from CVS HEAD 9da0b0e... Import Horde_Cli:: from CVS HEAD ----------------------------------------------------------------------- commit e1e4fade0aefad93d23014f9ac622d11d7de0c81 Author: Michael M Slusarz <[email protected]> Date: Wed Jun 10 12:52:05 2009 -0600 Import Horde_Template from CVS HEAD framework/Template/lib/Horde/Template.php | 557 ++++++++++++++ framework/Template/package.xml | 121 +++ framework/Template/test/Horde/Template/array_assoc.html | 1 + framework/Template/test/Horde/Template/array_assoc.phpt | 17 + framework/Template/test/Horde/Template/array_if.html | 8 + framework/Template/test/Horde/Template/array_if.phpt | 22 + framework/Template/test/Horde/Template/array_nested.html | 10 + framework/Template/test/Horde/Template/array_nested.phpt | 44 ++ framework/Template/test/Horde/Template/array_simple.html | 6 + framework/Template/test/Horde/Template/array_simple.phpt | 24 + framework/Template/test/Horde/Template/divider.phpt | 13 + framework/Template/test/Horde/Template/if.html | 4 + framework/Template/test/Horde/Template/if.phpt | 22 + framework/Template/test/Horde/Template/iterator.phpt | 27 + framework/Template/test/Horde/Template/scalar.html | 2 + framework/Template/test/Horde/Template/scalar.phpt | 19 + 16 files changed, 897 insertions(+), 0 deletions(-) create mode 100644 framework/Template/lib/Horde/Template.php create mode 100644 framework/Template/package.xml create mode 100644 framework/Template/test/Horde/Template/array_assoc.html create mode 100644 framework/Template/test/Horde/Template/array_assoc.phpt create mode 100644 framework/Template/test/Horde/Template/array_if.html create mode 100644 framework/Template/test/Horde/Template/array_if.phpt create mode 100644 framework/Template/test/Horde/Template/array_nested.html create mode 100644 framework/Template/test/Horde/Template/array_nested.phpt create mode 100644 framework/Template/test/Horde/Template/array_simple.html create mode 100644 framework/Template/test/Horde/Template/array_simple.phpt create mode 100644 framework/Template/test/Horde/Template/divider.phpt create mode 100644 framework/Template/test/Horde/Template/if.html create mode 100644 framework/Template/test/Horde/Template/if.phpt create mode 100644 framework/Template/test/Horde/Template/iterator.phpt create mode 100644 framework/Template/test/Horde/Template/scalar.html create mode 100644 framework/Template/test/Horde/Template/scalar.phpt http://git.horde.org/co.php/framework/Template/lib/Horde/Template.php?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/package.xml?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_assoc.html?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_assoc.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_if.html?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_if.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_nested.html?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_nested.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_simple.html?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/array_simple.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/divider.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/if.html?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/if.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/iterator.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/scalar.html?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 http://git.horde.org/co.php/framework/Template/test/Horde/Template/scalar.phpt?rt=horde-git&r=e1e4fade0aefad93d23014f9ac622d11d7de0c81 ----------------------------------------------------------------------- commit 10386369f99741559f62f6cda0752b468a1ee762 Author: Michael M Slusarz <[email protected]> Date: Wed Jun 10 13:16:26 2009 -0600 Import Horde_History:: from CVS HEAD framework/History/lib/Horde/History.php | 320 +++++++++++++++++++++++++ framework/History/lib/Horde/HistoryObject.php | 63 +++++ framework/History/package.xml | 90 +++++++ 3 files changed, 473 insertions(+), 0 deletions(-) create mode 100644 framework/History/lib/Horde/History.php create mode 100644 framework/History/lib/Horde/HistoryObject.php create mode 100644 framework/History/package.xml http://git.horde.org/co.php/framework/History/lib/Horde/History.php?rt=horde-git&r=10386369f99741559f62f6cda0752b468a1ee762 http://git.horde.org/co.php/framework/History/lib/Horde/HistoryObject.php?rt=horde-git&r=10386369f99741559f62f6cda0752b468a1ee762 http://git.horde.org/co.php/framework/History/package.xml?rt=horde-git&r=10386369f99741559f62f6cda0752b468a1ee762 ----------------------------------------------------------------------- commit 9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c Author: Michael M Slusarz <[email protected]> Date: Wed Jun 10 13:33:17 2009 -0600 Import Horde_Cli:: from CVS HEAD framework/Cli/doc/Horde/Cli/colors.php | 21 + framework/Cli/lib/Horde/Cli.php | 480 +++++ framework/Cli/package.xml | 114 + framework/Memcache/scripts/Horde/Memcache/stats.php | 4 +- .../scripts/Horde/SessionHandler/horde-active-sessions.php | 4 +- 5 files changed, 619 insertions(+), 4 deletions(-) create mode 100644 framework/Cli/doc/Horde/Cli/colors.php create mode 100644 framework/Cli/lib/Horde/Cli.php create mode 100644 framework/Cli/package.xml http://git.horde.org/co.php/framework/Cli/doc/Horde/Cli/colors.php?rt=horde-git&r=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c http://git.horde.org/co.php/framework/Cli/lib/Horde/Cli.php?rt=horde-git&r=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c http://git.horde.org/co.php/framework/Cli/package.xml?rt=horde-git&r=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c http://git.horde.org/diff.php/framework/Memcache/scripts/Horde/Memcache/stats.php?rt=horde-git&r1=d33d085984290fd90233dbceb4e15c02dff83c31&r2=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c http://git.horde.org/diff.php/framework/SessionHandler/scripts/Horde/SessionHandler/horde-active-sessions.php?rt=horde-git&r1=b282870139f965cfcb9fd4fac8aea62523efafec&r2=9da0b0ee14f5b152dc3a1e4f8dd531c59c37c90c __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
