summaryrefslogtreecommitdiffstats
path: root/sanitycheck.pl
AgeCommit message (Collapse)AuthorFilesLines
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
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-18/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-04-22Fix typo in PODFrédéric Buclin1-1/+1
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-0/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2008-12-16Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org1-2/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-01-31Bug 413163: sanitycheck.pl needs to be more helpful when run at command line ↵lpsolit%gmail.com1-1/+47
- Patch by Colin Ogilvie <colin.ogilvie@gmail.com> r/a=LpSolit
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-03-17Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com1-0/+70
problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit