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

Annotation of cvsweb/ChangeLog, Revision 3.22

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

CVSweb