aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Bug 399075: Remove the 'commentonclearresolution' parameter - Patch by ↵lpsolit%gmail.com2008-12-101-3/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 399074: Remove the 'maxpatchsize' parameter - Patch by Frédéric ↵lpsolit%gmail.com2008-12-101-6/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ↵lpsolit%gmail.com2008-12-101-5/+1
| | | | Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 460995: Need to use terms.abug in description for makeproductgroups - ↵lpsolit%gmail.com2008-10-281-1/+1
| | | | Patch by Rob Siklos [:robzilla] <robzilla2@siklos.ca> r/a=LpSolit
* Bug 460297: Parameters in editparams.cgi need an ID - Patch by ↵lpsolit%gmail.com2008-10-161-6/+7
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵lpsolit%gmail.com2008-08-281-4/+0
| | | | <LpSolit@gmail.com> r/a=mkanat
* Bug 448414: Replace "buglist" by "[% terms.bug %] list" in templateseseyman%linagora.com2008-08-061-1/+1
| | | | Patch By A.A. Shimono <shimono@mozilla.gr.jp> r=eseyman, a=LpSolit
* Bug 435114: The description of the LDAPstarttls parameter is not displayed ↵lpsolit%gmail.com2008-05-221-2/+2
| | | | in editparams.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Missing comma in a hash (was missing in the checkin of bug 182975)lpsolit%gmail.com2008-04-041-1/+1
|
* Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com2008-04-041-1/+3
| | | | by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
* Bug 304005: Implement SMTP authentication support for email notifications - ↵lpsolit%gmail.com2008-03-142-1/+10
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 399559: LDAP administration is not experimentaleseyman%linagora.com2007-12-051-3/+2
| | | | Patch by Emmanuel Seyman <eseyman@linagora.com> r=mkanat a=mkanat
* Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com2007-10-231-0/+1
|
* Bug 333614: The "timezone" parameter should indicate the expected format - ↵lpsolit%gmail.com2007-08-261-1/+2
| | | | Patch by spam@bmo2007.rsz.jp r=wicked a=mkanat