summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products/create.html.tmpl
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-03-23Bug 962812: Use the "required" attribute where appropriateSunil Joshi1-1/+1
r=LpSolit a=justdave
2013-12-31Bug 920681: Remove the cellspacing and cellpadding attributes from tablesFrédéric Buclin1-1/+1
r/a=justdave
2012-12-02Bug 547311: Remove the "align" attribute from <th>Christopher Trom1-2/+2
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-12/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-17Bug 661476: sanitycheck.pl should check if all products have components defined.Frédéric Buclin1-2/+15
Also, creating a new product from the web UI asks you to create a component too. r=glob 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-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander1-1/+1
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, 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-Alexander1-3/+0
r=mkanat, a=mkanat, a=LpSolit
2009-12-18Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵mkanat%bugzilla.org1-1/+3
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-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com1-0/+1
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-07-31Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com1-2/+0
$product->remove_from_db, and make editproducts.cgi use them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat 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
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
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-4/+7
- 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/+64
templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk