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

Annotation of cvsweb/ChangeLog, Revision 3.68

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

CVSweb