Closed
Bug 339381
Opened 18 years ago
Closed 16 years ago
Make Bugzilla::Classification use Bugzilla::Object
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: mkanat, Assigned: LpSolit)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•18 years ago
|
||
We are in "soft freeze" mode to prepare 3.0 RC1.
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
Assignee | ||
Comment 2•18 years ago
|
||
When fixing this one, please also fix Classification::get_all_classifications(), which is suboptimal, and make it use ->new_from_list().
We could probably take it for 3.0 if someone wants to fix it.
Reporter | ||
Comment 3•17 years ago
|
||
Bugzilla 3.2 is now frozen. Only enhancements blocking 3.2 or specifically approved for 3.2 may be checked in to the 3.2 branch. If you would like to nominate your enhancement for Bugzilla 3.2, set the "blocking3.2" flag to "?", and either the target milestone will be changed back, or the blocking3.2 flag will be granted, if we will accept this enhancement for Bugzilla 3.2.
Target Milestone: Bugzilla 3.2 → Bugzilla 4.0
Assignee | ||
Updated•16 years ago
|
Assignee: general → LpSolit
Assignee | ||
Updated•16 years ago
|
Status: NEW → ASSIGNED
Target Milestone: Bugzilla 4.0 → Bugzilla 3.4
Assignee | ||
Comment 4•16 years ago
|
||
Note that editclassifications.cgi doesn't use Bugzilla::Object methods yet. This will done in bug 313126. Also, validators are based on the exact current behavior.
Attachment #354518 -
Flags: review?(mkanat)
Reporter | ||
Updated•16 years ago
|
Attachment #354518 -
Flags: review?(mkanat) → review+
Reporter | ||
Comment 5•16 years ago
|
||
Comment on attachment 354518 [details] [diff] [review]
patch, v1
This is fine, though we have a policy of not checking in code until it's used, so we should wait until the set_ functions and validators are actually being used before we check them in.
Reporter | ||
Updated•16 years ago
|
Flags: approval?
Assignee | ||
Comment 6•16 years ago
|
||
There was a missing |return $name;| in _check_name() in my previous patch. No other change.
Attachment #354518 -
Attachment is obsolete: true
Attachment #354546 -
Flags: review+
Assignee | ||
Comment 7•16 years ago
|
||
running runtests.pl -v 12 shows that the "classification_doesnt_exist" error tag is no longer in use. Removing it. Carrying forward r+.
Attachment #354546 -
Attachment is obsolete: true
Attachment #355022 -
Flags: review+
Assignee | ||
Comment 8•16 years ago
|
||
Bug 313126 is ready for checkin, so I can now commit both.
Flags: approval? → approval+
Assignee | ||
Comment 9•16 years ago
|
||
Checking in editclassifications.cgi;
/cvsroot/mozilla/webtools/bugzilla/editclassifications.cgi,v <-- editclassifications.cgi
new revision: 1.32; previous revision: 1.31
done
Checking in editproducts.cgi;
/cvsroot/mozilla/webtools/bugzilla/editproducts.cgi,v <-- editproducts.cgi
new revision: 1.147; previous revision: 1.146
done
Checking in Bugzilla/Classification.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Classification.pm,v <-- Classification.pm
new revision: 1.12; previous revision: 1.11
done
Checking in Bugzilla/Product.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Product.pm,v <-- Product.pm
new revision: 1.33; previous revision: 1.32
done
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.268; previous revision: 1.267
done
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•