summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
AgeCommit message (Expand)AuthorFilesLines
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-3/+1
2004-03-25Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexpbugreport%peshkin.net1-5/+4
2004-02-29Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM...jocuri%softhome.net1-9/+11
2003-09-02Bug 190040: sanitycheck now has "view as buglist" links after lists of bugs a...justdave%syndicomm.com1-8/+25
2003-06-03Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org1-2/+6
2003-04-27Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org1-2/+2
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
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, a...preed%sigkill.com1-1/+26
2002-11-25Bug 147275 Rearchitect product groupsbugreport%peshkin.net1-0/+50
2002-10-06Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net1-3/+1
2002-10-06... and also fix a bug introduced trying to unrot the general bug check rewri...matty%chariot.net.au1-1/+1
2002-10-06Back out a stupid stupid change I made earlier when fixing the stupid stupid ...matty%chariot.net.au1-1/+3
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 Cros...matty%chariot.net.au1-2/+33
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 c...myk%mozilla.org1-1/+2
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org1-4/+4
2002-09-23bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net1-18/+72
2002-08-26Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au1-1/+0
2002-08-12Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au1-27/+25
2002-07-08Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2bbaetz%student.usyd.edu.au1-2/+0
2002-06-28Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au1-4/+4
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
2002-03-04Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au1-0/+24
2002-01-20Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com1-1/+3
2001-10-06Fix for bug 83474 - The tables were not being unlocked properly when rebuildi...jake%acutex.net1-1/+3
2001-09-20Fix for bug 97971 - Sanity check should check statuses, resolutions, everconf...jake%acutex.net1-0/+108
2001-09-11Fix for bug 76140 - Adding some more sanity checks.jake%acutex.net1-4/+41
2001-09-10Fix for bug 71664 - Don't complain about a bad keyword cache for a bug that d...jake%acutex.net1-1/+2
2001-09-07refix for bug 91808: previous patch for this bug used an INNER JOIN construct...justdave%syndicomm.com1-1/+2
2001-09-03Fix for bug 91808: Additional sanitycheck tests for the duplicates table.justdave%syndicomm.com1-7/+51
2001-07-11Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored i...justdave%syndicomm.com1-19/+0
2001-06-02sanitycheck.cgi was able to be run by anybody - even people without Bugzilla ...jake%acutex.net1-1/+16
2001-04-08Fix for bug 66014: Correct sanitycheck for the new initialowner andjustdave%syndicomm.com1-1/+2
2001-02-23fix for 66876: Using userids (mediumint) for initialowner and initialqacontactcyeh%bluemartini.com1-5/+2
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
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
2000-06-29fix for bug #44040 "sanitycheck.cgi dies if apostrophes in product, component...cyeh%bluemartini.com1-3/+3
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-0/+19
2000-01-24Named queries (and the default query) are now stored server side, interry%mozilla.org1-1/+2