summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Update.pm
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+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-14/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-11-28Bug 705393: Improve the error message thrown by Update.pm when ↵Frédéric Buclin1-13/+13
updates.bugzilla.org is unavailable r=glob a=LpSolit
2010-02-20fix bustage in 012throwables.tFrédéric Buclin1-1/+1
2010-02-20Bug 546871: Make checksetup.pl not try to fix the permissions ofMax Kanat-Alexander1-11/+6
bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-8/+1
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-05-032nd attempt to fix bug 414726: Bugzilla::Update never updates ↵lpsolit%gmail.com1-15/+2
bugzilla-update.xml if the file already exists locally - Patch by me r=mkanat
2008-01-30Bug 414726: Bugzilla::Update never updates bugzilla-update.xml if the file ↵lpsolit%gmail.com1-1/+11
already exists locally - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-04-25Bug 378672: Use of uninitialized value in numeric comparison (<=>) at ↵lpsolit%gmail.com1-2/+2
Bugzilla/Update.pm line 178 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-04-18Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com1-4/+26
by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
2007-04-07Bug 371727: One week is too long to wait for an update notification - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-01-22Bug 367654: Param('upgrade_notification') eq 'development_snapshot' should ↵lpsolit%gmail.com1-0/+5
catch release candidates too if no development snapshot is available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2006-07-03Bug 343294: Update notification does not work through an HTTP proxy - Patch ↵lpsolit%gmail.com1-0/+1
by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com1-1/+1
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org1-4/+4
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-0/+196
Buclin <LpSolit@gmail.com> r=mkanat a=justdave