summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
AgeCommit message (Collapse)AuthorFilesLines
2006-12-19Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵lpsolit%gmail.com1-2/+2
Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com1-58/+83
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com1-7/+19
versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-08-12Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->newmkanat%bugzilla.org1-1/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-05Bug 305941: Remove profiles.refreshed_when and groups.last_changed - Patch ↵lpsolit%gmail.com1-3/+2
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-12/+13
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-2/+4
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-15/+5
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
2006-06-20Bug 338793: Remove DBID_to_name() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-2/+3
Buclin <LpSolit@gmail.com> r=vladd a=justdave
2006-06-19Spelling in code comments patch: 'priviledges' -> 'privileges' in ↵vladd%bugzilla.org1-1/+1
editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
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-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - ↵lpsolit%gmail.com1-3/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-05-08Bug 332521: Remove GroupIdToName() from globals.pl - Patch by Frédéric ↵lpsolit%gmail.com1-8/+8
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-05-01Bug 331008: Consistently name errors either prod_ or product_ - Patch by ↵lpsolit%gmail.com1-9/+9
timeless <timeless@bemail.org> r=LpSolit a=justdave
2006-03-31Bug 301020: Remove useless locked tables - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-6/+1
<LpSolit@gmail.com> r=wurblzap a=justdave
2006-03-15Bug 329022: Remove group_name_to_id in favor of creating Group objects - ↵lpsolit%gmail.com1-2/+2
Patch by Rémi Zara <remi_zara@mac.com> r=LpSolit a=justdave
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-02Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com1-2/+3
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2006-03-01Bug 328203: Cannot update a product if 'usetargetmilestone' is off (and the ↵lpsolit%gmail.com1-20/+22
default milestone has been previously changed) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-02-25Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch ↵lpsolit%gmail.com1-8/+21
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com1-0/+1
Melez <myk@mozilla.org> r=mkanat a=justdave
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org1-1/+0
turns out the tree is not yet open for 2.24 checkins after all. I'll check this back in once the tree opens for 2.24 checkins, which lpsolit says will be in about a month.
2006-01-06Bug 287325: an initial implementation of custom fields, including the ↵myk%mozilla.org1-0/+1
ability to add text custom fields via the command-line script customfield.pl, search them via the boolean charts, display and edit them on the show bug page, and see changes to them in bug activity; r=mkanat, glob
2005-12-12Bug 271596: editcomponents priv allows you to see/edit products you don't ↵lpsolit%gmail.com1-15/+38
have access to - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-31Bug 153445: Do not display bug counts by default when listing products in ↵lpsolit%gmail.com1-5/+5
editproducts.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-3/+3
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-28Bug 303706: Eliminate deprecated Bugzilla::DB routines from editproducts.cgi ↵lpsolit%gmail.com1-262/+261
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-1/+3
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-25Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the ↵mkanat%kerio.com1-2/+3
SELECT column list Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
2005-10-18Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com1-428/+200
- Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
2005-09-28Bug 308318: Can create a product without description but cannot remove an ↵lpsolit%gmail.com1-0/+6
existing description - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-09-17Bug 307524: Templatise the updategroupcontrols bit of editproducts.cgi (and ↵lpsolit%gmail.com1-158/+51
tidy up templatisation) - Original patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
2005-09-16Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com1-2/+1
privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-09-13Bug 308150: admin/products/deleted.html.tmpl doesn't include ↵lpsolit%gmail.com1-0/+1
admin/products/footer.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave
2005-09-12Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by ↵lpsolit%gmail.com1-31/+13
Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
2005-09-09Bug 306242: Templatize the 'update product' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com1-59/+107
by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
2005-09-02Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and ↵lpsolit%gmail.com1-229/+72
templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
2005-08-27Bug 306060: Adding a new product should make it clear that a component is ↵lpsolit%gmail.com1-0/+5
also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave
2005-08-23Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ↵lpsolit%gmail.com1-8/+20
Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-9/+9
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+0
r=mkanat,wicked a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-9/+9
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-9/+9
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-22Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by ↵lpsolit%gmail.com1-8/+8
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2005-07-14Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - ↵lpsolit%gmail.com1-178/+0
Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
2005-07-14Bug 300620: Deletion of a product yields "Insecure dependency in parameter ↵lpsolit%gmail.com1-0/+3
3" when useclassification is on - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2005-07-08Bug 289580: Templatize the 'confirm delete' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com1-177/+112
by Tiago R. Mello <timello@async.com.br> r=LpSolit a=justdave
2005-06-07Bug 252214: Allow max of zero votes per bug - Patch by Alfred Karl Kornel ↵lpsolit%gmail.com1-2/+2
<kornel.1@osu.edu> r=vladd a=justdave
2005-05-17Bug 294368: Wrong tense used in sentence in delete components/products - ↵lpsolit%gmail.com1-2/+2
Patch by Tiago R. Mello <tiago@async.com.br> r=LpSolit a=justdave