summaryrefslogtreecommitdiffstats
path: root/sanitycheck.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-1/+1
Original patch by Gervase Markham r=gerv a=dkl
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-1/+1
r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-5/+21
r=dkl, a=glob
2013-01-02Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_descByron Jones1-1/+1
r=LpSolit,a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+1
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-23/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-17Bug 662070: Use say() instead of print() where appropriateFrédéric Buclin1-1/+1
r=glob a=LpSolit
2011-08-17Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin1-0/+20
Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-1/+1
r=timello a=LpSolit
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-1/+1
for bugmail. r=LpSolit, a=LpSolit
2011-01-24Bug 621107: [SECURITY] Sanity checking lacks CSRF protectionFrédéric Buclin1-0/+10
r=dkl a=LpSolit
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-4/+4
MS-SQL and SQLite support.
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden1-1/+1
of direct SQL" [r=mkanat a=mkanat]
2010-04-08Bug 69621: Remove the keyword cache (which is not updated on keyword ↵Frédéric Buclin1-92/+1
rename/delete) r/a=mkanat
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-97/+11
r=mkanat, a=mkanat, a=LpSolit
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org1-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
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-2/+2
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-22Bug 496855: Hooks for sanitycheck.cgimkanat%bugzilla.org1-1/+17
Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat
2009-07-18Bug 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch ↵lpsolit%gmail.com1-2/+18
by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-03-31Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com1-8/+4
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-06-14Bug 438810: Whines fail when a group or user that was receiving whines is ↵lpsolit%gmail.com1-0/+54
manually deleted, and sanitycheck.cgi should report this problem - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-06-13Bug 437770: Imported bugs are ignored by queries (they never appear in ↵lpsolit%gmail.com1-0/+27
buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
2008-06-07Bug 437369: Deleting a bug doesn't remove related data from the ↵lpsolit%gmail.com1-1/+3
bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
2008-04-12Bug 427936: Update sanitycheck.cgi to include missing foreign keys cross ↵lpsolit%gmail.com1-5/+14
checks - Patch by Noura Elhawary <nelhawar@redhat.com> r/a=LpSolit
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com1-1/+9
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2007-11-19Bug 403834: Replace table locks with database transactions in tokens, votes, ↵lpsolit%gmail.com1-14/+8
and sanitycheck - Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-08Bug 398735: sanitycheck.cgi hardcodes bug statuses in the everconfirmed ↵lpsolit%gmail.com1-5/+5
check - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-07-23Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ↵timeless%mozdev.org1-2/+2
documentation r=colin.ogilvie, kevin.benton
2007-07-12Bug 387831: Deleting products does not clean up the component_cc table - ↵lpsolit%gmail.com1-1/+5
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-06-14Bug 101179: Fully implement support for customised bug statuses and workflow ↵lpsolit%gmail.com1-0/+4
(final checkin!) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com1-1/+1
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
2007-05-27Bug 344965: Fix process_bug.cgi and bug/* templates to work with custom bug ↵lpsolit%gmail.com1-0/+1
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-03-17Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com1-9/+26
problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-03-06Bug 312197: Templatize sanitycheck.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-184/+135
<LpSolit@gmail.com> r/a=mkanat
2006-12-27Bug 364780: The keyword cache cannot be fixed with editkeywords privs only - ↵lpsolit%gmail.com1-127/+156
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-12-22Bug 91761: sanitycheck.cgi is too broadly accessible - Patch by ↵lpsolit%gmail.com1-9/+5
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-09-23Bug 353623: SanityCheck 'rescanallbugmail' parameter not working (no ↵lpsolit%gmail.com1-2/+12
'changer' specified) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=justdave
2006-09-05Bug 283582: Remove UserInGroup in favor of Bugzilla->user->in_groupmkanat%bugzilla.org1-1/+1
Patch By victory(_RSZ_) <bmo2007@rsz.jp> r=mkanat, a=myk
2006-08-25Bug 170019: Sanity check for flags in right product - Patch by Frédéric ↵lpsolit%gmail.com1-0/+52
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-08-20Bug 346241: Make series.creator nullable in the DB and use NULL for series ↵lpsolit%gmail.com1-1/+1
with creator 0 - Patch by Rémi Zara <remi_zara@mac.com> r=wicked a=myk
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com1-22/+0
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-14Bug 69000: Permit a stored query to be marked "shared" and accessible by ↵wurblzap%gmail.com1-0/+7
other users. Patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=myk
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-4/+10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-27Bug 341495: Merge the banner and headerbugzilla%glob.com.au1-1/+1
Patch by Byron Jones <bugzilla@glob.com.au> r=LpSolit,kevin.benton a=justdave