aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵lpsolit%gmail.com2009-03-171-0/+3
| | | | "value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
* Bug 371995: Allow the Product field to restrict visibility of custom fieldsmkanat%bugzilla.org2009-02-081-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, 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 466692: [SECURITY] keywords and unused flag types can be deleted by ↵lpsolit%gmail.com2009-02-023-8/+10
| | | | bypassing the token check - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵lpsolit%gmail.com2009-02-021-2/+4
| | | | bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat 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 474206: Useless </a> in the component_cc section when deleting a user ↵lpsolit%gmail.com2009-01-231-1/+1
| | | | account - Patch by arbingersys <arbingersys@gmail.com> r/a=LpSolit
* Bug 471518: "Field only appears when:" produces a JavaScript error in ↵guy.pyrzak%gmail.com2009-01-231-1/+1
| | | | | | Internet Explorer Patch By Jill Foley <jillpf55@sbcglobal.net> r=mkanat, a=mkanat
* Bug 470057: Collapse and wrap text messages and text errorsmkanat%bugzilla.org2009-01-201-2/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, 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 471771: editflagtypes.cgi should display the number of flags per type - ↵lpsolit%gmail.com2009-01-011-0/+26
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
* Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com2008-12-291-3/+0
| | | | usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked 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 419748 - Need to hook deleting productsghendricks%novell.com2008-12-181-0/+2
| | | | patch by ghendricks@novell.com r=mkanat 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 467214: confirm-delete.html.tmpl should use 'quips' instead of 'votes' ↵lpsolit%gmail.com2008-12-011-3/+3
| | | | at line 367 - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Fix typo, see bug 453681 comment 17lpsolit%gmail.com2008-11-241-1/+1
|
* Bug 453681: Do not display the "Yes, delete" button if deleting a user ↵lpsolit%gmail.com2008-11-221-29/+74
| | | | account would cause FK constraint errors - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
* Bug 465817: The sudo session UI lets you select several users to impersonate ↵lpsolit%gmail.com2008-11-201-2/+1
| | | | at once - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 ↵lpsolit%gmail.com2008-11-202-2/+0
| | | | despite this field cannot be blank - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-076-4/+121
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, 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 458436: Allow standard global select fields to control visibility of ↵mkanat%bugzilla.org2008-10-253-6/+4
| | | | | | custom fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-254-29/+121
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 460588: Add template hooks for adding fields to editgroups and userprefs ↵mkanat%bugzilla.org2008-10-182-1/+6
| | | | | | Account Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=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 456782: Rename the "View Current Triggers" link in editworkflow.cgi and ↵lpsolit%gmail.com2008-10-072-3/+4
| | | | update the "Edit Actions Triggered by the Workflow" page title accordingly - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Fix some test failures caused by the Field::Choice patches.mkanat%bugzilla.org2008-10-032-3/+5
|
* Bug 456922: Now that Bugzilla::Field::Choice is complete, clean up ↵mkanat%bugzilla.org2008-10-035-81/+87
| | | | | | editvalues.cgi and error messages Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, 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 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-143-34/+30
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 449927: "Insert new group into all existing products" should be a label ↵lpsolit%gmail.com2008-08-091-2/+3
| | | | when creating a new group - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 429626: editgroups.cgi incorrectly states that group names cannot ↵lpsolit%gmail.com2008-08-091-2/+1
| | | | contain spaces - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 442031: Make Bugzilla::User::groups return an arrayref of ↵mkanat%bugzilla.org2008-08-084-14/+14
| | | | Bugzilla::Group objects (instead of a hashref of group ids and names).
* Bug 448414: Replace "buglist" by "[% terms.bug %] list" in templateseseyman%linagora.com2008-08-062-2/+2
| | | | Patch By A.A. Shimono <shimono@mozilla.gr.jp> r=eseyman, a=LpSolit
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-316-95/+44
| | | | $product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 442821: Make the workflow editor deny closed statuses for new bugsmkanat%bugzilla.org2008-07-031-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Fix on checkin for bug 438810: replace targets by users/groupslpsolit%gmail.com2008-06-141-4/+4
|
* Bug 438810: Whines fail when a group or user that was receiving whines is ↵lpsolit%gmail.com2008-06-141-0/+19
| | | | manually deleted, and sanitycheck.cgi should report this problem - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 437770: Imported bugs are ignored by queries (they never appear in ↵lpsolit%gmail.com2008-06-131-0/+15
| | | | buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/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 423959: Wrap long lines in column headers of admin/table.html.tmpl - ↵lpsolit%gmail.com2008-03-201-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit