Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 283031: Sanitycheck can't send un-sent mail (SQL error) | bugreport%peshkin.net | 2005-02-26 | 1 | -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.com | 2005-02-25 | 1 | -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.net | 2005-02-21 | 1 | -1/+1 |
| | | | | r,a=justdave | ||||
* | Bug 282835: Fix SQL error in sanitycheck.cgi | bugreport%peshkin.net | 2005-02-21 | 1 | -1/+0 |
| | | | | | patch by LpSolit r=joel,a=justdave | ||||
* | Bug 280502: Replace "INTERVAL" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-20 | 1 | -4/+6 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=justdave | ||||
* | Bug 280497: Replace "LIMIT" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-19 | 1 | -3/+3 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=justdave | ||||
* | Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function call | mkanat%kerio.com | 2005-02-18 | 1 | -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 timestamp | travis%sedsystems.ca | 2005-02-09 | 1 | -4/+3 |
| | | | | Patch by Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, LpSolit a=justdave | ||||
* | Bug 276838 : Eliminate use of $::unconfirmedstate | travis%sedsystems.ca | 2005-02-09 | 1 | -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.org | 2005-01-30 | 1 | -3/+4 |
| | | | | | | prevents new bugs from being filed. a=justdave | ||||
* | Bug 257315 : type of delta_ts in bugs table should not be timestamp | travis%sedsystems.ca | 2005-01-29 | 1 | -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.net | 2004-12-09 | 1 | -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.net | 2004-07-06 | 1 | -7/+7 |
| | | | | a=justdave. | ||||
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -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 regexp | bugreport%peshkin.net | 2004-03-25 | 1 | -5/+4 |
| | | | | r=vlad,a=justdave | ||||
* | Patch for bug 234896; makes sanitycheck.cgi use $cgi->param instead of ↵ | jocuri%softhome.net | 2004-02-29 | 1 | -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.com | 2003-09-02 | 1 | -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 information | bbaetz%acm.org | 2003-06-03 | 1 | -2/+6 |
| | | | | r=myk,jake | ||||
* | Bug 180086 - Rename 'count' column in votes tables | bbaetz%acm.org | 2003-04-27 | 1 | -2/+2 |
| | | | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave | ||||
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
| | | | | | r=justdave a=justdave | ||||
* | Bug 196101: use ANSI-compliant SQL for group checks in sanitycheck | justdave%syndicomm.com | 2003-03-08 | 1 | -14/+12 |
| | |||||
* | Bug 124174 - make processmail a package (Bugzilla::BugMail), r=gerv, r=jth, ↵ | preed%sigkill.com | 2003-02-10 | 1 | -1/+26 |
| | | | | a=justdave | ||||
* | Bug 147275 Rearchitect product groups | bugreport%peshkin.net | 2002-11-25 | 1 | -0/+50 |
| | | | | | | Patch by joel r=bbaetz,justdave a=justdave | ||||
* | Bug 163114 - Templatise all calls to DisplayError. Patch D (the last one). ↵ | gerv%gerv.net | 2002-10-06 | 1 | -3/+1 |
| | | | | Patch by gerv; r=burnus. | ||||
* | ... and also fix a bug introduced trying to unrot the general bug check ↵ | matty%chariot.net.au | 2002-10-05 | 1 | -1/+1 |
| | | | | rewrite, due to product IDs. | ||||
* | Back out a stupid stupid change I made earlier when fixing the stupid stupid ↵ | matty%chariot.net.au | 2002-10-05 | 1 | -1/+3 |
| | | | | bustage I made even earlier. I need sleep. | ||||
* | ... oops missed a reviewer checkin condition. | matty%chariot.net.au | 2002-10-05 | 1 | -1/+1 |
| | |||||
* | Bug #93667: Minor style fix, uninit var fix, add explanatory comments to ↵ | matty%chariot.net.au | 2002-10-05 | 1 | -2/+33 |
| | | | | CrossCheck/DoubleCrossCheck. | ||||
* | Bug #93667: More movement, commenting, and remove an unused variable. | matty%chariot.net.au | 2002-10-05 | 1 | -28/+32 |
| | |||||
* | Bug #93667: Move some code around, add some section heading comments. | matty%chariot.net.au | 2002-10-05 | 1 | -54/+65 |
| | |||||
* | Bug #93667: Rewrite double cross checking. | matty%chariot.net.au | 2002-10-05 | 1 | -68/+47 |
| | |||||
* | Bug #93667: Rewrite single cross checking. | matty%chariot.net.au | 2002-10-05 | 1 | -15/+16 |
| | |||||
* | ... and fix build. | matty%chariot.net.au | 2002-10-05 | 1 | -4/+2 |
| | |||||
* | Bug #93667: General bug check refactoring. | matty%chariot.net.au | 2002-10-05 | 1 | -127/+47 |
| | |||||
* | Fix for bug 171506: Fixes bustage in sanitycheck.cgi by making it check for ↵ | myk%mozilla.org | 2002-09-30 | 1 | -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 | ||||
* | Fix for bug 98801: Implementation of the request tracker, a set of ↵ | myk%mozilla.org | 2002-09-29 | 1 | -4/+4 |
| | | | | | | enhancements to attachment statuses. r=gerv,bbaetz | ||||
* | bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supported | bugreport%peshkin.net | 2002-09-23 | 1 | -18/+72 |
| | | | | r=bbaetz, gerv | ||||
* | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 2002-08-26 | 1 | -1/+0 |
| | | | | r=joel x2 | ||||
* | Bug 43600 - Convert products/components to use ids instead of names. | bbaetz%student.usyd.edu.au | 2002-08-12 | 1 | -27/+25 |
| | | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed | ||||
* | Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2 | bbaetz%student.usyd.edu.au | 2002-07-08 | 1 | -2/+0 |
| | | | | r=jouni x2 | ||||
* | Bug 148488 - more HTML validation fixes | bbaetz%student.usyd.edu.au | 2002-06-28 | 1 | -4/+4 |
| | | | | r=jouni, gerv | ||||
* | Bug 93667: Add comments to uncommented sections of sanitycheck.cgi | matty%chariot.net.au | 2002-05-22 | 1 | -3/+21 |
| | |||||
* | Bug 126883 - bugzilla.dtd isn't quite correct | bbaetz%student.usyd.edu.au | 2002-04-04 | 1 | -0/+18 |
| | | | | r=gerv, justdave | ||||
* | Bug 106377 - processmail rescanall should use lastdiffed | bbaetz%student.usyd.edu.au | 2002-03-04 | 1 | -0/+24 |
| | | | | r=justdave, ddkilzer@theracingworld.com | ||||
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -1/+3 |
| | | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave | ||||
* | Fix for bug 83474 - The tables were not being unlocked properly when ↵ | jake%acutex.net | 2001-10-05 | 1 | -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 | ||||
* | Fix for bug 97971 - Sanity check should check statuses, resolutions, ↵ | jake%acutex.net | 2001-09-19 | 1 | -0/+108 |
| | | | | | | | everconfirmed & number of votes. Patch by Matthew Tuck <matty@chariot.net.au> r= jake@acutex.net | ||||
* | Fix for bug 76140 - Adding some more sanity checks. | jake%acutex.net | 2001-09-10 | 1 | -4/+41 |
| | | | | | Patch by Matthew Tuck <matty@chariot.net.au> r= caillon@returnzero.com, jake@acutex.net | ||||
* | Fix for bug 71664 - Don't complain about a bad keyword cache for a bug that ↵ | jake%acutex.net | 2001-09-10 | 1 | -1/+2 |
| | | | | | | | doesn't exist. Patch by Matthew Tuck <matty@chariot.net.au> r= afranke@ags.uni-sb.de, jake@acutex.net | ||||
* | refix for bug 91808: previous patch for this bug used an INNER JOIN ↵ | justdave%syndicomm.com | 2001-09-07 | 1 | -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 |