summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Whine
AgeCommit message (Collapse)AuthorFilesLines
2018-03-07Revert Bug 1273381Dylan William Hardison2-15/+1
This reverts commit ed53ecda0546d6c639fa3d227a59ace4d57b81a5.
2018-03-05Bug 1273381 - Improve bugzilla object performance by using Class::XSAccessor ↵Upasana2-1/+15
for object accessors
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison2-10/+10
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-38/+16
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison2-16/+38
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison2-38/+16
local symlink to data/ directory
2010-06-24Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander1-2/+0
are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat
2009-12-12Bug 530467: Create a read-only Bugzilla::Whine::Query object and have ↵mkanat%bugzilla.org1-0/+136
editwhines.cgi use it Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat
2009-11-09Bug 511028: Create a read-only Bugzilla::Whine::Schedule object using ↵mkanat%bugzilla.org1-0/+172
Bugzilla::Object, for whine schedules Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat