My RB is installed and accessed using http://mydomain.com:8000/reviewboard/
When I look at summary page of a review the Submitter's full name is shown,
but if I click on the link for this name I get taken to
http://mydomain.com:8000/reviewboard/users/<users logon name>/ I think this
is correct, but I get Page not found (404)
When I look at review comments and there is a comment from a particular
person, I can click on the person's full name and I am taken to
http://mydomain.com:8000/users/<users logon name>/ It looks like this
hyperlink does not include the sub directory I am using for my installation
(e.g. value of SITE_ROOT)
If I look at a review summary, where specific people were added as
reviewers instead of using a group, and I click on the person name, I am
taken to
http://mydomain.com:8000/reviewboard/r/4/{[SITE_ROOT}}/users/<users logon
name>/ It looks like the reference to SITE_ROOT in the URL is broken and
thi is why it is showing instead of being substituted with the actual site
root. Anyway, I am not sure if it should be using SITE_ROOT here because
SITE_ROOT (e.g. /reviewboard/) is already included in the URL ...
There may be other places in code where hyperlinks are used to link to the
user details, but I cannot find them. Regardless, I think the links should
be consistent.