aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
Commit message (Collapse)AuthorAgeFilesLines
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-193-31/+46
| | | | | creating/changing bugs r=mkanat, a=mkanat
* Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-141-1/+5
| | | | | the default value r=LpSolit, a=LpSolit
* 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 69621: Remove the keyword cache (which is not updated on keyword ↵Frédéric Buclin2010-04-081-17/+0
| | | | | | rename/delete) r/a=mkanat
* Bug 554552: Refactor classifications and components templates to use ↵Tiago Mello2010-03-296-162/+144
| | | | | | edit-common.html.tmpl and add the 'rows' hook r/a=mkanat
* Bug 548327: Administration page should have hooks to extend the admin linksTiago Mello2010-03-291-0/+4
| | | | r/a=mkanat
* Bug 330633 - "Remove the "Reset Form" button on editparams.cgi"Reed Loden2010-03-171-1/+0
| | | | [r=mkanat a=LpSolit]
* Bug 549177 - "Typo in admin.cgi page header"Reed Loden2010-02-281-1/+1
| | | | [r=LpSolit a=LpSolit]
* Bug 547496: Add IDs to some form elementsFrédéric Buclin2010-02-241-13/+13
| | | | r=pyrzak a=LpSolit
* Bug 490923: Autocomplete assignee, qa contact, and cc on the client sideGuy Pyrzak2010-02-212-0/+4
| | | | r=LpSolit, a=mkanat
* Bug 267541: Set "create chart dataset" checkbox to on by defaultA. Karl Kornel2010-02-171-1/+3
| | | | r=LpSolit a=mkanat
* Bug 546340 - Change <a name> anchors to use @idGordon P. Hemsley2010-02-171-1/+1
| | | | r=mkanat, a=mkanat
* Bug 545029: When deleting a group, no warning is thrown about group inheritanceFrédéric Buclin2010-02-171-0/+9
| | | | r=mkanat a=LpSolit
* Bug 372979: Make voting into an extensionMax Kanat-Alexander2010-02-157-182/+8
| | | | 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 some filter test failures caused by the checkin of bug 251556.Max Kanat-Alexander2010-02-072-5/+7
|
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark2010-02-073-19/+64
| | | | | | blocks/dependson) r=mkanat, a=mkanat
* Bug 487508: Allow restricting the visibility of custom fields and values by ↵Max Kanat-Alexander2010-02-014-3/+19
| | | | | | component r=dkl, a=mkanat
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-0128-1172/+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 538039: Typo when deleting a custom field value - Patch by ↵lpsolit%gmail.com2010-01-051-1/+1
| | | | Frédéric Buclin <LpSolit@gmail.com> r=reed a=LpSolit
* 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 520318: Add remove_from_db to Bugzilla:Group and use it to delete groups ↵mkanat%bugzilla.org2009-12-311-36/+81
| | | | | | in editgroups.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=LpSolit
* 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 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org2009-12-174-33/+61
| | | | | | not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org2009-12-132-23/+0
| | | | | | the fields.html page 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 451716: Deleting a product does not remove its entries from the 'Series' ↵lpsolit%gmail.com2009-11-231-0/+5
| | | | table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just ↵mkanat%bugzilla.org2009-11-183-6/+18
| | | | | | 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 525254: editproducts.cgi shouldn't display the "Edit classification ↵lpsolit%gmail.com2009-11-031-1/+2
| | | | 'Foo'" link if you haven't editclassifications privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* 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 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-302-3/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 496855: Hooks for sanitycheck.cgimkanat%bugzilla.org2009-09-211-0/+11
| | | | Patch by Bradley Baetz <bbaetz@acm.org> r=mkanat, a=mkanat
* Bug 365519: admin/groups/delete has unescaped & - Patch by victory ↵lpsolit%gmail.com2009-08-181-2/+2
| | | | <spam@bmo2007.rsz.jp> r=LpSolit 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 507959: Fix typo - Patch by A.A. Shimono (himorin) ↵lpsolit%gmail.com2009-08-101-1/+1
| | | | <shimono@mozilla.gr.jp> r/a=LpSolit
* Bug 341539: Component list not filtered when a product selected on Request ↵lpsolit%gmail.com2009-07-311-2/+2
| | | | Queue or Edit Flag Types - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* 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 323606: sanitycheck.cgi should offer a link to fix everconfirmed - Patch ↵lpsolit%gmail.com2009-07-181-0/+6
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 456743 - Add the ability to disable field values (mark them as inactive)ghendricks%novell.com2009-07-172-1/+17
| | | | patch by ghendricks@novell.com r=LpSolit, a=LpSolit
* Bug 502975: cf-js.html.tmpl was missing [% USE Bugzilla %], breaking the ↵mkanat%bugzilla.org2009-07-081-0/+1
| | | | | | visibility-controller field settings. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 304267: Large lists in admin pages fail to display (they take too much ↵lpsolit%gmail.com2009-06-257-157/+145
| | | | time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
* Bug 463598: Improve the performance of the JavaScript that adjusts field ↵mkanat%bugzilla.org2009-06-211-7/+9
| | | | | | values based on the value of another field Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=mkanat
* Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit ↵ghendricks%novell.com2009-06-011-2/+2
| | | | patch by ghendricks@novell.com
* Bug 311973: Create admin/classifications/footer.html.tmpl to avoid code ↵lpsolit%gmail.com2009-05-305-8/+28
| | | | duplication - Patch by Nitish Bezzala <nbezzala@yahoo.com> r/a=LpSolit
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-205-26/+13
| | | | patch by ghendricks r=mkanat 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 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com2009-04-111-1/+1
| | | | to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit