aboutsummaryrefslogtreecommitdiffstats
path: root/editfields.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 494395: Implement the ability to mark custom fields as mandatory whenTiago Mello2010-05-191-0/+2
| | | | | creating/changing bugs r=mkanat, a=mkanat
* Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander2010-03-181-1/+1
| | | | r=dkl, a=mkanat
* Bug 251556: Allow "Bug ID" fields to have one-way mutual relationships (like ↵Jesse Clark2010-02-071-0/+2
| | | | | | blocks/dependson) r=mkanat, a=mkanat
* Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander2010-02-011-0/+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.
* Bug 344878: Automatically generate list of acceptable columns for ↵lpsolit%gmail.com2009-01-151-0/+1
| | | | buglist.cgi from the database - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=mkanat
* Bug 308253: Ability to add select (enum) fields to a bug whose list of ↵mkanat%bugzilla.org2008-11-071-0/+2
| | | | | | values depends on the value of another field Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-1/+4
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 349369: Allow unused custom fields to be deleted from editfields.cgi - ↵lpsolit%gmail.com2008-02-061-0/+43
| | | | Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
* Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org2007-10-191-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 350307: Split out the create and update functionality of ↵mkanat%bugzilla.org2006-11-131-63/+21
| | | | | | Bugzilla::Field::create_or_update Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 357005: 'cf_' should not be allowed as a custom field nameolav%bkor.dhs.org2006-10-201-2/+2
| | | | Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=myk
* Bug 281181: [SECURITY] It's way too easy to delete ↵lpsolit%gmail.com2006-10-151-6/+9
| | | | versions/components/milestones etc... - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com2006-09-091-8/+10
| | | | Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
* Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by ↵lpsolit%gmail.com2006-08-271-5/+43
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 349367: Display a message when a custom field has been successfully ↵lpsolit%gmail.com2006-08-221-0/+1
| | | | created - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ↵lpsolit%gmail.com2006-08-201-0/+120
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk