summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin
AgeCommit message (Collapse)AuthorFilesLines
2005-10-14Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com4-24/+34
André Batosti <batosti@async.com.br> r=LpSolit a=justdave
2005-10-13Bug 312195: Add an index to all parameters to editparams - Patch by ↵lpsolit%gmail.com3-17/+86
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-10-13Bug 312185: Create a new "Attachments" tab when editing params - Patch by ↵lpsolit%gmail.com2-22/+49
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-10-12Bug 46296: Make editparams.cgi be multi-panel by category - Patch by ↵lpsolit%gmail.com17-0/+1133
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
2005-09-28Bug 310088: Template variable filtering bug when editting product - Patch by ↵lpsolit%gmail.com1-1/+1
GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2005-09-28Bug 307604: "Redisplay table with bug counts" should also be available from ↵lpsolit%gmail.com6-65/+115
editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
2005-09-17Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and ↵lpsolit%gmail.com2-1/+55
tidy up templatisation) - Original patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
2005-09-13Bug 308150: admin/products/deleted.html.tmpl doesn't include ↵lpsolit%gmail.com2-1/+5
admin/products/footer.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
2005-09-12Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by ↵lpsolit%gmail.com1-0/+31
Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2005-09-09Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2-6/+229
by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2005-09-07Bug 301743: Replace old code from editcomponents.cgi by methods and routines ↵lpsolit%gmail.com3-89/+80
from Component.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
2005-09-05Bug 304268: edit users form should have an item for "edit this user" - Patch ↵lpsolit%gmail.com2-1/+2
by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
2005-09-02Bug 306632: editvalues.cgi title seems wrong when actually editting a value ↵lpsolit%gmail.com1-1/+1
- Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
2005-09-02Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and ↵lpsolit%gmail.com3-0/+305
templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
2005-08-31Bug 275608: The group selection when editing flag types should be a listbox ↵lpsolit%gmail.com1-4/+20
with (no group) meaning no restriction - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
2005-08-31Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com1-2/+2
Buclin <LpSolit@gmail.com> r=joel a=myk
2005-08-29Bug 302955: Remove the "delete" link for the default milestone - Patch by ↵lpsolit%gmail.com2-16/+79
Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2005-08-23Bug 304542: Focus/Select forms with javascript when editting milestones - ↵lpsolit%gmail.com2-2/+4
Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
2005-08-05Bug 302723: Deleting a user account when this user is the assignee or QA ↵lpsolit%gmail.com1-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
2005-08-01Bug 302782: Crash when showing list of users in a group during group ↵lpsolit%gmail.com1-1/+1
deletion - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-07-29Bug 286294: cleanup editclassifications.cgi and migrate the existent code to ↵lpsolit%gmail.com3-12/+9
use Classification.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=myk
2005-07-28Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and ↵lpsolit%gmail.com2-3/+0
Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
2005-07-11Bug 297200: Linkify (add links) bug count to buglist on keyword edit pages ↵lpsolit%gmail.com2-2/+4
(editkeywords.cgi) - Patch by Tobias Sager <moixa@gmx.ch> r=vladd a=justdave
2005-07-08Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2-0/+323
by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave
2005-06-25Bug 284273: Move productResponsibilities from editusers.cgi to ↵lpsolit%gmail.com1-8/+3
Bugzilla::User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
2005-06-21Bug 289693: EditSettings page changes name from the link in the footer - ↵lpsolit%gmail.com2-11/+11
Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r/a=myk
2005-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com6-21/+21
Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
2005-06-15Bug 293501: Add me to files where I belong and fix kerio.com emailsmkanat%kerio.com9-9/+9
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2005-06-01Bug 294802: Make admin/table.html.tmpl replace multiple occurrances of ↵bugreport%peshkin.net1-3/+7
%%column%% Patch by dmelentyev r=joel, a=justdave
2005-05-23Bug 294915: Fieldvalue created.html.tmpl omits value in title - Patch by ↵lpsolit%gmail.com1-1/+1
Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
2005-05-22Bug 294892: Remove visible debug code from ↵lpsolit%gmail.com1-1/+1
template/en/default/admin/products/footer.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-05-22Bug 294605: Use UTF-8 (Unicode) charset encoding for current templates - ↵lpsolit%gmail.com3-3/+3
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
2005-05-17Bug 294368: Wrong tense used in sentence in delete components/products - ↵lpsolit%gmail.com1-3/+2
Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave
2005-05-06Bug 288663: The inclusion and exclusion lists behave incorrectly when a ↵lpsolit%gmail.com1-2/+2
product or a component is called "Any" - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk a=myk
2005-04-06Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com5-138/+40
by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-04-05Bug 284151: "edit" link shows up on confirmation page for deleting a Field ↵lpsolit%gmail.com2-2/+4
Value - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=myk
2005-04-05Bug 287486: Small typo on editsettings.cgi: apppears - Patch by Teemu ↵lpsolit%gmail.com1-1/+1
Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
2005-03-17Bug 282384: Templatize the 'select classification' bit of editproducts - ↵lpsolit%gmail.com2-5/+75
Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit, a=justdave
2005-03-11Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2-0/+129
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
2005-03-08Bug 284262 : Bundle of small editusers.cgi post-checkin fixestravis%sedsystems.ca1-5/+3
Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat a=justdave
2005-03-01Bug 119485 : Templatise editusers.cgitravis%sedsystems.ca8-1/+897
Patch by Marc Schumann <wurblzap@gmail.com> r=GavinS, mkanat a=justdave
2005-02-26Bug 282999 remove Javascript LANGUAGE attribute in all filesbugreport%peshkin.net1-1/+1
Patch by Anne van Kesteren <bug@annevankesteren.nl> r=LpSolit,a=myk
2005-02-25Bug 281876: New Admin Interface to manage old Enum fields (Field Values)mkanat%kerio.com10-2/+542
Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
2005-02-19Bug 282510: Argument "" isn't numeric when modifying groupbugzilla%glob.com.au1-1/+2
Patch by Byron Jones <bugzilla@glob.com.au> r,a=justdave
2005-02-18Bug 240252 : "users who are a" is awkward and should be rewrittentravis%sedsystems.ca1-7/+11
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=myk
2005-02-17Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com3-3/+217
Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
2005-02-17Bug 277768 : Some validations are missing when editing groupstravis%sedsystems.ca1-3/+3
Patch by Frederic Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-02-01Bug 277864 : Change 'of' to from in deleted component messagetravis%sedsystems.ca1-1/+1
Patch by timeless@myrealbox.com r=justdave a=justdave
2005-01-28Bug 272658 : Add user dropdowns to editcomponents.cgitravis%sedsystems.ca2-10/+41
Patch by GavinS <bugzilla@chimpychompy.org> r=glob a=myk
2005-01-19Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow ↵travis%sedsystems.ca1-1/+1
prevent hyphens from breaking flag names Patch by LpSolit@gmail.com r=wurblzap a=myk