Merge lp:~primes2h/ubuntu-qa-website/bug_741840 into lp:~ubuntu-qa-website-devel/ubuntu-qa-website/trunk
Status: | Merged |
---|---|
Merged at revision: | 156 |
Proposed branch: | lp:~primes2h/ubuntu-qa-website/bug_741840 |
Merge into: | lp:~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:~primes2h/ubuntu-qa-website/bug_741840 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jean-Baptiste Lallement | 2011-03-24 | Pending | |
Review via email:
|
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)
- 157. By Sergio Zanchetta on 2011-03-25
-
In laptop tracker: ordered laptop info by title in laptop reports, preventing mix-ups in certain situations.
- 158. By Sergio Zanchetta on 2011-04-02
-
Filtered releases by milestone status to avoid the need to delete the milestone itself.
- 159. By Sergio Zanchetta on 2011-04-02
-
Started test icons are shown now in laptop reports if a user forget to set test result as Passed or Failed
- 160. By Sergio Zanchetta on 2011-04-04
-
New function to arrange laptop make names automatically from dmidecode output. Further makes can be added in the future. A fix for HP model names is also present.
- 161. By Sergio Zanchetta on 2011-04-04
-
Implemented milestone download info for laptop tracker.