summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config
AgeCommit message (Collapse)AuthorFilesLines
2010-09-28Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander1-0/+6
if a particular parameter is enabled. r=glob, a=mkanat
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-5/+0
r/a=mkanat
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-2/+2
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-93/+0
called OldBugMove. r=dkl, a=mkanat
2010-06-06Bug 450301: What Simplify searching UI, initial improvements to the advanced ↵Guy Pyrzak1-1/+1
search ui. r=mkanat, a=mkanat
2010-04-23Bug 561362: Remove the 'sendmailnow' parameterFrédéric Buclin1-6/+0
r=justdave a=LpSolit
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-5/+5
r=timello, a=mkanat
2010-04-07Bug 557806: When setting the upgrade_notification parameter, an error should ↵Frédéric Buclin1-1/+6
be thrown if you don't have all the required Perl modules installed r=glob a=LpSolit
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-6/+0
r=mkanat, a=mkanat, a=LpSolit
2010-02-10Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" ↵Reed Loden1-0/+1
[r=mkanat a=mkanat]
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander1-72/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-12-31Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org1-0/+6
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org3-63/+138
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 527387: Make Parameter section sortkeys numeric and leave space between ↵mkanat%bugzilla.org16-16/+16
the numbers Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-13Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵mkanat%bugzilla.org2-2/+12
they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-24Bug 520948: Use Bugzilla->feature and feature_enabled everywhere instead of ↵mkanat%bugzilla.org1-11/+18
checking if modules are installed Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com2-23/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-4/+3
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-13Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵lpsolit%gmail.com2-17/+1
extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-07-20Bug 314364: Make QuickSearch use "matches" for comment searches instead of ↵mkanat%bugzilla.org1-7/+0
"substring" Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
2009-04-18Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org1-0/+6
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
2009-03-31Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-7/+0
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-31Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com1-6/+0
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-03-02Bug 480001: MySQL 5.1.31 throws an error when you try to SET SESSION ↵mkanat%bugzilla.org2-1/+20
max_allowed_packet (and previous versions of MySQL were just ignoring the SET SESSION), so just warn people if their max_allowed_packet is too small Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-02-02Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵lpsolit%gmail.com1-1/+7
possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit
2009-02-02Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com1-0/+7
by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-26Bug 474516: specific_search_allow_empty_words should default to onmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2-2/+17
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
2008-12-16Bug 468728: The 'allowemailchange' parameter should default to 1mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-12-10Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-6/+0
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-10Bug 399076: Remove the 'commentonreassignbycomponent' parameter - Patch by ↵lpsolit%gmail.com1-6/+0
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-10Bug 399075: Remove the 'commentonclearresolution' parameter - Patch by ↵lpsolit%gmail.com1-6/+0
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-10Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-6/+0
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-10Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-7/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-08-28Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2-17/+1
<LpSolit@gmail.com> r/a=mkanat
2008-08-07Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org1-7/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com1-1/+1
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
2008-03-27Bug 358588: The sslbase's port is harcoded, but shouldn't (allow the port to ↵lpsolit%gmail.com1-5/+9
be specified with the parameter) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=glob a=LpSolit
2008-03-14Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com2-1/+22
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com2-2/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-09-11Bug 394959: Turn votes off by default - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r=mkanat a=LpSolit
2007-08-22Bug 365378 – The 'languages' parameter is not necessary.wurblzap%gmail.com1-23/+2
Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-08-21Bug 335354: editparams.cgi crashes when editing the 'languages' and ↵lpsolit%gmail.com1-1/+7
'defaultlanguage' parameters - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap, mkanat a=LpSolit
2007-08-03Bug 380187 – Bugzilla should support RADIUS authentication.wurblzap%gmail.com3-12/+86
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat, a=mkanat
2007-07-13Bug 385415: Bugs marked as duplicate or moved to another installation always ↵lpsolit%gmail.com2-1/+33
go to the RESOLVED state, even if the workflow has RESOLVED excluded from it (or if this bug status has been removed or renamed). Some major problems related to the workflow when upgrading or installing 3.1 are also fixed here - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-07-03Bug 385910: Rename the 'quicksearch_allow_empty_words' parameter to ↵lpsolit%gmail.com1-1/+1
'specific_search_allow_empty_words' (to avoid confusion with the QuickSearch feature) - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r=wicked a=mkanat
2007-06-27Bug 385910: Add parameter to allow "find a specific bug" to accept an empty ↵lpsolit%gmail.com1-1/+9
search - Patch by Brad Johnson <fk7q01p02@sneakemail.com> r/a=LpSolit
2007-06-18Bug 384497: Add a parameter that enables debug mode for SMTPmkanat%bugzilla.org1-1/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com1-43/+1
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave