summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/Common.pm
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-8/+39
2016-04-15Bug 1261679 - Add more examples about how to define new parameters using the ...Frédéric Buclin1-5/+7
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2015-11-25Bug 1227455 - Multiselect parameters (type 'm') are not read correctly from t...Pami Ketolainen1-1/+4
2015-08-07Bug 1191255 - Remove requirement to specify SMTP server during installation o...Gervase Markham1-1/+3
2015-03-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to de...Gervase Markham1-1/+15
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 par...Frédéric Buclin1-15/+1
2014-12-18Bug 399068: Remove the docs_urlbase parameter. r=LpSolit, a=dkl.Gervase Markham1-12/+1
2014-12-15Bug 950486: Move the webdotbase and font_file parameters from data/params int...Matt Selsky1-45/+3
2014-10-21Bug 1083737: Validate the smtpserver parameterFrédéric Buclin1-1/+30
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-05-02Bug 811855 - Make the check for sslbase parameter report a failure reason. r=...Matt Selsky1-1/+1
2013-11-25Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones1-0/+14
2013-11-06Bug 287682: UTF-8 characters are incorrectly displayed in New Charts and grap...Frédéric Buclin1-1/+17
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+50
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
2012-04-18Bug 728639: (CVE-2012-0465) [SECURITY] User lockout policy can be bypassed by...Frédéric Buclin1-1/+10
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-30/+5
2011-08-16Bug 466419: Add SSL support for SMTPFrédéric Buclin1-1/+9
2011-03-09revert accidental property changesByron Jones1-0/+0
2011-03-09Bug 633776: Automatic charset detection for text attachmentsByron Jones1-0/+0
2011-01-27Add missing documentation. r=mkanat.Gervase Markham1-1/+3
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-5/+5
2010-04-07Bug 557806: When setting the upgrade_notification parameter, an error should ...Frédéric Buclin1-1/+6
2009-12-13Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...mkanat%bugzilla.org1-1/+10
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of c...mkanat%bugzilla.org1-11/+18
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com1-16/+1
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-1/+1
2009-08-13Bug 480986: The BMP -> PNG conversion tool for new attachments should be an e...lpsolit%gmail.com1-10/+1
2009-03-02Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION max_allo...mkanat%bugzilla.org1-0/+19
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-1/+10
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ...lpsolit%gmail.com1-10/+1
2008-08-07Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org1-7/+1
2008-03-27Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ...lpsolit%gmail.com1-5/+9
2008-03-14Bug 304005: Implement SMTP authentication support for email notifications - P...lpsolit%gmail.com1-1/+11
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com1-1/+1
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-23/+2
2007-08-21Bug 335354: editparams.cgi crashes when editing the 'languages' and 'defaultl...lpsolit%gmail.com1-1/+7
2007-08-03Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com1-10/+24
2007-07-13Bug 385415: Bugs marked as duplicate or moved to another installation always ...lpsolit%gmail.com1-1/+11
2006-11-28Bug 361809: GMT, UT, UTC and WET cannot be used as timezone - Patch by victor...lpsolit%gmail.com1-1/+1
2006-11-19Bug 304550: Bugzilla should always store data in MySQL as UTF-8mkanat%bugzilla.org1-1/+13
2006-11-15Bug 346091: editparams.cgi should validate the 'timezone' parameter - Patch b...lpsolit%gmail.com1-0/+10
2006-07-14Bug 344448: editparams.cgi doesn't let me clear a group - Patch by Frédéric...lpsolit%gmail.com1-0/+1
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com1-1/+1
2006-06-21Bug 324783: The chartgroup, insidergroup and timetrackinggroup groups in edit...lpsolit%gmail.com1-1/+11
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-35/+18
2006-06-19Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by V...vladd%bugzilla.org1-1/+1
2006-06-13Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric ...lpsolit%gmail.com1-1/+15