commit: whups checkout.php common.php diff.php cvs.php whups/lib
CVSLib.php whups/lib/CVSLib diff.php whups/templates
diff_header.inc diff_request.inc dir_back.inc dir_directory.inc
dir_footer.inc dir_header.inc hr_diff_footer.inc ...
avsm@horde.org
avsm@horde.org
10 Dec 2000 19:17:00 -0000
avsm 2000/12/10 11:17:00 PST
Modified files:
. cvs.php
lib CVSLib.php
templates diff_header.inc diff_request.inc
dir_back.inc dir_directory.inc
dir_footer.inc dir_header.inc
hr_diff_footer.inc hr_diff_header.inc
page_header.inc
Added files:
. checkout.php common.php diff.php
lib/CVSLib diff.php
Log:
Do some more work on converting to CVSLib - now everything is handled
by CVSLib, and we have a new 'CVSLib_diff' to wrap the retrieval of
various versions.
Slightly new look as well; it's still ugly, but will improve! Branch
tracking is mostly working, hr-diff code needs cleanup, documentation
needs updating, but it's mostly working stably for viewing the Horde-CVS
tree now.
Notice that new base files have been added for diff and checkout, as
this cleans up the url handling a fair bit; any objections?
Revision Changes Path
1.58 +14 -514 whups/cvs.php
1.45 +4 -3 whups/lib/CVSLib.php
1.7 +1 -9 whups/templates/diff_header.inc
1.7 +4 -4 whups/templates/diff_request.inc
1.6 +3 -1 whups/templates/dir_back.inc
1.6 +4 -2 whups/templates/dir_directory.inc
1.8 +2 -6 whups/templates/dir_footer.inc
1.5 +11 -8 whups/templates/dir_header.inc
1.5 +2 -2 whups/templates/hr_diff_footer.inc
1.7 +3 -18 whups/templates/hr_diff_header.inc
1.4 +25 -1 whups/templates/page_header.inc