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

Annotation of cvsweb/ChangeLog, Revision 3.6

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

CVSweb