summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
AgeCommit message (Collapse)AuthorFilesLines
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
r=joel x2
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-27/+25
Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
2002-07-08Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2bbaetz%student.usyd.edu.au1-2/+0
r=jouni x2
2002-06-28Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au1-4/+4
r=jouni, gerv
2002-05-22Bug 93667: Add comments to uncommented sections of sanitycheck.cgimatty%chariot.net.au1-3/+21
2002-04-04Bug 126883 - bugzilla.dtd isn't quite correctbbaetz%student.usyd.edu.au1-0/+18
r=gerv, justdave
2002-03-04Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au1-0/+24
r=justdave, ddkilzer@theracingworld.com
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+3
Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave
2001-10-06Fix for bug 83474 - The tables were not being unlocked properly when ↵jake%acutex.net1-1/+3
rebuilding the keyword cache if there were no keywords to rebuild. Patch by Lukasz Engel <Lukasz.Engel@softax.pl> r= matty@chariot.net.au
2001-09-20Fix for bug 97971 - Sanity check should check statuses, resolutions, ↵jake%acutex.net1-0/+108
everconfirmed & number of votes. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net
2001-09-11Fix for bug 76140 - Adding some more sanity checks.jake%acutex.net1-4/+41
Patch by Matthew Tuck <matty@chariot.net.au> r= caillon@returnzero.com, jake@acutex.net
2001-09-10Fix for bug 71664 - Don't complain about a bad keyword cache for a bug that ↵jake%acutex.net1-1/+2
doesn't exist. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke@ags.uni-sb.de, jake@acutex.net
2001-09-07refix for bug 91808: previous patch for this bug used an INNER JOIN ↵justdave%syndicomm.com1-1/+2
construct in the SQL, which is not supported by the minimum version of MySQL that we require. Patch by Matthew Tuck <matty@chariot.net.au> r= justdave x2
2001-09-03Fix for bug 91808: Additional sanitycheck tests for the duplicates table.justdave%syndicomm.com1-7/+51
Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net, caillon@returnzero.com
2001-07-11Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored ↵justdave%syndicomm.com1-19/+0
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
2001-06-02sanitycheck.cgi was able to be run by anybody - even people without Bugzilla ↵jake%acutex.net1-1/+16
accounts. It is now restricted to only people with the editbugs permission (bug 54556). Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
2001-04-08Fix for bug 66014: Correct sanitycheck for the new initialowner andjustdave%syndicomm.com1-1/+2
initialqacontact fields in the components table. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke, justdave
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com1-5/+2
based on patch submitted by baulig@suse.de (Martin Baulig).
2001-01-20Landing suggested addition from Bernd Eckenfels for bug # 56822tara%tequilarista.org1-0/+3
2000-09-20Oops! This was changed a couple of months ago in such a way that aterry%mozilla.org1-1/+1
large class of problems wouldn't be reported. (It wouldn't show most cases where a table had an invalid ID pointing into another table.)
2000-08-29use big sql tables because checking keywords requires a fairly huge queryendico%mozilla.org1-0/+1
2000-07-26Landing Adam Spiers' contributions for security and small functional issuestara%tequilarista.org1-19/+28
2000-07-06If bugs with an invalid product/component are found, provide a link to bring ↵terry%mozilla.org1-1/+3
up the list of invalid bugs.
2000-06-29fix for bug #44040 "sanitycheck.cgi dies if apostrophes in product, ↵cyeh%bluemartini.com1-3/+3
component, version, or milestone". thanks to dave@intrec.com (Dave Miller) for the patch
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-0/+19
of different target milestones by product.
2000-01-24Named queries (and the default query) are now stored server side, interry%mozilla.org1-1/+2
the database, rather than in cookies. This means you have to log in to use these features, but I have plans that require them to be server-side. (Besides, some people were beginning to run out of cookie space.)
2000-01-23Added much more crosschecks, and simplified a lot of the code.terry%mozilla.org1-83/+67
2000-01-23Honor the emailregexp param when checking email addresses.terry%mozilla.org1-1/+3
2000-01-22Added a new table fielddefs that records information about theterry%mozilla.org1-2/+14
different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference.
2000-01-20Let's outlaw whitespace in keywords.terry%mozilla.org1-1/+1
2000-01-18Check for and rebuild busted password stuff.terry%mozilla.org1-0/+20
2000-01-17Added a "keywords" field to a bug, which is a cached string-based copyterry%mozilla.org1-3/+107
of all the keywords assigned to the bug. Right now, we only have code that generates and maintains this field; soon will come code that actually uses it.
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-0/+1
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.
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-22Fix perl warning.terry%mozilla.org1-1/+1
1999-10-13Patch by tom@platte.com (Tom Schutter) -- wasn't working if no groupsterry%mozilla.org1-0/+3
had isbuggroup set.
1999-10-12Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1-3/+3
in the bug.
1999-10-12Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1-5/+58
of votes that have been cast for that bug. This let me simplify the SQL in buglist.cgi, which makes things more efficient and fixes several strange bugs.
1999-06-02Added simple sanity checking of the dependencies table.terry%mozilla.org1-0/+18
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-0/+16
put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
1999-03-06Check qa_contact IDs.terry%netscape.com1-3/+6
1999-03-06Add check to make sure versions table is OK.terry%netscape.com1-1/+19
1999-03-04Added a "component/product" sanity check.terry%netscape.com1-2/+20
1998-11-21Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1-2/+1
1998-11-17Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1-1/+2
1998-09-16Everything has been ported to now run under Perl.terry%netscape.com1-57/+58
1998-09-01Do some simple sanity checks.terry%netscape.com1-0/+112