[commits] Horde-Hatchery branch master updated. 28a4bb38e253fd441f255e3f5908b348aa624efc
Michael M Slusarz
slusarz at horde.org
Fri Jan 23 17:59:23 UTC 2009
The branch master has been updated
via 28a4bb38e253fd441f255e3f5908b348aa624efc (commit)
via 9d29bb7e4bf242260d3c400e9de2e887a994765b (commit)
via 0bb02c07bd16eeeba5395348b184cfa9feeefb8e (commit)
via 72e6da05767e8e0b48ef75a310ed233e365abb08 (commit)
from c4e77ec6d60cd96d1135a7c4843e74c6d8c1282c (commit)
-----------------------------------------------------------------------
commit 28a4bb38e253fd441f255e3f5908b348aa624efc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jan 23 10:56:22 2009 -0700
Exception handling in Chora
chora/annotate.php | 13 ++++++++++---
chora/browse.php | 28 ++++++++++++++++------------
chora/co.php | 17 ++++++++++-------
chora/diff.php | 7 +++++--
chora/history.php | 7 +++++--
chora/lib/Chora.php | 32 ++++++++++++--------------------
chora/patchsets.php | 7 +++++--
chora/stats.php | 7 +++++--
8 files changed, 68 insertions(+), 50 deletions(-)
http://git.horde.org/diff.php/chora/annotate.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
http://git.horde.org/diff.php/chora/browse.php?rt=horde-hatchery&r1=0bb02c07bd16eeeba5395348b184cfa9feeefb8e&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
http://git.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
http://git.horde.org/diff.php/chora/diff.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
http://git.horde.org/diff.php/chora/history.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-hatchery&r1=f63bc796fa3c9469e0cdf85272b9c2911e1e77ab&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-hatchery&r1=cacd96365dced53417dc2a963d0a795b1a3bb4c0&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
http://git.horde.org/diff.php/chora/stats.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=28a4bb38e253fd441f255e3f5908b348aa624efc
-----------------------------------------------------------------------
commit 9d29bb7e4bf242260d3c400e9de2e887a994765b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jan 23 10:44:01 2009 -0700
Clean up some Vcs code.
Clean up how we handle instantiation of the File object.
Remove all PEAR_Error code - use Exceptions instead.
Move valid revision determination into base class.
framework/Vcs/lib/Horde/Vcs.php | 64 ++++++----
framework/Vcs/lib/Horde/Vcs/Cvs.php | 210 +++++++++++--------------------
framework/Vcs/lib/Horde/Vcs/Git.php | 73 +++++-------
framework/Vcs/lib/Horde/Vcs/Rcs.php | 77 ++++-------
framework/Vcs/lib/Horde/Vcs/Svn.php | 141 ++++++---------------
5 files changed, 203 insertions(+), 362 deletions(-)
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=9d29bb7e4bf242260d3c400e9de2e887a994765b
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=9d29bb7e4bf242260d3c400e9de2e887a994765b
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=9d29bb7e4bf242260d3c400e9de2e887a994765b
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Rcs.php?rt=horde-hatchery&r1=5aa6aa77ec39cd0cdb1ac795db397385b0701a2e&r2=9d29bb7e4bf242260d3c400e9de2e887a994765b
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Svn.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=9d29bb7e4bf242260d3c400e9de2e887a994765b
-----------------------------------------------------------------------
commit 0bb02c07bd16eeeba5395348b184cfa9feeefb8e
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jan 23 10:43:53 2009 -0700
Fix variable name.
chora/browse.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/chora/browse.php?rt=horde-hatchery&r1=ee428349f89fd780b6b10366684ba3dba5799377&r2=0bb02c07bd16eeeba5395348b184cfa9feeefb8e
-----------------------------------------------------------------------
commit 72e6da05767e8e0b48ef75a310ed233e365abb08
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jan 23 09:56:12 2009 -0700
Add a bit more padding to these icons.
imp/themes/screen-dimp.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/imp/themes/screen-dimp.css?rt=horde-hatchery&r1=c4f849f151519f8fed0348ddf41fd85be4d44e4a&r2=72e6da05767e8e0b48ef75a310ed233e365abb08
More information about the commits
mailing list