summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
AgeCommit message (Expand)AuthorFilesLines
2009-06-09 Bug 497030 - Products are created closed for bug entryghendricks%novell.com1-1/+1
2009-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com1-2/+2
2009-01-02Bug 339381: Make Bugzilla::Classification use Bugzilla::Object - Patch by FrÃ...lpsolit%gmail.com1-7/+4
2008-12-18 Bug 419748 - Need to hook deleting productsghendricks%novell.com1-1/+3
2008-10-22Bug 347991: Classifications without products don't show up in editproducts.cg...lpsolit%gmail.com1-3/+5
2008-08-14Bug 448593: Move code to edit product group settings from editproducts.cgi to...lpsolit%gmail.com1-286/+65
2008-07-31Bug 313122: Implement Product->create, $product->update and $product->remove_...lpsolit%gmail.com1-482/+34
2008-04-12Bug 314454: Incorrect SQL query in editproducts.cgi when making a group manda...lpsolit%gmail.com1-10/+19
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com1-9/+2
2008-03-11Bug 421931 – Group control identifiers on product edit page should be lo...wurblzap%gmail.com1-24/+0
2008-01-28Bug 325487: Admin pages should require less "clicks" (remove useless confirma...lpsolit%gmail.com1-28/+56
2007-10-23Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colinlpsolit%gmail.com1-0/+3
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-10-10Bug 398976: edit*.cgi scripts should use transactions for database interactio...lpsolit%gmail.com1-14/+6
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch by...lpsolit%gmail.com1-0/+1
2007-07-23Bug 364361 The word "Customising" in chapter 6 title is spelled wrong in all ...timeless%mozdev.org1-1/+1
2007-07-12Bug 387831: Deleting products does not clean up the component_cc table - Patc...lpsolit%gmail.com1-1/+8
2006-12-19Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max Kana...lpsolit%gmail.com1-2/+2
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com1-58/+83
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-7/+19
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-1/+3
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch by...lpsolit%gmail.com1-3/+2
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-12/+13
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-2/+4
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-15/+5
2006-06-20Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric Bucli...lpsolit%gmail.com1-2/+3
2006-06-19Spelling in code comments patch: 'priviledges' -> 'privileges' in editproduct...vladd%bugzilla.org1-1/+1
2006-06-19Bug 341866: 'changer' in editproducts.cgi must be a user login, not a user ID...lpsolit%gmail.com1-1/+1
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com1-3/+3
2006-05-08Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric Bucl...lpsolit%gmail.com1-8/+8
2006-05-01Bug 331008: Consistently name errors either prod_ or product_ - Patch by time...lpsolit%gmail.com1-9/+9
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin <LpSoli...lpsolit%gmail.com1-6/+1
2006-03-15Bug 329022: Remove group_name_to_id in favor of creating Group objects - Patc...lpsolit%gmail.com1-2/+2
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+1
2006-03-02Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com1-2/+3
2006-03-01Bug 328203: Cannot update a product if 'usetargetmilestone' is off (and the d...lpsolit%gmail.com1-20/+22
2006-02-25Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by...lpsolit%gmail.com1-8/+21
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk M...lpsolit%gmail.com1-0/+1
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): tur...myk%mozilla.org1-1/+0
2006-01-06Bug 287325: an initial implementation of custom fields, including the ability...myk%mozilla.org1-0/+1
2005-12-12Bug 271596: editcomponents priv allows you to see/edit products you don't hav...lpsolit%gmail.com1-15/+38
2005-10-31Bug 153445: Do not display bug counts by default when listing products in edi...lpsolit%gmail.com1-5/+5
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com1-3/+3
2005-10-28Bug 303706: Eliminate deprecated Bugzilla::DB routines from editproducts.cgi ...lpsolit%gmail.com1-262/+261
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-1/+3
2005-10-25Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SEL...mkanat%kerio.com1-2/+3
2005-10-18Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ...lpsolit%gmail.com1-428/+200
2005-09-28Bug 308318: Can create a product without description but cannot remove an exi...lpsolit%gmail.com1-0/+6
2005-09-17Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and t...lpsolit%gmail.com1-158/+51