aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-5/+21
| | | | r=dkl, a=glob
* Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones2013-01-031-1/+1
| | | | r=LpSolit,a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
| | | | r=wicked a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-23/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-1/+1
| | | | r=glob a=LpSolit
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-171-0/+20
| | | | | Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-1/+1
| | | | r=timello a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+1
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin2011-01-241-0/+10
| | | | r=dkl a=LpSolit
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-4/+4
| | | | MS-SQL and SQLite support.
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden2010-05-061-1/+1
| | | | | | of direct SQL" [r=mkanat a=mkanat]
* Bug 69621: Remove the keyword cache (which is not updated on keyword ↵Frédéric Buclin2010-04-081-92/+1
| | | | | | rename/delete) r/a=mkanat
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-97/+11
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org2009-12-171-1/+2
| | | | | | not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org2009-11-241-2/+2
| | | | | | of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 496855: Hooks for sanitycheck.cgimkanat%bugzilla.org2009-09-211-1/+17
| | | | Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat
* Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch ↵lpsolit%gmail.com2009-07-181-2/+18
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com2009-03-311-8/+4
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 438810: Whines fail when a group or user that was receiving whines is ↵lpsolit%gmail.com2008-06-141-0/+54
| | | | manually deleted, and sanitycheck.cgi should report this problem - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 437770: Imported bugs are ignored by queries (they never appear in ↵lpsolit%gmail.com2008-06-131-0/+27
| | | | buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
* Bug 437369: Deleting a bug doesn't remove related data from the ↵lpsolit%gmail.com2008-06-071-1/+3
| | | | bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
* Bug 427936: Update sanitycheck.cgi to include missing foreign keys cross ↵lpsolit%gmail.com2008-04-121-5/+14
| | | | checks - Patch by Noura Elhawary <nelhawar@redhat.com> r/a=LpSolit
* Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com2008-04-021-1/+9
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* 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