Annotation of cvsweb/ChangeLog, Revision 3.146
3.22 knu 1: $FreeBSD$
3.92 scop 2:
3.146 ! scop 3: 2004-03-30 Ville Skyttä <scop@FreeBSD.org>
! 4:
! 5: * cvsweb.cgi: Allow revision numbers without dots (eg. "1").
! 6:
3.145 scop 7: 2004-03-17 Ville Skyttä <scop@FreeBSD.org>
8:
9: * cvsweb.conf (cvs_options): Remove -l as it's not available in
10: current stable or "feature" versions of cvs.
11:
3.144 scop 12: 2004-03-16 Ville Skyttä <scop@FreeBSD.org>
13:
14: * cvsweb.cgi (doAnnotate): Add CSS class for current revision lines.
15: * css/cvsweb.css (current-rev): New.
16: [Submitted by: Max Laier <max@love2party.net> (modified)]
17:
3.141 scop 18: 2004-02-27 Ville Skyttä <scop@FreeBSD.org>
19:
3.143 scop 20: * cvsweb.cgi: Always pass the -m (module) argument to cvsgraph(1).
21: That's the right thing to do and makes the graphing more robust
22: against unexpected cvsgraph.conf files. Also move some related
23: documentation from INSTALL to cvsweb.conf.
24: Thanks to Gernot W. Schmied and Jon Noack for the heads up.
25:
3.142 scop 26: * cvsweb.conf: Enscript regexp improvements: fix regexp for
27: Perl scripts [Submitted by: Stefan Moessler <moessler@getemed.de>
28: and Jon Noack <noackjr@alumni.rice.edu>], treat *.pac as JavaScript,
29: use Perl states instead of Makefile ones for Makefile.PL, other
30: documentation improvements.
3.141 scop 31:
3.140 scop 32: 2004-02-26 Ville Skyttä <scop@FreeBSD.org>
33:
34: * Release 3.0.0.
35:
3.138 scop 36: 2004-02-23 Ville Skyttä <scop@FreeBSD.org>
37:
3.139 scop 38: * cvsweb.cgi (doDiff): Don't pass -p or -F to rcsdiff(1) when
39: doing side by side diffs. diff(1) from diffutils < 2.8 does not
40: like that. Thanks to Jon Noack for the catch.
41:
3.138 scop 42: * cvsweb.conf: Improve $showfunc and %funcline_regexp documentation.
43:
3.135 scop 44: 2004-02-15 Ville Skyttä <scop@FreeBSD.org>
45:
3.137 scop 46: * Release 2.9.3 (beta).
47:
3.135 scop 48: * cvsweb.cgi (printLog): Don't turn off tag, diff etc linking
49: in markup view.
50: [Submitted by: Christopher Wolf <wolf@ti.com> (modified)]
51:
3.136 scop 52: * cvsweb.cgi (cvswebMarkup): Use "Revision" consistently, HTML
53: escape tag names also when $show_log_in_markup is turned off.
54:
3.130 scop 55: 2004-02-14 Ville Skyttä <scop@FreeBSD.org>
56:
57: * cvsweb.cgi (DIFFTYPES): Use width=168 in side by side diffs to
58: support 80 character line lengths.
59: [Submitted by: Christopher Wolf <wolf@ti.com>]
60:
3.131 scop 61: * cvsweb.cgi, cvsweb.css: Better control over line wrapping in the
62: directory view.
63: [Submitted by: Christopher Wolf <wolf@ti.com> (modified)]
64:
3.132 scop 65: * cvsweb.cgi, enscript/lang_cvsweb_diff.st: Use a separate Enscript
66: language file for diffs, and tune it for better diff readability.
67: [Submitted by: Christopher Wolf <wolf@ti.com> (modified)]
68:
3.133 scop 69: * cvsweb.cgi: Fix tarball/zip creation from non-toplevel dirs.
70: This was broken since revision 3.191 (FreeBSD-CVSweb 2.9.1).
3.134 scop 71: [Submitted by: Christopher Wolf <wolf@ti.com> (modified)]
72:
73: * cvsweb.cgi (doGraphView): Add a compatiblity kludge for the
74: client side image map markup to make it work eg. with Mozilla
75: based browsers. Thanks to Christopher Wolf for the catch.
3.133 scop 76:
3.123 scop 77: 2004-01-31 Ville Skyttä <scop@FreeBSD.org>
78:
3.129 scop 79: * Release 2.9.2 (beta).
80:
3.125 scop 81: * cvsweb.cgi: Rework handling of forbidden files. forbidden_module()
82: and @HideModules had nothing to do with modules in CVS terminology,
83: and the implementation was broken. forbidden() and @ForbiddenFiles
84: now affect directories as well.
85:
3.128 scop 86: * cvsweb.conf: Sample regexp improvements, remove @HideModules,
87: disable Apache logo by default.
3.125 scop 88:
3.123 scop 89: * cvsweb.cgi: Path canonicalization/portability improvements, makes
3.124 scop 90: @ForbiddenFiles more robust against not-too-paranoid regexps.
3.123 scop 91:
3.126 scop 92: * cvsweb.cgi: Hide CVSROOT directories only directly below the root.
93:
3.127 scop 94: * README, README.FreeBSD: Combine into README.
95:
3.116 scop 96: 2004-01-24 Ville Skyttä <scop@FreeBSD.org>
97:
3.117 scop 98: * cvsweb.cgi: Add support for per file type external diff commands.
99: [Submitted by: Bryce Nesbitt <bryce1@obviously.com> (modified)]
100:
101: * cvsweb.conf (DIFF_COMMANDS): New, to support the above.
102:
3.120 scop 103: * cvsweb.cgi: Avoid some warnings when HTMLifying diffs and doing
104: revisionless checkouts (ie. HEAD), improve diff linking for binary
105: files, fix "as text" links for non-text/plain text files, make
3.122 scop 106: search_path a bit more robust.
3.116 scop 107:
3.122 scop 108: * cvsweb.conf (command_path): Change to a list for portability.
109:
3.121 scop 110: * cvsweb.cgi: Clean up IPC::Run usage; get rid of timeouts, they
111: seem to cause more harm than good.
112:
3.115 scop 113: 2004-01-21 Ville Skyttä <scop@FreeBSD.org>
114:
115: * cvsweb.cgi: Use only_complete in MIME::Types initialization
116: to get only useful entries: smaller memory footprint.
117:
3.113 scop 118: 2004-01-15 Ville Skyttä <scop@FreeBSD.org>
119:
3.114 scop 120: * cvsweb.cgi: Review, clean up and speed up regular expression
121: usage. Also change a few globals to constants.
122:
3.113 scop 123: * cvsweb.conf: Remove the $checkout_magic configuration variable.
124: Support for it has been apparently broken since 2000-10-10 so
125: probably nobody will miss it.
126:
3.112 scop 127: 2004-01-11 Ville Skyttä <scop@FreeBSD.org>
128:
129: * cvsweb.cgi: Lots of improvements in download/view linking
130: wrt. MIME types and binary files, avoid logging the file
131: multiple times when doing a checkout.
132: (VERSION): Set to 2.9.2-dev.
133:
134: * css/cvsweb.css (display-link): New.
3.111 scop 135:
136: * cvsweb.conf (long_intro): Improve.
137:
138: 2004-01-10 Ville Skyttä <scop@FreeBSD.org>
3.110 scop 139:
140: * cvsweb.cgi (download_link): Get rid of the open-in-new-window
141: code altogether. The end user should decide, not the sysadmin.
142:
143: * cvsweb.conf: Remove now unused parameters $open_extern_window,
144: $extern_window_height, and $extern_window_width.
145:
3.108 scop 146: 2003-10-25 Ville Skyttä <scop@FreeBSD.org>
147:
148: * cvsweb.cgi (doCheckout): Fix checkout from paths where the
149: top level directory starts with a dot, improve error message.
150: [Submitted by: David O'Shea <dcoshea@hotmail.com>]
151:
3.109 scop 152: * cvsweb.cgi: General error handling and message improvements.
153: Avoid "cvs export" for unsupported tarball requests.
154:
3.104 scop 155: 2003-10-05 Ville Skyttä <scop@FreeBSD.org>
156:
3.107 scop 157: * Release 2.9.1 (beta).
158:
3.105 scop 159: * cvsweb.cgi: Show contents of README.cvs(.html) in the dir view
160: header if such a file is present in the directory.
161:
3.104 scop 162: * cvsweb.cgi (human_readable_diff): Add some links to markup view.
163:
3.106 scop 164: * INSTALL: Clean up and add instructions for upgrading from 2.0.x.
165:
3.103 scop 166: 2003-10-02 Ville Skyttä <scop@FreeBSD.org>
167:
168: * cvsweb.cgi: Improve markup, change to XHTML 1.0 Transitional.
169:
3.102 scop 170: 2003-09-26 Ville Skyttä <scop@FreeBSD.org>
171:
172: * cvsweb.cgi: Pulling in the huge CGI module only for the sake
173: of query string parsing isn't quite worth it. Revert to a
174: homebrew implementation, use URI::Escape and grok semicolons as
175: separators.
176:
3.101 scop 177: 2003-09-15 Ville Skyttä <scop@FreeBSD.org>
178:
179: * cvsweb.cgi (cvswebMarkup): Add line numbers support to
180: internal "preformat-in-markup" mode. Prefer enscript(1) over
181: it (if enabled).
182:
3.96 scop 183: 2003-09-14 Ville Skyttä <scop@FreeBSD.org>
184:
185: * cvsweb.cgi: Rewrite tarball/zip creation using IPC::Run,
186: now works with mod_perl. Improve error handling, allow .tgz
187: extension for tarballs.
188:
3.97 scop 189: * cvsweb.cgi: Don't show tarball/zip download links if the
190: commands for creating them aren't available.
191:
3.99 scop 192: * cvsweb.cgi: Strict input checking and laundering, needed
193: for running under Perl 5.8 with taint checks enabled (PR 52386).
194: Use the CGI module for input parsing.
195:
3.100 scop 196: * cvsweb.cgi: More use of File::Spec for portability.
197:
3.98 scop 198: * cvsweb.conf: Improve documentation and default settings.
199:
3.94 scop 200: 2003-09-07 Ville Skyttä <scop@FreeBSD.org>
201:
202: * cvsweb.cgi: Don't offer tarball/zip downloads for empty dirs.
203:
3.95 scop 204: * cvsweb.cgi, cvsweb.css: Redesign option forms, general
205: markup improvements.
206:
3.92 scop 207: 2003-09-06 Ville Skyttä <scop@FreeBSD.org>
208:
3.93 scop 209: * cvsweb.cgi: Get rid of mod_perl specific code.
210: It's not needed and will only cause trouble because of subtle
211: differences between mod_perl 1 and 2.
212:
3.92 scop 213: * cvsweb.cgi: Try to find and cd into a readable directory
214: before doing any cvs or rcs operations for better support for
215: non-readable cgi-bin directories.
216:
3.91 scop 217: 2003-08-12 Ville Skyttä <scop@FreeBSD.org>
218:
219: * cvsweb.cgi, cvsweb.css: Use String::Ediff for Emacs-style
220: human readable ediffs if available.
221: [Submitted by: Bo Zou <boxzou@yahoo.com> (modified)]
222:
3.90 scop 223: 2003-08-08 Ville Skyttä <scop@FreeBSD.org>
224:
225: * cvsweb.cgi: Use IPC::Run instead of IPC::Open2 and IO::Pipe
226: for better portablity (eg. for mod_perl 1.99+).
227:
3.87 scop 228: 2003-08-03 Ville Skyttä <scop@FreeBSD.org>
229:
230: * cvsweb.cgi: Baby steps in use of File::Spec (0.8+) for
231: better portability.
3.89 scop 232:
233: * cvsweb.cgi: Implement enscript-colored diffs
234:
235: * cvsweb.cgi (doDiff): Use rcsdiff_options.
3.88 scop 236:
237: * cvsweb.conf (rcsdiff_options): New.
3.87 scop 238:
3.86 scop 239: 2003-07-30 Ville Skyttä <scop@FreeBSD.org>
240:
241: * cvsweb.conf-freebsd (prcategories): Bring up to date.
242: [Submitted by: simon@FreeBSD.org]
243:
3.85 scop 244: 2003-07-20 Ville Skyttä <scop@FreeBSD.org>
245:
246: * cvsweb.cgi: Make $cvstreedefault optional in cvsweb.conf,
247: improve error messages and warnings.
248: * cvsweb.conf: Doc updates.
249:
3.83 scop 250: 2003-06-25 Ville Skyttä <scop@FreeBSD.org>
251:
252: * cvsweb.cgi: Rework MIME type discovery, now uses
253: MIME::Types(3) if it's available.
3.84 scop 254: (cvswebMarkup): Use height="100%" for <embed>.
3.83 scop 255: * cvsweb.conf: Doc update, comment out '*' from %MTYPES.
256: [Heads up by: Daniel Wallner <daniel.wallner@bredband.net>]
257:
3.81 scop 258: 2003-06-24 Ville Skyttä <scop@FreeBSD.org>
259:
260: * cvsweb.cgi: Don't try to rlog(1) unreadable files
261: [Submitted by: Bernd Groh <bgroh@redhat.com> (modified)]
262:
263: * cvsweb.cgi (doGraphView): Make it work with multiple roots.
264: [Submitted by: Christophe Kalt <kalt@taranis.org>]
265:
3.82 scop 266: * cvsweb.cgi: Show binary (-kb) files with a different icon,
267: show keyword expansion mode in log view.
268: * cvsweb.conf: Add binfile to %ICONS.
269: * icons/binary.gif: New.
270: [Submitted by: Paul Gelderblom <paulgelderblom@bigfoot.com>]
271:
3.79 scop 272: 2003-05-04 Ville Skyttä <scop@FreeBSD.org>
273:
274: * cvsweb.cgi (cvswebMarkup): Implement line number output.
275: [Submitted by: Roy Smith <roy@panix.com> (modified)]
276:
3.80 scop 277: * cvsweb.conf (DEFAULTVALUE): Don't show line numbers by default.
3.79 scop 278: * enscript/lang_cvsweb.st: Support for line numbers.
279: * css/cvsweb.css (src): Ditto.
280: * README.FreeBSD: Ditto.
281:
3.78 scop 282: 2003-05-01 Ville Skyttä <scop@FreeBSD.org>
283:
284: * cvsweb.cgi (cvswebMarkup): Syntax highlighting with GNU Enscript.
285: * cvsweb.conf (CMD): Search for enscript.
286: * cvsweb.conf (allow_enscript, enscript_options, enscript_types): New.
287: * enscript/lang_cvsweb.st: New.
288: [Submitted by: Neal Horman <neal@wanlink.com> (modified)]
289:
290: * INSTALL: Document GNU Enscript stuff.
291: * README.FreeBSD: Ditto.
292:
3.75 scop 293: 2003-04-27 Ville Skyttä <scop@FreeBSD.org>
294:
295: * cvsweb.cgi: Nuke $verbose and some undefinedness warnings.
3.77 scop 296: Handle text/vnd.viewcvs-markup for interoperability/easier
297: migration from ViewCVS.
298:
299: * cvsweb.cgi (fileSortCmp): Sort parent dir first, then Attic.
300:
301: * cvsweb.cgi (htmlify): Don't link "man pages" that contain only
302: numbers and punctuation.
303:
304: * cvsweb.cgi (doGraphView): Prevent cross site scripting in
305: CvsGraph maps, output HTML 4.
306:
307: * INSTALL: Minimum supported CvsGraph version is 1.4.0.
3.75 scop 308:
3.74 knu 309: 2003-02-11 Akinori MUSHA <knu@iDaemons.org>
310:
311: * cvsweb.cgi (htmlify): Improve man page linking. [Requested by:
312: Yoshihiko SARUMARU <mistral@imasy.or.jp>]
313:
3.72 scop 314: 2002-12-23 Ville Skyttä <scop@FreeBSD.org>
315:
316: * cvsweb.conf*, cvsweb.cgi: Use $^O instead of `uname`.
317: See the perlport(1) manual page for $^O values.
318:
319: * cvsweb.conf (CMD): Prefer gtar over tar.
320: (zip_options): Add -q to prevent zip(1) from trashing error logs.
321:
3.73 scop 322: * cvsweb.cgi: Get rid of unsafe environment variables.
323: [Submitted by: Paul Gelderblom <paul.gelderblom@lostboys.nl>]
324:
3.70 scop 325: 2002-12-21 Ville Skyttä <scop@FreeBSD.org>
326:
327: * cvsweb.conf (file_list_len): New configuration variable.
328:
3.71 scop 329: * cvsweb.cgi (getDirLogs): Use $file_list_len to handle dirs
330: with lots of files.
3.70 scop 331: [Submitted by: Peter Klausner <peter.klausner@systor.com> and
332: Tomas Novak <tnovak@atrey.karlin.mff.cuni.cz> (modified)]
3.71 scop 333:
334: * cvsweb.cgi: Add case (in)sensitive sort option for files.
335: [Submitted by: Paul Gelderblom <paul.gelderblom@lostboys.nl>]
3.70 scop 336:
3.69 scop 337: 2002-11-24 Ville Skyttä <scop@FreeBSD.org>
338:
339: * cvsweb.cgi: Use File::Temp for creating temporary stuff,
340: only dirs for now, bump minimum Perl version to 5.005_03.
341:
3.67 scop 342: 2002-11-16 Ville Skyttä <scop@FreeBSD.org>
343:
3.68 scop 344: * cvsweb.cgi: Move CSS to external file, HTML escaping fixes.
3.67 scop 345: * cvsweb.conf: New configuration variable: $cssurl
346: * css/cvsweb.css: New.
347:
3.66 scop 348: 2002-11-13 Ville Skyttä <scop@FreeBSD.org>
349:
350: * cvsweb.cgi: Implement CvsGraph integration.
351: Thanks to CvsGraph and ViewCVS folks for ideas.
352:
353: * cvsweb.conf (allow_cvsgraph, cvsgraph_config): New variables.
354: (ICONS): Add graph icon.
355:
356: * icons/minigraph.png: New.
357:
358: * INSTALL, README.FreeBSD, TODO.FreeBSD: CvsGraph update.
359:
3.64 scop 360: 2002-10-21 Ville Skyttä <scop@FreeBSD.org>
361:
362: * cvsweb.cgi: More CSS'ifications.
3.65 scop 363: (htmlify): Improve URL regexp.
364:
3.64 scop 365: * cvsweb.conf: Remove many options obsoleted by use of CSS,
366: they'll be customizable again when the CSS moves to an external
367: file.
368:
3.63 scop 369: 2002-09-23 Ville Skyttä <scop@FreeBSD.org>
370:
371: * cvsweb.conf (annotate_options): New config variable.
372: * cvsweb.cgi (doAnnotate): Use @annotate_options.
373: [Idea from: Debian bug tracking system (#117112)]
374:
3.60 scop 375: 2002-08-16 Ville Skyttä <scop@FreeBSD.org>
376:
3.61 scop 377: * cvsweb.cgi (doAnnotate): Make annotate work under mod_perl.
378:
3.62 scop 379: * cvsweb.cgi (html_footer): Output address only if it's set.
380: [Obtained from: NetBSD (modified)]
381:
3.60 scop 382: * cvsweb.conf: Add -u to cvs_options by default on NetBSD.
383: [Obtained from: NetBSD]
384:
3.58 scop 385: 2002-08-04 Ville Skyttä <scop@FreeBSD.org>
386:
387: * cvsweb.cgi: Made annotate work against a read only repository.
388: This implementation uses the global -n option to cvs(1) if
389: any of the annotate dirs is not writable. If all are, we don't
390: use -n since locking ensures consistent annotations.
391: While working with this, noticed that annotate didn't work under
392: mod_perl, nor does it after this change.
393:
3.59 scop 394: * cvsweb.cgi: Fix annotate HTML output.
395:
3.57 scop 396: 2002-08-03 Ville Skyttä <scop@FreeBSD.org>
397:
398: * cvsweb.cgi: Escape filenames in directory listings.
399: Re-indentation, whitespace cleanup.
400:
3.56 scop 401: 2002-07-30 Ville Skyttä <scop@FreeBSD.org>
402:
403: * INSTALL: Recommend cvs >= 1.11, typo fixes.
404:
405: * cvsweb.conf (cvs_options): Mention cvs < 1.11 '-l' bug.
406:
3.55 scop 407: 2002-07-23 Ville Skyttä <scop@FreeBSD.org>
408:
409: * cvsweb.cgi: Fix diffs between tags.
3.54 scop 410:
411: * cvsweb.cgi: Release as FreeBSD-CVSweb 2.0.5.
412:
3.53 scop 413: 2002-07-18 Ville Skyttä <scop@FreeBSD.org>
414:
415: * cvsweb.cgi (chooseMirror):
416: Cleanup, sort and reformat mirror listing, fix HTML.
417:
418: * cvsweb.cgi (chooseCVSRoot):
419: Fix duplicate accesskeys and id's in the "front" page.
420:
421: * cvsweb.cgi (download_link):
422: Fix typo in JavaScript download window parameter.
423:
3.52 scop 424: 2002-07-14 Ville Skyttä <scop@FreeBSD.org>
425:
426: * cvsweb.cgi (download_link): Include query string in JavaScript
427: download links in order to unbreak downloads from non-default
428: CVS roots.
429: [Submitted by: Yann Droneaud <ydroneaud@meuh.eu.org>]
430:
3.51 scop 431: 2002-07-10 Ville Skyttä <scop@FreeBSD.org>
432:
433: * cvsweb.cgi: Don't display @ForbiddenFiles in directory
434: listings; also make sure their logs are not accessible via direct
435: URLs.
436:
3.50 scop 437: 2002-07-09 Ville Skyttä <scop@FreeBSD.org>
438:
439: * cvsweb.cgi (fileSortCmp): Fix dir sort order breakage when
440: there are rogue files in the repository dir and the sort order
441: is not by file name.
442: [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
443:
3.46 scop 444: 2002-07-06 Ville Skyttä <scop@FreeBSD.org>
445:
446: * cvsweb.conf (long_intro): Remove authors' email addresses.
447:
3.48 scop 448: * cvsweb.conf (cvs_options): Add -f; avoid reading ~/.cvsrc.
449:
3.47 scop 450: * cvsweb.cgi: Add some labels and access keys to form controls.
451:
3.49 scop 452: * cvsweb.cgi: Release as FreeBSD-CVSweb 2.0.4.
453:
3.44 scop 454: 2002-07-03 Ville Skyttä <scop@FreeBSD.org>
455:
456: * cvsweb.cgi: Remove an unused variable.
457:
3.45 scop 458: * README, cvsweb.cgi, cvsweb.conf:
459: Update various contact infos and links.
460:
3.41 scop 461: 2002-07-02 Ville Skyttä <scop@FreeBSD.org>
462:
463: * cvsweb.cgi (printLog): Remove extra <br> from first log message.
3.22 knu 464:
3.42 scop 465: * cvsweb.cgi: Variablize HTML metadata, add "generator".
466:
3.43 scop 467: * cvsweb.cgi: Close the CVSROOT/descriptions
468: filehandle after we're finished with it.
469:
3.34 knu 470: 2002-05-22 Akinori MUSHA <knu@iDaemons.org>
3.31 knu 471:
472: * cvsweb.cgi: Read configuration files with `do' instead of
473: `require' to unbreak mod_perl support.
3.32 knu 474: [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
3.31 knu 475:
476: * cvsweb.cgi: Cosmetic fixes. Use and/or rather than &&/|| to
477: connect sentences.
478:
479: * cvsweb.cgi: Exit with -1 if exec() fails.
480:
3.33 knu 481: * cvsweb.cgi: Do not print a redundant `Diff' for rev.1.1.
482: [Submitted by: Ville Skyttä <ville.skytta@iki.fi>]
3.34 knu 483:
484: * cvsweb.cgi: Prevent cross-site scripting.
485: [Submitted by: Motoyuki Konno <motoyuki@bsdclub.org> (modified)]
3.33 knu 486:
3.35 knu 487: * cvsweb.cgi: Skip a possible `locked by' clause and extract a
488: revision number out of a log entry properly.
489: [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
490:
3.36 knu 491: * cvsweb.cgi: Apply some HTML cleanups and use CSS instead of
492: ancient HTML 3/4 tags and attributes.
493: [Submitted by: Ville Skyttä <ville.skytta@iki.fi>]
494:
495: * cvsweb.cgi: Pass `use' features to import to make it more memory
496: efficient.
497: [Submitted by: Ville Skyttä <ville.skytta@iki.fi>]
498:
3.37 knu 499: * cvsweb.cgi: Add new configuration variables: $allow_log_extra,
500: $allow_dir_extra, and $allow_source_extra.
501: [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
502:
3.38 knu 503: * cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.2.
504:
3.39 knu 505: * cvsweb.cgi: Previous fixes against cross-site scripting
506: vulnerabilities were insufficient and buggy (error messages were
507: messed up). Revamp fatal() to HTML-quote automatically and fix
508: error message output.
509:
3.40 knu 510: * cvsweb.cgi: Release as FreeBSD-cvsweb 2.0.3.
511:
3.29 knu 512: 2002-05-11 Akinori MUSHA <knu@iDaemons.org>
513:
514: * cvsweb.cgi: There are no spaces at EOL in modern rlog output.
3.32 knu 515: [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
3.29 knu 516:
3.30 knu 517: 2002-05-08 Motoyuki Konno <motoyuki@FreeBSD.org>
518:
519: * cvsweb.cgi: Fix a cross-site scripting vulnerablity.
520:
3.28 knu 521: 2002-05-07 Akinori MUSHA <knu@iDaemons.org>
522:
523: * cvsweb.conf-netbsd, cvsweb.conf-openbsd: NetBSD and OpenBSD
524: don't use $CVSHeader$ but $Id$.
525: [Submitted by: motoyuki@FreeBSD.org]
526:
527: * cvsweb.cgi: Work around a bug of cvs -p; expand symlinks in a
528: cvsroot.
529: [Submitted by: motoyuki@FreeBSD.org]
530:
531: * cvsweb.cgi: Fix parsing in 'tags' state.
3.32 knu 532: [Submitted by: "Khachaturov, Vassilii" <vassilii@tarunz.org>]
3.28 knu 533:
3.25 knu 534: 2002-04-11 Akinori MUSHA <knu@iDaemons.org>
535:
536: * cvsweb.cgi, cvsweb.conf: Perform an HTML cleanup.
3.27 knu 537: [Submitted by: Ville Skyttä <ville.skytta@iki.fi>]
3.25 knu 538:
3.26 knu 539: * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.1.
540:
3.24 knu 541: 2002-04-05 Akinori MUSHA <knu@iDaemons.org>
542:
543: * INSTALL: Somehow description configuration doesn't work if you
544: put trailing /'s in module names, so fix the document for the
545: moment.
546: [Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>]
547:
548: 2002-02-06 Akinori MUSHA <knu@iDaemons.org>
549:
550: * cvsweb.cgi: Use TMPDIR instead of the hardcoded /tmp.
551:
552: * cvsweb.cgi: Never pass 'MAIN' to cvs(1). 'HEAD' is the valid
553: tag.
554:
3.22 knu 555: 2001-11-08 Akinori MUSHA <knu@iDaemons.org>
556:
557: * cvsweb.conf-freebsd: Allow downloading a tarball of a project
558: directory as well as a port directory.
3.20 knu 559:
3.23 knu 560: * cvsweb.cgi: Call this version FreeBSD-cvsweb 2.0.0.
561:
3.20 knu 562: 2001-10-11 Akinori MUSHA <knu@iDaemons.org>
3.21 knu 563:
564: * cvsweb.cgi, cvsweb.conf: Introduce optional output filter.
565: [Requested by: Shigeyuki Fukushima <shige@FreeBSD.org>]
3.20 knu 566:
567: * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
568: cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
569: cvsweb.conf-ruby: Add FreeBSD tags and adjust my vendor tags.
570:
3.19 knu 571: 2001-10-08 Akinori MUSHA <knu@iDaemons.org>
572:
573: * cvsweb.cgi: Fix a bug where it produces wrong download links
574: when cvsweb.cgi is placed right under the document root.
575: [Reported by: Arnaud on EFnet]
576:
3.18 knu 577: 2001-08-01 Akinori MUSHA <knu@iDaemons.org>
578:
579: * cvsweb.cgi: perltidy -i=8 -t -pt=2 -bt=2 -sbt=2 -ci=4 -noll -sfs
580: -nasc -ce
581:
582: * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
583: cvsweb.conf-openbsd, cvsweb.conf-ruby: perltidy -i=8 -t -pt=2 -bt=2
584: -sbt=2 -ci=4 -noll -sfs -nasc -ce
585:
586: * cvsweb.cgi, cvsweb.conf: MFZ 1.111, but introduce @ForbiddenFiles
587: instead of @DissallowRead to forbid user to cvs
588: checkout/diff/annotate specified files.
589:
590: * cvsweb.cgi: MFZ 1.112: A couple of trivial fixes.
591:
3.17 knu 592: 2001-07-26 Akinori MUSHA <knu@iDaemons.org>
593:
594: * cvsweb.cgi: Chdir to TMPDIR so it works even when the cgi-bin
595: directory is unreadable.
596: [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
597:
598: * cvsweb.cgi: Let the module/path box appear and work properly
599: when there is only one repository.
600: [Submitted by: Dmitry Morozovsky <marck@rinet.ru>]
601:
3.15 knu 602: 2001-07-06 Akinori MUSHA <knu@iDaemons.org>
603:
604: * cvsweb.cgi, cvsweb.conf: Support "zip" as an additional
605: archiver.
606:
3.16 knu 607: * cvsweb.cgi: MFZ 1.110. But the bug had already been fixed in
608: knu-cvsweb.
609:
3.14 knu 610: 2001-06-22 Akinori MUSHA <knu@iDaemons.org>
611:
612: * cvsweb.cgi: Get rid of a potential "uninitialized variable
613: usage" warning.
614: [Submitted by: Bill Fenner <fenner@FreeBSD.org>]
615:
3.13 knu 616: 2001-06-08 Akinori MUSHA <knu@iDaemons.org>
617:
618: * cvsweb.cgi: MFZ 1.109. Preset the global variable the stores
619: the per file cvs info to avoid accumulating cruft under modperl.
620:
3.12 knu 621: 2001-06-05 Akinori MUSHA <knu@iDaemons.org>
622:
623: * cvsweb.cgi: Change "Previous Directory" to "Parent Directory".
624:
625: * cvsweb.cgi: Properly HTML-quote function names in the colored
626: diff view.
627: [Submitted by: Ian Whalley <ian@whalley.org>]
628:
3.11 knu 629: 2001-05-18 Akinori MUSHA <knu@iDaemons.org>
630:
631: * cvsweb.cgi: Avoid localizing @_ to make threaded Perl happy.
632: [FreeBSD PR: 26851]
633: [Submitted by: David Wolfskill <dhw@whistle.com>]
634:
3.9 knu 635: 2001-05-10 Akinori MUSHA <knu@iDaemons.org>
636:
3.10 knu 637: * cvsweb.cgi: Correct a link in the navigation header.
3.9 knu 638: [Submitted by: Tanaka Akira <akr@m17n.org>]
639:
3.8 knu 640: 2001-05-08 Akinori MUSHA <knu@iDaemons.org>
641:
642: * cvsweb.cgi: Fix a typo and get diff -F RE to really work.
643:
3.7 knu 644: 2001-04-25 Akinori MUSHA <knu@iDaemons.org>
3.4 knu 645:
3.7 knu 646: * cvsweb.conf: Introduce the new knu-cvsweb site:
647: http://www.idaemons.org/~knu/cvsweb/
648:
649: * ChangeLog: Update and reformat.
650:
651: 2001-03-28 02:20 knu
652:
653: * cvsweb.cgi: Re-fix the bogus fix for the previous
654: colons-in-a-filename problem.
655: [Noted by: Yar Tikhiy <yar@freebsd.org>]
656:
657: 2001-03-28 01:39 knu
658:
659: * cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0
660: Transitional.
661: [Submitted by: Will Andrews <will@physics.purdue.edu>]
662: [Validated by: http://validator.w3.org/]
3.4 knu 663:
3.7 knu 664: 2001-03-23 04:46 knu
3.4 knu 665:
3.6 knu 666: * cvsweb.cgi: MFZ: 1.106. Do closedir() properly.
667:
3.7 knu 668: 2001-03-23 04:36 knu
669:
670: * ChangeLog: Add a log missed on 2001-02-01.
671:
672: 2001-03-23 04:29 knu
673:
674: * ChangeLog: Encode colons in file names properly.
675: [FreeBSD PR: 25963]
676: [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
677:
678: 2001-03-23 04:27 knu
679:
680: * cvsweb.cgi: Encode colons in file names properly.
681: [FreeBSD PR: 25963]
682: [Submitted by: Marc van Woerkom <3d@FreeBSD.org>]
683:
684: 2001-02-02 06:39 knu
3.5 knu 685:
686: * cvsweb.cgi: Use a fixed-width font in the colored diff view.
3.7 knu 687: [Requested by: Julian Elischer <julian@elischer.org>]
3.5 knu 688:
3.7 knu 689: 2001-01-29 12:54 knu
3.3 knu 690:
691: * cvsweb.cgi: Remove an obsolete notice: CVSWEB_CONFIG is disused.
692: One leftover substitution: "cvs" -> $CMD{cvs}
693:
3.7 knu 694: 2001-01-14 18:04 knu
695:
696: * cvsweb.conf: s/at here/here/
697:
698: 2001-01-13 16:48 knu
3.2 knu 699:
3.7 knu 700: * ChangeLog, README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
701: cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
702: cvsweb.conf-ruby: Add some knu-cvsweb info.
3.2 knu 703:
704: * cvsweb.cgi: MFZ: 1.105.
705:
706: * README.knu, TODO.knu, cvsweb.cgi, cvsweb.conf,
707: cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd,
708: cvsweb.conf-ruby: Change CVS tags: "Id" -> "Idaemons".
709:
3.7 knu 710: 2001-01-12 16:48 knu
711:
712: * ChangeLog: Add ChangeLog.
713:
3.1 knu 714: 2001-01-12 08:42 knu
715:
3.7 knu 716: * cvsweb.cgi: Clean up URI parser.
717:
718: * cvsweb.cgi: Workaround thttpd's buggy SCRIPT_NAME / PATH_INFO
719: parser.
720: [Requested by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
721:
722: * cvsweb.conf-freebsd, cvsweb.conf-netbsd, cvsweb.conf-openbsd:
3.1 knu 723: Allow downloading a single port/pkgsrc in tarball by default.
724:
725: 2001-01-12 03:17 knu
726:
727: * cvsweb.cgi, cvsweb.conf: D'oh, forgot to chomp the result of
728: `uname`.
3.7 knu 729: [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1 knu 730:
731: 2001-01-11 11:00 knu
732:
733: * cvsweb.cgi, cvsweb.conf: Oops.
734:
735: 2001-01-11 10:52 knu
736:
737: * cvsweb.cgi, cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
738: cvsweb.conf-openbsd: Run "tar cf - ... | gzip -c" rather than "tar
739: zcf - ..." to avoid tar(1)'s automatic padding of nulls to align
740: with the block size, which is just garbage for a receiver.
3.7 knu 741: [Noted by: Katsuyuki Komatsu <komatsu@sarion.co.jp>]
742:
743: * cvsweb.cgi: Have $uname variable to hold the OS implementation
744: name.
745:
746: * cvsweb.conf: Move %CMD's initialization part to the beginning of
747: cvsweb.conf so it can use $uname and configure properly for the
748: OS.
749:
750: * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
751: cvsweb.conf-openbsd: Wrap FreeBSD or OpenBSD specific features in
752: conditional blocks using $uname.
753:
754: * cvsweb.cgi: Fix some open() calls in good manners.
3.1 knu 755:
756: 2001-01-05 09:00 knu
757:
758: * cvsweb.cgi: Delete $ENV{PATH} before everything. (against -T
759: paranoia) It's nothing to worry since cvsweb.cgi always invokes
760: executables by full paths, though.
3.7 knu 761:
762: * cvsweb.cgi: Correct the error messages regarding $command_path.
3.1 knu 763:
764: 2001-01-03 17:57 knu
765:
3.7 knu 766: * cvsweb.cgi, cvsweb.conf: Don't rely on perl's $ENV{PATH} search.
3.1 knu 767: Search commands for itself and specify them by full paths.
768:
769: 2001-01-03 11:55 knu
770:
771: * README.knu, cvsweb.cgi: Don't forget to add $query to the URL
772: when redirecting. Now module alias redirection and Attic
773: redirection work with all sticky variables preserved. (Previously
774: they didn't work against a non-default cvsroot)
3.7 knu 775:
776: * cvsweb.cgi: Put a text field on each directory view that allows
777: user to jump directly to an arbitrary module, which can be
778: specified either by a full module/file path or by a module alias.
3.1 knu 779:
780: 2001-01-03 08:34 knu
781:
782: * README.knu, cvsweb.cgi, cvsweb.conf: List CVS repository entries
783: in the specified order, not alphabetical.
3.7 knu 784:
785: * README.knu, cvsweb.cgi, cvsweb.conf: Now /usr/local/etc/cvsweb/
786: is the default directory for configuration files.
3.1 knu 787:
788: 2001-01-02 21:23 knu
789:
790: * cvsweb.cgi, cvsweb.conf: Get cvsweb.cgi to run under perl -T.
3.7 knu 791:
792: * cvsweb.cgi: Change perl command line: Change perl5 to perl and
793: just declare `require 5.000'. Remove -s option that was intended
794: for debug use. Add -T option to perform security checks.
795:
796: * cvsweb.cgi: Change search paths for cvsweb.conf: Don't adopt the
797: value of $ENV{CVSWEB_CONFIG} that was intended for debug use.
798: Search the same directory that cvsweb.cgi is in instead of the
799: current directory.
800:
801: * cvsweb.cgi: Invoking `last' in `do { ... } while (0);' is wrong.
802: Change the loop to `while (1) { ... last; }'.
803:
804: * cvsweb.cgi, cvsweb.conf: Don't do chdir. Instead, use tar(1)'s
805: -C option and cvs(1) export's -d option.
806:
807: * cvsweb.cgi: Explicitly define $ENV{PATH}.
808:
809: * cvsweb.conf: Turn $allow_compress off by default so user can
810: debug cvsweb.cgi easily.
3.1 knu 811:
812: 2001-01-02 08:15 knu
813:
3.7 knu 814: * cvsweb.cgi: Add $prkeyword variable to allow user to use (e.g.)
815: `Bug' instead of `PR' as the bug report identifier.
816:
817: * cvsweb.conf, cvsweb.conf-freebsd, cvsweb.conf-netbsd,
818: cvsweb.conf-openbsd, cvsweb.conf-ruby: Add
819: cvsweb.conf-{freebsd,openbsd,netbsd,ruby} files, and move rather
820: FreeBSD specific configuration values to cvsweb.conf-freebsd.
821:
822: * cvsweb.conf: Add a %funcline_regexp entry for Ruby. (*.rb)
3.1 knu 823:
824: 2001-01-02 06:24 knu
825:
826: * cvsweb.conf: Add `pending' to the list of PR categories.
827:
828: 2001-01-02 05:57 knu
829:
830: * cvsweb.cgi: Reduce 'Use of uninitialized value' warnings.
3.7 knu 831: [Noticed by: Wolfram Schneider <wosch@schneider.org>]
3.1 knu 832:
833: 2000-12-30 08:56 knu
834:
3.7 knu 835: * cvsweb.cgi: Oops, I forgot "cvs export" always need a -r/-D.
3.1 knu 836: Specify -rHEAD when no tag/branch is defaulted.
837:
838: 2000-12-30 08:35 knu
839:
840: * cvsweb.cgi, cvsweb.conf: Add $preformat_in_markup variable and
841: turn it off by default. This option should be turned off when you
842: have files in the repository that are in a multibyte encoding which
843: uses HTML special characters ([<>&"]) as part of a multi-byte
844: character. (such as iso-2022-jp, ShiftJIS, etc.) Otherwise those
845: files will get screwed up in markup.
3.7 knu 846:
847: * cvsweb.conf: Fix for those systems which tar(1)'s are not GNU
848: tar(1): Add @tar_options variable and make the
849: --ignore-failed-read flag optional. Use cvs export instead of cvs
850: checkout, so the --exclude 'CVS' flag isn't needed.
851: [Noticed by: Christian Weisgerber <naddy@mips.inka.de>]
852:
853: * cvsweb.conf: Fix for those systems which cvs(1)'s don't support
854: -R option (Actually, only FreeBSD's and OpenBSD's cvs(1) support
855: it): Add @cvs_options and make the -R flag optional.
3.1 knu 856:
857: 2000-12-29 22:29 knu
858:
859: * cvsweb.cgi: Add charset to all text/* output, including diffs.
3.7 knu 860: [Submitted by: Alexey Zelkin <phantom@cris.net>]
3.1 knu 861:
862: 2000-12-29 18:12 knu
863:
864: * cvsweb.cgi: The use of `do "file"' is obsolete. Use require
865: instead.
866:
867: 2000-12-29 17:47 knu
868:
869: * cvsweb.cgi: Add the prototype declaration for hrefquote().
870:
871: 2000-12-29 03:17 knu
872:
873: * README.knu: Mention automatic tarball generation feature.
874:
875: 2000-12-29 03:16 knu
876:
3.7 knu 877: * TODO.knu: Directory sorting was fixed at the same time that
878: "show only tags" feature was fixed.
3.1 knu 879:
880: 2000-12-29 03:07 knu
881:
882: * cvsweb.cgi: Specify --ignore-failed-read on invoking tar(1).
883:
884: 2000-12-29 02:49 knu
885:
886: * cvsweb.cgi, cvsweb.conf: Add "automatic tarball generation"
887: feature. You can check out a whole directory in gzipped tarball.
3.7 knu 888: [Obtained from: Debian package: cvsweb_1.93-1]
889:
890: * cvsweb.cgi: Allow space characters in file names. (not tested
891: yet)
3.1 knu 892:
893: 2000-12-18 13:25 knu
894:
895: * TODO.knu, cvsweb.cgi: Revert MFZ: 1.103 -> 1.104 which introduced
896: a bogus bug. As noone seems to need to use 0.X revisions, I'd just
897: drop it. This should fix the "show only tags" feature.
898:
899: 2000-12-18 12:47 knu
900:
901: * cvsweb.cgi: Silence the warnings.
902:
903: 2000-12-18 11:48 knu
904:
905: * cvsweb.cgi: Add meta tags to prevent WWW robots from crawling
906: over the cvsweb.
3.7 knu 907: [Submitted by: Wolfram Schneider <wolfram@schneider.org>]
3.1 knu 908:
909: 2000-12-08 00:11 knu
910:
911: * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
912: (again)
913:
914: 2000-12-07 03:20 knu
915:
916: * TODO.knu: Mention "show only tags" feature breakage.
917:
918: 2000-12-07 03:19 knu
919:
920: * cvsweb.cgi: Emit a rather better error message when a user
921: requests to check out a deleted file.
3.7 knu 922: [Pointed out by: Chris Faulhaber <jedgar@fxp.org>]
923:
924: * cvsweb.cgi: Cut an out-of-date error message. (adding -R and -l
925: options to the cvs command line should have obsoleted it)
926:
927: * cvsweb.cgi: Optimize, clean up.
3.1 knu 928:
929: 2000-11-23 04:26 knu
930:
931: * cvsweb.cgi, cvsweb.conf: Add a new variable $charset to specify
932: the charset for HTML output.
3.7 knu 933: [Submitted by: SADA Kenji <sada@bsdclub.org>]
3.1 knu 934:
935: 2000-11-05 00:32 knu
936:
937: * cvsweb.cgi: Silence `Use of uninitialized value' warnings.
938:
939: 2000-11-03 02:36 knu
940:
941: * README.knu: Mention cat.1 is hyperlinked as well as cat(1).
942:
943: 2000-11-03 02:34 knu
944:
3.7 knu 945: * cvsweb.cgi: MFZ: 1.104: ("Allow for 0.X versions. CVS accepts
946: such version numbers in import -b even if not strictly legal...")
3.1 knu 947:
948: 2000-11-03 02:33 knu
949:
950: * cvsweb.conf: Set the default diff type to unidiff for all
951: browsers, not only text-based ones.
952:
953: 2000-10-21 00:46 knu
954:
955: * cvsweb.cgi: Always give options to click on a non-colored diff
956: _and_ a colored diff.
3.7 knu 957: [Requested by: SO many people :>]
3.1 knu 958:
959: 2000-10-20 22:59 knu
960:
961: * TODO.knu: Hyperlinking was properly fixed.
962:
963: 2000-10-20 21:28 knu
964:
965: * TODO.knu, cvsweb.cgi: Fix htmllify so that <A href="...">...</A>
966: won't nest. :)
3.7 knu 967:
968: * cvsweb.cgi: Do not show additional "(colored)" diff links when
969: long colored diff is the default.
970:
971: * cvsweb.cgi: Reduce the use of `.' operator that is known to be
972: expensive. Fix indent, clean up.
3.1 knu 973:
974: 2000-10-11 06:14 knu
975:
976: * cvsweb.cgi: Introduce a new function: htmlquote().
3.7 knu 977:
978: * cvsweb.cgi: Clean up hyperlink tags.
979:
980: * cvsweb.cgi: Use &link() instead of <a href="...">...</a>.
981:
982: * cvsweb.cgi: Do urlencode() or htmlquote() as appropriate.
3.1 knu 983:
984: 2000-10-11 03:48 knu
985:
986: * cvsweb.cgi: - Recognize "links" as another text mode browser. -
987: Fix the revision links in the annotation view of a file.
3.7 knu 988: [Submitted by: Christian Weisgerber <naddy@mips.inka.de>]
3.1 knu 989:
990: 2000-10-07 16:44 knu
991:
992: * cvsweb.cgi: Fix &link() not to put a redundant trailing LF.
3.7 knu 993:
994: * cvsweb.cgi: Improve manpage linking to support "foo.1" as well
995: as "foo(1)".
3.1 knu 996:
997: 2000-10-07 16:35 knu
998:
999: * cvsweb.cgi: Fix screwups in the last commit.
3.7 knu 1000:
1001: * cvsweb.cgi: Parse rlog's output explicitly. Recognize 77 ='s as
1002: a file separator, and 28 -'s as revision separator.
1003: [Submitted by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1 knu 1004:
1005: 2000-10-03 04:07 knu
1006:
1007: * cvsweb.cgi: Cleanup $barequery generation. Undefine "my"
1008: variables when they are done.
1009:
1010: 2000-10-01 05:10 knu
1011:
3.7 knu 1012: * cvsweb.cgi: Fix annotation bugs.
1013:
1014: * cvsweb.cgi: Do not pass gzip'ed directives to cvs. (it never
1015: worked, sigh)
1016:
1017: * cvsweb.cgi: Fix mis-spacing. Now it should look pretty well.
3.1 knu 1018:
1019: 2000-10-01 03:48 knu
1020:
1021: * INSTALL, cvsweb.cgi: Specify -R (Read-only mode) and -l (Do not
1022: log in history) flags when doing a cvs annotation so that one does
1023: not need to turn on the write permission on CVSROOT/history for the
1024: user which httpd runs cvsweb.cgi as. (typically "nobody")
1025:
1026: 2000-10-01 03:27 knu
1027:
1028: * cvsweb.cgi: Fix the comment to make how to set $config clear.
3.7 knu 1029: [Inspired by: "Dan Langille" <dan@langille.org>]
3.1 knu 1030:
1031: 2000-09-29 03:06 knu
1032:
1033: * cvsweb.cgi: Trap errors in the configuration files on loading and
1034: show error messages. (Previously it failed silently)
3.7 knu 1035: [Submitted by: Sean Scarff <sean@pavilion.net>]
3.1 knu 1036:
1037: 2000-09-22 20:13 knu
1038:
1039: * cvsweb.cgi, cvsweb.conf: Remove $backcolor and introduce
1040: $body_tag_for_src to allow to set the foreground color.
3.7 knu 1041: [Noticed by: dcs@FreeBSD.org]
3.1 knu 1042:
1043: 2000-09-22 00:30 knu
1044:
1045: * cvsweb.cgi: MFZ: 1.103.
1046:
1047: 2000-09-20 05:07 knu
1048:
3.7 knu 1049: * cvsweb.cgi: Follow tab-width/tabstop/ts directives when
1050: expanding tabs into spaces. Currently, only first 10 lines are
1051: scanned for the directives.
3.1 knu 1052:
1053: 2000-09-20 04:57 knu
1054:
3.7 knu 1055: * cvsweb.cgi: MFZ: 1.101.
1056:
1057: * cvsweb.cgi: Fix a few bugs under mod_perl.
1058:
1059: * cvsweb.cgi: Use the Compress::Zlib module if available.
1060:
1061: * cvsweb.cgi: Embed PDF files inside the cvs markup view.
3.1 knu 1062:
1063: 2000-09-20 03:35 knu
1064:
3.7 knu 1065: * cvsweb.cgi: s/ts/tabstop/ that I forgot to substitute in the
1066: last update.
3.1 knu 1067:
1068: 2000-09-12 02:11 knu
1069:
1070: * cvsweb.cgi: Allow one to set the default diff type.
3.7 knu 1071: [Inspired by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org>]
3.1 knu 1072:
1073: 2000-09-10 20:54 knu
1074:
1075: * cvsweb.cgi: Clean up spacedHtmlText().
1076:
1077: 2000-09-05 00:55 knu
1078:
1079: * README.knu: Mention revision numbers hyperlinking in annotation.
1080:
1081: 2000-09-05 00:53 knu
1082:
1083: * cvsweb.cgi: Get the revision numbers in annotation available as
1084: hyperlinks.
3.7 knu 1085: [Requested by: Josef Karthauser <joe@pavilion.net>]
3.1 knu 1086:
1087: 2000-09-04 23:50 knu
1088:
3.7 knu 1089: * cvsweb.cgi: Fix previously introduced incorrect fix.
3.1 knu 1090: s/\s+\n$//; --> s/\s+$/\n/;
3.7 knu 1091: [FreeBSD PR: misc/20989]
1092: [Submitted by: Tony Finch <dot@dotat.at>]
3.1 knu 1093:
1094: 2000-09-04 03:25 knu
1095:
1096: * README.knu, cvsweb.cgi, cvsweb.conf: Introduce manpage
1097: hyperlinking.
1098:
1099: 2000-09-04 02:33 knu
1100:
1101: * cvsweb.cgi: Get all mail URLs and addresses as hyperlinks, not
1102: just the first one. (s/// --> s///g)
1103:
1104: 2000-08-25 18:01 knu
1105:
1106: * cvsweb.cgi: Get side-by-side diff working when $showfunc is true,
1107: noting that `-p' option of diff(1) can only be used with context
1108: and unified diffs.
3.7 knu 1109: [Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>]
1110:
1111: * cvsweb.cgi: Allow to specify CVS tags or branch names (including
1112: `.' and `HEAD') on cvs checkout.
1113: (e.g. http://foo/cvsweb.cgi/bar/dood.c?rev=.
1114: http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4
1115: http://foo/cvsweb.cgi/bar/dood.c?rev=RELENG_4_1_0_RELEASE)
3.1 knu 1116: Not for diff currently, as rcsdiff does not grok CVS tags.
3.7 knu 1117: [Inspired by: Folks at the FreeBSD cvs-all list.]
1118:
1119: * cvsweb.cgi: Specify `-R' (turn on read-only repository mode) and
1120: `-l' (do not log in the command history) on cvs checkout, so that
1121: one does not need a write permission with the repository.
3.1 knu 1122:
1123: 2000-08-25 00:53 knu
1124:
1125: * cvsweb.cgi: MFZ 1.94.
1126:
1127: 2000-08-16 05:39 knu
1128:
1129: * cvsweb.conf: Turn evil $hr_ignwhite off.
1130:
1131: 2000-08-15 17:35 knu
1132:
3.7 knu 1133: * cvsweb.cgi: Fix cvsweb.cgi's hidden bug: s/\s+$//; -->
3.1 knu 1134: s/\s+\n$//;
3.7 knu 1135:
3.1 knu 1136: Whitespace cleanup.
1137:
1138: 2000-08-15 15:54 knu
1139:
1140: * cvsweb.cgi: Declare prototypes and shut up warnings.
3.7 knu 1141:
1142: * cvsweb.cgi: Remove redundant white space at the end of lines.
3.1 knu 1143:
1144: 2000-08-14 03:58 knu
1145:
1146: * cvsweb.cgi: Use cvsweb.conf* in the current directory when they
1147: don't exist in /usr/local/etc/.
1148:
1149: 2000-08-01 21:42 knu
1150:
1151: * cvsweb.cgi: #!/usr/bin/perl -> #!/usr/bin/perl5
1152:
1153: 2000-07-29 21:41 knu
1154:
1155: * cvsweb.cgi: Resurrect $Revision$ tags of Zeller's version.
1156:
1157: 2000-07-29 21:10 knu
1158:
1159: * cvsweb.cgi: Change $prcgi to include `?pr=' part for such as
1160: NetBSD.
1161:
1162: 2000-07-29 21:04 knu
1163:
1164: * cvsweb.conf: Change $prcgi to include `?pr=' part for such as
1165: NetBSD.
1166:
1167: 2000-07-29 20:16 knu
1168:
1169: * README.knu: Add an RCS tag.
1170:
1171: 2000-07-29 20:07 knu
1172:
1173: * README.knu: Add README.knu to document the enhancements over
1174: Zeller's version.
1175:
1176: 2000-07-29 18:24 knu
1177:
1178: * cvsweb.cgi: Another STDERR bit. (I only did 1/2 previously..)
1179:
1180: 2000-07-29 06:38 knu
1181:
1182: * cvsweb.cgi: D'oh. Correct @stickyvars.
1183:
1184: 2000-07-29 04:38 knu
1185:
3.7 knu 1186: * cvsweb.cgi: Output diffs in unidiff format for text-based
1187: browsers. (by default)
1188:
1189: * cvsweb.conf: Convert freebsd.org to FreeBSD.org.
3.1 knu 1190:
1191: 2000-07-29 02:24 knu
1192:
3.7 knu 1193: * cvsweb.cgi: Merge From Zeller: 1.93
1194:
1195: * cvsweb.cgi: Use CR LF in HTTP header.
1196:
1197: * cvsweb.cgi: Redirect STDERR to /dev/null before executing rlog
1198: instead of closing it.
3.1 knu 1199:
1200: 2000-07-28 01:16 knu
1201:
1202: * cvsweb.cgi, cvsweb.conf: Clean up.
3.7 knu 1203:
1204: * cvsweb.cgi, cvsweb.conf: Replace $hr_funout with $showfunc and
1205: always show function names if defined. (It has been only for
1206: human readable format until this change)
3.1 knu 1207:
1208: 2000-07-20 20:52 knu
1209:
1210: * cvsweb.cgi: Allow to use `!!CVSROOTdescr!!' in $long_intro to
1211: embed per CVSROOT description.
1212:
1213: 2000-07-20 20:14 knu
1214:
1215: * cvsweb.conf: Make $hr_funout default.
1216:
1217: 2000-07-20 20:06 knu
1218:
1219: * cvsweb.conf: Display my mail address instead of Zeller's.
1220:
1221: 2000-07-20 06:59 knu
1222:
1223: * INSTALL, README, TODO, cvsweb.cgi, cvsweb.conf, icons/back.gif,
1224: icons/dir.gif, icons/miniback.gif, icons/minidir.gif,
1225: icons/minitext.gif, icons/text.gif: Start point.
1226:
CVSweb