commit: chora annotate.php chora/config conf.php.dist
html.php.dist chora/docs CHANGES chora/lib CVSLib.php
chora/templates annotate_footer.inc annotate_header.inc
annotate_line.inc diff_rev.inc page_header.inc
avsm@horde.org
avsm@horde.org
20 Jan 2001 00:14:25 -0000
avsm 2001/01/19 16:14:25 PST
Modified files:
config conf.php.dist html.php.dist
docs CHANGES
lib CVSLib.php
templates diff_rev.inc page_header.inc
Added files:
. annotate.php
templates annotate_footer.inc annotate_header.inc
annotate_line.inc
Log:
And behold! CVS annotate support did magically appear within the
repository, many many months after jon requested it.
CVSLib_annotate actually talks the 'cvs server' protocol directly;
inspiration drawn heavily from the cvsweb.cgi script.
We can potentially avoid the use of the rlog/co/rdiff tools if
I can figure out the procotol more; it's pretty well documented,
but seems really illogical.
Revision Changes Path
1.18 +2 -1 chora/config/conf.php.dist
1.6 +6 -1 chora/config/html.php.dist
1.5 +8 -0 chora/docs/CHANGES
1.58 +11 -9 chora/lib/CVSLib.php
1.13 +2 -0 chora/templates/diff_rev.inc
1.18 +1 -1 chora/templates/page_header.inc