Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-10-13 | updated user-agent matching code to be more accurate about Win95 and MacOS | dmose%mozilla.org | 1 | -2/+2 | |
2000-08-31 | fix for 37684 and 42609: trying to deal with malformed url's in the URL field | cyeh%bluemartini.com | 1 | -1/+1 | |
during bug entry. instead of trying to be really intelligent over what a valid url field is, or doing any kind of complicated regexping and forcing http:// on everyone, what we do instead is pre-seed enter_bug.cgi bug_file_loc with http:// in the text field. if that is all there is in the field when we are in post_bug.cgi, then the value gets set to null (no URL entered into the new bug form). this allows for you to enter in any valid url that you want, but also make it obvious that http:// should be there for http:// urls at bug entry time | |||||
2000-08-29 | fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves. | cyeh%bluemartini.com | 1 | -1/+1 | |
patches by zach@zachlipton.com. Thanks! | |||||
2000-06-10 | Applying timeless' fix for 39918 | tara%tequilarista.org | 1 | -1/+1 | |
2000-06-07 | Fix for bug #40987 | tara%tequilarista.org | 1 | -1/+9 | |
2000-04-27 | bug 25010 need a way to edit groups | donm%bluemartini.com | 1 | -41/+35 | |
2000-04-19 | backing out because this has broken bugzilla.mozilla.org. the choice is no ↵ | endico%mozilla.org | 1 | -35/+41 | |
longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates. | |||||
2000-04-19 | bug 25010 add ability to easily edit groups | donm%bluemartini.com | 1 | -41/+35 | |
2000-03-11 | Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition | terry%mozilla.org | 1 | -1/+90 | |
of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters. | |||||
2000-03-08 | Patch by Dave Miller <dave@intrec.com> -- allow setting of | terry%mozilla.org | 1 | -5/+35 | |
confidentiality when submitting a new bug. | |||||
2000-03-08 | Patch by "David Gardiner" <david.gardiner@unisa.edu.au> -- recognize | terry%mozilla.org | 1 | -0/+3 | |
more useragent strings. | |||||
2000-02-26 | If there is only one project allowing new bugs, don't bother prompting | terry%mozilla.org | 1 | -3/+12 | |
for which project to use. | |||||
2000-02-18 | Oops; had the name of the "editbugs" group typed in wrong in a couple | terry%mozilla.org | 1 | -1/+1 | |
of places. | |||||
2000-02-17 | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 1 | -1/+20 | |
"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-01-16 | If there is only one component, then select it for the user. | terry%mozilla.org | 1 | -0/+5 | |
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -8/+21 | |
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-05 | Recognize Windows98. | terry%mozilla.org | 1 | -0/+1 | |
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -14/+15 | |
1999-07-09 | Spurious &. Remove $::buffer feature, as it was unused and broken. | bryce-mozilla%nextbus.com | 1 | -2/+1 | |
1999-06-29 | Added "entryheaderhtml" parameter which lets you specify text to | endico%mozilla.org | 1 | -8/+31 | |
add to beginning of bug entry form. also aligned text in the form to make it pretty. Uncomment the <!--</tr><tr>--> if people complain the 80 col description text box doesn't fit narrow screens. | |||||
1999-05-06 | Sigh. Fix some indentation I just screwed up. | terry%mozilla.org | 1 | -14/+14 | |
1999-05-06 | Get rid of tabs. (We try to keep tabs out of bugzilla source. We | terry%mozilla.org | 1 | -37/+37 | |
often fail.) | |||||
1999-05-04 | Add parameter "usebrowserinfo", to allow disabling the setting of OS and ↵ | bryce-mozilla%nextbus.com | 1 | -40/+48 | |
Platform based on the brower the user makes the report from. Realign text box for narrower windows. Remove Mozilla-specific default parameter. | |||||
1999-05-02 | Fix HTML syntax errors, validate with http://validator.w3.org . Show | bryce-mozilla%nextbus.com | 1 | -7/+8 | |
on the the login name that will be used as the "reporter" (to more completely represent the bug report, and to prevent people from forgetting to switch logins when using another person's browser). | |||||
1999-03-09 | Added params to control how priorities are set in a new bug. You can | terry%netscape.com | 1 | -3/+12 | |
now choose whether to let submitters of new bugs choose a priority, or whether they should just accept the default priority (which is now no longer hardcoded to "P2", but is instead a param.) The default value of the params will cause the same behavior as before. | |||||
1999-03-04 | Added a "disallownew" field to the products table. If non-zero, then | terry%netscape.com | 1 | -0/+6 | |
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-26 | Patch from Dhiren Patel <dhiren@nuvomedia.com> -- deal with products | terry%netscape.com | 1 | -1/+1 | |
that have spaces or other weird characters in them. | |||||
1999-02-05 | Added a page which describes all the components in a product. | terry%netscape.com | 1 | -1/+2 | |
1999-01-28 | Was picking wrong OS for Macs by default (according to brade@netscape.com). | terry%netscape.com | 1 | -2/+2 | |
1999-01-16 | Allow querying by OS. | terry%netscape.com | 1 | -1/+1 | |
1998-12-04 | Reworked the rep_platform and op_sys fields. BEWARE; this includes | terry%netscape.com | 1 | -2/+7 | |
some changes to the database schema! | |||||
1998-11-21 | Backed out Andrew's patch -- turns out it was doing quoting sublty wrong. | terry%netscape.com | 1 | -4/+4 | |
1998-11-17 | Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup. | terry%netscape.com | 1 | -4/+4 | |
1998-10-07 | Added new "products" table, which contains a description for each | terry%netscape.com | 1 | -1/+7 | |
product. This description is presented when the user is entering a new bug. | |||||
1998-09-22 | Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognize | terry%netscape.com | 1 | -0/+1 | |
BSDI systems. | |||||
1998-09-16 | Everything has been ported to now run under Perl. | terry%netscape.com | 1 | -96/+114 | |
1998-09-02 | Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- deal | terry%netscape.com | 1 | -1/+1 | |
better with product names that have spaces or other weird stuff in them. | |||||
1998-09-01 | Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if | terry%netscape.com | 1 | -1/+1 | |
you have exactly one product defined. Oops! | |||||
1998-08-28 | Sort the list of products. | terry%netscape.com | 1 | -1/+1 | |
1998-08-27 | Fixed bug 539 -- cope with multiple products in the system. | terry%netscape.com | 1 | -23/+23 | |
1998-08-26 | Bugzilla source. | terry%netscape.com | 1 | -0/+227 | |