aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params
Commit message (Collapse)AuthorAgeFilesLines
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-261-3/+8
| | | | r/a=mkanat
* Bug 685552 - Email auto-completion causes server to thrashDavid Lawrence2011-10-241-0/+3
| | | | r/a=mkanat
* Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin2011-10-231-2/+0
| | | | r/a=mkanat
* Bug 466419: Add SSL support for SMTPFrédéric Buclin2011-08-161-0/+2
| | | | r/a=mkanat
* Bug 647158: The Error Console in Firefox reportsFrédéric Buclin2011-07-262-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
* Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu2011-03-261-1/+1
| | | | r/a=LpSolit
* revert accidental property changesByron Jones2011-03-091-0/+0
|
* Bug 633776: Automatic charset detection for text attachmentsByron Jones2011-03-091-0/+0
| | | | r=mkanat, a=mkanat
* Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham2011-03-081-1/+1
|
* Bug 632718: Only return 500 search results unless the user specificallyMax Kanat-Alexander2011-03-021-1/+10
| | | | | requests to see more. r=dkl, a=mkanat
* Bug 632717: Limit the total number of results that a search can ever return.Max Kanat-Alexander2011-02-191-0/+5
| | | | r=mkanat, a=mkanat (module owner)
* Bug 622080 - Change group which can moderate quipsDavid Lawrence2011-01-281-1/+1
| | | | r/a=mkanat
* Bug 624696: We need a template hook to add a description to parameters added ↵rojanu2011-01-221-0/+1
| | | | | | by extensions r/a=mkanat
* Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu2011-01-071-1/+13
| | | | r/a=LpSolit
* Bug 618842: Enclose checksetup.pl between <kbd> and </kbd> tags in templatesA. Shimono (himorin)2010-12-273-4/+4
| | | | r/a=mkanat
* Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵Reed Loden2010-09-291-0/+16
| | | | | | 'Strict-Transport-Security' advanced option in order to protect subdomains. [r=glob a=mkanat]
* Change "Bugzilla" to [% terms.Bugzilla %] in admin/params/advanced.html.tmpl.Max Kanat-Alexander2010-09-271-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=594990
* Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander2010-09-271-0/+15
| | | | | if a particular parameter is enabled. r=glob, a=mkanat
* Bug 585498 - RADIUS auth isn't experimental any more.Marc Schumann2010-08-091-2/+2
| | | | r/a=mkanat
* Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin2010-07-232-2/+2
| | | | r/a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-4/+0
| | | | r/a=mkanat
* Bug 490930: Always store attachments locally if they are over X size (and ↵Frédéric Buclin2010-07-081-8/+11
| | | | | | below some threshold!), don't ever display "Big File" checkbox r=mkanat a=LpSolit
* Bug 577407: Several HTML elements have the same ID when editing parametersFrédéric Buclin2010-07-084-7/+7
| | | | r/a=mkanat
* Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander2010-07-052-3/+9
| | | | | IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-49/+0
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 561362: Remove the 'sendmailnow' parameterFrédéric Buclin2010-04-231-8/+0
| | | | r=justdave a=LpSolit
* Bug 560215: maxattachmentsize = 0 means that you cannot attach any file to bugsFrédéric Buclin2010-04-191-3/+2
| | | | r=mkanat a=LpSolit
* Bug 330633 - "Remove the "Reset Form" button on editparams.cgi"Reed Loden2010-03-171-1/+0
| | | | [r=mkanat a=LpSolit]
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-1/+1
| | | | r=mkanat, a=mkanat
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-151-5/+0
| | | | r=mkanat, a=mkanat, a=LpSolit
* Bug 537846 - "Disable the "Reset" checkbox for the maintainer parameter" ↵Reed Loden2010-02-091-5/+7
| | | | [r=mkanat a=mkanat]
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-012-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.
* Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org2009-12-311-0/+8
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org2009-12-313-67/+129
| | | | | | and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 527387: Make Parameter section sortkeys numeric and leave space between ↵mkanat%bugzilla.org2009-12-131-1/+1
| | | | | | the numbers Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-181-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
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric ↵lpsolit%gmail.com2009-10-181-5/+0
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-2/+6
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 480986: The BMP -> PNG conversion tool for new attachments should be an ↵lpsolit%gmail.com2009-08-131-5/+1
| | | | extension - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 490783: UI should use "Search" everywhere instead of "Find"mkanat%bugzilla.org2009-07-201-3/+5
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=pyrzak, r=LpSolit, a=LpSolit
* Bug 314364: Make QuickSearch use "matches" for comment searches instead of ↵mkanat%bugzilla.org2009-07-201-4/+0
| | | | | | "substring" Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 482584: Add a parameter to hide the "See Also" fieldmkanat%bugzilla.org2009-04-171-1/+7
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=dkl, a=LpSolit
* Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric ↵lpsolit%gmail.com2009-03-311-6/+0
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com2009-03-311-6/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 472206: [SECURITY] Bugzilla should optionally not allow the user to view ↵lpsolit%gmail.com2009-02-021-17/+32
| | | | possibly harmful attachments - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=LpSolit
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com2009-02-021-0/+18
| | | | by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 471890: The Index of Parameters should linkify parameters, not the ↵lpsolit%gmail.com2009-01-151-3/+6
| | | | category they belong to - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
* Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org2008-12-241-0/+10
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
* Bug 399079: Remove the 'showallproducts' parameter - Patch by Frédéric ↵lpsolit%gmail.com2008-12-101-3/+0
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 399076: Remove the 'commentonreassignbycomponent' parameter - Patch by ↵lpsolit%gmail.com2008-12-101-3/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat