Adding the reviews a user has made to their profile
Review Request #5484 — Created Feb. 16, 2014 and submitted — Latest diff uploaded
I have added the reviews a user has made to their profile page, which can be accessed at /users/<username>/reviews/
The columns shown include: * summary (of review request) * submitter of review request * date reviewed
Created unit tests to test that the reviews page works, and reviews on private review requests are not shown.
Diff Revision 15
This is not the most recent revision of the diff. The latest diff is revision 22. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
reviewboard/datagrids/columns.py |
---|
reviewboard/datagrids/grids.py |
---|
reviewboard/datagrids/tests.py |
---|
reviewboard/datagrids/urls.py |
---|
reviewboard/datagrids/views.py |
---|
reviewboard/extensions/hooks.py |
---|
reviewboard/reviews/managers.py |
---|
reviewboard/static/rb/css/common.less |
---|
reviewboard/templates/datagrids/review_request_listview.html |
---|