Merge lp://staging/~primes2h/ubuntu-qa-website/bug_741840 into lp://staging/~ubuntu-qa-website-devel/ubuntu-qa-website/trunk
Status: | Merged |
---|---|
Merged at revision: | 156 |
Proposed branch: | lp://staging/~primes2h/ubuntu-qa-website/bug_741840 |
Merge into: | lp://staging/~ubuntu-qa-website-devel/ubuntu-qa-website/trunk |
Diff against target: |
133 lines (+51/-11) 2 files modified
code/modules/qatracker/qatracker.display.php (+28/-10) code/modules/qatracker/qatracker.function.php (+23/-1) |
To merge this branch: | bzr merge lp://staging/~primes2h/ubuntu-qa-website/bug_741840 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jean-Baptiste Lallement | Pending | ||
Review via email: mp+54729@code.staging.launchpad.net |
Description of the change
In laptop tracker:
1) Filtered milestones by title instead of id, preventing release names from being shown twice in a special circumstance. Fixed LP: #741840
2) Ordered laptop info by title in laptop reports, preventing mix-ups in certain situations.
3) Filtered releases by milestone status to avoid the need to delete the milestone itself.
4) Started test icons are shown now in laptop reports if a user forget to set test result as Passed or Failed.
5) Added new function to arrange laptop make names automatically from dmidecode output and a fix for HP model names.
6) Implemented milestone download info.
N.B.: Because of milestone download info implementation, build number (version) of milestones must be changed to release number accordingly. (e.g. 11.04, 10.04.2)