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