aboutsummaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 227771 - Migration and product/component create code no longer writes ↵gerv%gerv.net2003-12-091-1/+3
| | | | series to database. Patch by gerv; r=kiko, a=justdave.
* Bug 208604 - Make data/template dir locations configurablebbaetz%acm.org2003-11-221-3/+5
|
* Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; ↵jocuri%softhome.net2003-11-161-0/+1
| | | | a=justdave.
* Bug 222564 - The chart made when creating a new Product/Component is not ↵gerv%gerv.net2003-11-081-7/+2
| | | | public. Patch by gerv; r=kiko, a=justdave.
* Bug 208647: Fixes taint error in add new products code.justdave%syndicomm.com2003-10-261-2/+9
| | | | | Patch by jpyeron@pyerotechnics.com (Jason Pyeron) r= bbaetz, a= justdave
* Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and thekiko%async.com.br2003-09-271-1/+3
| | | | | default output, in certain cases) in the edit pages. Patch by Vlad Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
* Bug 16009 - generic charting. Patch by gerv; r,a=justdave.gerv%gerv.net2003-06-261-2/+37
|
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-1/+1
| | | | r=joel, a=justdave
* Bug 180086 - Rename 'count' column in votes tablesbbaetz%acm.org2003-04-271-2/+2
| | | | | | patch by bugzilla@chimpychompy.org (GavinS) r=bbaetz,justdave a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 190848: Adding a new product results in a software error.jouni%heikniemi.net2003-03-091-1/+0
| | | | Patch by jussi@comlink.fi (Jussi Sirpoma), r=joel, a=justdave
* Bug 147275 Rearchitect product groupsbugreport%peshkin.net2002-11-251-12/+527
| | | | | | Patch by joel r=bbaetz,justdave a=justdave
* Bugzilla Bug 176936 minor consistency changes for editproducts and editflagstimeless%mozdev.org2002-10-271-1/+1
| | | | r=joel
* Checking in build bustage.myk%mozilla.org2002-09-291-1/+1
|
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-1/+9
| | | | | | enhancements to attachment statuses. r=gerv,bbaetz
* bug 157756 - Groups_20020716_Branch Tracking : > 55 groups now supportedbugreport%peshkin.net2002-09-231-168/+17
| | | | r=bbaetz, gerv
* Bug 165080 - Delete product fails with missing column errorbbaetz%student.usyd.edu.au2002-08-281-2/+2
| | | | r=joel x2
* Bug 76923 - Don't |use diagnostics| (its really expensive at startup time)bbaetz%student.usyd.edu.au2002-08-261-1/+0
| | | | r=joel x2
* Bug 43600 - Convert products/components to use ids instead of names.bbaetz%student.usyd.edu.au2002-08-121-62/+59
| | | | | Initial attempt by jake@bugzilla.org, updated by me r=joel, preed
* Bug 151053, ConnectToDatabase/quietly_check_login sometimes not calledbbaetz%student.usyd.edu.au2002-06-171-0/+1
| | | | | early enough r=mattyt, jouni
* Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by ↵gerv%gerv.net2002-04-301-0/+1
| | | | jouni@heikniemi.net; r=bbaetz, gerv.
* Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch ↵gerv%gerv.net2002-04-181-1/+1
| | | | by justdave; r=gerv, bbaetz.
* Bug 106377 - processmail rescanall should use lastdiffedbbaetz%student.usyd.edu.au2002-03-041-1/+1
| | | | r=justdave, ddkilzer@theracingworld.com
* Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.justdave%syndicomm.com2001-11-221-1/+1
| | | | | patch by Matthew Tuck <matty@chariot.net.au> r= caillon, justdave
* Fix for bug 104516: No code changes in this patch, all this checkin does is ↵justdave%syndicomm.com2001-10-131-4/+4
| | | | | | | remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
* Fix for bug #53612: The milestone URL appears correctly when deleting a ↵myk%mozilla.org2001-09-281-1/+3
| | | | | | | product or a component. Patch by Jake <jake@acutex.net>. r=gerv@mozilla.org,myk@mozilla.org
* Fix for bug 71396 - $::db->do isn't needed anymorejake%acutex.net2001-06-161-9/+5
| | | | | Patch by Christian Reis <kiko@async.com.br> r= jake@acutex.net
* fix for 45583: all users get added to a group if userregexp is null in ↵cyeh%bluemartini.com2000-09-011-12/+12
| | | | | | editproducts.cgi patch by jmrobins@tgix.com
* fix for 47669: editproducts.cgi line 582 uses old $::db->query. thanks tocyeh%bluemartini.com2000-08-291-3/+3
| | | | rwhite@collectivenet.net (Ryan White) for finding it.
* fix for bug #44691, patch submitted by jmrobins@tgix.com (Joe Robins)cyeh%bluemartini.com2000-08-121-1/+1
|
* Added the concept of a "default milstone" for products, and make sureterry%mozilla.org2000-03-241-30/+64
| | | | that all products have at least that milestone defined.
* Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org2000-03-221-2/+56
| | | | of different target milestones by product.
* Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org2000-03-111-12/+202
| | | | | | | of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters.
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-31/+147
| | | | | | | | | | | | "editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-241-1/+1
| | | | Added "My votes" link to footer. Other minor voting-related fixes.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-4/+4
| | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
* Fixed a warning.terry%mozilla.org2000-01-111-1/+1
|
* Oops; fixed table alignment problem introduced by last change.terry%mozilla.org2000-01-071-1/+1
|
* A few months ago, we lost the ability to edit the votes-per-user fieldterry%mozilla.org2000-01-051-11/+35
| | | | | in a product. Which meant nobody could turn on or off this feature. Restored the editing ability.
* Fixed very very nasty bug which, when deleting a component, would tellterry%mozilla.org1999-12-171-11/+16
| | | | | | | you it had no bugs (even when it had some), and would then proceed to delete all those bugs (even if you had the param set to never allow bug deletion.) Added some paranoia to prevent such things from happening again. Yikes.
* updated license boilerplatedmose%mozilla.org1999-11-021-9/+19
|
* Need to value_quote() things that go into VALUE attributes in HTML.terry%mozilla.org1999-10-201-4/+12
|
* align "edit products" at the top so its not lost 3 screens down in the ↵endico%mozilla.org1999-10-201-2/+2
| | | | products list.
* Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1999-10-131-0/+665
ability to edit components, products, and versions. Yay!