Closed
Bug 301440
Opened 20 years ago
Closed 20 years ago
Move LogActivityEntry out of CGI.pl
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.22
People
(Reporter: LpSolit, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
5.73 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
The goal of this routine is to update the 'bugs_activity' table. So it's
definitely bug-related and should go into Bug.pm. Mostly used by process_bug.cgi.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.22
Updated•20 years ago
|
Severity: trivial → enhancement
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #189894 -
Flags: review?(mkanat)
Comment 2•20 years ago
|
||
Comment on attachment 189894 [details] [diff] [review]
patch, v1
Looks good to me, and works properly on a test bug change on landfill.
Attachment #189894 -
Flags: review?(mkanat) → review+
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 3•20 years ago
|
||
Checking in CGI.pl;
/cvsroot/mozilla/webtools/bugzilla/CGI.pl,v <-- CGI.pl
new revision: 1.247; previous revision: 1.246
done
Checking in editmilestones.cgi;
/cvsroot/mozilla/webtools/bugzilla/editmilestones.cgi,v <-- editmilestones.cgi
new revision: 1.39; previous revision: 1.38
done
Checking in Bugzilla/Bug.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Bug.pm,v <-- Bug.pm
new revision: 1.84; previous revision: 1.83
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•