| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
afranke.
|
|
|
|
|
|
|
|
|
|
| |
patch by ddk r=bbaetz r=justdave
Bug 135666 Creating bugs: OS detection doesn't work for Internet Explorer, Win NT 4.
patch by ddk+johannes.pellenz@sdm.de r=bbaetz r=justdave
Adds Windows XP to the bugzilla OS list
Activates the Windows XP detection (it was commented out waiting for this fix...)
Makes Windows NT (4) detection match the pattern everything else used
|
|
|
|
| |
r=gerv, afranke
|
|
|
|
| |
r=mattyt, afranke
|
| |
|
|
|
|
|
| |
r=bbaetz r=gerv
adds another regexp for MacOSX
|
|
|
|
|
| |
Patch by Brad Baetz <bbaetz@student.usyd.edu.au>
r= jake, justdave
|
|
|
|
|
|
|
|
| |
not a partial URL needed an http:// added to the
front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper.
Patch by Josh Soref <timeless@mac.com>
r= justdave, caillon
|
|
|
|
| |
r=bbaetz,dkl
|
|
|
|
|
| |
r=bbaetz, jake
Windows XP references are #'d because of bug 92763
|
|
|
|
|
|
|
| |
remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines.
Patch by Jake Steehagen <jake@acutex.net>
r= justdave x2
|
|
|
|
| |
patch by gary@radionics.com r=zach
|
| |
|
|
|
|
| |
r=jake
|
|
|
|
|
| |
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
|
|
|
|
|
| |
display (was printing a header without groups in rare instances).
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net
|
|
|
|
|
|
|
| |
instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products.
Patch by Joe Robbins <jmrobins@tgix.com>
r= justdave@syndicomm.com
|
|
|
|
|
|
|
| |
This was attached to bug 65311.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
|
|
| |
a different bug
|
|
|
|
|
|
|
| |
entry (bug 84285).
Patch by Paul Thomas <paul.thomas@sse.ie>
r= jake@acutex.net
|
|
|
|
|
|
|
| |
deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it).
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
patches by zach@zachlipton.com. Thanks!
|
| |
|
| |
|
| |
|
|
|
|
| |
longer given in show_bug.cgi to make bugs confidential. I need to change lounge so it no longer automatically updates.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
confidentiality when submitting a new bug.
|
|
|
|
| |
more useragent strings.
|
|
|
|
| |
for which project to use.
|
|
|
|
| |
of places.
|
|
|
|
|
|
|
|
|
|
|
|
| |
"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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
often fail.)
|
|
|
|
|
|
|
| |
Platform
based on the brower the user makes the report from. Realign text box for
narrower windows. Remove Mozilla-specific default parameter.
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.)
|
|
|
|
| |
that have spaces or other weird characters in them.
|