summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
AgeCommit message (Collapse)AuthorFilesLines
2006-09-19Bug 333040: Cannot search based on "Attachment Creator" - Patch by ↵lpsolit%gmail.com1-0/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-09-09Bug 287326: Ability to add custom single-select fields to a bug - Patch by ↵lpsolit%gmail.com1-14/+70
Frédéric Buclin <LpSolit@gmail.com> and Max Kanat-Alexander <mkanat@bugzilla.org> r=mkanat a=myk
2006-08-27Bug 349368: Allow custom fields to be edited from editfields.cgi - Patch by ↵lpsolit%gmail.com1-11/+26
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-08-20Bug 344875: Implement a UI to manage custom fields and remove customfield.pl ↵lpsolit%gmail.com1-6/+42
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-08-10Bug 345113: Change the descriptions of dependson and blocked - Patch by ↵lpsolit%gmail.com1-4/+3
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-08-04Fix bad POD on previous checkin that was causing tinderbox to burn.mkanat%bugzilla.org1-0/+4
2006-08-04Bug 347116: Move field-definition code from checksetup.pl into a modulemkanat%bugzilla.org1-1/+159
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-03Bug 289357: Move AddFDef from checksetup into Field.pmmkanat%bugzilla.org1-28/+52
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-07-26Bug 339382: Make Bugzilla::Field use Bugzilla::Objectmkanat%bugzilla.org1-54/+24
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-19Bug 344521: Make custom fields optionally functional on enter_bug.cgimkanat%bugzilla.org1-1/+18
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-9/+45
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-02-28Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ↵lpsolit%gmail.com1-52/+29
as parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2006-02-21Bug 287325: Ability to add custom plain-text fields to a Bug - Patch by Myk ↵lpsolit%gmail.com1-45/+297
Melez <myk@mozilla.org> r=mkanat a=justdave
2006-01-06Backing out fix for bug 287325 (initial implementation of custom fields): ↵myk%mozilla.org1-297/+45
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-45/+297
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-09-06Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-2/+29
<LpSolit@gmail.com> r=wicked a=justdave
2005-08-15Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org1-1/+0
files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-2/+2
of other items.
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-1/+0
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-22Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - ↵lpsolit%gmail.com1-0/+106
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave