aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 283031: Sanitycheck can't send un-sent mail (SQL error)bugreport%peshkin.net2005-02-261-1/+1
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ...mkanat%kerio.com2005-02-251-23/+20
* Bug 282914: Fix broken sanitycheck.cgi due to missing ")"bugreport%peshkin.net2005-02-211-1/+1
* Bug 282835: Fix SQL error in sanitycheck.cgibugreport%peshkin.net2005-02-211-1/+0
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-4/+6
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-3/+3
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-6/+8
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-4/+3
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-5/+1
* Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org2005-01-301-3/+4
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-4/+3
* Patch for bug 266137: Add missing cross checks in sanitycheck.cgi; patch by M...jocuri%softhome.net2004-12-091-7/+34
* Patch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, ...jocuri%softhome.net2004-07-061-7/+7
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-3/+1
* Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexpbugreport%peshkin.net2004-03-251-5/+4
* Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ::FORM...jocuri%softhome.net2004-02-291-9/+11
* Bug 190040: sanitycheck now has "view as buglist" links after lists of bugs a...justdave%syndicomm.com2003-09-021-8/+25
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-2/+6
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-2/+2
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
* Bug 196101: use ANSI-compliant SQL for group checks in sanitycheckjustdave%syndicomm.com2003-03-081-14/+12
* Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, a...preed%sigkill.com2003-02-101-1/+26
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-0/+50
* Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). Pa...gerv%gerv.net2002-10-061-3/+1
* ... and also fix a bug introduced trying to unrot the general bug check rewri...matty%chariot.net.au2002-10-051-1/+1
* Back out a stupid stupid change I made earlier when fixing the stupid stupid ...matty%chariot.net.au2002-10-051-1/+3
* ... oops missed a reviewer checkin condition.matty%chariot.net.au2002-10-051-1/+1
* Bug #93667: Minor style fix, uninit var fix, add explanatory comments to Cros...matty%chariot.net.au2002-10-051-2/+33
* Bug #93667: More movement, commenting, and remove an unused variable.matty%chariot.net.au2002-10-051-28/+32
* Bug #93667: Move some code around, add some section heading comments.matty%chariot.net.au2002-10-051-54/+65
* Bug #93667: Rewrite double cross checking.matty%chariot.net.au2002-10-051-68/+47
* Bug #93667: Rewrite single cross checking.matty%chariot.net.au2002-10-051-15/+16
* ... and fix build.matty%chariot.net.au2002-10-051-4/+2
* Bug #93667: General bug check refactoring.matty%chariot.net.au2002-10-051-127/+47
* Fix for bug 171506: Fixes bustage in sanitycheck.cgi by making it check for c...myk%mozilla.org2002-09-301-1/+2
* Fix for bug 98801: Implementation of the request tracker, a set of enhancemen...myk%mozilla.org2002-09-291-4/+4
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-18/+72
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-27/+25
* Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2bbaetz%student.usyd.edu.au2002-07-081-2/+0
* Bug 148488 - more HTML validation fixesbbaetz%student.usyd.edu.au2002-06-281-4/+4
* Bug 93667: Add comments to uncommented sections of sanitycheck.cgimatty%chariot.net.au2002-05-221-3/+21
* Bug 126883 - bugzilla.dtd isn't quite correctbbaetz%student.usyd.edu.au2002-04-041-0/+18
* Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au2002-03-041-0/+24
* Fix for bug 108982: enable taint mode for all user-facing CGI files.justdave%syndicomm.com2002-01-201-1/+3
* Fix for bug 83474 - The tables were not being unlocked properly when rebuildi...jake%acutex.net2001-10-051-1/+3
* Fix for bug 97971 - Sanity check should check statuses, resolutions, everconf...jake%acutex.net2001-09-191-0/+108
* Fix for bug 76140 - Adding some more sanity checks.jake%acutex.net2001-09-101-4/+41
* Fix for bug 71664 - Don't complain about a bad keyword cache for a bug that d...jake%acutex.net2001-09-101-1/+2
* refix for bug 91808: previous patch for this bug used an INNER JOIN construct...justdave%syndicomm.com2001-09-071-1/+2