aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Collapse)AuthorAgeFilesLines
* Can now query for a specified field being changed at a specified time,terry%netscape.com1999-03-241-0/+1
| | | | optionally to a specified value.
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-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.
* Added a "disallownew" field to the products table. If non-zero, thenterry%netscape.com1999-03-041-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.)
* Updated version string to 2.3 (development)terry%netscape.com1999-02-111-1/+1
|
* Updated version string to 2.2 (shipping)terry%netscape.com1999-02-111-1/+1
|
* Added support for URLs that describe the milestones for various projects.terry%netscape.com1999-02-031-3/+10
|
* Some installations of perl seem very picky about their regexps.terry%netscape.com1999-01-301-2/+2
|
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-0/+12
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* Reworked the rep_platform and op_sys fields. BEWARE; this includesterry%netscape.com1998-12-041-5/+2
| | | | some changes to the database schema!
* Added new "products" table, which contains a description for eachterry%netscape.com1998-10-071-0/+8
| | | | | product. This description is presented when the user is entering a new bug.
* Whoops. Ignore anything that tries to override the version number interry%netscape.com1998-09-191-0/+6
| | | | the params file.
* Updated version string to 2.1 (development)terry%netscape.com1998-09-191-1/+1
|
* Updated version string to 2.0 (shipping)terry%netscape.com1998-09-191-1/+1
|
* Updated version string to 1.3 (development)terry%netscape.com1998-09-191-1/+1
|
* Add simple support for a version string.terry%netscape.com1998-09-191-0/+3
|
* Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users.terry%netscape.com1998-09-171-1/+1
|
* Whoops; a bad username was causing perl warning messages.terry%netscape.com1998-09-161-1/+1
|
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-0/+495