Open
Bug 297791
Opened 19 years ago
Updated 9 years ago
All instances of Bugzilla::Object should have ->create() and ->update() implemented
Categories
(Bugzilla :: Administration, task)
Tracking
()
NEW
People
(Reporter: timello, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta, Whiteboard: [roadmap: 4.0])
Attachments
(3 files, 1 obsolete file)
5.22 KB,
patch
|
Details | Diff | Splinter Review | |
1.58 KB,
patch
|
Details | Diff | Splinter Review | |
18.31 KB,
patch
|
LpSolit
:
review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2) Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050405 Firefox/1.0 (Ubuntu package 1.0.2) Step 2: Write/Validation Functions We need methods and/or subroutines for validations and database persistence. All related routines about inserts, updates, deletes and validations for those routines have to be implemented at this bug. Reproducible: Always Steps to Reproduce:
![]() |
||
Updated•19 years ago
|
Assignee: administration → timello
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 1•19 years ago
|
||
I think we should split validation and DB-persistence into separate bugs.
Target Milestone: --- → Bugzilla 2.22
Version: unspecified → 2.19.3
Reporter | ||
Comment 2•19 years ago
|
||
Reporter | ||
Comment 3•19 years ago
|
||
This routine belongs to Product.pm.
Reporter | ||
Updated•19 years ago
|
Attachment #186497 -
Attachment is obsolete: true
Reporter | ||
Updated•19 years ago
|
Attachment #186497 -
Attachment is obsolete: false
Reporter | ||
Updated•18 years ago
|
Assignee: timello → gabriel
Updated•18 years ago
|
Assignee: gabriel → batosti
Comment 5•18 years ago
|
||
more things for the Product.pm
Attachment #195411 -
Attachment is obsolete: true
Attachment #195461 -
Flags: review?(LpSolit)
![]() |
||
Updated•18 years ago
|
Attachment #195411 -
Flags: review?(LpSolit)
![]() |
||
Comment 6•18 years ago
|
||
bug 299753 should be fixed first, and objects should be used instead of old code. This bug should not be a simple copy and paste from editproducts.cgi into Product.pm.
Depends on: 299753
![]() |
||
Comment 7•18 years ago
|
||
Comment on attachment 195461 [details] [diff] [review] batosti_v2 r- per my previous comment. And please remove the corresponding code from editproducts.cgi (after the blocker is fixed).
Attachment #195461 -
Flags: review?(LpSolit) → review-
![]() |
||
Updated•18 years ago
|
![]() |
||
Comment 8•18 years ago
|
||
The trunk is now frozen to prepare Bugzilla 2.22. Enhancement bugs are retargetted to 2.24.
Target Milestone: Bugzilla 2.22 → Bugzilla 2.24
![]() |
||
Comment 9•17 years ago
|
||
We are in "soft freeze" mode to prepare 3.0 RC1.
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
![]() |
||
Updated•17 years ago
|
Whiteboard: [roadmap: 3.2]
Updated•17 years ago
|
Keywords: meta
Summary: Step 2 (RW): implement validations and database persistence functions for Product.pm, Component.pm Classification.pm, Milestones.pm and Version.pm. → All instances of Bugzilla::Object should have ->create() and ->update() implemented
Comment 10•16 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
![]() |
||
Updated•16 years ago
|
Whiteboard: [roadmap: 3.2] → [roadmap: 4.0]
![]() |
||
Updated•15 years ago
|
Assignee: batosti → administration
![]() |
||
Comment 11•11 years ago
|
||
We are going to branch for Bugzilla 4.4 next week and this bug is too invasive or too risky to be accepted for 4.4 at this point. The target milestone is set to 5.0 which is our next major release. I ask the assignee to reassign the bug to the default assignee if you don't plan to work on this bug in the near future, to make it clearer which bugs should be fixed by someone else on time for 5.0.
Target Milestone: Bugzilla 4.4 → Bugzilla 5.0
Updated•9 years ago
|
Target Milestone: Bugzilla 5.0 → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•