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

Annotation of cvsweb/ChangeLog, Revision 3.34

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

CVSweb