Merge lp:~primes2h/ubuntu-qa-website/implement_laptop_testing into lp:~ubuntu-qa-website-devel/ubuntu-qa-website/trunk
Status: | Merged |
---|---|
Merged at revision: | 153 |
Proposed branch: | lp:~primes2h/ubuntu-qa-website/implement_laptop_testing |
Merge into: | lp:~ubuntu-qa-website-devel/ubuntu-qa-website/trunk |
Diff against target: |
377 lines (+280/-10) 2 files modified
code/modules/qatracker/qatracker.display.php (+255/-2) code/modules/qatracker/qatracker.function.php (+25/-8) |
To merge this branch: | bzr merge lp:~primes2h/ubuntu-qa-website/implement_laptop_testing |
Related bugs: | |
Related blueprints: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jean-Baptiste Lallement | 2011-02-18 | Approve on 2011-03-07 | |
Review via email:
|
Description of the change
* Implement laptop testing in QA-Tracker showing a summary of tested laptops and a report for each of them.
* add a logo.
Some slight changes need to be made in the db:
* add laptoptesting_
* delete Ubuntu Netbook Edition as product in qatracker_product
* delete Input/Output - Trackpad (Mac only) testcase from qatracker_testcase for each product since I merged it in Input/Output - Touchpad testcase.
* change laptop info field size in qawebsite_
1. Manufacturer: (50 characters wide x 1 line)
2. Model: (50 characters wide x 1 line)
3. PCI device list (140 characters wide x 400 line)
P.S.: change command in description with "lspci -v" (old one was "lspci" only)
4. USB devices list (100 characters wide x 35 line)
5. Hardware configuration list (120 characters wide x 100 line)
* Milestone names for tests should be added in the form
"Release-name milestone-name" (e.g. Natty Alpha 3, Natty Beta etc.)
Fake milestones for trial tests should be like
"FakeNatty Alpha 3" or "Natty Fake Alpha 3" or "Natty Alpha 3 Fake"
Jean-Baptiste Lallement (jibel) wrote : | # |
Jean-Baptiste Lallement (jibel) wrote : | # |
Could you update the title of the logo to look the same as http://
- 155. By Sergio Zanchetta on 2011-02-28
-
Changed laptop tracker logo using non-bold ubuntu font
Sergio Zanchetta (primes2h) wrote : | # |
> Could you update the title of the logo to look the same as
> http://
> (non bold ubuntu font) We'll try to keep some consistency through the
> *.qa.ubuntu.com.
Done.Thanks for the suggestion.
Great work. It looks good, I'm now testing the update in a dev environment for any side-effect.