[BACK]Return to ChangeLog CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / cvsweb

Annotation of cvsweb/ChangeLog, Revision 3.18

3.18    ! knu         1: 2001-08-01  Akinori MUSHA  <knu@iDaemons.org>
        !             2:
        !             3:        * cvsweb.cgi: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs
        !             4:        -nasc -ce
        !             5:
        !             6:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
        !             7:        cvsweb.conf-openbsd, cvsweb.conf-ruby: perltidy -i=8 -t -pt=2 -bt=2
        !             8:        -sbt=2 -ci=4 -noll -sfs -nasc -ce
        !             9:
        !            10:        * cvsweb.cgi, cvsweb.conf: MFZ 1.111, but introduce @ForbiddenFiles
        !            11:        instead of @DissallowRead to forbid user to cvs
        !            12:        checkout/diff/annotate specified files.
        !            13:
        !            14:        * cvsweb.cgi: MFZ 1.112: A couple of trivial fixes.
        !            15:
3.17      knu        16: 2001-07-26  Akinori MUSHA  <knu@iDaemons.org>
                     17:
                     18:        * cvsweb.cgi: Chdir to TMPDIR so it works even when the cgi-bin
                     19:        directory is unreadable.
                     20:        [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
                     21:
                     22:        * cvsweb.cgi: Let the module/path box appear and work properly
                     23:        when there is only one repository.
                     24:        [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
                     25:
3.15      knu        26: 2001-07-06  Akinori MUSHA  <knu@iDaemons.org>
                     27:
                     28:        * cvsweb.cgi, cvsweb.conf: Support "zip" as an additional
                     29:        archiver.
                     30:
3.16      knu        31:        * cvsweb.cgi: MFZ 1.110.  But the bug had already been fixed in
                     32:        knu-cvsweb.
                     33:
3.14      knu        34: 2001-06-22  Akinori MUSHA  <knu@iDaemons.org>
                     35:
                     36:        * cvsweb.cgi: Get rid of a potential "uninitialized variable
                     37:        usage" warning.
                     38:        [Submitted by: Bill Fenner <fenner@FreeBSD.org>]
                     39:
3.13      knu        40: 2001-06-08  Akinori MUSHA  <knu@iDaemons.org>
                     41:
                     42:        * cvsweb.cgi: MFZ 1.109.  Preset the global variable the stores
                     43:        the per file cvs info to avoid accumulating cruft under modperl.
                     44:
3.12      knu        45: 2001-06-05  Akinori MUSHA  <knu@iDaemons.org>
                     46:
                     47:        * cvsweb.cgi: Change "Previous Directory" to "Parent Directory".
                     48:
                     49:        * cvsweb.cgi: Properly HTML-quote function names in the colored
                     50:        diff view.
                     51:        [Submitted by: Ian Whalley <ian@whalley.org>]
                     52:
3.11      knu        53: 2001-05-18  Akinori MUSHA  <knu@iDaemons.org>
                     54:
                     55:        * cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy.
                     56:        [FreeBSD PR: 26851]
                     57:        [Submitted by: David Wolfskill <dhw@whistle.com>]
                     58:
3.9       knu        59: 2001-05-10  Akinori MUSHA  <knu@iDaemons.org>
                     60:
3.10      knu        61:        * cvsweb.cgi: Correct a link in the navigation header.
3.9       knu        62:        [Submitted by: Tanaka Akira <akr@m17n.org>]
                     63:
3.8       knu        64: 2001-05-08  Akinori MUSHA  <knu@iDaemons.org>
                     65:
                     66:        * cvsweb.cgi: Fix a typo and get diff -F RE to really work.
                     67:
3.7       knu        68: 2001-04-25  Akinori MUSHA  <knu@iDaemons.org>
3.4       knu        69:
3.7       knu        70:        * cvsweb.conf: Introduce the new knu-cvsweb site:
                     71:        http://www.idaemons.org/~knu/cvsweb/
                     72:
                     73:        * ChangeLog: Update and reformat.
                     74:
                     75: 2001-03-28 02:20  knu
                     76:
                     77:        * cvsweb.cgi: Re-fix the bogus fix for the previous
                     78:        colons-in-a-filename problem.
                     79:        [Noted by: Yar Tikhiy <yar@freebsd.org>]
                     80:
                     81: 2001-03-28 01:39  knu
                     82:
                     83:        * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0
                     84:        Transitional.
                     85:        [Submitted by: Will Andrews <will@physics.purdue.edu>]
                     86:        [Validated by: http://validator.w3.org/]
3.4       knu        87:
3.7       knu        88: 2001-03-23 04:46  knu
3.4       knu        89:
3.6       knu        90:        * cvsweb.cgi: MFZ: 1.106.  Do closedir() properly.
                     91:
3.7       knu        92: 2001-03-23 04:36  knu
                     93:
                     94:        * ChangeLog: Add a log missed on 2001-02-01.
                     95:
                     96: 2001-03-23 04:29  knu
                     97:
                     98:        * ChangeLog: Encode colons in file names properly.
                     99:        [FreeBSD PR: 25963]
                    100:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                    101:
                    102: 2001-03-23 04:27  knu
                    103:
                    104:        * cvsweb.cgi: Encode colons in file names properly.
                    105:        [FreeBSD PR: 25963]
                    106:        [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
                    107:
                    108: 2001-02-02 06:39  knu
3.5       knu       109:
                    110:        * cvsweb.cgi: Use a fixed-width font in the colored diff view.
3.7       knu       111:        [Requested by: Julian Elischer <julian@elischer.org>]
3.5       knu       112:
3.7       knu       113: 2001-01-29 12:54  knu
3.3       knu       114:
                    115:        * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
                    116:        One leftover substitution: "cvs" -> $CMD{cvs}
                    117:
3.7       knu       118: 2001-01-14 18:04  knu
                    119:
                    120:        * cvsweb.conf: s/at here/here/
                    121:
                    122: 2001-01-13 16:48  knu
3.2       knu       123:
3.7       knu       124:        * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    125:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    126:        cvsweb.conf-ruby: Add some knu-cvsweb info.
3.2       knu       127:
                    128:        * cvsweb.cgi: MFZ: 1.105.
                    129:
                    130:        * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
                    131:        cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
                    132:        cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".
                    133:
3.7       knu       134: 2001-01-12 16:48  knu
                    135:
                    136:        * ChangeLog: Add ChangeLog.
                    137:
3.1       knu       138: 2001-01-12 08:42  knu
                    139:
3.7       knu       140:        * cvsweb.cgi: Clean up URI parser.
                    141:
                    142:        * cvsweb.cgi: Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO
                    143:        parser.
                    144:        [Requested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
                    145:
                    146:        * cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd:
3.1       knu       147:        Allow downloading a single port/pkgsrc in tarball by default.
                    148:
                    149: 2001-01-12 03:17  knu
                    150:
                    151:        * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
                    152:        `uname`.
3.7       knu       153:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       154:
                    155: 2001-01-11 11:00  knu
                    156:
                    157:        * cvsweb.cgi, cvsweb.conf: Oops.
                    158:
                    159: 2001-01-11 10:52  knu
                    160:
                    161:        * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    162:        cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
                    163:        zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
                    164:        with the block size, which is just garbage for a receiver.
3.7       knu       165:        [Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp>]
                    166:
                    167:        * cvsweb.cgi: Have $uname variable to hold the OS implementation
                    168:        name.
                    169:
                    170:        * cvsweb.conf: Move %CMD's initialization part to the beginning of
                    171:        cvsweb.conf so it can use $uname and configure properly for the
                    172:        OS.
                    173:
                    174:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    175:        cvsweb.conf-openbsd: Wrap FreeBSD or OpenBSD specific features in
                    176:        conditional blocks using $uname.
                    177:
                    178:        * cvsweb.cgi: Fix some open() calls in good manners.
3.1       knu       179:
                    180: 2001-01-05 09:00  knu
                    181:
                    182:        * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
                    183:        paranoia) It's nothing to worry since cvsweb.cgi always invokes
                    184:        executables by full paths, though.
3.7       knu       185:
                    186:        * cvsweb.cgi: Correct the error messages regarding $command_path.
3.1       knu       187:
                    188: 2001-01-03 17:57  knu
                    189:
3.7       knu       190:        * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
3.1       knu       191:        Search commands for itself and specify them by full paths.
                    192:
                    193: 2001-01-03 11:55  knu
                    194:
                    195:        * README.knu, cvsweb.cgi: Don't forget to add $query to the URL
                    196:        when redirecting.  Now module alias redirection and Attic
                    197:        redirection work with all sticky variables preserved. (Previously
                    198:        they didn't work against a non-default cvsroot)
3.7       knu       199:
                    200:        * cvsweb.cgi: Put a text field on each directory view that allows
                    201:        user to jump directly to an arbitrary module, which can be
                    202:        specified either by a full module/file path or by a module alias.
3.1       knu       203:
                    204: 2001-01-03 08:34  knu
                    205:
                    206:        * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
                    207:        in the specified order, not alphabetical.
3.7       knu       208:
                    209:        * README.knu, cvsweb.cgi, cvsweb.conf: Now /usr/local/etc/cvsweb/
                    210:        is the default directory for configuration files.
3.1       knu       211:
                    212: 2001-01-02 21:23  knu
                    213:
                    214:        * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
3.7       knu       215:
                    216:        * cvsweb.cgi: Change perl command line: Change perl5 to perl and
                    217:        just declare `require 5.000'. Remove -s option that was intended
                    218:        for debug use.  Add -T option to perform security checks.
                    219:
                    220:        * cvsweb.cgi: Change search paths for cvsweb.conf: Don't adopt the
                    221:        value of $ENV{CVSWEB_CONFIG} that was intended for debug use.
                    222:        Search the same directory that cvsweb.cgi is in instead of the
                    223:        current directory.
                    224:
                    225:        * cvsweb.cgi: Invoking `last' in `do { ... } while (0);' is wrong.
                    226:        Change the loop to `while (1) { ... last; }'.
                    227:
                    228:        * cvsweb.cgi, cvsweb.conf: Don't do chdir.  Instead, use tar(1)'s
                    229:        -C option and cvs(1) export's -d option.
                    230:
                    231:        * cvsweb.cgi: Explicitly define $ENV{PATH}.
                    232:
                    233:        * cvsweb.conf: Turn $allow_compress off by default so user can
                    234:        debug cvsweb.cgi easily.
3.1       knu       235:
                    236: 2001-01-02 08:15  knu
                    237:
3.7       knu       238:        * cvsweb.cgi: Add $prkeyword variable to allow user to use (e.g.)
                    239:        `Bug' instead of `PR' as the bug report identifier.
                    240:
                    241:        * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
                    242:        cvsweb.conf-openbsd, cvsweb.conf-ruby: Add
                    243:        cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
                    244:        FreeBSD specific configuration values to cvsweb.conf-freebsd.
                    245:
                    246:        * cvsweb.conf: Add a %funcline_regexp entry for Ruby. (*.rb)
3.1       knu       247:
                    248: 2001-01-02 06:24  knu
                    249:
                    250:        * cvsweb.conf: Add `pending' to the list of PR categories.
                    251:
                    252: 2001-01-02 05:57  knu
                    253:
                    254:        * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.
3.7       knu       255:        [Noticed by: Wolfram Schneider <wosch@schneider.org>]
3.1       knu       256:
                    257: 2000-12-30 08:56  knu
                    258:
3.7       knu       259:        * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
3.1       knu       260:        Specify -rHEAD when no tag/branch is defaulted.
                    261:
                    262: 2000-12-30 08:35  knu
                    263:
                    264:        * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
                    265:        turn it off by default.  This option should be turned off when you
                    266:        have files in the repository that are in a multibyte encoding which
                    267:        uses HTML special characters ([<>&"]) as part of a multi-byte
                    268:        character. (such as iso-2022-jp, ShiftJIS, etc.)  Otherwise those
                    269:        files will get screwed up in markup.
3.7       knu       270:
                    271:        * cvsweb.conf: Fix for those systems which tar(1)'s are not GNU
                    272:        tar(1): Add @tar_options variable and make the
                    273:        --ignore-failed-read flag optional.  Use cvs export instead of cvs
                    274:        checkout, so the --exclude 'CVS' flag isn't needed.
                    275:        [Noticed by: Christian Weisgerber <naddy@mips.inka.de>]
                    276:
                    277:        * cvsweb.conf: Fix for those systems which cvs(1)'s don't support
                    278:        -R option (Actually, only FreeBSD's and OpenBSD's cvs(1) support
                    279:        it): Add @cvs_options and make the -R flag optional.
3.1       knu       280:
                    281: 2000-12-29 22:29  knu
                    282:
                    283:        * cvsweb.cgi: Add charset to all text/* output, including diffs.
3.7       knu       284:        [Submitted by: Alexey Zelkin <phantom@cris.net>]
3.1       knu       285:
                    286: 2000-12-29 18:12  knu
                    287:
                    288:        * cvsweb.cgi: The use of `do "file"' is obsolete.  Use require
                    289:        instead.
                    290:
                    291: 2000-12-29 17:47  knu
                    292:
                    293:        * cvsweb.cgi: Add the prototype declaration for hrefquote().
                    294:
                    295: 2000-12-29 03:17  knu
                    296:
                    297:        * README.knu: Mention automatic tarball generation feature.
                    298:
                    299: 2000-12-29 03:16  knu
                    300:
3.7       knu       301:        * TODO.knu: Directory sorting was fixed at the same time that
                    302:        "show only tags" feature was fixed.
3.1       knu       303:
                    304: 2000-12-29 03:07  knu
                    305:
                    306:        * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).
                    307:
                    308: 2000-12-29 02:49  knu
                    309:
                    310:        * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
                    311:        feature.  You can check out a whole directory in gzipped tarball.
3.7       knu       312:        [Obtained from: Debian package: cvsweb_1.93-1]
                    313:
                    314:        * cvsweb.cgi: Allow space characters in file names. (not tested
                    315:        yet)
3.1       knu       316:
                    317: 2000-12-18 13:25  knu
                    318:
                    319:        * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
                    320:        a bogus bug.  As noone seems to need to use 0.X revisions, I'd just
                    321:        drop it.  This should fix the "show only tags" feature.
                    322:
                    323: 2000-12-18 12:47  knu
                    324:
                    325:        * cvsweb.cgi: Silence the warnings.
                    326:
                    327: 2000-12-18 11:48  knu
                    328:
                    329:        * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
                    330:        over the cvsweb.
3.7       knu       331:        [Submitted by: Wolfram Schneider <wolfram@schneider.org>]
3.1       knu       332:
                    333: 2000-12-08 00:11  knu
                    334:
                    335:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    336:        (again)
                    337:
                    338: 2000-12-07 03:20  knu
                    339:
                    340:        * TODO.knu: Mention "show only tags" feature breakage.
                    341:
                    342: 2000-12-07 03:19  knu
                    343:
                    344:        * cvsweb.cgi: Emit a rather better error message when a user
                    345:        requests to check out a deleted file.
3.7       knu       346:        [Pointed out by: Chris Faulhaber <jedgar@fxp.org>]
                    347:
                    348:        * cvsweb.cgi: Cut an out-of-date error message. (adding -R and -l
                    349:        options to the cvs command line should have obsoleted it)
                    350:
                    351:        * cvsweb.cgi: Optimize, clean up.
3.1       knu       352:
                    353: 2000-11-23 04:26  knu
                    354:
                    355:        * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
                    356:        the charset for HTML output.
3.7       knu       357:        [Submitted by: SADA Kenji <sada@bsdclub.org>]
3.1       knu       358:
                    359: 2000-11-05 00:32  knu
                    360:
                    361:        * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
                    362:
                    363: 2000-11-03 02:36  knu
                    364:
                    365:        * README.knu: Mention cat.1 is hyperlinked as well as cat(1).
                    366:
                    367: 2000-11-03 02:34  knu
                    368:
3.7       knu       369:        * cvsweb.cgi: MFZ: 1.104: ("Allow for 0.X versions. CVS accepts
                    370:        such version numbers in import -b even if not strictly legal...")
3.1       knu       371:
                    372: 2000-11-03 02:33  knu
                    373:
                    374:        * cvsweb.conf: Set the default diff type to unidiff for all
                    375:        browsers, not only text-based ones.
                    376:
                    377: 2000-10-21 00:46  knu
                    378:
                    379:        * cvsweb.cgi: Always give options to click on a non-colored diff
                    380:        _and_ a colored diff.
3.7       knu       381:        [Requested by: SO many people :>]
3.1       knu       382:
                    383: 2000-10-20 22:59  knu
                    384:
                    385:        * TODO.knu: Hyperlinking was properly fixed.
                    386:
                    387: 2000-10-20 21:28  knu
                    388:
                    389:        * TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
                    390:        won't nest. :)
3.7       knu       391:
                    392:        * cvsweb.cgi: Do not show additional "(colored)" diff links when
                    393:        long colored diff is the default.
                    394:
                    395:        * cvsweb.cgi: Reduce the use of `.' operator that is known to be
                    396:        expensive.  Fix indent, clean up.
3.1       knu       397:
                    398: 2000-10-11 06:14  knu
                    399:
                    400:        * cvsweb.cgi: Introduce a new function: htmlquote().
3.7       knu       401:
                    402:        * cvsweb.cgi: Clean up hyperlink tags.
                    403:
                    404:        * cvsweb.cgi: Use &link() instead of <a href="...">...</a>.
                    405:
                    406:        * cvsweb.cgi: Do urlencode() or htmlquote() as appropriate.
3.1       knu       407:
                    408: 2000-10-11 03:48  knu
                    409:
                    410:        * cvsweb.cgi: - Recognize "links" as another text mode browser.  -
                    411:        Fix the revision links in the annotation view of a file.
3.7       knu       412:        [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1       knu       413:
                    414: 2000-10-07 16:44  knu
                    415:
                    416:        * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
3.7       knu       417:
                    418:        * cvsweb.cgi: Improve manpage linking to support "foo.1" as well
                    419:        as "foo(1)".
3.1       knu       420:
                    421: 2000-10-07 16:35  knu
                    422:
                    423:        * cvsweb.cgi: Fix screwups in the last commit.
3.7       knu       424:
                    425:        * cvsweb.cgi: Parse rlog's output explicitly.  Recognize 77 ='s as
                    426:        a file separator, and 28 -'s as revision separator.
                    427:        [Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       428:
                    429: 2000-10-03 04:07  knu
                    430:
                    431:        * cvsweb.cgi: Cleanup $barequery generation.  Undefine "my"
                    432:        variables when they are done.
                    433:
                    434: 2000-10-01 05:10  knu
                    435:
3.7       knu       436:        * cvsweb.cgi: Fix annotation bugs.
                    437:
                    438:        * cvsweb.cgi: Do not pass gzip'ed directives to cvs. (it never
                    439:        worked, sigh)
                    440:
                    441:        * cvsweb.cgi: Fix mis-spacing. Now it should look pretty well.
3.1       knu       442:
                    443: 2000-10-01 03:48  knu
                    444:
                    445:        * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
                    446:        log in history) flags when doing a cvs annotation so that one does
                    447:        not need to turn on the write permission on CVSROOT/history for the
                    448:        user which httpd runs cvsweb.cgi as. (typically "nobody")
                    449:
                    450: 2000-10-01 03:27  knu
                    451:
                    452:        * cvsweb.cgi: Fix the comment to make how to set $config clear.
3.7       knu       453:        [Inspired by: "Dan Langille" <dan@langille.org>]
3.1       knu       454:
                    455: 2000-09-29 03:06  knu
                    456:
                    457:        * cvsweb.cgi: Trap errors in the configuration files on loading and
                    458:        show error messages.  (Previously it failed silently)
3.7       knu       459:        [Submitted by: Sean Scarff <sean@pavilion.net>]
3.1       knu       460:
                    461: 2000-09-22 20:13  knu
                    462:
                    463:        * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
                    464:        $body_tag_for_src to allow to set the foreground color.
3.7       knu       465:        [Noticed by: dcs@FreeBSD.org]
3.1       knu       466:
                    467: 2000-09-22 00:30  knu
                    468:
                    469:        * cvsweb.cgi: MFZ: 1.103.
                    470:
                    471: 2000-09-20 05:07  knu
                    472:
3.7       knu       473:        * cvsweb.cgi: Follow tab-width/tabstop/ts directives when
                    474:        expanding tabs into spaces.  Currently, only first 10 lines are
                    475:        scanned for the directives.
3.1       knu       476:
                    477: 2000-09-20 04:57  knu
                    478:
3.7       knu       479:        * cvsweb.cgi: MFZ: 1.101.
                    480:
                    481:        * cvsweb.cgi: Fix a few bugs under mod_perl.
                    482:
                    483:        * cvsweb.cgi: Use the Compress::Zlib module if available.
                    484:
                    485:        * cvsweb.cgi: Embed PDF files inside the cvs markup view.
3.1       knu       486:
                    487: 2000-09-20 03:35  knu
                    488:
3.7       knu       489:        * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the
                    490:        last update.
3.1       knu       491:
                    492: 2000-09-12 02:11  knu
                    493:
                    494:        * cvsweb.cgi: Allow one to set the default diff type.
3.7       knu       495:        [Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1       knu       496:
                    497: 2000-09-10 20:54  knu
                    498:
                    499:        * cvsweb.cgi: Clean up spacedHtmlText().
                    500:
                    501: 2000-09-05 00:55  knu
                    502:
                    503:        * README.knu: Mention revision numbers hyperlinking in annotation.
                    504:
                    505: 2000-09-05 00:53  knu
                    506:
                    507:        * cvsweb.cgi: Get the revision numbers in annotation available as
                    508:        hyperlinks.
3.7       knu       509:        [Requested by: Josef Karthauser <joe@pavilion.net>]
3.1       knu       510:
                    511: 2000-09-04 23:50  knu
                    512:
3.7       knu       513:        * cvsweb.cgi: Fix previously introduced incorrect fix.
3.1       knu       514:        s/\s+\n$//; --> s/\s+$/\n/;
3.7       knu       515:        [FreeBSD PR: misc/20989]
                    516:        [Submitted by: Tony Finch <dot@dotat.at>]
3.1       knu       517:
                    518: 2000-09-04 03:25  knu
                    519:
                    520:        * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
                    521:        hyperlinking.
                    522:
                    523: 2000-09-04 02:33  knu
                    524:
                    525:        * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
                    526:        just the first one.  (s/// --> s///g)
                    527:
                    528: 2000-08-25 18:01  knu
                    529:
                    530:        * cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
                    531:        noting that `-p' option of diff(1) can only be used with context
                    532:        and unified diffs.
3.7       knu       533:        [Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>]
                    534:
                    535:        * cvsweb.cgi: Allow to specify CVS tags or branch names (including
                    536:        `.' and `HEAD') on cvs checkout.
                    537:        (e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
                    538:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
                    539:        http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE)
3.1       knu       540:        Not for diff currently, as rcsdiff does not grok CVS tags.
3.7       knu       541:        [Inspired by: Folks at the FreeBSD cvs-all list.]
                    542:
                    543:        * cvsweb.cgi: Specify `-R' (turn on read-only repository mode) and
                    544:        `-l' (do not log in the command history) on cvs checkout, so that
                    545:        one does not need a write permission with the repository.
3.1       knu       546:
                    547: 2000-08-25 00:53  knu
                    548:
                    549:        * cvsweb.cgi: MFZ 1.94.
                    550:
                    551: 2000-08-16 05:39  knu
                    552:
                    553:        * cvsweb.conf: Turn evil $hr_ignwhite off.
                    554:
                    555: 2000-08-15 17:35  knu
                    556:
3.7       knu       557:        * cvsweb.cgi: Fix cvsweb.cgi's hidden bug:  s/\s+$//;  -->
3.1       knu       558:        s/\s+\n$//;
3.7       knu       559:
3.1       knu       560:        Whitespace cleanup.
                    561:
                    562: 2000-08-15 15:54  knu
                    563:
                    564:        * cvsweb.cgi: Declare prototypes and shut up warnings.
3.7       knu       565:
                    566:        * cvsweb.cgi: Remove redundant white space at the end of lines.
3.1       knu       567:
                    568: 2000-08-14 03:58  knu
                    569:
                    570:        * cvsweb.cgi: Use cvsweb.conf* in the current directory when they
                    571:        don't exist in /usr/local/etc/.
                    572:
                    573: 2000-08-01 21:42  knu
                    574:
                    575:        * cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5
                    576:
                    577: 2000-07-29 21:41  knu
                    578:
                    579:        * cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version.
                    580:
                    581: 2000-07-29 21:10  knu
                    582:
                    583:        * cvsweb.cgi: Change $prcgi to include `?pr=' part for such as
                    584:        NetBSD.
                    585:
                    586: 2000-07-29 21:04  knu
                    587:
                    588:        * cvsweb.conf: Change $prcgi to include `?pr=' part for such as
                    589:        NetBSD.
                    590:
                    591: 2000-07-29 20:16  knu
                    592:
                    593:        * README.knu: Add an RCS tag.
                    594:
                    595: 2000-07-29 20:07  knu
                    596:
                    597:        * README.knu: Add README.knu to document the enhancements over
                    598:        Zeller's version.
                    599:
                    600: 2000-07-29 18:24  knu
                    601:
                    602:        * cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..)
                    603:
                    604: 2000-07-29 06:38  knu
                    605:
                    606:        * cvsweb.cgi: D'oh.  Correct @stickyvars.
                    607:
                    608: 2000-07-29 04:38  knu
                    609:
3.7       knu       610:        * cvsweb.cgi: Output diffs in unidiff format for text-based
                    611:        browsers. (by default)
                    612:
                    613:        * cvsweb.conf: Convert freebsd.org to FreeBSD.org.
3.1       knu       614:
                    615: 2000-07-29 02:24  knu
                    616:
3.7       knu       617:        * cvsweb.cgi: Merge From Zeller: 1.93
                    618:
                    619:        * cvsweb.cgi: Use CR LF in HTTP header.
                    620:
                    621:        * cvsweb.cgi: Redirect STDERR to /dev/null before executing rlog
                    622:        instead of closing it.
3.1       knu       623:
                    624: 2000-07-28 01:16  knu
                    625:
                    626:        * cvsweb.cgi, cvsweb.conf: Clean up.
3.7       knu       627:
                    628:        * cvsweb.cgi, cvsweb.conf: Replace $hr_funout with $showfunc and
                    629:        always show function names if defined.  (It has been only for
                    630:        human readable format until this change)
3.1       knu       631:
                    632: 2000-07-20 20:52  knu
                    633:
                    634:        * cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to
                    635:        embed per CVSROOT description.
                    636:
                    637: 2000-07-20 20:14  knu
                    638:
                    639:        * cvsweb.conf: Make $hr_funout default.
                    640:
                    641: 2000-07-20 20:06  knu
                    642:
                    643:        * cvsweb.conf: Display my mail address instead of Zeller's.
                    644:
                    645: 2000-07-20 06:59  knu
                    646:
                    647:        * INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif,
                    648:        icons/dir.gif, icons/miniback.gif, icons/minidir.gif,
                    649:        icons/minitext.gif, icons/text.gif: Start point.
                    650:

CVSweb