summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params
AgeCommit message (Collapse)AuthorFilesLines
2011-12-26Bug 399080: Remove the 'usebugaliases' parameter (turned on permanently)Matt Selsky1-3/+0
r/a=LpSolit
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-3/+8
r/a=mkanat
2011-10-24Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence1-0/+3
r/a=mkanat
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin1-2/+0
r/a=mkanat
2011-08-16Bug 466419: Add SSL support for SMTPFrédéric Buclin1-0/+2
r/a=mkanat
2011-07-26Bug 647158: The Error Console in Firefox reportsFrédéric Buclin2-43/+36
"unbalanced tree was written using document.write()" when reporting a new bug or when visiting the "User Authentication" panel in the Parameters page r=glob a=LpSolit
2011-03-26Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu1-1/+1
r/a=LpSolit
2011-03-09revert accidental property changesByron Jones1-0/+0
2011-03-09Bug 633776: Automatic charset detection for text attachmentsByron Jones1-0/+0
r=mkanat, a=mkanat
2011-03-08Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham1-1/+1
2011-03-02Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander1-1/+10
requests to see more. r=dkl, a=mkanat
2011-02-20Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander1-0/+5
r=mkanat, a=mkanat (module owner)
2011-01-28Bug 622080 - Change group which can moderate quipsDavid Lawrence1-1/+1
r/a=mkanat
2011-01-22Bug 624696: We need a template hook to add a description to parameters added ↵rojanu1-0/+1
by extensions r/a=mkanat
2011-01-07Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu1-1/+13
r/a=LpSolit
2010-12-27Bug 618842: Enclose checksetup.pl between <kbd> and </kbd> tags in templatesA. Shimono (himorin)3-4/+4
r/a=mkanat
2010-09-29Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵Reed Loden1-0/+16
'Strict-Transport-Security' advanced option in order to protect subdomains. [r=glob a=mkanat]
2010-09-28Change "Bugzilla" to [% terms.Bugzilla %] in admin/params/advanced.html.tmpl.Max Kanat-Alexander1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=594990
2010-09-28Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander1-0/+15
if a particular parameter is enabled. r=glob, a=mkanat
2010-08-09Bug 585498 - RADIUS auth isn't experimental any more.Marc Schumann1-2/+2
r/a=mkanat
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2-2/+2
r/a=mkanat
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-4/+0
r/a=mkanat
2010-07-08Bug 490930: Always store attachments locally if they are over X size (and ↵Frédéric Buclin1-8/+11
below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
2010-07-08Bug 577407: Several HTML elements have the same ID when editing parametersFrédéric Buclin4-7/+7
r/a=mkanat
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2-3/+9
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-06-18Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander1-49/+0
called OldBugMove. r=dkl, a=mkanat
2010-04-23Bug 561362: Remove the 'sendmailnow' parameterFrédéric Buclin1-8/+0
r=justdave a=LpSolit
2010-04-19Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugsFrédéric Buclin1-3/+2
r=mkanat a=LpSolit
2010-03-18Bug 330633 - "Remove the "Reset Form" button on editparams.cgi"Reed Loden1-1/+0
[r=mkanat a=LpSolit]
2010-02-17Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley1-1/+1
r=mkanat, a=mkanat
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-5/+0
r=mkanat, a=mkanat, a=LpSolit
2010-02-10Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" ↵Reed Loden1-5/+7
[r=mkanat a=mkanat]
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2-47/+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/+8
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-67/+129
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.org1-1/+1
the numbers Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-18Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org1-1/+13
a display_value call, and use display_value in more places to translate field values. Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat
2009-10-19Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-5/+0
Buclin <LpSolit@gmail.com> r/a=mkanat
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-2/+6
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-08-13Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵lpsolit%gmail.com1-5/+1
extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-07-20Bug 490783: UI should use "Search" everywhere instead of "Find"mkanat%bugzilla.org1-3/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
2009-07-20Bug 314364: Make QuickSearch use "matches" for comment searches instead of ↵mkanat%bugzilla.org1-4/+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-1/+7
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-6/+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-02-02Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵lpsolit%gmail.com1-17/+32
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/+18
by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2009-01-15Bug 471890: The Index of Parameters should linkify parameters, not the ↵lpsolit%gmail.com1-3/+6
category they belong to - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
2008-12-10Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-3/+0
Buclin <LpSolit@gmail.com> r/a=mkanat