aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
* Bug 956233: enable USE_MEMCACHE on most objectsByron Jones2014-01-311-5/+21
* Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones2013-01-031-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+1
* 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
* Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin2011-08-171-1/+1
* Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2011-08-171-0/+20
* Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin2011-08-171-1/+1
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+1
* Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin2011-01-241-0/+10
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-4/+4
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead o...Reed Loden2010-05-061-1/+1
* Bug 69621: Remove the keyword cache (which is not updated on keyword rename/d...Frédéric Buclin2010-04-081-92/+1
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-97/+11
* Bug 162060: Remove the relationship between "votestoconfirm" and whether or n...mkanat%bugzilla.org2009-12-171-1/+2
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-2/+2
* Bug 496855: Hooks for sanitycheck.cgimkanat%bugzilla.org2009-09-211-1/+17
* Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch ...lpsolit%gmail.com2009-07-181-2/+18
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-8/+4
* Bug 438810: Whines fail when a group or user that was receiving whines is man...lpsolit%gmail.com2008-06-141-0/+54
* Bug 437770: Imported bugs are ignored by queries (they never appear in buglis...lpsolit%gmail.com2008-06-131-0/+27
* Bug 437369: Deleting a bug doesn't remove related data from the bugs_fulltext...lpsolit%gmail.com2008-06-071-1/+3
* Bug 427936: Update sanitycheck.cgi to include missing foreign keys cross chec...lpsolit%gmail.com2008-04-121-5/+14
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-021-1/+9
* Bug 403834: Replace table locks with database transactions in tokens, votes, ...lpsolit%gmail.com2007-11-191-14/+8
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
* Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com2007-10-091-1/+1
* Bug 398735: sanitycheck.cgi hardcodes bug statuses in the everconfirmed check...lpsolit%gmail.com2007-10-081-5/+5
* Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org2007-07-231-2/+2
* Bug 387831: Deleting products does not clean up the component_cc table - Patc...lpsolit%gmail.com2007-07-121-1/+5
* Bug 101179: Fully implement support for customised bug statuses and workflow ...lpsolit%gmail.com2007-06-141-0/+4
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...lpsolit%gmail.com2007-06-141-1/+1
* Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug s...lpsolit%gmail.com2007-05-271-0/+1
* Bug 45207: Automated sanity check that can send an e-mail if there are proble...lpsolit%gmail.com2007-03-171-9/+26
* Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin <LpSo...lpsolit%gmail.com2007-03-061-184/+135
* Bug 364780: The keyword cache cannot be fixed with editkeywords privs only - ...lpsolit%gmail.com2006-12-271-127/+156
* Bug 91761: sanitycheck.cgi is too broadly accessible - Patch by Frédéri...lpsolit%gmail.com2006-12-221-9/+5
* Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no 'changer...lpsolit%gmail.com2006-09-231-2/+12
* Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org2006-09-041-1/+1
* Bug 170019: Sanity check for flags in right product - Patch by Frédéric Buc...lpsolit%gmail.com2006-08-251-0/+52
* Bug 346241: Make series.creator nullable in the DB and use NULL for series wi...lpsolit%gmail.com2006-08-201-1/+1
* Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com2006-08-051-22/+0
* Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org2006-07-261-1/+1
* Bug 69000: Permit a stored query to be marked "shared" and accessible by othe...wurblzap%gmail.com2006-07-141-0/+7
* Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org2006-07-061-4/+10
* Bug 341495: Merge the banner and headerbugzilla%glob.com.au2006-06-271-1/+1
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-2/+1
* Bug 313531: Move 'use Bugzilla;' out of globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com2006-06-201-0/+2
* Bug 339667: Attachment data not deleted when deleting a component or a produc...lpsolit%gmail.com2006-06-081-2/+35
* Bug 300549: Eliminate deprecated Bugzilla::DB routines from Flag.pm and FlagT...lpsolit%gmail.com2006-05-171-1/+1