[commits] Horde-Hatchery branch master updated.

Michael M Slusarz slusarz at horde.org
Fri Jun 19 18:28:14 UTC 2009


The branch "master" has been updated.
The following is a summary of the commits.

from: 8cae152ab43dab9ee7de282d55d34d2cf9f70a5a

2e37fdc... Various display improvements.
5f0d010... Fix branch determination in CVS driver
39c034d... For some reason need this to make fonts the correct size on FF.
afb243b... Correctly pass branch between browse screens
bb71107... Better branch display on file screen

-----------------------------------------------------------------------

commit 2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jun 19 11:14:22 2009 -0600

    Various display improvements.
    
    Remove table-based options layout with DIV-based layout.
    Don't show manual diff/revisions entry box unless javascript is not
    available.

 chora/templates/cvsgraph/cvsgraph.inc |   15 +++----
 chora/templates/diff/hr/header.inc    |   41 ++++++++++----------
 chora/templates/directory/header.inc  |   26 ++++++-------
 chora/templates/headerbar.inc         |    8 ++--
 chora/templates/log/footer.inc        |   13 ++----
 chora/templates/log/header.inc        |   68 +++++++++++++++------------------
 chora/templates/log/rev.inc           |    9 ++--
 chora/templates/patchsets/header.inc  |   16 +++----
 chora/themes/screen.css               |   33 ++++++++++------
 9 files changed, 111 insertions(+), 118 deletions(-)

http://git.horde.org/diff.php/chora/templates/cvsgraph/cvsgraph.inc?rt=horde-hatchery&r1=4e075b9b5e26ea7d3de59ef5bad793a6a0161c03&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/templates/diff/hr/header.inc?rt=horde-hatchery&r1=9cee6c185ef30a313de9a1c0f320da3db362593f&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/templates/directory/header.inc?rt=horde-hatchery&r1=96329258c1ce340658d596a071b87966042b9023&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/templates/headerbar.inc?rt=horde-hatchery&r1=a90503cf9dc2760de104bdb33e0cb545f929cc34&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/templates/log/footer.inc?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/templates/log/header.inc?rt=horde-hatchery&r1=78fd3f9eaf63e8d7c79a458a73e2a14a3ae7ca97&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=9c775afca46c51d4161f22c90022fc1e46df1d1f&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/templates/patchsets/header.inc?rt=horde-hatchery&r1=e39723db456649ac05122e5f6e91c8c4ed07c0f8&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0
http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-hatchery&r1=9cee6c185ef30a313de9a1c0f320da3db362593f&r2=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0

-----------------------------------------------------------------------

commit 5f0d010d4f3b2d1a609faab5e9c2005a45466c3d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jun 19 11:46:58 2009 -0600

    Fix branch determination in CVS driver

 framework/Vcs/lib/Horde/Vcs.php     |    4 ++--
 framework/Vcs/lib/Horde/Vcs/Cvs.php |   30 ++++++++++++++----------------
 2 files changed, 16 insertions(+), 18 deletions(-)

http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=50bda8de10421e02d66d836e8c832938e38b2b68&r2=5f0d010d4f3b2d1a609faab5e9c2005a45466c3d
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-hatchery&r1=cc6baf0048dc8ad8f67dfc29f88547f87895c756&r2=5f0d010d4f3b2d1a609faab5e9c2005a45466c3d

-----------------------------------------------------------------------

commit 39c034ddc4bd715cf37988dbb418f55625a1e659
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jun 19 12:22:15 2009 -0600

    For some reason need this to make fonts the correct size on FF.

 chora/themes/screen.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-hatchery&r1=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0&r2=39c034ddc4bd715cf37988dbb418f55625a1e659

-----------------------------------------------------------------------

commit afb243b5f24581b460250fa092b6748426ff5a30
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jun 19 12:23:34 2009 -0600

    Correctly pass branch between browse screens

 chora/browsedir.php                  |   20 ++++++++++----------
 chora/co.php                         |    2 +-
 chora/lib/Chora.php                  |   10 ++++++++--
 chora/templates/directory/header.inc |    4 ++--
 chora/templates/headerbar.inc        |    2 +-
 5 files changed, 22 insertions(+), 16 deletions(-)

http://git.horde.org/diff.php/chora/browsedir.php?rt=horde-hatchery&r1=cc6baf0048dc8ad8f67dfc29f88547f87895c756&r2=afb243b5f24581b460250fa092b6748426ff5a30
http://git.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=01bf7b3fe0d5fab0ae3965967acf70057da8e180&r2=afb243b5f24581b460250fa092b6748426ff5a30
http://git.horde.org/diff.php/chora/lib/Chora.php?rt=horde-hatchery&r1=4b2629f51d255a2647f787f8c98e96bc31449700&r2=afb243b5f24581b460250fa092b6748426ff5a30
http://git.horde.org/diff.php/chora/templates/directory/header.inc?rt=horde-hatchery&r1=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0&r2=afb243b5f24581b460250fa092b6748426ff5a30
http://git.horde.org/diff.php/chora/templates/headerbar.inc?rt=horde-hatchery&r1=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0&r2=afb243b5f24581b460250fa092b6748426ff5a30

-----------------------------------------------------------------------

commit bb71107c33e5df7687b671819857320dd616bf82
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Jun 19 12:28:08 2009 -0600

    Better branch display on file screen

 chora/templates/log/rev.inc |    8 +++++---
 chora/themes/screen.css     |    1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=2e37fdc2c3d7ccbaf957251863882f542ebfdfa0&r2=bb71107c33e5df7687b671819857320dd616bf82
http://git.horde.org/diff.php/chora/themes/screen.css?rt=horde-hatchery&r1=39c034ddc4bd715cf37988dbb418f55625a1e659&r2=bb71107c33e5df7687b671819857320dd616bf82




More information about the commits mailing list