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

Annotation of cvsweb/ChangeLog, Revision 3.31

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

CVSweb