Closed Bug 360166 Opened 19 years ago Closed 19 years ago

Survey Data Viewer needs to be updated beyond 1.5.0.4

Categories

(Webtools Graveyard :: Uninstall Survey, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mtschrep, Assigned: oremj)

Details

At https://survey.mozilla.com/ the viewer can only display comments for 1.5.0.4 or below. We should update up to 1.5.0.8 and especially 2.0.0.x.
Status: NEW → ASSIGNED
Talked to Wil - he said he'd do it. Need to make the newer apps visible (they are there, just not visible) and also change the default in the select list to be the most recent version.
Assignee: morgamic → clouserw
Status: ASSIGNED → NEW
OS: Mac OS X 10.3 → All
Hardware: PC → All
The survey app records all data coming in, which means we've been recording the FF2 and TB1.5.0.8 answers as they've come in, we've just kept them hidden. Running the following SQL will make them appear on the pages: UPDATE applications SET visible=1 WHERE id IN (129,258); I've also tweaked two files. One to change the default application version to 2.0, and one to change the order of the dropdown. Now it's grouped by Application, then version, with the latest version at the top. A `cvs up` on this file should bring in the latest changes. I'm sending this to oremj for updates.
Assignee: clouserw → oremj
Updated.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
(In reply to comment #0) > We should update up to 1.5.0.8 and especially 2.0.0.x. Does that cover versions between 1.5.0.4 and 1.5.0.8?
(In reply to comment #4) > (In reply to comment #0) > > We should update up to 1.5.0.8 and especially 2.0.0.x. > Does that cover versions between 1.5.0.4 and 1.5.0.8? > They're in the database, so it would be easy to show them. If we do, we might want to start trimming back on the older/beta versions... schrep?
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.