Age | Commit message (Collapse) | Author | Files | Lines |
|
r=gerv, afranke
|
|
|
|
Patch by Gervase Markham <gerv@mozilla.org>
r= bbaetz, dkl
|
|
bugs
r=justdave, afranke
|
|
r=mattyt, afranke
|
|
with nothing but a period on them. We now pass -i to
sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with
a period). Has been tested with sendmail and postfix.
Patch by Dave Miller <justdave@syndicomm.com>
r= afranke, bugzilla@bkor.dhs.org, jake
|
|
the db when required instead.
(Also fixes bug 58242 as a side effect)
r=myk, kiko
|
|
Bugzilla is currently shut down. Also adds global template
instantiation code to globals.pl.
Patch by Myk Melez <myk@mozilla.org>.
r=gerv,kiko
|
|
attachment tracker.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,kiko
|
|
r=daa@distributed.net,jake
|
|
Patch by gene.stuckey@tellabs.com, r=bbaetz,justdave
|
|
Patch by Brad Baetz <bbaetz@student.usyd.edu.au>
r= jake, justdave
|
|
sub trim() in globals.pl not to use $_ so as not to conflict with $_ values allready
set.
Patch by myk@mozilla.org, r1=bbaetz, r2=dave.
|
|
not natural size and doesn't include a maxlength attribute.
Patch by Christoper Aillon <caillon@returnzero.com>.
|
|
Quote manually rather than using qw to get arround this
|
|
taint mode. The perforce integration stuff needs this.
r=gerv,mattyt
|
|
tooltip for it, you'd get uninitialized variables warnings in your error log. This path also introduces a cache so if the same bug # is mentioned more than once during the same running of the script, it only has to query the database once.
r= mattyt, gerv
|
|
warning was hidden from the tests by bug 106424.
r=Jake, no 2nd review needed.
|
|
Also fixes seeing bugs in the buglist (bug 95024), dependancy lists,
tooltips, duplicates, and everywhere else I could see which checked group
bugs.groupset == 0.
Also fxed bug 101560, by clearing BASH_ENV
r=myk,justdave
|
|
Patch by Gerv <gerv@mozilla.org> and Myself.
r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
|
|
|
|
jake/gerv.
|
|
that it should not be edited.
Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org, jake@acutex.net
|
|
r=justdave.
|
|
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
|
|
have proper review first, and myk objected to what
got landed on irc.
|
|
|
|
n_hibma@qubesoft.com, r=gerv.
|
|
linefeeds should be.
Patch by Dave Miller <justdave@syndicomm.com>
r= timeless@mac.com (no 2nd review needed)
|
|
their status to be set to new.
r= myk@mozilla.org, zach@zachlipton.com
|
|
mark.
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com, caillon@returnzero.com
|
|
|
|
|
|
number to 2.14rc to indicate release candidate status.
|
|
Patch by Matthew Tuck <matty@chariot.net.au>
r= jake@acutex.net
|
|
bugs_activity table for keywords containing a plus sign or other
regular expression meta-characters. Myk's first ever Bugzilla checkin!
Patch by Dave Miller <justdave@syndicomm.com> and Myk Melez <myk@mozilla.org>.
r=myk@mozilla.org,justdave@syndicomm.com
|
|
from that bug unless the number of votes for a given user is beyond what is allowed per-bug on the new product. Only the per-bug vote count is checked. If the user is beyond the per-product vote limit for the new product, it is left alone, on the theory that it's better to preserve the votes on the bug. The user will be forced to reduce their votes to fit the product limit the next time they try to vote on something.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
|
Bugzilla is shut down.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
|
r= justdave@syndicomm.com
|
|
crypt() takes it, why shouldn't we?
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
|
|
groupset bit. Patch by Myk <myk@mozilla.org> r=Jake, oh, and it's my first checkin, yahoo!
|
|
changed in multi-value fields.
r= justdave@syndicomm.com
|
|
in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com, jake@acutex.net
|
|
escaping HTML data
Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk>
r= justdave@syndicomm.com
|
|
from the previous patch before checking it in.
|
|
$db->{Taint}=1) mode. Hooks also added to globals.pl to make converting other files in Bugzilla to run in Taint mode easier.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
|
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
phony parameter to get past the multi-param system() test in tinderbox actually works.
r= tara
|
|
corruption in data/versioncache.
Patch design by Terry Weissman <terry@mozilla.org>
Patch implemented by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org
|
|
Patch by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org
|