gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] [ gforge-Patches-307 ] cvsweb replacement


From: noreply
Subject: [Gforge-devel] [ gforge-Patches-307 ] cvsweb replacement
Date: Wed, 16 Apr 2003 17:31:11 -0500

Patches item #307, was opened at 2003-04-16 17:31
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=307&group_id=1

Category: CVS
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Ronald Petty (repett0)
Assigned to: Nobody (None)
Summary: cvsweb replacement

Initial Comment:
To use this cvs replacement is simple.

1) change
/var/www/gforge-3.0/www/scm/index.php (I don't have the
orignial line since I changed it to this), it is by the
bottom.

if ($project->enableAnonCVS() || !$anonymous) {
print $Language->getText('scm_index',
'browsetree')."<UL><li><a
href=\/scm/controller.php?group_id=$group_id\><b>".$Language->getText('scm_index',
'browseit')."</b></a></li></UL>";
}


This removes cvsweb and calls the new script

Then place controller.php into 
/var/www/gforge-3.0/www/scm/controller.php

And your done.  I need opinions/advice/complaints/etc.
 Right now there are a few things missing

1) branch browsing
2) none revision data browsing (like author,date,etc)

It gets this information but until I get others input
on how it should be displayed this at least is most of it.

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

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=307&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]