summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
AgeCommit message (Collapse)AuthorFilesLines
2015-05-07Bug 1159589: migrate autocomplete from yui to jqueryByron Jones1-1/+0
r=dylan,a=glob
2015-03-05Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones1-0/+1
r=dkl,a=glob
2014-10-01Bug 1069760 - Cannot use 'component' in a templateSimon Green1-3/+3
r=gerv, a=justdave
2014-03-23Bug 962812: Use the "required" attribute where appropriateSunil Joshi2-3/+3
r=LpSolit a=justdave
2014-01-07Bug 840407: Remove the "align" and "valign" attributesFrédéric Buclin2-2/+2
r/a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin4-82/+80
r/a=justdave
2013-12-28Bug 952795: Remove all style="..." attributes from HTML elementsFrédéric Buclin1-1/+1
r/a=justdave
2013-12-22Bug 322402: Inline styling using bgcolor=x or color=x should be replaced by ↵Frédéric Buclin5-30/+16
CSS styles r/a=justdave
2013-12-18Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ↵Simon Green1-6/+8
"all of the groups") r=gerv, a=sgreen
2013-11-04Bug 933353 - UNCONFIRMED hardcoded in product list.Marc Schumann1-1/+2
r=LpSolit; a=glob
2013-09-19Bug 365501 - admin/products/groupcontrol/updated uses p as brSunil Joshi1-7/+19
r=simon, a=glob
2013-08-30Bug 547311 - Remove the "align" attribute from <th>Christopher Trom1-2/+2
r=simon, a=sgreen
2013-08-16Bug 365499 - admin/products/groupcontrol/confirm-edit uses p as brSunil Joshi1-18/+27
r=sgreen, a=sgreen
2013-04-10Bug 860140: Remove the obsolete <blink> HTML elementFrédéric Buclin1-1/+1
r=sgreen a=LpSolit
2013-02-17Bug 601875: Display the "allow UNCONFIRMED" column when listing products in ↵Hugo Seabrook1-3/+8
editproducts.cgi r/a=LpSolit
2012-12-02Bug 547311: Remove the "align" attribute from <th>Christopher Trom4-14/+14
r/a=LpSolit
2012-12-02Bug 460372: The confirmation thrown when deleting a custom field, component, ↵Sunil Joshi1-1/+1
version or product must have a red background if the deletion affects bugs r/a=LpSolit
2012-11-16Bug 802873: Linkify component names in the "Edit Product" pageKoosha Khajeh Moogahi1-1/+3
r/a=LpSolit
2012-10-12Bug 297213: Submit button appears without having anything to submitSunil Joshi1-113/+106
r/a=LpSolit
2012-03-26Make Target Milestone field have the same maximum length as Version field. ↵Gervase Markham1-1/+1
r,a=LpSolit. https://bugzilla.mozilla.org/show_bug.cgi?id=448551
2012-02-26Bug 696387: Remove useless calls to field-descs.none.tmplMatt Selsky2-4/+0
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 Buclin11-157/+55
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-23Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'edFrédéric Buclin4-7/+0
r/a=mkanat
2011-09-29Bug 686786: Decreasing votestoconfirm in editproducts.cgi crashes BugzillaFrédéric Buclin1-4/+4
r/a=mkanat
2011-08-17Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin2-20/+33
Also, creating a new product from the web UI asks you to create a component too. r=glob a=LpSolit
2011-07-20Bug 669223: Add a new hook 'before_table' in list-classifications.html.tmpl ↵Tiago Mello1-0/+2
template r/a=mkanat
2011-03-26Bug 449067: Add an ID to more buttons (to help with Selenium scripts)rojanu2-2/+2
r/a=LpSolit
2010-07-26Bug 581798: Remove whitespaces from URLs when listing classifications and ↵Frédéric Buclin2-23/+5
products in editproducts.cgi r/a=mkanat
2010-07-23Bug 398701: Replace |FILTER url_quote| by |FILTER uri|Frédéric Buclin5-16/+16
r/a=mkanat
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-1/+1
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-06-24Bug 573637: Add a new "before_table" hooks to the list.html.tmpl interfaceTiago Mello1-0/+2
for products, components, milestones, and versions r=mkanat, a=mkanat
2010-02-17Bug 267541: Set "create chart dataset" checkbox to on by defaultA. Karl Kornel1-1/+3
r=LpSolit a=mkanat
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander4-132/+5
r=mkanat, a=mkanat, a=LpSolit
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2-85/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org4-33/+61
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
2009-12-13Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to ↵mkanat%bugzilla.org2-23/+0
the fields.html page Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-23Bug 451716: Deleting a product does not remove its entries from the 'Series' ↵lpsolit%gmail.com1-0/+5
table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2009-11-04Bug 525254: editproducts.cgi shouldn't display the "Edit classification ↵lpsolit%gmail.com1-1/+2
'Foo'" link if you haven't editclassifications privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
2009-10-01Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org1-1/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com5-26/+13
patch by ghendricks r=mkanat a=mkanat
2009-04-12Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com1-1/+1
to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2008-12-18 Bug 419748 - Need to hook deleting productsghendricks%novell.com1-0/+2
patch by ghendricks@novell.com r=mkanat a=mkanat
2008-08-14Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com3-34/+30
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.com6-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
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
2008-02-05Bug 378908: Edit Group Access Controls hint for Default Default is missing a ↵lpsolit%gmail.com1-1/+1
period - Patch by timeless <timeless@bemail.org> r/a=LpSolit
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-09-21Bug 396934: When classifications are in use, editproducts.cgi displays "Add ↵lpsolit%gmail.com1-6/+9
product" to users that can't add products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=LpSolit
2007-08-21Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com13-13/+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