summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
AgeCommit message (Collapse)AuthorFilesLines
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
2007-05-10Bug 311982: Remove useless quotes when displaying the milestone URL - Patch ↵lpsolit%gmail.com1-4/+4
by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2007-04-11Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com1-1/+1
(next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2007-03-11Bug 368006: Useless <p></p> tags in admin/products/footer.html.tmpl - Patch ↵lpsolit%gmail.com1-2/+0
by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
2007-03-10Bug 370687: Creating, editing or deleting a product should display its name ↵lpsolit%gmail.com3-7/+8
in the title of the page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
2007-01-08Bug 365506 admin/products/updated uses strange mark uptimeless%mozdev.org1-2/+10
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365505 admin/products/list-classifications has useless <p>timeless%mozdev.org1-2/+0
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365504 admin/products/list has useless <p>timeless%mozdev.org1-3/+1
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365503 admin/products/footer produces invalid markuptimeless%mozdev.org1-3/+4
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365502 admin/products/confirm-delete uses strange mark uptimeless%mozdev.org1-3/+4
patch by bmo2007@rsz.jp r=timeless a=justdave
2007-01-08Bug 365500 admin/products/groupcontrol/edit uses p as brtimeless%mozdev.org1-1/+9
patch by bmo2007@rsz.jp r=timeless a=justdave
2006-12-29Bug 365062 extra whitespace in "to classification ..." parentheticaltimeless%mozdev.org1-2/+1
r=lpsolit a=justdave
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com3-2/+35
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-18Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com1-5/+7
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.com4-0/+4
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.com4-6/+6
Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
2006-07-12Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2-2/+2
<batosti@async.com.br> r=ghendricks a=myk
2006-06-19Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ↵lpsolit%gmail.com1-1/+1
ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=myk
2006-02-22Bug 271984: Default milestone should be a <select>, not a text entry - Patch ↵lpsolit%gmail.com1-2/+13
by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
2006-01-10Bug 321187 please be nice to links and generate explicit action uristimeless%mozdev.org1-1/+1
r=lpsolit a=justdave
2005-12-14Bug 319972: Hardcoded state string on product edit page.wurblzap%gmail.com1-1/+4
Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
2005-11-19Bug 317025: Deleting product throws error in default install (2.20 Windows) ↵wurblzap%gmail.com1-19/+22
without usetargetmilestone turned on. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
2005-10-31Bug 153445: Do not display bug counts by default when listing products in ↵lpsolit%gmail.com1-6/+21
editproducts.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave