[commits] Horde-Hatchery branch master updated. 529ab24fe14fc17ce805511218cd452584a986fb

Michael M Slusarz slusarz at horde.org
Thu Feb 5 06:49:31 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.

529ab24... Initial support for viewing directories as exist in a branch
521d6f0... More branching fixes.
a90503c... Split browse.php into dir and file components.
6df98d0... Initial snapshot work.
from: cd44cbc191204fd1d60d41bc1c98dfb0c935db12

-----------------------------------------------------------------------
commit 529ab24fe14fc17ce805511218cd452584a986fb
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 4 23:42:13 2009 -0700

    Initial support for viewing directories as exist in a branch

 chora/browsedir.php                  |    8 +++++++-
 chora/templates/directory/file.inc   |   10 +++++-----
 chora/templates/directory/header.inc |   21 ++++++++++++++++++++-
 3 files changed, 32 insertions(+), 7 deletions(-)

http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-hatchery&r1=a90503cf9dc2760de104bdb33e0cb545f929cc34&r2=529ab24fe14fc17ce805511218cd452584a986fb
http://git.horde.org/diff.php/chora/templates/directory/file.inc?rt=horde-hatchery&r1=abc2535ea6f8b5cf3860b4630329b854a946e385&r2=529ab24fe14fc17ce805511218cd452584a986fb
http://git.horde.org/diff.php/chora/templates/directory/header.inc?rt=horde-hatchery&r1=63cc40566ee22b8f16dbb69f12096a75db5d6249&r2=529ab24fe14fc17ce805511218cd452584a986fb

-----------------------------------------------------------------------
commit 521d6f042c2bc2d64be3dcf4553048a1f3f60e12
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 4 23:41:30 2009 -0700

    More branching fixes.

 framework/Vcs/lib/Horde/Vcs.php     |   32 +++-----
 framework/Vcs/lib/Horde/Vcs/Cvs.php |   35 ++++++++-
 framework/Vcs/lib/Horde/Vcs/Git.php |  131 ++++++++++++++++++++++---------
 3 files changed, 135 insertions(+), 63 deletions(-)

http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=6df98d0af862bd4d46a949a34acf51b71b3dcf10&r2=521d6f042c2bc2d64be3dcf4553048a1f3f60e12
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-hatchery&r1=64e84582037c3e24da5d8d3cb426dc01582b23e6&r2=521d6f042c2bc2d64be3dcf4553048a1f3f60e12
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=6df98d0af862bd4d46a949a34acf51b71b3dcf10&r2=521d6f042c2bc2d64be3dcf4553048a1f3f60e12

-----------------------------------------------------------------------
commit a90503cf9dc2760de104bdb33e0cb545f929cc34
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Wed Feb 4 22:55:00 2009 -0700

    Split browse.php into dir and file components.

 chora/browse.php                        |  192 ---------------------------
 chora/browsedir.php                     |  123 +++++++++++++++++
 chora/browsefile.php                    |   88 ++++++++++++
 chora/co.php                            |    4 +-
 chora/cvsgraph.php                      |    4 +-
 chora/history.php                       |    2 +-
 chora/index.php                         |    2 +-
 chora/lib/Block/tree_menu.php           |    2 +-
 chora/lib/Chora.php                     |   16 +-
 chora/patchsets.php                     |    2 +-
 chora/templates/checkout/checkout.inc   |    2 +-
 chora/templates/diff/hr/header.inc      |    2 +-
 chora/templates/headerbar.inc           |    2 +-
 chora/templates/history/branch_cell.inc |    2 +-
 chora/templates/history/rev.inc         |    2 +-
 chora/templates/log/header.inc          |    2 +-
 chora/templates/log/rev.inc             |    2 +-
 17 files changed, 234 insertions(+), 215 deletions(-)
 delete mode 100644 chora/browse.php
 create mode 100644 chora/browsedir.php
 create mode 100644 chora/browsefile.php

http://git.horde.org/diff.php/chora/browse.php?rt=horde-hatchery&r1=6df98d0af862bd4d46a949a34acf51b71b3dcf10&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/co.php/chora/browsedir.php?rt=horde-hatchery&r=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/co.php/chora/browsefile.php?rt=horde-hatchery&r=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=6df98d0af862bd4d46a949a34acf51b71b3dcf10&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/cvsgraph.php?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/history.php?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/index.php?rt=horde-hatchery&r1=0c9f12977d718a9a8a4ff8e59ce27d60e51d0f76&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/lib/Block/tree_menu.php?rt=horde-hatchery&r1=cfb4c1ceb9c86553fec11c3c7525527c6ef21d57&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/patchsets.php?rt=horde-hatchery&r1=64e84582037c3e24da5d8d3cb426dc01582b23e6&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/templates/checkout/checkout.inc?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/templates/diff/hr/header.inc?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/templates/headerbar.inc?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/templates/history/branch_cell.inc?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/templates/history/rev.inc?rt=horde-hatchery&r1=297da5fbffc44c0041f2a3b9c35039f847774a82&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/templates/log/header.inc?rt=horde-hatchery&r1=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34
http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=6aa6b9aaf845131785d38808a33b908179c58c57&r2=a90503cf9dc2760de104bdb33e0cb545f929cc34

-----------------------------------------------------------------------
commit 6df98d0af862bd4d46a949a34acf51b71b3dcf10
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Mon Feb 2 23:53:29 2009 -0700

    Initial snapshot work.

 chora/browse.php                    |    6 +++++-
 chora/co.php                        |    4 ++++
 framework/Vcs/lib/Horde/Vcs.php     |   13 +++++++++++++
 framework/Vcs/lib/Horde/Vcs/Git.php |   21 ++++++++++++++-------
 4 files changed, 36 insertions(+), 8 deletions(-)

http://git.horde.org/diff.php/chora/browse.php?rt=horde-hatchery&r1=edf85237367dc61c78d47b8c8cd7d6db51f0e634&r2=6df98d0af862bd4d46a949a34acf51b71b3dcf10
http://git.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=5f0c4e2ffc26d04e3208728f078aeda78aecce36&r2=6df98d0af862bd4d46a949a34acf51b71b3dcf10
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=64e84582037c3e24da5d8d3cb426dc01582b23e6&r2=6df98d0af862bd4d46a949a34acf51b71b3dcf10
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=64e84582037c3e24da5d8d3cb426dc01582b23e6&r2=6df98d0af862bd4d46a949a34acf51b71b3dcf10




More information about the commits mailing list