summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Field.pm
AgeCommit message (Collapse)AuthorFilesLines
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