aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric ↵lpsolit%gmail.com2006-06-201-0/+2
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 339667: Attachment data not deleted when deleting a component or a ↵lpsolit%gmail.com2006-06-081-2/+35
| | | | product - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and ↵lpsolit%gmail.com2006-05-171-1/+1
| | | | FlagType.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 303692: Eliminate deprecated Bugzilla::DB routines from sanitycheck.cgi ↵lpsolit%gmail.com2006-03-311-121/+135
| | | | - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
* Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com2006-03-071-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
* Bug 323575: [PostgreSQL] ↵lpsolit%gmail.com2006-01-161-1/+2
| | | | sanitycheck.cgi?createmissinggroupcontrolmapentries=1 produces a SQL error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 299653: sanitycheck.cgi should catch missing bugs.creation_ts - Patch by ↵lpsolit%gmail.com2005-12-141-0/+31
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 319943: Sanity check should CrossCheck the user_id of email_setting and ↵wurblzap%gmail.com2005-12-141-0/+2
| | | | | | | profile_setting tables. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 318571: sanitycheck.cgi should tell in which bugs some fields are ↵lpsolit%gmail.com2005-12-031-6/+6
| | | | incorrect - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 95799: sanitycheck.cgi should do email checks using ↵lpsolit%gmail.com2005-11-221-4/+3
| | | | Util::validate_email_syntax() - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch ↵lpsolit%gmail.com2005-11-141-2/+2
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=manu a=justdave
* Bug 313941: sanitycheck should quote bad values so empty values are apparentwurblzap%gmail.com2005-10-281-2/+2
| | | | | Patch by Matt McHenry <mmchenry@carnegielearning.com> r=wurblzap, a=justdave
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-60/+0
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-101-1/+1
| | | | r=mkanat,wicked a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-1/+1
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com2005-07-221-3/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 298826: Fixes some spelling errors - Patch by Frank Wein ↵lpsolit%gmail.com2005-06-301-1/+1
| | | | <bugzilla@mcsmurf.de> r=timeless a=myk
* Bug 298024: Incorrect group control check in sanitycheck.cgi - Patch by ↵lpsolit%gmail.com2005-06-301-10/+9
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 277454: Bugs in inactivated groups don't show padlocks on the buglist - ↵lpsolit%gmail.com2005-06-251-7/+83
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-151-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 288461: sanitycheck.cgi should permit to clean all invalid references to ↵lpsolit%gmail.com2005-04-131-0/+46
| | | | deleted bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=justdave
* Bug 286235: Implicit joins should be replaced by explicit joins - installment Amkanat%kerio.com2005-04-051-18/+23
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 286311: print "Context-type..." is used instead of print $cgi->header() ↵lpsolit%gmail.com2005-03-171-2/+1
| | | | (cookies aren't sent in header) - Patch by Jacob Steenhagen <jake@bugzilla.org> r=LpSolit a=justdave
* Bug 174295: ANSI SQL requires all columns in SELECT to be in GROUP BY, ↵mkanat%kerio.com2005-03-161-2/+4
| | | | | | unless they are in "aggregate" functions Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=joel, a=myk
* Bug 283581 : Move UserInGroup out of globals.pltravis%sedsystems.ca2005-03-161-0/+1
| | | | Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat a=justdave
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-2/+3
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 282574 : use the new "auth_failure" error message for all authentication ↵travis%sedsystems.ca2005-03-101-1/+3
| | | | | | failures Patch by Frederic Buclin <LpSolit@gmail.com> r=travis, wurblzap a=myk
* Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com2005-03-031-4/+4
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=wicked, a=justdave
* Bug 283031: Sanitycheck can't send un-sent mail (SQL error)bugreport%peshkin.net2005-02-261-1/+1
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=wurblzap,a=myk
* Bug 17453: Enumerators in Bugzilla are not cross-DB compatible. This removes ↵mkanat%kerio.com2005-02-251-23/+20
| | | | | | all 'enum' types in the database from Bugzilla. Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 282914: Fix broken sanitycheck.cgi due to missing ")"bugreport%peshkin.net2005-02-211-1/+1
| | | | r,a=justdave
* Bug 282835: Fix SQL error in sanitycheck.cgibugreport%peshkin.net2005-02-211-1/+0
| | | | | patch by LpSolit r=joel,a=justdave
* Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com2005-02-201-4/+6
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave
* Bug 280497: Replace "LIMIT" with Bugzilla::DB function callmkanat%kerio.com2005-02-191-3/+3
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave
* Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com2005-02-181-6/+8
| | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-02-091-4/+3
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave
* Bug 276838 : Eliminate use of $::unconfirmedstatetravis%sedsystems.ca2005-02-091-5/+1
| | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=wurblzap a=justdave
* Backing out the checking from bug 257315 until it gets corrected. It ↵justdave%bugzilla.org2005-01-301-3/+4
| | | | | | prevents new bugs from being filed. a=justdave
* Bug 257315 : type of delta_ts in bugs table should not be timestamptravis%sedsystems.ca2005-01-291-4/+3
| | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=vladd, LpSolit a=justdave
* Patch for bug 266137: Add missing cross checks in sanitycheck.cgi; patch by ↵jocuri%softhome.net2004-12-091-7/+34
| | | | Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
* Patch for bug 249798: improve SQL capitalization in sanitycheck.cgi; r=joel, ↵jocuri%softhome.net2004-07-061-7/+7
| | | | a=justdave.
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-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.
* Bug 127862:Have sanitycheck.cgi use perl to evaluate email regexpbugreport%peshkin.net2004-03-251-5/+4
| | | | r=vlad,a=justdave
* Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ↵jocuri%softhome.net2004-02-291-9/+11
| | | | ::FORM; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko; a=justdave.
* Bug 190040: sanitycheck now has "view as buglist" links after lists of bugs ↵justdave%syndicomm.com2003-09-021-8/+25
| | | | | | | as well as all listed bugs linked Patch by GavinS <bugzilla@chimpychompy.org> r= justdave, a= justdave
* Bug 180635 - Enhance Bugzilla::User to store additional informationbbaetz%acm.org2003-06-031-2/+6
| | | | r=myk,jake
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-2/+2
| | | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave