Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
|
|
r= justdave@syndicomm.com
|
|
errors looking up email addresses.
Patch by <jake@acutex.net>
r= justdave@syndicomm.com
|
|
|
|
|
|
other places. The DBID<->Name conversion routines in globals.pl were not pushing/popping the SQL state around their SQL calls, which could result in lost data if called from inside a loop which is handling other SQL data.
|
|
Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions.
|
|
|
|
patch submitted by afranke@ags.uni-sb.de (Andreas Franke)
thanks for the patch. Now can reference attachments in other bugs as an HTML
link.
|
|
shie9022@msmailhub.oulan.ou.edu (Alan Shields)
|
|
description. Patch by jake@acutex.net
|
|
of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com
|
|
nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org
|
|
attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org
|
|
|
|
patch by jmrobin@tgix.com
|
|
patch submitted by john.beranek@pace.co.uk (John Beranek)
|
|
by dave@intrec.com
|
|
|
|
list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process.
|
|
changed the code so that case no longer matters when typing in the name of a keyword.
|
|
|
|
sstock@iconnect-inc.com, reworked slightly by cyeh@bluemartini.com
to update it to the tip
|
|
|
|
|
|
|
|
calls from bug_form.
|
|
entered in that information. Thanks to
Chris Baldwin <cbaldwin@redback.com>
for providing the patch.
|
|
|
|
|
|
|
|
of different target milestones by product.
|
|
busting other people trying to use the system.
|
|
|