aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Whine
Commit message (Collapse)AuthorAgeFilesLines
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-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
* Bug 530467: Create a read-only Bugzilla::Whine::Query object and have ↵mkanat%bugzilla.org2009-12-121-0/+136
| | | | | | editwhines.cgi use it Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat
* Bug 511028: Create a read-only Bugzilla::Whine::Schedule object using ↵mkanat%bugzilla.org2009-11-091-0/+172
Bugzilla::Object, for whine schedules Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat