[commits] Horde branch master updated. 443388351bd51f5d55ff16b0def3cce150b0a065
Michael Rubinsky
mrubinsk at horde.org
Fri Oct 15 18:28:05 UTC 2010
The branch "master" has been updated.
The following is a summary of the commits.
from: ca65a37228023285c7ae9a541fc4f46db475b1bd
a06c6d8 Break out Horde/Vcs classes into autoloadable files
4433883 buffer this output to avoid warnings from creating new session after headers are sent
-----------------------------------------------------------------------
commit a06c6d8b8ba1628167c68921fdd917b4ca48ab06
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Oct 15 14:05:02 2010 -0400
Break out Horde/Vcs classes into autoloadable files
framework/Vcs/lib/Horde/Vcs.php | 678 -------------------------
framework/Vcs/lib/Horde/Vcs/Cvs.php | 569 ---------------------
framework/Vcs/lib/Horde/Vcs/Directory.php | 202 ++++++++
framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php | 83 +++
framework/Vcs/lib/Horde/Vcs/Directory/Git.php | 89 ++++
framework/Vcs/lib/Horde/Vcs/File.php | 286 +++++++++++
framework/Vcs/lib/Horde/Vcs/File/Cvs.php | 249 +++++++++
framework/Vcs/lib/Horde/Vcs/File/Git.php | 222 ++++++++
framework/Vcs/lib/Horde/Vcs/Git.php | 551 +--------------------
framework/Vcs/lib/Horde/Vcs/Log.php | 155 ++++++
framework/Vcs/lib/Horde/Vcs/Log/Cvs.php | 114 +++++
framework/Vcs/lib/Horde/Vcs/Log/Git.php | 163 ++++++
framework/Vcs/lib/Horde/Vcs/Patchset.php | 50 ++
framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php | 143 ++++++
framework/Vcs/lib/Horde/Vcs/Patchset/Git.php | 95 ++++
framework/Vcs/package.xml | 96 +++-
16 files changed, 1924 insertions(+), 1821 deletions(-)
create mode 100644 framework/Vcs/lib/Horde/Vcs/Directory.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Directory/Git.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/File.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/File/Cvs.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/File/Git.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Log.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Log/Cvs.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Log/Git.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Patchset.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php
create mode 100644 framework/Vcs/lib/Horde/Vcs/Patchset/Git.php
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-git&r1=8ff88cc1e80500e8ae52639e9f2cd216d741ee0f&r2=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-git&r1=8ff88cc1e80500e8ae52639e9f2cd216d741ee0f&r2=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Directory.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Directory/Cvs.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Directory/Git.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/File.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/File/Cvs.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/File/Git.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-git&r1=8bf9dfab7da9f4867dce86a8734601422d90fad8&r2=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Log.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Log/Cvs.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Log/Git.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Patchset.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Patchset/Cvs.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/co.php/framework/Vcs/lib/Horde/Vcs/Patchset/Git.php?rt=horde-git&r=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
http://git.horde.org/diff.php/framework/Vcs/package.xml?rt=horde-git&r1=e6db92ca994cf46c9826e60636610f45c766b843&r2=a06c6d8b8ba1628167c68921fdd917b4ca48ab06
-----------------------------------------------------------------------
commit 443388351bd51f5d55ff16b0def3cce150b0a065
Author: Michael J. Rubinsky <mrubinsk at horde.org>
Date: Fri Oct 15 14:05:50 2010 -0400
buffer this output to avoid warnings from creating new session after headers are sent
horde/test.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://git.horde.org/diff.php/horde/test.php?rt=horde-git&r1=72a9cb2273a220dc6bbeb2a45763694b732a78ab&r2=443388351bd51f5d55ff16b0def3cce150b0a065
More information about the commits
mailing list