index
:
bugs
master
bugs.mageia.org
Frédéric "LpSolit" Buclin [lpsolit]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
Config.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1227455 - Multiselect parameters (type 'm') are not read correctly from t...
Pami Ketolainen
2015-11-25
1
-1
/
+7
*
Bug 1191255 - Remove requirement to specify SMTP server during installation o...
Gervase Markham
2015-08-07
1
-21
/
+0
*
Bug 1128245 - upgrading from v4.4.6 to v5.0rc2 fails on connection problem wi...
Dylan William Hardison
2015-02-02
1
-1
/
+3
*
Bug 502625: Replace Email::Send with Email::Sender
Frédéric Buclin
2014-09-20
1
-10
/
+13
*
Bug 1066184: data/params.js should be renamed to data/params.json since the d...
David Lawrence
2014-09-15
1
-8
/
+13
*
Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into da...
Frédéric Buclin
2014-09-11
1
-42
/
+60
*
Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules
Frédéric Buclin
2014-08-13
1
-0
/
+2
*
Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ...
Simon Green
2013-12-18
1
-0
/
+3
*
Bug 787668: Use |use parent| instead of |use base|
Matt Selsky
2012-12-01
1
-1
/
+1
*
Bug 816747 - Add dummy POD for unPODded methods.
Marc Schumann
2012-11-30
1
-0
/
+2
*
Bug 797636: Improve performance for buglists
Frédéric Buclin
2012-11-16
1
-2
/
+4
*
Bug 787529: Use |use 5.10.1| everywhere
Frédéric Buclin
2012-09-01
1
-0
/
+1
*
Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...
Frédéric Buclin
2012-01-11
1
-28
/
+5
*
Bug 255606: Do not let buglist.cgi return all bugs by default
Frédéric Buclin
2011-11-26
1
-0
/
+5
*
Bug 676200: We shouldn't manually delete obsolete parameters in Bugzilla::Con...
Frédéric Buclin
2011-08-04
1
-17
/
+13
*
Bug 624349: Let the config_modify_panels hook add new parameters to existing ...
Frédéric Buclin
2011-01-11
1
-11
/
+10
*
Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ...
Reed Loden
2010-02-01
1
-4
/
+7
*
Bug 519858 - Move uncommonly used parameters out of the "Required" section an...
mkanat%bugzilla.org
2009-12-31
1
-17
/
+2
*
Bug 430014: Re-write the code hooks system so that it uses modules instead of...
mkanat%bugzilla.org
2009-11-24
1
-2
/
+2
*
Was getting an "uninitialized value" error in Bugzilla::Config when running c...
mkanat%bugzilla.org
2009-10-09
1
-1
/
+3
*
Bug 514913: Eliminate ssl="authenticated sessions"
mkanat%bugzilla.org
2009-10-09
1
-0
/
+5
*
Bug 519676: Allow users to set blank/false values for things in checksetup.pl...
mkanat%bugzilla.org
2009-09-30
1
-1
/
+6
*
Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...
lpsolit%gmail.com
2009-03-31
1
-4
/
+0
*
Bug 347707: Changing parameters could silently fail because we weren't correc...
mkanat%bugzilla.org
2008-12-24
1
-1
/
+1
*
Bug 438435: Need code hooks for authentication
mkanat%bugzilla.org
2008-08-07
1
-2
/
+10
*
Bug 430909 - add hook for parameters
bbaetz%acm.org
2008-05-06
1
-6
/
+10
*
Bug 407402: Make Bugzilla die when data/params doesn't exist, if we're in a CGI.
mkanat%bugzilla.org
2008-01-18
1
-0
/
+11
*
Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warn...
lpsolit%gmail.com
2007-08-09
1
-2
/
+0
*
Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...
lpsolit%gmail.com
2007-06-14
1
-10
/
+15
*
Bug 361252: checksetup.pl should get confirmation from the user before causin...
lpsolit%gmail.com
2006-12-09
1
-1
/
+1
*
Bug 353711: Move to Email:: modules for email sending
mkanat%bugzilla.org
2006-11-03
1
-2
/
+15
*
Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...
mkanat%bugzilla.org
2006-09-19
1
-10
/
+1
*
Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.
mkanat%bugzilla.org
2006-08-01
1
-50
/
+122
*
Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DB
mkanat%bugzilla.org
2006-07-29
1
-1
/
+2
*
Bug 343338: Eliminate "my" variables from the root level of modules
mkanat%bugzilla.org
2006-07-14
1
-2
/
+2
*
Bug 338375: Use Bugzilla->params everywhere instead of Param().
mkanat%bugzilla.org
2006-07-04
1
-35
/
+0
*
Bug 342869: Use Bugzilla->params everywhere except templates
mkanat%bugzilla.org
2006-07-04
1
-2
/
+2
*
Bug 343112: @Bugzilla::Config::parampanels is only defined if something calls...
mkanat%bugzilla.org
2006-07-04
1
-11
/
+14
*
Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...
lpsolit%gmail.com
2006-07-03
1
-3
/
+0
*
Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...
mkanat%bugzilla.org
2006-06-29
1
-41
/
+7
*
Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...
lpsolit%gmail.com
2006-06-21
1
-5
/
+2
*
Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...
lpsolit%gmail.com
2006-06-20
1
-12
/
+15
*
Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ...
vladd%bugzilla.org
2006-06-19
1
-2
/
+2
*
Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...
mkanat%bugzilla.org
2006-05-23
1
-74
/
+43
*
Bump version post-release.
mkanat%bugzilla.org
2006-04-23
1
-1
/
+1
*
Update the version numbers for 2.23.1.
mkanat%bugzilla.org
2006-04-23
1
-1
/
+1
*
Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...
jocuri%softhome.net
2006-02-28
1
-1
/
+2
*
Start of the 2.23 development cycle; update the version number.
mkanat%kerio.com
2006-02-21
1
-1
/
+1
*
Update Version Numbers for 2.22rc1 Release.
mkanat%kerio.com
2006-02-21
1
-1
/
+1
*
Bug 106386 Correct misspellings in source code
timeless%mozdev.org
2005-11-26
1
-2
/
+2
[next]