Commit graph

71 commits

Author SHA1 Message Date
Wolfram Schneider
243e91422b Add sort by knob for freebsd mailinglists search. Values are author, date,
subject and score. Score is the default sort option.
1997-11-08 18:22:27 +00:00
Wolfram Schneider
98aa89eea4 Add link to the sources of a port at the bottom of the description page 1997-11-08 14:21:32 +00:00
Wolfram Schneider
7b590c20f9 The characters )>,; are not part of an URL
Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1997-11-04 13:00:05 +00:00
Bill Fenner
d5095625d8 Quote arguments to query-pr so that multi-word arguments
can be used in the query.
1997-10-27 05:10:43 +00:00
Wolfram Schneider
9b3e1564d3 Disable on-the-fly compression, not supported by ftp.freebsd.org 1997-10-24 13:50:01 +00:00
Wolfram Schneider
2376b1a8ff Update release date of 2.2.5R.
Switch to international date format for cvs -D<date>.
1997-10-13 22:30:18 +00:00
Wolfram Schneider
5ba4a59590 Verify the recipient address. 1997-10-13 22:27:37 +00:00
Wolfram Schneider
492bfc51f5 Use url.cgi for DESCR link. 1997-10-11 15:58:38 +00:00
Wolfram Schneider
0dc3227592 url.cgi - make plain text URLs clickable 1997-10-11 15:58:11 +00:00
Wolfram Schneider
798ebfd9f5 Add releases '2.2.5' and 'stable'.
Make 'stable' the default release for searching.
1997-10-06 13:44:23 +00:00
Wolfram Schneider
75d0d78863 Print RUN_DEPENDS in `Requires' field too, not only BUILD_DEPENDS.
Pointed out by: Thomas Gellekum <tg@ihf.rwth-aachen.de>
1997-10-06 11:38:27 +00:00
Wolfram Schneider
274c3c80b7 switch to international standard date notation 1997-10-03 16:04:25 +00:00
Wolfram Schneider
3ac239060c Add ending '/' to Browse link, we moved from ftp to http protocol. 1997-10-03 14:09:25 +00:00
Wolfram Schneider
56f2129c34 Update man.cgi URL. 1997-09-28 09:24:40 +00:00
Wolfram Schneider
29e6e1fbbb Redirect FreeBSD man script. 1997-09-27 21:27:18 +00:00
Wolfram Schneider
b329b3e87b Install ports.cgi pds.cgi 1997-09-19 20:45:48 +00:00
Wolfram Schneider
57bc7f5e4f ports.cgi - search engine for FreeBSD ports
o search for a port by name or description
		o search for new or updated ports

pds.cgi - FreeBSD Ports download sources cgi script
		print a list of source files for a port
1997-09-19 16:47:40 +00:00
Wolfram Schneider
fb32a4963d Install missing_handler.cgi 1997-09-09 17:51:04 +00:00
Bill Fenner
2437b7a96d Hide Attic directories by default; show files that are in the Attic in their
old location with an "(in the Attic)" notation.
Make queries sticky so that only_on_branch &c can live across directory
 traversals.
Learn about file death.
1997-07-19 00:54:40 +00:00
Wolfram Schneider
499820461d missing_handler.cgi - User friendly error response (Apache style)
default apache message:
----------------------------------------------------------------------
File Not found
The requested URL /~wosch/test/bla was not found on this server.
----------------------------------------------------------------------

missing_handler.cgi message:
----------------------------------------------------------------------
                      FreeBSD.org - Document not found

  The file

     http://www.FreeBSD.org/~wosch/test/bla

  does not exist at this server. You are coming from

     http://www.freebsd.org/~wosch/test/error.html.

  The closest match to your request is http://www.freebsd.org.
  Please contact the server administrator wosch@FreeBSD.org.

  Thank you very much!

    _________________________________________________________________

<footer>
----------------------------------------------------------------------
1997-07-17 17:30:20 +00:00
Bill Fenner
519481482d Teach cvsweb about the "branch:" RCS header
Print out information about branch points as well as branches.
Don't use user input in regexp's (e.g. turned /^${module}\s+(\S+)/o
    into /^(\S+)\s+(\S+)/o && $module eq $1) to avoid "foo.c++"
    regex error
Add to safeglob() a little (although it's still not used yet)
1997-07-01 22:19:57 +00:00
Masafumi Max NAKANE
d80b44fe93 Add $Id$. 1997-07-01 05:38:16 +00:00
Megan McCormack
ec757edec8 Made registration to announce@freebsd.org immediate. 1997-06-24 03:20:57 +00:00
John Fieber
977fa4e1c7 Make cgi scripts inherit the new "look and feel". 1997-06-10 12:47:11 +00:00
Megan McCormack
7a7698c3c3 Shiny new logo for FreeBSD web pages. New index.html made from defunct welcome.html.
Navigaton bars on index.html and second level pages. Registration page added.
1997-06-10 04:48:09 +00:00
Bill Fenner
92aaee87ef Stefan's cvsweb commit made me realize that I forgot to committed this
stuff after testing it, since I had fixed that bug already.  Oops!

- Added "?only_on_branch=RELENG_2_2" (e.g.) support and form to select
- Make diff requests refer to foo.diff so browsers don't tend to overwrite
  source files with diff's
- Get rid of content-transfer-encoding: x-gzip since it's not sufficiently
  standard
- Parse PR references in log messages
- Add side-by-side as a diff option (?f=s)
- Use &html_header() to get consistent look for error messages
- Make checkout and diff into functions for flexibility
1997-04-30 18:25:05 +00:00
Stefan Bethke
98fe3939f7 When entering a path starting with a valid module name, but ending in an
non-existing  file or directory, a redirect to exactly the same locations
was issued, instead of an error messages.
Reported by Jan Schreiber <akira@loopback.org>
1997-04-30 07:35:11 +00:00
Bill Fenner
3d32f310e8 Allow module name followed by a filename, e.g.
http://www.freebsd.org/cgi/cvsweb.cgi/mrouted/main.c
Fix the revision comparison function; diff's between branch and head
	are no longer reversed.
1997-03-20 01:36:20 +00:00
Bill Fenner
7eb3e626e9 Properly quote the synopsis and email address to create a legal
mtailto: URL.
1997-03-19 21:25:29 +00:00
Andrey A. Chernov
bb99a36216 Fix ftp2.ru 1997-03-11 15:23:27 +00:00
Bill Fenner
81d2c6707f Add tags and branches to the list of things that get anchors, e.g.
you can also say things like #RELENG_2_2 or #RELENG_2_1_6_1_RELEASE

Allow specifying a module name, e.g. http://.../cvsweb.cgi/mrouted
will give you a redirect to .../cvsweb.cgi/src/usr.sbin/mrouted
1997-02-03 20:47:12 +00:00
Peter Wemm
2db504acb3 Add missing semicolon from rev 1.10 1997-02-03 18:20:27 +00:00
Martin Cracauer
14c342489f Adds a <a NAME="..."> tag for each revision, so that outside
programs can add links to individual revisions.
i.e: http://www.freebsd.org/cgi/cvsweb.cgi/src/Makefile#1.117
1997-02-03 15:14:22 +00:00
Paul Traina
334292f2a1 Whoops, missed one sub-patch... use new category list 1997-02-02 22:07:01 +00:00
Paul Traina
90b58e3bf8 Make it easier to re-use this code for other gnats databases:
Get bug categories from gnats directly (remove hard coding)
    Create project/mailing list definitions and use them.

Make some of the perl code cleaner (my fault for bad original coding styles).
1997-02-02 22:03:29 +00:00
Bill Fenner
e3f90072ac Make the query formulator into a table, which looks much nicer.
It still looks OK ('tho a teeny bit weird) on browsers that
don't support tables (well, at least an old version of lynx)
1997-02-02 17:50:04 +00:00
Andrey A. Chernov
c8a9a1e1ca Add 3rd Russian mirror 1997-01-28 05:49:43 +00:00
Jordan K. Hubbard
fa665aa4c8 Point curator at gallery@freebsd.org alias so we can simply manipulate
it at will to deal with changing circumstances.
1997-01-12 05:13:22 +00:00
Andrey A. Chernov
e489f7ae50 Add yet one Russian mirror 1997-01-08 13:18:12 +00:00
Ade Barkah
021691a1ae Added dosendpr.cgi, freebsd.def, html.pl into the build process. 1997-01-05 20:06:23 +00:00
Ade Barkah
5a1cd24daa Add required CGI support files. 1997-01-04 20:02:46 +00:00
Ade Barkah
cae4a77425 To unify all the cgi scripts under one directory in the repository. 1997-01-04 19:54:51 +00:00
Ade Barkah
3b526e6e76 Backout from adding sendpr.cgi. It was dosendpr.cgi which needed to
be added.
1997-01-04 19:53:30 +00:00
Ade Barkah
9184657d4d Added this file to unify all cgi scripts into one repository. 1997-01-04 19:48:28 +00:00
Bill Fenner
da7b5cb97e Add "submit followup" link to mailto:freebsd-gnats-submit . 1996-12-17 17:12:00 +00:00
Peter Wemm
181191f157 remove (apparently) unused variable $query_state;
add -c option for text mode only - allow confidential PR's in report.
add -C option for text mode only - only show confidential PR's in report.
1996-12-17 04:07:33 +00:00
Peter Wemm
92a876be7a Missing \n in text mode 1996-12-17 04:03:41 +00:00
Peter Wemm
583b3f8ad3 Kill a case where it spits out HTML while running in text mode 1996-12-17 03:58:53 +00:00
John Fieber
bc238af7bd Change Charles' address. 1996-12-13 16:24:32 +00:00
John Fieber
6a7b328bcd Duh. Perl likes semicolons at the end of statements. 1996-12-12 23:53:55 +00:00