Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-05 | no bug - reformat all the code using the new perltidy rules | Perl Tidy | 1 | -244/+244 | |
2018-10-09 | Bug 623384 - Use Module::Runtime instead of eval { require } or eval "use" | Dylan William Hardison | 1 | -1/+2 | |
2018-08-10 | Bug 1482475 - Add extensive testing framework | Dylan William Hardison | 1 | -18/+19 | |
2018-01-04 | Bug 1426409 - github_secret key has no rate limiting | Dylan William Hardison | 1 | -0/+14 | |
2017-12-19 | no bug - don't remove old params (#305) | Dylan William Hardison | 1 | -32/+0 | |
2017-12-19 | no bug - ensure urlbase is always present in data/params (#304) | Dylan William Hardison | 1 | -1/+3 | |
2017-07-07 | Bug 1377933 - Remove trailing whitespace from all perl files | Dylan William Hardison | 1 | -8/+8 | |
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -28/+7 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -7/+28 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -28/+7 | |
local symlink to data/ directory | |||||
2015-10-12 | Bug 1199089 - add support for duo-security | Byron Jones | 1 | -0/+6 | |
2012-11-26 | Bug 812543 - Back port patch from bug 797636 to bmo/4.2 to bring in ↵ | Dave Lawrence | 1 | -2/+4 | |
performance enhancements r=glob | |||||
2011-11-26 | Bug 255606: Do not let buglist.cgi return all bugs by default | Frédéric Buclin | 1 | -0/+5 | |
r/a=mkanat | |||||
2011-08-04 | Bug 676200: We shouldn't manually delete obsolete parameters in ↵ | Frédéric Buclin | 1 | -17/+13 | |
Bugzilla::Config::update_params(), else they are not saved in old-params.txt r/a=mkanat | |||||
2011-01-11 | Bug 624349: Let the config_modify_panels hook add new parameters to existing ↵ | Frédéric Buclin | 1 | -11/+10 | |
panels r/a=mkanat | |||||
2010-02-01 | Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ↵ | Reed Loden | 1 | -4/+7 | |
the web Patch by Reed Loden <reed@reedloden.com> r=mkanat a=LpSolit | |||||
2009-12-31 | Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵ | mkanat%bugzilla.org | 1 | -17/+2 | |
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -2/+2 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-10-09 | Was getting an "uninitialized value" error in Bugzilla::Config when running ↵ | mkanat%bugzilla.org | 1 | -1/+3 | |
checksetup.pl, because of the checkin from bug 514913. | |||||
2009-10-09 | Bug 514913: Eliminate ssl="authenticated sessions" | mkanat%bugzilla.org | 1 | -0/+5 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-09-30 | Bug 519676: Allow users to set blank/false values for things in ↵ | mkanat%bugzilla.org | 1 | -1/+6 | |
checksetup.pl's "answers" file. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-03-31 | Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-12-24 | Bug 347707: Changing parameters could silently fail because we weren't ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
correctly checking the return code from "rename" Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | |||||
2008-08-07 | Bug 438435: Need code hooks for authentication | mkanat%bugzilla.org | 1 | -2/+10 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2008-05-06 | Bug 430909 - add hook for parameters | bbaetz%acm.org | 1 | -6/+10 | |
r=mkanat, r/a=lpsolit | |||||
2008-01-18 | Bug 407402: Make Bugzilla die when data/params doesn't exist, if we're in a CGI. | mkanat%bugzilla.org | 1 | -0/+11 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | |||||
2007-08-09 | Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵ | lpsolit%gmail.com | 1 | -2/+0 | |
warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2007-06-14 | Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵ | lpsolit%gmail.com | 1 | -10/+15 | |
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave | |||||
2006-12-09 | Bug 361252: checksetup.pl should get confirmation from the user before ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk | |||||
2006-11-03 | Bug 353711: Move to Email:: modules for email sending | mkanat%bugzilla.org | 1 | -2/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk | |||||
2006-09-19 | Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵ | mkanat%bugzilla.org | 1 | -10/+1 | |
from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-08-01 | Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module. | mkanat%bugzilla.org | 1 | -50/+122 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-07-29 | Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DB | mkanat%bugzilla.org | 1 | -1/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave | |||||
2006-07-14 | Bug 343338: Eliminate "my" variables from the root level of modules | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-07-04 | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 1 | -35/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 1 | -2/+2 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-04 | Bug 343112: @Bugzilla::Config::parampanels is only defined if something ↵ | mkanat%bugzilla.org | 1 | -11/+14 | |
calls _load_params Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-07-03 | Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵ | lpsolit%gmail.com | 1 | -3/+0 | |
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave | |||||
2006-06-30 | Bug 342121: Remove usage of Config qw(:locations) in favor of ↵ | mkanat%bugzilla.org | 1 | -41/+7 | |
Constants::bz_locations() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-06-21 | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 1 | -5/+2 | |
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | |||||
2006-06-20 | Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵ | lpsolit%gmail.com | 1 | -12/+15 | |
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache | |||||
2006-06-20 | Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ↵ | vladd%bugzilla.org | 1 | -2/+2 | |
-> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>. | |||||
2006-05-23 | Bug 328642: Params should be in Bugzilla->params instead of being a ↵ | mkanat%bugzilla.org | 1 | -74/+43 | |
Bugzilla::Config subroutine Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | |||||
2006-04-23 | Bump version post-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2006-04-23 | Update the version numbers for 2.23.1. | mkanat%bugzilla.org | 1 | -1/+1 | |
2006-02-28 | Patch for bug 298341: Implement code hook mechanism; patch by ↵ | jocuri%softhome.net | 1 | -1/+2 | |
zach@zachlipton.com, r=timeless, a=justdave. | |||||
2006-02-21 | Start of the 2.23 development cycle; update the version number. | mkanat%kerio.com | 1 | -1/+1 | |
2006-02-21 | Update Version Numbers for 2.22rc1 Release. | mkanat%kerio.com | 1 | -1/+1 | |
2005-11-26 | Bug 106386 Correct misspellings in source code | timeless%mozdev.org | 1 | -2/+2 | |
patch by unknown@simplemachines.org r=timeless rs=brendan | |||||
2005-10-12 | Bug 46296: Make editparams.cgi be multi-panel by category - Patch by ↵ | lpsolit%gmail.com | 1 | -85/+20 | |
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave |