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
|
|
can now be given access to view a bug even if the permissions on that bug are set to a group that would normally exclude those people.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
|
|
crypt() takes it, why shouldn't we?
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
|
|
indicate that we don't know for sure what got dropped.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
|
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
|
files when checksetup.pl was run again. Also adding .htaccess to .cvsignore so it won't show up as ? in cvs diffs and updates.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
(as bugzilla no longer uses MySQL's encrypt routine). Also, point to mysql.com for downloading newer versions.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
|
|
Apache to help restrict viewing of private data
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
changed in multi-value fields.
r= justdave@syndicomm.com
|
|
Patch by Myk Melez <myk@mozilla.org>
|
|
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
|
|
checksetup.pl and also provides permission setting for bugzilla installations installed in a personal user directory as opposed to the server's main web space. (makes the files world-readable so the webserver can see them, since you can't set the group)
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com
|
|
run checksetup.pl, so the change to them during doeditparams was nullified if you updated. Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
|
r= justdave@syndicomm.com
|
|
Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
fix of bug 9352
|
|
Patch by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org
|
|
the DBD::mysql Perl module, and has been this way for a while. Fixing the version checks in checksetup.pl to check the correct module. Also eliminates a DBD::mysql-specific database function call that is depricated in the current version of DBD_mysql.
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net, tara@tequilarista.org
|
|
displayed.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
|
|
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
|
|
checksetup.pl
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
|
|
the Bugzilla Guide instead.
Patch by Matthew Tuck <matty@chariot.net.au>
r= justdave@syndicomm.com
|
|
r= justdave@syndicomm.com
|
|
octal)
|
|
interpreted as decimal instead of octal (oops)
|
|
final fix for bug 72721. I am a buckethead
|
|
|
|
|
|
|
|
initial duplicates table.
|
|
initialOwner, which made sanitycheck complain.
|
|
based on patch submitted by ehanson@talkware.net (Eric Hanson)
support for changes comments table to longdescs, but only if comments
table exists.
|
|
files that checksetup considers executable when it's resetting permissions.
|
|
regardless of the fact that you have 0.99b or 0.99c installed. So checksetup.pl needs to look for 0.99 instead of 0.99b.
|
|
based on patch submitted by baulig@suse.de (Martin Baulig).
|
|
Thanks to Alex Melnick <alex@get.topica.com>. No bug number.
|
|
patch submitted by kevin.brannen@springbow.com (Kevin Brannen)
change checksetup inserts to match database constraints.
|
|
patch submitted by dave@intrec.com (Dave Miller)
create an administrator if we don't find one in the db or if new.
|
|
localconfig file internally to guarantee proper detection of any variables defined in localconfig (even empty arrays, which it couldn't detect before, in case someone adds one to localcofig at some point)
|
|
Bugzilla needs. Also check for minimum version of MySQL server on the other end.
|
|
get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
|
|
|
|
version. Bug 6682.
|
|
|
|
|
|
|
|
|
|
Now it won't choke on this anymore. Patch also includes a Perl 5.6
compatibility update (see bug 52921 and bug 44622 for details).
|