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

Annotation of cvsweb/ChangeLog, Revision 3.12

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

CVSweb