summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
AgeCommit message (Expand)AuthorFilesLines
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-60/+0
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-1/+1
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-1/+1
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Frédér...lpsolit%gmail.com1-3/+4
2005-06-30Bug 298826: Fixes some spelling errors - Patch by Frank Wein <bugzilla@mcsmur...lpsolit%gmail.com1-1/+1
2005-06-30Bug 298024: Incorrect group control check in sanitycheck.cgi - Patch by Fréd...lpsolit%gmail.com1-10/+9
2005-06-25Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - P...lpsolit%gmail.com1-7/+83
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com1-2/+2
2005-04-13Bug 288461: sanitycheck.cgi should permit to clean all invalid references to ...lpsolit%gmail.com1-0/+46
2005-04-05Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com1-18/+23
2005-03-18Bug 286311: print "Context-type..." is used instead of print $cgi->header() (...lpsolit%gmail.com1-2/+1
2005-03-16Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, unless...mkanat%kerio.com1-2/+4
2005-03-16Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca1-0/+1
2005-03-15Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com1-2/+2
2005-03-12Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com1-2/+3
2005-03-10Bug 282574 : use the new "auth_failure" error message for all authentication ...travis%sedsystems.ca1-1/+3
2005-03-03Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com1-4/+4
2005-02-26Bug 283031: Sanitycheck can't send un-sent mail (SQL error)bugreport%peshkin.net1-1/+1
2005-02-25Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ...mkanat%kerio.com1-23/+20
2005-02-21Bug 282914: Fix broken sanitycheck.cgi due to missing ")"bugreport%peshkin.net1-1/+1
2005-02-21Bug 282835: Fix SQL error in sanitycheck.cgibugreport%peshkin.net1-1/+0
2005-02-20Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com1-4/+6
2005-02-19Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com1-3/+3
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-6/+8
2005-02-09Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-4/+3
2005-02-09Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca1-5/+1
2005-01-30Backing out the checking from bug 257315 until it gets corrected. It prevent...justdave%bugzilla.org1-3/+4
2005-01-29Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca1-4/+3
2004-12-09Patch for bug 266137: Add missing cross checks in sanitycheck.cgi; patch by M...jocuri%softhome.net1-7/+34
2004-07-06Patch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, ...jocuri%softhome.net1-7/+7
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