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

Annotation of cvsweb/ChangeLog, Revision 3.21

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

CVSweb