summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
AgeCommit message (Collapse)AuthorFilesLines
2000-03-11Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org1-88/+2
the difference between new comments and people copying stuff in from old comments.
2000-03-11Never let ", <, or > be matched as part of a URL.terry%mozilla.org1-1/+1
2000-03-08Patch by Peter Schweiger <schweiger.peter@litef.de> -- date formattingterry%mozilla.org1-1/+1
string wasn't working with modern MySQL engines.
2000-02-18Display all possible state transitions in a bug if the user is notterry%mozilla.org1-4/+11
logged in. Since they haven't logged in, we don't know what they will be allowed to do. And users who disable cookies tend to pretty often not be logged in.
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-33/+67
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
2000-02-03Simplify dependency wording.terry%mozilla.org1-2/+2
2000-01-27Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugsterry%mozilla.org1-2/+2
should be relative URLs, not absolute.
2000-01-17Add a space after the comma when listing a bug with multiple keywords,terry%mozilla.org1-1/+1
to be consistant with the way it gets listed in bug lists.
2000-01-15Added a missing PutFooter().terry%mozilla.org1-0/+1
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-0/+2
me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
2000-01-07Add support for a new "keywords" feature. This lets some centralterry%mozilla.org1-0/+19
authority maintain a list of keywords, and users can associate any keyword with any bug. The new functionality won't appear until at least one keyword is defined. Note that you *must* run the "checksetup.pl" script after updating this change, in order to create the new required tables "keywords" and "keyworddefs".
1999-12-04Oops; previous patch caused extra percent-signs to appear in installations ↵terry%mozilla.org1-1/+1
running older versions of MySQL.
1999-12-04Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵terry%mozilla.org1-3/+3
formats.
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-19Fixed stupid perl warnings.terry%mozilla.org1-0/+16
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-6/+18
be fixed.
1999-08-30Don't spuriously quote newlines in the comment description.terry%mozilla.org1-0/+1
1999-07-09More tiny battles in the HTML syntax error warbryce-mozilla%nextbus.com1-1/+1
1999-06-15Fix several browsers, Lynx and Opera at least. HTML syntax errors herebryce-mozilla%nextbus.com1-7/+2
and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it.
1999-05-27Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1-19/+63
other ones.
1999-05-26Fixed bug 7000 -- handle hyphens in hostnames of email addresses whenterry%mozilla.org1-1/+1
highlighting.
1999-05-26Avoid mid-air collisions (implementing a suggestion byterry%mozilla.org1-2/+6
py8ieh=bugzilla@bath.ac.uk).
1999-05-11Give better error messages when we can't display a bug.terry%mozilla.org1-8/+19
1999-04-28Added links to "a duplicate of" bug ids.terry%netscape.com1-1/+8
1999-04-28Added a link from a bug that points back to itself, so you canterry%netscape.com1-1/+1
middle-click on it and stuff.
1999-04-08Bugzilla now has the ability to store patches and other attachments with bugs.terry%netscape.com1-0/+24
1999-03-26Look for text like "bug 213" and make it a link to that bug...terry%netscape.com1-1/+10
1999-03-26Redo the linkifying of URLs and email addresses to not munge up weirdterry%netscape.com1-2/+57
cases so badly.
1999-03-25Quote URLs and email addresses in the long description of bugs.terry%netscape.com1-1/+5
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-5/+27
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-02-05Added a page which describes all the components in a product.terry%netscape.com1-1/+2
1999-02-04Allow queries for null target milestone, and allow reseting a targetterry%netscape.com1-0/+1
milestone back to null.
1999-02-03Added support for URLs that describe the milestones for various projects.terry%netscape.com1-1/+8
1999-01-28Added three new fields (which appear in the UI only if params areterry%netscape.com1-4/+54
turned on): target_milestone, qa_contact, and status_whiteboard.
1999-01-16When viewing a bug, make it possible to change its OS.terry%netscape.com1-2/+4
1998-11-21Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1-1/+1
1998-11-17Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1-1/+1
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-0/+239