Adding the reviews a user has made to their profile

Review Request #5484 — Created Feb. 16, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
3e0b97a...

Reviewers

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 1

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/grids.py
reviewboard/datagrids/urls.py
reviewboard/datagrids/views.py
Loading...