3 Commits

Author SHA1 Message Date
mkanat%bugzilla.org
1be00a65d9 Bug 572602: Change the way that Bugzilla::Object determines what fields
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


git-svn-id: svn://10.0.0.236/trunk@260542 18797224-902f-48f8-a5cc-f745e15eee43
2010-06-24 00:47:53 +00:00
mkanat%bugzilla.org
c145caa084 Bug 530467: Create a read-only Bugzilla::Whine::Query object and have editwhines.cgi use it
Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@259205 18797224-902f-48f8-a5cc-f745e15eee43
2009-12-12 22:15:43 +00:00
mkanat%bugzilla.org
cb652320db Bug 511028: Create a read-only Bugzilla::Whine::Schedule object using Bugzilla::Object, for whine schedules
Patch by Eric Black <eblack@higherone.com> r=mkanat, a=mkanat


git-svn-id: svn://10.0.0.236/trunk@258937 18797224-902f-48f8-a5cc-f745e15eee43
2009-11-09 18:35:40 +00:00