aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Update.pm
Commit message (Collapse)AuthorAgeFilesLines
* fix bustage in 012throwables.tFrédéric Buclin2010-02-201-1/+1
|
* Bug 546871: Make checksetup.pl not try to fix the permissions ofMax Kanat-Alexander2010-02-201-11/+6
| | | | | bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit
* Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org2009-10-241-8/+1
| | | | | | checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* 2nd attempt to fix bug 414726: Bugzilla::Update never updates ↵lpsolit%gmail.com2008-05-031-15/+2
| | | | bugzilla-update.xml if the file already exists locally - Patch by me r=mkanat
* Bug 414726: Bugzilla::Update never updates bugzilla-update.xml if the file ↵lpsolit%gmail.com2008-01-301-1/+11
| | | | already exists locally - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 378672: Use of uninitialized value in numeric comparison (<=>) at ↵lpsolit%gmail.com2007-04-251-2/+2
| | | | Bugzilla/Update.pm line 178 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com2007-04-181-4/+26
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
* Bug 371727: One week is too long to wait for an update notification - Patch ↵lpsolit%gmail.com2007-04-071-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 367654: Param('upgrade_notification') eq 'development_snapshot' should ↵lpsolit%gmail.com2007-01-221-0/+5
| | | | catch release candidates too if no development snapshot is available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 343294: Update notification does not work through an HTTP proxy - Patch ↵lpsolit%gmail.com2006-07-031-0/+1
| | | | by Cedric Caron <cedric.caron@citycable.ch> r=LpSolit a=justdave
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com2006-07-031-1/+1
| | | | Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave
* Bug 342121: Remove usage of Config qw(:locations) in favor of ↵mkanat%bugzilla.org2006-06-291-4/+4
| | | | | | Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2006-06-131-0/+196
Buclin <LpSolit@gmail.com> r=mkanat a=justdave