[commits] Horde-Hatchery branch master updated. cacd96365dced53417dc2a963d0a795b1a3bb4c0
Michael M Slusarz
slusarz at horde.org
Thu Jan 22 14:19:30 UTC 2009
The branch master has been updated
via cacd96365dced53417dc2a963d0a795b1a3bb4c0 (commit)
via 1739b108dccb3225672eb85776aa9b5fda99dad5 (commit)
via 76a318e563e0711d030d79d28dac90fa94f25dd2 (commit)
via 2c8a21952c8718c86f6f1351269717589920327a (commit)
via e6db92ca994cf46c9826e60636610f45c766b843 (commit)
via 81e8121bd73b660f5ee2fd047665b82d970788bf (commit)
from 9cade686e90d626ab13c7b31d8a7d7cc4d5e877a (commit)
-----------------------------------------------------------------------
commit cacd96365dced53417dc2a963d0a795b1a3bb4c0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 22 07:02:59 2009 -0700
More work on tags/branches.
Tearing apart code to get it to work properly. Display of branches with
both CVS and Git looks good - however, the code has been removed to view
only commits on a certain branch (since it was CVS specific). This code
will be rewritten in the individual drivers.
Change supportsFeature() -> hasFeature()
Distinguish between heads (branches) and tags in Git.
chora/browse.php | 42 +++++-------------
chora/co.php | 2 +-
chora/cvsgraph.php | 2 +-
chora/diff.php | 4 +-
chora/history.php | 6 +-
chora/lib/Chora.php | 15 ++++--
chora/lib/base.php | 4 +-
chora/patchsets.php | 6 +-
chora/templates/checkout/checkout.inc | 8 +++-
chora/templates/diff/hr/header.inc | 8 +++-
chora/templates/headerbar.inc | 4 +-
chora/templates/log/rev.inc | 17 +++++--
framework/Vcs/lib/Horde/Vcs.php | 30 ++++++--------
framework/Vcs/lib/Horde/Vcs/Cvs.php | 13 +++---
framework/Vcs/lib/Horde/Vcs/Git.php | 65 +++++++++++++++--------------
framework/Vcs/lib/Horde/Vcs/Svn.php | 1 -
16 files changed, 114 insertions(+), 113 deletions(-)
http://git.horde.org/diff.php/chora/browse.php?rt=horde-hatchery&r1=2e7460b4f526a75b19a79eac5fb8eea925acd97d&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=3c963a0e22e9f271b49a61f28f17d996245fc0fc&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/cvsgraph.php?rt=horde-hatchery&r1=2e7460b4f526a75b19a79eac5fb8eea925acd97d&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/diff.php?rt=horde-hatchery&r1=3c963a0e22e9f271b49a61f28f17d996245fc0fc&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/history.php?rt=horde-hatchery&r1=10dd8da75457be2ceaaec63264da04c173401774&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-hatchery&r1=a96f423317bbaa2f45b9b9596a7290f22f2e386b&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/lib/base.php?rt=horde-hatchery&r1=1739b108dccb3225672eb85776aa9b5fda99dad5&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-hatchery&r1=2a4cfa0c94a95397f71bba1fc9ddd497bdfb9ecb&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/templates/checkout/checkout.inc?rt=horde-hatchery&r1=0d9f0bd9cece20bfe8277b54b325674847c5220c&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/templates/diff/hr/header.inc?rt=horde-hatchery&r1=d8c189c8fe325189ea664c5bbf43dcd651d8c6bc&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/templates/headerbar.inc?rt=horde-hatchery&r1=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=3c963a0e22e9f271b49a61f28f17d996245fc0fc&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=3c963a0e22e9f271b49a61f28f17d996245fc0fc&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-hatchery&r1=2c8a21952c8718c86f6f1351269717589920327a&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=2c8a21952c8718c86f6f1351269717589920327a&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Svn.php?rt=horde-hatchery&r1=de9642df7f81822a0f6ab28c04be771d0a6717da&r2=cacd96365dced53417dc2a963d0a795b1a3bb4c0
-----------------------------------------------------------------------
commit 1739b108dccb3225672eb85776aa9b5fda99dad5
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Thu Jan 22 07:01:36 2009 -0700
Add config option to disable caching.
chora/config/conf.xml | 5 +++++
chora/docs/CHANGES | 1 +
chora/lib/base.php | 4 +++-
3 files changed, 9 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/chora/config/conf.xml?rt=horde-hatchery&r1=0ba655dddacd7de41df20ef0014e6f6dc242d861&r2=1739b108dccb3225672eb85776aa9b5fda99dad5
http://git.horde.org/diff.php/chora/docs/CHANGES?rt=horde-hatchery&r1=c6a6368138cf88be25036d92a405947403f8074d&r2=1739b108dccb3225672eb85776aa9b5fda99dad5
http://git.horde.org/diff.php/chora/lib/base.php?rt=horde-hatchery&r1=77808a5157a5bc7f7fd0b061b210d69490d3669d&r2=1739b108dccb3225672eb85776aa9b5fda99dad5
-----------------------------------------------------------------------
commit 76a318e563e0711d030d79d28dac90fa94f25dd2
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jan 21 16:58:36 2009 -0700
More efficient way of doing this.
imp/js/src/DimpBase.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-hatchery&r1=bccecb156f16f2834a298a13f3d4a9bbb8b25a86&r2=76a318e563e0711d030d79d28dac90fa94f25dd2
-----------------------------------------------------------------------
commit 2c8a21952c8718c86f6f1351269717589920327a
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jan 21 16:54:33 2009 -0700
Cleanups; include all refs as git tags.
framework/Vcs/lib/Horde/Vcs/Cvs.php | 5 ++---
framework/Vcs/lib/Horde/Vcs/Git.php | 19 +++++++++++--------
2 files changed, 13 insertions(+), 11 deletions(-)
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-hatchery&r1=f080cdecef19d166a8411ebbd2ac7e69f75492cf&r2=2c8a21952c8718c86f6f1351269717589920327a
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=9cade686e90d626ab13c7b31d8a7d7cc4d5e877a&r2=2c8a21952c8718c86f6f1351269717589920327a
-----------------------------------------------------------------------
commit e6db92ca994cf46c9826e60636610f45c766b843
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jan 21 16:52:18 2009 -0700
Fix install path.
framework/Vcs/package.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/framework/Vcs/package.xml?rt=horde-hatchery&r1=0ab45788bc24e7a677cd3c0789544d3ca3ba41c2&r2=e6db92ca994cf46c9826e60636610f45c766b843
-----------------------------------------------------------------------
commit 81e8121bd73b660f5ee2fd047665b82d970788bf
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Wed Jan 21 16:51:30 2009 -0700
Remove CVS/SVN-specifc code.
chora/annotate.php | 15 +++++----------
1 files changed, 5 insertions(+), 10 deletions(-)
http://git.horde.org/diff.php/chora/annotate.php?rt=horde-hatchery&r1=d00b01f1eacf57c07fb657bf0e1f9a8ff69e6f2d&r2=81e8121bd73b660f5ee2fd047665b82d970788bf
More information about the commits
mailing list