summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/components
AgeCommit message (Collapse)AuthorFilesLines
2009-06-25Bug 304267: Large lists in admin pages fail to display (they take too much ↵lpsolit%gmail.com1-10/+6
time) - Patch by Michael Thomas <mockodin@gmail.com> r/a=LpSolit
2009-06-01 Bug 494628 - Crash when trying to file a bug in a closed product r=LpSolit ↵ghendricks%novell.com1-2/+2
patch by ghendricks@novell.com
2009-03-17Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if ↵lpsolit%gmail.com1-0/+3
"value" is not explicitly set - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-12-29Bug 465589: Already selected user accounts are no longer displayed when ↵lpsolit%gmail.com1-3/+0
usemenuforusers is enabled and the account has been disabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2008-11-20Bug 465803: The default assignee field in editcomponents.cgi has emptyok = 1 ↵lpsolit%gmail.com2-2/+0
despite this field cannot be blank - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2007-10-12Bug 313123: Implement $component->create and $component->update based on ↵lpsolit%gmail.com2-32/+16
Object.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-08Bug 264785: config.rdf needs XML filtering of output to generate valid HTML ↵lpsolit%gmail.com1-1/+1
(Template-Toolkit 2.15 and older do not escape all reserved characters correctly) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com9-9/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-07-24Bug 366380 Add component to Product 'product_name' is awkwardtimeless%mozdev.org1-4/+1
r=lpsolit a=lpsolit
2007-07-24Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org1-1/+1
r=wurblzap a=lpsolit
2007-07-10Bug 366384 improve the message "Delete Component of Product 'Derivatives'"timeless%mozdev.org1-1/+2
r=lpsolit a=lpsolit
2007-05-11Bug 380103: No product name provided when editing a component - Patch by ↵lpsolit%gmail.com1-1/+3
Frédéric Buclin <LpSolit@gmail.com> r=dkl r=justdave a=LpSolit
2007-05-10Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory ↵lpsolit%gmail.com1-1/+1
<spam@bmo2007.rsz.jp> r=wicked a=mkanat
2007-01-08Bug 365480 admin/components/select-product has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365564 admin/components/updated uses strange mark uptimeless%mozdev.org1-2/+1
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365563 admin/components/footer uses invalid mark uptimeless%mozdev.org1-2/+2
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365562 admin/components/confirm-delete uses strange mark uptimeless%mozdev.org1-3/+3
patch by bmo2007@rsz.jp r=timeless a=justdave
2006-12-29Bug 365083 edit components cc list text needs wordsmithingtimeless%mozdev.org2-2/+2
r=lpsolit a=justdave
2006-10-18Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com1-2/+2
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com3-1/+3
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2-3/+3
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-09-21Bug 38922: Default (Initial) CC list for each componentmkanat%bugzilla.org3-2/+56
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com3-3/+3
<batosti@async.com.br> r=ghendricks a=myk
2006-03-31Bug 332142: Incorrect output when updating components - Patch by Frédéric ↵lpsolit%gmail.com1-3/+3
Buclin <LpSolit@gmail.com> r=kiko a=justdave
2006-03-02Bug 311258: use objects in admin templates (products & co) - Patch by André ↵lpsolit%gmail.com8-81/+76
Batosti <batosti@async.com.br> r=LpSolit a=justdave
2006-02-22Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com2-4/+14
<wurblzap@gmail.com> r=vladd a=justdave
2006-01-02Bug 300473: "All Closed" for components missing bug_status= in series.query.wurblzap%gmail.com1-1/+1
Patch by Marc Schumann <wurblzap@gmail.com>, r=wicked, a=justdave
2005-09-28Bug 307604: "Redisplay table with bug counts" should also be available from ↵lpsolit%gmail.com2-27/+13
editmilestones.cgi and editversions.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS 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-06-21Bug 76507: Replace "owner" by "assignee" (and "initial" by "default") - ↵lpsolit%gmail.com5-17/+17
Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk
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-04-06Bug 86328: Deleting bugs doesn't delete dependent records properly - Patch ↵lpsolit%gmail.com1-11/+3
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
2004-12-31Patch for bug 272322: add a delete link to the editcomponents edit component ↵jocuri%softhome.net1-1/+5
page; patch by GavinS <bugzilla@chimpychompy.org>, r=justdave, r=wurblzap, a=justdave.
2004-08-01Remove accidentally committed .orig files (from bug 190220)jouni%heikniemi.net9-0/+0
2004-07-31Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS ↵jocuri%softhome.net18-0/+797
<bugzilla@chimpychompy.org>; r=jouni, a=justdave.