summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/edit.html.tmpl
AgeCommit message (Collapse)AuthorFilesLines
2014-10-01Bug 1069760 - Cannot use 'component' in a templateSimon Green1-3/+3
r=gerv, a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin1-18/+21
r/a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin1-9/+5
CSS styles r/a=justdave
2012-12-02Bug 547311: Remove the "align" attribute from <th>Christopher Trom1-5/+5
r/a=LpSolit
2012-11-16Bug 802873: Linkify component names in the "Edit Product" pageKoosha Khajeh Moogahi1-1/+3
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-14/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-03-26Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu1-1/+1
r/a=LpSolit
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin1-5/+5
r/a=mkanat
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org1-0/+1
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
2008-08-14Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com1-1/+1
to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-07-31Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com1-4/+1
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-03-11Bug 421931 – Group control identifiers on product edit page should be ↵wurblzap%gmail.com1-6/+10
localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com1-1/+0
<bugzilla@chimpychompy.org> r/a=LpSolit
2007-07-24Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org1-1/+1
r=wurblzap a=lpsolit
2007-03-10Bug 370687: Creating, editing or deleting a product should display its name ↵lpsolit%gmail.com1-1/+1
in the title of the page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com1-0/+3
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com1-0/+1
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.com1-1/+1
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2005-10-27Bug 266143: If Param("usevotes") is off, editing a product should mention it ↵lpsolit%gmail.com1-0/+1
- Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
2005-10-18Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com1-38/+28
- Patch by André Batosti <batosti@async.com.br> r=LpSolit 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-17Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and ↵lpsolit%gmail.com1-1/+2
tidy up templatisation) - Original patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
2005-09-02Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and ↵lpsolit%gmail.com1-0/+152
templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk