summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Collapse)AuthorFilesLines
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-19Fixed stupid perl warnings.terry%mozilla.org1-0/+23
1999-10-12Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1-1/+1
in the bug.
1999-10-12Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1-0/+1
of votes that have been cast for that bug. This let me simplify the SQL in buglist.cgi, which makes things more efficient and fixes several strange bugs.
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-2/+27
be fixed.
1999-08-31Updated version string to 2.7 (development)terry%mozilla.org1-1/+1
1999-08-31Updated version string to 2.6 (shipping)terry%mozilla.org1-1/+1
1999-08-19Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optionalterry%mozilla.org1-3/+5
entry of the user's realname. Note that nothing actually makes use of this info at present.
1999-06-15Assorted minor UI cleanups (mostly putting navigation headers in, andbryce-mozilla%nextbus.com1-1/+1
rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html
1999-06-12Display components in alphabetical order.terry%mozilla.org1-1/+1
1999-05-25Get rid of stupid debugging code.terry%mozilla.org1-5/+0
1999-05-01Updated version string to 2.5 (development)terry%mozilla.org1-1/+1
1999-05-01Updated version string to 2.4 (shipping)terry%mozilla.org1-1/+1
1999-04-22Fixed a bug where the long descriptions of bugs had a variety ofterry%netscape.com1-1/+7
newline characters at the end, depending on the operating system of the browser that submitted the text.
1999-03-24Can now query for a specified field being changed at a specified time,terry%netscape.com1-0/+1
optionally to a specified value.
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-1/+28
put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
1999-03-04Added a "disallownew" field to the products table. If non-zero, thenterry%netscape.com1-2/+8
don't let people file new bugs against this product. (This is for when a product is retired, but you want to keep the bug reports around for posterity.)
1999-02-11Updated version string to 2.3 (development)terry%netscape.com1-1/+1
1999-02-11Updated version string to 2.2 (shipping)terry%netscape.com1-1/+1
1999-02-03Added support for URLs that describe the milestones for various projects.terry%netscape.com1-3/+10
1999-01-30Some installations of perl seem very picky about their regexps.terry%netscape.com1-2/+2
1999-01-28Added three new fields (which appear in the UI only if params areterry%netscape.com1-0/+12
turned on): target_milestone, qa_contact, and status_whiteboard.
1998-12-04Reworked the rep_platform and op_sys fields. BEWARE; this includesterry%netscape.com1-5/+2
some changes to the database schema!
1998-10-07Added new "products" table, which contains a description for eachterry%netscape.com1-0/+8
product. This description is presented when the user is entering a new bug.
1998-09-19Whoops. Ignore anything that tries to override the version number interry%netscape.com1-0/+6
the params file.
1998-09-19Updated version string to 2.1 (development)terry%netscape.com1-1/+1
1998-09-19Updated version string to 2.0 (shipping)terry%netscape.com1-1/+1
1998-09-19Updated version string to 1.3 (development)terry%netscape.com1-1/+1
1998-09-19Add simple support for a version string.terry%netscape.com1-0/+3
1998-09-17Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users.terry%netscape.com1-1/+1
1998-09-16Whoops; a bad username was causing perl warning messages.terry%netscape.com1-1/+1
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-0/+495