aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 403834: Replace table locks with database transactions in tokens, votes, ↵lpsolit%gmail.com2007-11-191-14/+8
| | | | and sanitycheck - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2007-10-091-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 398735: sanitycheck.cgi hardcodes bug statuses in the everconfirmed ↵lpsolit%gmail.com2007-10-081-5/+5
| | | | check - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org2007-07-231-2/+2
| | | | | | documentation r=colin.ogilvie, kevin.benton
* Bug 387831: Deleting products does not clean up the component_cc table - ↵lpsolit%gmail.com2007-07-121-1/+5
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 101179: Fully implement support for customised bug statuses and workflow ↵lpsolit%gmail.com2007-06-141-0/+4
| | | | (final checkin!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com2007-06-141-1/+1
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com2007-05-271-0/+1
| | | | status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com2007-03-171-9/+26
| | | | problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com2007-03-061-184/+135
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 364780: The keyword cache cannot be fixed with editkeywords privs only - ↵lpsolit%gmail.com2006-12-271-127/+156
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 91761: sanitycheck.cgi is too broadly accessible - Patch by ↵lpsolit%gmail.com2006-12-221-9/+5
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
* Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no ↵lpsolit%gmail.com2006-09-231-2/+12
| | | | 'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
| | | | Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
* Bug 170019: Sanity check for flags in right product - Patch by Frédéric ↵lpsolit%gmail.com2006-08-251-0/+52
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 346241: Make series.creator nullable in the DB and use NULL for series ↵lpsolit%gmail.com2006-08-201-1/+1
| | | | with creator 0 - Patch by Rémi Zara <remi_zara@mac.com> r=wicked a=myk
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com2006-08-051-22/+0
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com2006-07-141-0/+7
| | | | | | | other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-4/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 341495: Merge the banner and headerbugzilla%glob.com.au2006-06-271-1/+1
| | | | Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com2006-06-211-2/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* 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