Closed
Bug 344969
Opened 19 years ago
Closed 19 years ago
Workflow Centralization: collectstats.pl and reports.cgi
Categories
(Bugzilla :: Bugzilla-General, enhancement)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.2
People
(Reporter: karl, Assigned: LpSolit)
References
Details
Attachments
(1 file)
|
3.74 KB,
patch
|
gerv
:
review+
|
Details | Diff | Splinter Review |
These two seem to be the only reporting-related scripts that need to be changed. collectstats.pl has the list of statuses hard-coded, while reports.cgi has the list of default-selected status hard-coded. Both of these should change.
Updated•19 years ago
|
Group: webtools-security
Target Milestone: Bugzilla 3.0 → Bugzilla 2.24
Comment 1•19 years ago
|
||
Looks like Firefox did some strange selecting of the group radio boxes on the mass-change page when I clicked refresh in my browser before that last mass-change. This is not really a security bug. :-)
Group: webtools-security
| Assignee | ||
Comment 2•19 years ago
|
||
This bug is retargetted to Bugzilla 3.2 for one of the following reasons:
- it has no assignee (except the default one)
- we don't expect someone to fix it in the next two weeks (i.e. before we freeze the trunk to prepare Bugzilla 3.0 RC1)
- it's not a blocker
If you are working on this bug and you think you will be able to submit a patch in the next two weeks, retarget this bug to 3.0.
If this bug is something you would like to see implemented in 3.0 but you are not a developer or you don't think you will be able to fix this bug yourself in the next two weeks, please *do not* retarget this bug.
If you think this bug should absolutely be fixed before we release 3.0, either ask on IRC or use the "blocking3.0 flag".
Target Milestone: Bugzilla 3.0 → Bugzilla 3.2
| Assignee | ||
Comment 3•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Attachment #259483 -
Flags: review?(gerv)
Comment 4•19 years ago
|
||
Comment on attachment 259483 [details] [diff] [review]
patch, v1
Rename $storage to $fields (or $field_sets) and r=gerv.
Gerv
Attachment #259483 -
Flags: review?(gerv) → review+
| Assignee | ||
Updated•19 years ago
|
Attachment #259483 -
Flags: review?(mkanat)
| Assignee | ||
Updated•19 years ago
|
Flags: approval+
| Assignee | ||
Comment 5•19 years ago
|
||
Checking in collectstats.pl;
/cvsroot/mozilla/webtools/bugzilla/collectstats.pl,v <-- collectstats.pl
new revision: 1.60; previous revision: 1.59
done
Checking in reports.cgi;
/cvsroot/mozilla/webtools/bugzilla/reports.cgi,v <-- reports.cgi
new revision: 1.90; previous revision: 1.89
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•