[yocto] [PATCH 0/3] [error-report-web]

2014-09-19 Thread Roxana Ciobanu
og/?h=roxana/YB6542 Roxana Ciobanu (3): error-report-web: Enhancements to the error pager error-report-web: add FontAwesome andd css customization error-report-web: add filtering capabilities Post/getInfo.py| 40 +++- Post/static/css/custom.css

[yocto] [PATCH 1/1] error-report-web: Enhancements to the error pager

2014-09-18 Thread Roxana Ciobanu
- add link to the Yocto Project web repositor - add link to the Yocto Project Bugzilla instance [YOCTO #6540] Signed-off-by: Roxana Ciobanu --- Post/static/css/custom.css| 17 + templates/error-details.html | 22 -- templates/error-page.html | 2

[yocto] [PATCH 0/1] [error-report-web]

2014-09-18 Thread Roxana Ciobanu
/log/?h=roxana/YB6540 Roxana Ciobanu (1): error-report-web: Enhancements to the error pager Post/static/css/custom.css| 17 + templates/error-details.html | 22 -- templates/error-page.html | 2 +- templates/latest-errors.html | 25

[yocto] [PATCH 1/1] error-report-web: Sorting error tables

2014-09-08 Thread Roxana Ciobanu
Add sorting functionality to the search results page. [YOCTO #6539] Signed-off-by: Roxana Ciobanu --- Post/static/css/custom.css| 15 ++ Post/views.py | 135 +++-- templates/latest-errors.html | 391 ++-- templates/search

[yocto] [PATCH 0/1] [error-report-web]

2014-09-08 Thread Roxana Ciobanu
/poky-contrib/log/?h=roxana/YB6539 Roxana Ciobanu (1): error-report-web: Sorting error tables Post/static/css/custom.css| 15 ++ Post/views.py | 135 +++-- templates/latest-errors.html | 391 ++-- templates/search-details.html | 446

[yocto] [PATCH 1/1] error-report-tool: apply changes to the landing page

2014-09-03 Thread Roxana Ciobanu
* Reduce the time range from the last month to the last week * Provide a list of the latest errors * Provide a link to the list of errors generated by the autobuilder [YOCTO #YB6537] Signed-off-by: Roxana Ciobanu --- Post/static/css/custom.css| 9 +- Post/views.py | 15

[yocto] [PATCH 0/1] error-report-web

2014-09-03 Thread Roxana Ciobanu
/poky-contrib/log/?h=roxana/YB6537 Roxana Ciobanu (1): error-report-tool: apply changes to the landing page Post/static/css/custom.css| 9 +- Post/views.py | 15 +- project/urls.py | 4 +- templates/base.html | 6 +- templates/error-page.html