aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
Commit message (Collapse)AuthorAgeFilesLines
* Bug 317560: Missing word in template/en/default/admin/groups/delete.html.tmpl.wurblzap%gmail.com2005-11-301-1/+1
| | | | | Patch by Emmanuel Seyman <eseyman@linagora.com>, r=wurblzap, a=justdave
* Bug 312441: relogin.cgi allows you to impersonate user accounts you are not ↵karl%kornel.name2005-11-202-11/+18
| | | | allowed to see when 'usevisibilitygroups' is on - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
* Bug 317025: Deleting product throws error in default install (2.20 Windows) ↵wurblzap%gmail.com2005-11-191-19/+22
| | | | | | | without usetargetmilestone turned on. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
* Bug 314621: usemenuforusers description should say "dropdown" instead of "popup"wurblzap%gmail.com2005-11-121-1/+2
| | | | | Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat, a=justdave
* Bug 312439: The user being impersonated has "moral" rights to keep informed ↵karl%kornel.name2005-11-051-1/+12
| | | | - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
* Bug 153445: Do not display bug counts by default when listing products in ↵lpsolit%gmail.com2005-10-311-6/+21
| | | | editproducts.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 266143: If Param("usevotes") is off, editing a product should mention it ↵lpsolit%gmail.com2005-10-273-3/+14
| | | | - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
* Bug 312787 When strict_isolation is set, do not permit users to alter deps ↵bugreport%peshkin.net2005-10-221-2/+8
| | | | | | | on bugs unless they can edit both bugs Patch by Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave
* Bug 298688: Forbid the deletion of values used by default for the priority, ↵lpsolit%gmail.com2005-10-203-40/+68
| | | | severity, platform and OS and update data/params when editing them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-201-1/+4
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 305807: Fix some incorrect template filtering types - Patch by GavinS ↵lpsolit%gmail.com2005-10-183-4/+4
| | | | <bugzilla@chimpychompy.org> r=LpSolit r=justdave a=justdave
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com2005-10-1812-234/+218
| | | | - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 309681 Prevent users from adding another user who shouldn't have access ↵bugreport%peshkin.net2005-10-181-1/+4
| | | | | | | to a bug as assignee or CC member Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=joel, a=justdave
* Bug 302835: The "confirm delete" page when deleting a user account should ↵lpsolit%gmail.com2005-10-181-238/+264
| | | | distinguish between risky and no risky actions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 312437: Do not display the "Impersonate this user" link when the user is ↵lpsolit%gmail.com2005-10-171-3/+6
| | | | in the bz_sudo_protect group - Patch by A. Karl Kornel <karl@kornel.name> r=jouni a=justdave
* Bug 312356: The defaultpriority param should be grouped together with ↵lpsolit%gmail.com2005-10-152-2/+2
| | | | defaultseverity, opsys and platform - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-142-1/+87
| | | | | Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com2005-10-144-24/+34
| | | | André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 312195: Add an index to all parameters to editparams - Patch by ↵lpsolit%gmail.com2005-10-133-17/+86
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 312185: Create a new "Attachments" tab when editing params - Patch by ↵lpsolit%gmail.com2005-10-132-22/+49
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 46296: Make editparams.cgi be multi-panel by category - Patch by ↵lpsolit%gmail.com2005-10-1217-0/+1133
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 310088: Template variable filtering bug when editting product - Patch by ↵lpsolit%gmail.com2005-09-281-1/+1
| | | | GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 307604: "Redisplay table with bug counts" should also be available from ↵lpsolit%gmail.com2005-09-286-65/+115
| | | | editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and ↵lpsolit%gmail.com2005-09-162-1/+55
| | | | tidy up templatisation) - Original patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 308150: admin/products/deleted.html.tmpl doesn't include ↵lpsolit%gmail.com2005-09-132-1/+5
| | | | admin/products/footer.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by ↵lpsolit%gmail.com2005-09-121-0/+31
| | | | Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
* Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-09-082-6/+229
| | | | by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 301743: Replace old code from editcomponents.cgi by methods and routines ↵lpsolit%gmail.com2005-09-073-89/+80
| | | | from Component.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
* Bug 304268: edit users form should have an item for "edit this user" - Patch ↵lpsolit%gmail.com2005-09-052-1/+2
| | | | by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
* Bug 306632: editvalues.cgi title seems wrong when actually editting a value ↵lpsolit%gmail.com2005-09-021-1/+1
| | | | - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
* Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and ↵lpsolit%gmail.com2005-09-023-0/+305
| | | | templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
* Bug 275608: The group selection when editing flag types should be a listbox ↵lpsolit%gmail.com2005-08-301-4/+20
| | | | with (no group) meaning no restriction - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com2005-08-301-2/+2
| | | | Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 302955: Remove the "delete" link for the default milestone - Patch by ↵lpsolit%gmail.com2005-08-292-16/+79
| | | | Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 304542: Focus/Select forms with javascript when editting milestones - ↵lpsolit%gmail.com2005-08-232-2/+4
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
* Bug 302723: Deleting a user account when this user is the assignee or QA ↵lpsolit%gmail.com2005-08-051-13/+27
| | | | contact of a bug should reassign this bug to the default ones - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 302782: Crash when showing list of users in a group during group ↵lpsolit%gmail.com2005-08-011-1/+1
| | | | deletion - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ↵lpsolit%gmail.com2005-07-293-12/+9
| | | | use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk
* Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and ↵lpsolit%gmail.com2005-07-282-3/+0
| | | | Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
* Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages ↵lpsolit%gmail.com2005-07-112-2/+4
| | | | (editkeywords.cgi) - Patch by Tobias Sager <moixa@gmx.ch> r=vladd a=justdave
* Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-07-082-0/+323
| | | | by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave
* Bug 284273: Move productResponsibilities from editusers.cgi to ↵lpsolit%gmail.com2005-06-251-8/+3
| | | | Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
* Bug 289693: EditSettings page changes name from the link in the footer - ↵lpsolit%gmail.com2005-06-212-11/+11
| | | | Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r/a=myk
* Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com2005-06-216-21/+21
| | | | Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
* Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com2005-06-159-9/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
* Bug 294802: Make admin/table.html.tmpl replace multiple occurrances of ↵bugreport%peshkin.net2005-05-311-3/+7
| | | | | | | %%column%% Patch by dmelentyev r=joel, a=justdave
* Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by ↵lpsolit%gmail.com2005-05-221-1/+1
| | | | Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
* Bug 294892: Remove visible debug code from ↵lpsolit%gmail.com2005-05-221-1/+1
| | | | template/en/default/admin/products/footer.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 294605: Use UTF-8 (Unicode) charset encoding for current templates - ↵lpsolit%gmail.com2005-05-223-3/+3
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 294368: Wrong tense used in sentence in delete components/products - ↵lpsolit%gmail.com2005-05-171-3/+2
| | | | Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave