aboutsummaryrefslogtreecommitdiffstats
path: root/editfields.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-1/+3
| | | | r=dkl a=sgreen
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
| | | | r=wicked a=LpSolit
* Bug 728138: Custom fields should have a "Long Description" attribute to ↵rojanu2012-05-171-0/+2
| | | | | | better understand what they are used for r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-14/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 479400: Add the ability to show or hide particular custom fieldsTiago Mello2010-08-271-2/+2
| | | | | based on multiple values of another field (visibility controllers) r/a=mkanat
* Bug 565879: Merge ThrowCodeError("action_unrecognized"), ↵Frédéric Buclin2010-05-201-1/+1
| | | | | | ThrowUserError("no_valid_action") and ThrowCodeError("unknown_action") r=ghendricks a=LpSolit
* 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