Closed
Bug 149593
Opened 22 years ago
Closed 20 years ago
Completion Date for each Bug
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
DUPLICATE
of bug 103636
People
(Reporter: sshikari, Assigned: justdave)
References
Details
Attachments
(22 files)
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details | |
(deleted),
text/plain
|
Details |
This is my first posting. (I have made the changes on my 2.14.1 version of
Bugzilla and they are working)
This enhancement requires changes in the following files:
show_bug.cgi
query.cgi
post_bug.cgi
long_list.cgi
globals.pl
enter_bug.cgi
colchange.cgi
buglist.cgi
bug_form.pl
CGI.pl
process_bug.cgi
-------------------------------
I suggest that Bugzilla include the option to enter a Completion Date field for
every bug.
1. The Completion Date should be set by the reporter.
2. The Completion Date should only be changed by the bug's component owner.
3. The addition of this date will require a new field "completion_date" added
to the "bugs" table.
4. Show the Completion date in the Query Results page, Long Format and normal
view when editing a bug.
5. Allow user to sort query results by completion date.
Reporter | ||
Comment 1•22 years ago
|
||
The changes made to this file implement the completion date enhancement.
Reporter | ||
Comment 2•22 years ago
|
||
query.cgi with modifications for completion date
Reporter | ||
Comment 3•22 years ago
|
||
post_bug.cgi with modifications for completion date
Reporter | ||
Comment 4•22 years ago
|
||
long_list.cgi with modifications for completion date
Reporter | ||
Comment 5•22 years ago
|
||
globals.pl with modifications for completion date
Reporter | ||
Comment 6•22 years ago
|
||
globals.pl with modifications for completion date
Reporter | ||
Comment 7•22 years ago
|
||
col_change.cgi with modifications for completion date
Reporter | ||
Comment 8•22 years ago
|
||
buglist.cgi with modifications for completion date
Reporter | ||
Comment 9•22 years ago
|
||
bug_form.pl with modifications for completion date
Reporter | ||
Comment 10•22 years ago
|
||
CGI.pl with modifications for completion date
Reporter | ||
Comment 11•22 years ago
|
||
process_bug.cgi with modifications for completion date
Assignee | ||
Comment 12•22 years ago
|
||
Salmaan: Can you make diffs with diff -u of the original files against your
changes and upload that instead of the entire files?
reviewing entire files is very difficult for what is likely small changes to
many of these files.
Reporter | ||
Comment 13•22 years ago
|
||
diff -u bug_form.pl (original) bug_form.pl (with changes)
Reporter | ||
Comment 14•22 years ago
|
||
diff -u buglist.cgi (original) buglist.cgi (with changes)
Reporter | ||
Comment 15•22 years ago
|
||
diff -u CGI.pl (original) CGI.pl (with changes)
Reporter | ||
Comment 16•22 years ago
|
||
diff -u colchange.cgi (original) colchange.cgi (with changes)
Reporter | ||
Comment 17•22 years ago
|
||
diff -u enter_bug.cgi (original) enter_bug.cgi (with changes)
Reporter | ||
Comment 18•22 years ago
|
||
diff -u globals.pl (original) globals.pl (with changes)
Reporter | ||
Comment 19•22 years ago
|
||
diff -u long_list.cgi (original) long_list.cgi (with changes)
Reporter | ||
Comment 20•22 years ago
|
||
diff -u post_bug.cgi (original) post_bug.cgi (with changes)
Reporter | ||
Comment 21•22 years ago
|
||
diff -u process_bug.cgi (original) process_bug.cgi (with changes)
Reporter | ||
Comment 22•22 years ago
|
||
diff -u query.cgi (original) query.cgi (with changes)
Reporter | ||
Comment 23•22 years ago
|
||
diff -u show_bug.cgi (original) show_bug.cgi (with changes)
Comment 24•22 years ago
|
||
Salmaan,
this cannot be reviewed like this, sorry. Here are some comments which could
help you further:
It's quite straining to review and apply a zillion-file patch set - just diff -u
all the modifications into a single patch file. You don't have to attach that
many files and we can only download one.
Your version management system has added some comments to all the files. We
don't want these comments into the bugzilla trunk code. Additionally, the
comments contain a copyright statement. Please understand that unless the patch
is released under MPL, we cannot use it. There is already a copyright heading in
the file; another is not needed.
The patch is against Bugzilla version 2.14.1, but unfortunately most of the
output code has been rewritten and templatized since then - we need patches for
the current codebase (2.17-trunk).
If you need a schema change (that new field in the bugs table), you also need to
alter checksetup.pl.
Also note that we have a custom fields implementation coming up; check out bug
91037. Slightly similar is also bug 24789, and bug 62370 is doing the same thing
from a bit different angle. Would some of these be of any assistance?
Please check out the Bugzilla hacking manuals from www.bugzilla.org, section
"How can you help". They will give you some ideas about how to push this forward.
Component: Administration → Bugzilla-General
OS: Windows 2000 → All
Hardware: PC → All
Comment 25•22 years ago
|
||
*** Bug 189762 has been marked as a duplicate of this bug. ***
Comment 26•22 years ago
|
||
Is this not a dup of bug 103636 ?
Comment 27•20 years ago
|
||
Technically, maybe, but in practical terms, yes.
*** This bug has been marked as a duplicate of 103636 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•