aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/products
Commit message (Collapse)AuthorAgeFilesLines
* Bug 451716: Deleting a product does not remove its entries from the 'Series' ↵lpsolit%gmail.com2009-11-231-0/+5
| | | | table - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 525254: editproducts.cgi shouldn't display the "Edit classification ↵lpsolit%gmail.com2009-11-031-1/+2
| | | | 'Foo'" link if you haven't editclassifications privs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 512623: Change get_status and get_resolution to display_value everywhere.mkanat%bugzilla.org2009-09-301-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2009-05-205-26/+13
| | | | patch by ghendricks r=mkanat a=mkanat
* Bug 487769: checksetup.pl can no longer create versions in TestProduct due ↵lpsolit%gmail.com2009-04-111-1/+1
| | | | to insufficient privileges (checksetup.pl fails) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
* Bug 419748 - Need to hook deleting productsghendricks%novell.com2008-12-181-0/+2
| | | | patch by ghendricks@novell.com r=mkanat a=mkanat
* Bug 448593: Move code to edit product group settings from editproducts.cgi ↵lpsolit%gmail.com2008-08-143-34/+30
| | | | to Bugzilla/Product.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 313122: Implement Product->create, $product->update and ↵lpsolit%gmail.com2008-07-316-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
* Bug 421931 – Group control identifiers on product edit page should be ↵wurblzap%gmail.com2008-03-111-6/+10
| | | | | | | localizable. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit, a=LpSolit
* Bug 378908: Edit Group Access Controls hint for Default Default is missing a ↵lpsolit%gmail.com2008-02-051-1/+1
| | | | period - Patch by timeless <timeless@bemail.org> r/a=LpSolit
* Bug 264785: config.rdf needs XML filtering of output to generate valid HTML ↵lpsolit%gmail.com2007-10-081-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
* Bug 396934: When classifications are in use, editproducts.cgi displays "Add ↵lpsolit%gmail.com2007-09-211-6/+9
| | | | product" to users that can't add products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton a=LpSolit
* Bug 392186: Remove version headers from all templates - Patch by GavinS ↵lpsolit%gmail.com2007-08-2013-13/+0
| | | | <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 213831 "Update" is ambiguous/confusing to sleepy adminstimeless%mozdev.org2007-07-241-1/+1
| | | | r=wurblzap a=lpsolit
* Bug 311982: Remove useless quotes when displaying the milestone URL - Patch ↵lpsolit%gmail.com2007-05-101-4/+4
| | | | by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com2007-04-101-1/+1
| | | | (next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 368006: Useless <p></p> tags in admin/products/footer.html.tmpl - Patch ↵lpsolit%gmail.com2007-03-111-2/+0
| | | | by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
* Bug 370687: Creating, editing or deleting a product should display its name ↵lpsolit%gmail.com2007-03-103-7/+8
| | | | in the title of the page - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=LpSolit
* Bug 365506 admin/products/updated uses strange mark uptimeless%mozdev.org2007-01-081-2/+10
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365505 admin/products/list-classifications has useless <p>timeless%mozdev.org2007-01-081-2/+0
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365504 admin/products/list has useless <p>timeless%mozdev.org2007-01-081-3/+1
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365503 admin/products/footer produces invalid markuptimeless%mozdev.org2007-01-081-3/+4
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365502 admin/products/confirm-delete uses strange mark uptimeless%mozdev.org2007-01-081-3/+4
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365500 admin/products/groupcontrol/edit uses p as brtimeless%mozdev.org2007-01-081-1/+9
| | | | patch by bmo2007@rsz.jp r=timeless a=justdave
* Bug 365062 extra whitespace in "to classification ..." parentheticaltimeless%mozdev.org2006-12-291-2/+1
| | | | r=lpsolit a=justdave
* Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com2006-11-113-2/+35
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 321556: Prepare Bugzilla to ship with at least 2 skins.wurblzap%gmail.com2006-10-181-5/+7
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=myk, a=justdave
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-154-0/+4
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by ↵lpsolit%gmail.com2006-10-154-6/+6
| | | | Frédéric Buclin <LpSolit@gmail.com> r=justdave a=justdave
* Bug 317694: All buttons in forms must have an id - Patches by André Batosti ↵lpsolit%gmail.com2006-07-122-2/+2
| | | | <batosti@async.com.br> r=ghendricks a=myk
* Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ↵lpsolit%gmail.com2006-06-191-1/+1
| | | | ID - Patch by Frédéric Buclin <LpSolit@gmail.com> r=vladd a=myk
* Bug 271984: Default milestone should be a <select>, not a text entry - Patch ↵lpsolit%gmail.com2006-02-221-2/+13
| | | | by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
* Bug 321187 please be nice to links and generate explicit action uristimeless%mozdev.org2006-01-101-1/+1
| | | | r=lpsolit a=justdave
* Bug 319972: Hardcoded state string on product edit page.wurblzap%gmail.com2005-12-141-1/+4
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=justdave
* Bug 317025: Deleting product throws error in default install (2.20 Windows) ↵wurblzap%gmail.com2005-11-191-19/+22
| | | | | | | without usetargetmilestone turned on. Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, a=myk
* Bug 153445: Do not display bug counts by default when listing products in ↵lpsolit%gmail.com2005-10-311-6/+21
| | | | editproducts.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 266143: If Param("usevotes") is off, editing a product should mention it ↵lpsolit%gmail.com2005-10-273-3/+14
| | | | - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com2005-10-1812-234/+218
| | | | - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 310088: Template variable filtering bug when editting product - Patch by ↵lpsolit%gmail.com2005-09-281-1/+1
| | | | GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and ↵lpsolit%gmail.com2005-09-162-1/+55
| | | | tidy up templatisation) - Original patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 308150: admin/products/deleted.html.tmpl doesn't include ↵lpsolit%gmail.com2005-09-132-1/+5
| | | | admin/products/footer.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
* Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by ↵lpsolit%gmail.com2005-09-121-0/+31
| | | | Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
* Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-09-082-6/+229
| | | | by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and ↵lpsolit%gmail.com2005-09-023-0/+305
| | | | templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
* Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-07-082-0/+323
| | | | by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave
* Bug 294892: Remove visible debug code from ↵lpsolit%gmail.com2005-05-221-1/+1
| | | | template/en/default/admin/products/footer.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=justdave
* Bug 282384: Templatize the 'select classification' bit of editproducts - ↵lpsolit%gmail.com2005-03-172-5/+75
| | | | Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit, a=justdave
* Bug 240252 : "users who are a" is awkward and should be rewrittentravis%sedsystems.ca2005-02-181-7/+11
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=mkanat a=myk
* Bug 280412: Templatize the 'list products' bit of editproductsmkanat%kerio.com2005-02-172-0/+205
| | | | Patch By Gavin Shelly <bugzilla@chimpychompy.org> r=wurblzap, a=myk
* Bug 224208 Add a higher level of categorization (.ie departments, locations, ↵bugreport%peshkin.net2004-08-211-0/+2
| | | | | | | | etc.) patch by Albert Ting r=joel, glob a=myk