-
-
reviewboard/htdocs/media/rb/js/datastore.js (Diff revision 1) I wonder if instead of a prefix option, if we should define the path to the API instead. Instead of assuming SITE_ROOT + "api" or SITE_ROOT + prefix + "api", we should just have a gApiPath that we use. Then we don't have to pass prefix around the place. I think?
-
reviewboard/templates/reviews/review_flags.js (Diff revision 1) Too many '{' on the last {% endif %}
Make changes to the webui to use local-site APIs
Review Request #1998 — Created Dec. 14, 2010 and submitted
Information | |
---|---|
david | |
Review Board | |
master | |
Reviewers | |
reviewboard | |
Make changes to the webui to use local-site APIs The webui wasn't calling into the correct API paths for things related to review requests. I'm not entirely positive that I caught everything, but this seems to have fixed screenshot upload and commenting, review commenting, diff commenting and replies to all of the above.
Ran through a bunch of actions relating to an open, local-site-ed review request, including creating reviews, comments, and replies.