summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
AgeCommit message (Collapse)AuthorFilesLines
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+1
quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
2004-03-25Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexpbugreport%peshkin.net1-5/+4
r=vlad,a=justdave
2004-02-29Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ↵jocuri%softhome.net1-9/+11
::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave.
2003-09-02Bug 190040: sanitycheck now has "view as buglist" links after lists of bugs ↵justdave%syndicomm.com1-8/+25
as well as all listed bugs linked Patch by GavinS <bugzilla@chimpychompy.org> r= justdave, a= justdave
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-2/+6
r=myk,jake
2003-04-27Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org1-2/+2
patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-03-08Bug 196101: use ANSI-compliant SQL for group checks in sanitycheckjustdave%syndicomm.com1-14/+12
2003-02-10Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵preed%sigkill.com1-1/+26
a=justdave
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-0/+50
Patch by joel r=bbaetz,justdave a=justdave
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵gerv%gerv.net1-3/+1
Patch by gerv; r=burnus.
2002-10-06... and also fix a bug introduced trying to unrot the general bug check ↵matty%chariot.net.au1-1/+1
rewrite, due to product IDs.
2002-10-06Back out a stupid stupid change I made earlier when fixing the stupid stupid ↵matty%chariot.net.au1-1/+3
bustage I made even earlier. I need sleep.
2002-10-06... oops missed a reviewer checkin condition.matty%chariot.net.au1-1/+1
2002-10-06Bug #93667: Minor style fix, uninit var fix, add explanatory comments to ↵matty%chariot.net.au1-2/+33
CrossCheck/DoubleCrossCheck.
2002-10-05Bug #93667: More movement, commenting, and remove an unused variable.matty%chariot.net.au1-28/+32
2002-10-05Bug #93667: Move some code around, add some section heading comments.matty%chariot.net.au1-54/+65
2002-10-05Bug #93667: Rewrite double cross checking.matty%chariot.net.au1-68/+47
2002-10-05Bug #93667: Rewrite single cross checking.matty%chariot.net.au1-15/+16
2002-10-05... and fix build.matty%chariot.net.au1-4/+2
2002-10-05Bug #93667: General bug check refactoring.matty%chariot.net.au1-127/+47
2002-09-30Fix for bug 171506: Fixes bustage in sanitycheck.cgi by making it check for ↵myk%mozilla.org1-1/+2
correct product IDs in the flaginclusions and flagexclusions tables instead of the flagtypes table, which no longer has a product_id field. r=joel
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-4/+4
enhancements to attachment statuses. r=gerv,bbaetz
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-18/+72
r=bbaetz, gerv
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.)