commit: whups common.php cvs.php diff.php whups/config
conf.php.dist whups/lib CVSLib.php whups/lib/CVSLib diff.php
file.php whups/templates page_footer.inc page_header.inc
avsm@horde.org
avsm@horde.org
21 Dec 2000 00:44:41 -0000
avsm 2000/12/20 16:44:41 PST
Modified files:
. common.php cvs.php diff.php
config conf.php.dist
lib CVSLib.php
lib/CVSLib diff.php file.php
templates page_footer.inc page_header.inc
Log:
Rehaul the configuration system - now we are in line with the
rest of Horde, and only use the $conf variable, instead of three
separate ones.
Some API changes in CVSLib to increase consistency; now
CVSLib_diff gets its configuration information (for binary
locations) from CVSLib, instead of requiring a global variable
to be present.
Revision Changes Path
1.9 +7 -7 whups/common.php
1.66 +16 -15 whups/cvs.php
1.5 +16 -23 whups/diff.php
1.11 +21 -77 whups/config/conf.php.dist
1.50 +7 -8 whups/lib/CVSLib.php
1.4 +8 -4 whups/lib/CVSLib/diff.php
1.3 +2 -2 whups/lib/CVSLib/file.php
1.5 +1 -1 whups/templates/page_footer.inc
1.11 +3 -3 whups/templates/page_header.inc