Closed
Bug 690150
Opened 14 years ago
Closed 13 years ago
Fix version sort on home page
Categories
(Socorro :: Webapp, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jberkus, Assigned: espressive)
References
Details
Attachments
(1 file)
|
85.64 KB,
image/png
|
Details |
We now have our first 10.0 version.
Currently on the home page, in the Version selector, 10.0a1 is sorting to the *bottom* of the list. This is an obvious sorting problem.
The new product_versions has a sort column, so we could be relying on a database sort to get proper sorting. However, this needs to wait for us to move Nightly/Aurora over to newtcbs. Hence, this bug is dependant on that completing.
Updated•14 years ago
|
Target Milestone: 2.3 → 2.3.1
Updated•14 years ago
|
Target Milestone: 2.3.1 → 2.3.2
Updated•14 years ago
|
Assignee: chris.lonnen → sneethling
| Assignee | ||
Comment 1•14 years ago
|
||
Comment 2•14 years ago
|
||
Brandon, can you review please?
| Assignee | ||
Comment 3•14 years ago
|
||
Added explicit casting as suggested by [:lonnen]
Comment 4•14 years ago
|
||
Commit pushed to https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/0d37bbdeb15302fe5d3d2a933744895d79b1d8db
Merge pull request #99 from ossreleasefeed/frontpage
fixes bug 690150 - sort order on front page
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 5•14 years ago
|
||
> comment 0: 10.0a1 is sorting to the *bottom* of the list.
QA verified on dev. The version sort order is such that 10.x is at the top of the list now.
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•14 years ago
|
||
Commit pushed to https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/c091798133a7e5ba5a5a0d675d31da1a49ab7050
back out due to regressions bug 690150
Comment 7•14 years ago
|
||
Commit pushed to https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ed83623ab3c81af6ae1b9142b776ecf2c2035c3b
back out due to regressions bug 690150
Comment 8•14 years ago
|
||
We hit a few regressions in the 2.3.2 push:
1) sorting the dashboard versions breaks graph order
2) sort function should be defined somewhere other than layout view
We noticed #2 because we had a different bug in which "SeaMonkey" was not being matched case-insensitively, so the branch in this code where there are no featured versions was hit and we threw an error (function not defined).
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Updated•14 years ago
|
Flags: in-testsuite?
| Assignee | ||
Comment 9•14 years ago
|
||
[:rhelmer], [:mbrandt] Please let me know when the changes has been made to move the sorting to the DB and I will remove the changes made here from the view.
| Assignee | ||
Updated•14 years ago
|
Target Milestone: 2.3.2 → ---
Updated•13 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
Updated•13 years ago
|
Component: General → Webapp
Updated•13 years ago
|
Flags: in-testsuite?
| Assignee | ||
Comment 10•13 years ago
|
||
This is fixed now correct?
| Assignee | ||
Comment 11•13 years ago
|
||
Are there still changes that needs to be removed from the view?
| Assignee | ||
Comment 12•13 years ago
|
||
None of the changes in https://github.com/mozilla/socorro/pull/99/files seems to still be present, marking this as resolved.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•