Re: Manual Update told Unable to read settings_local.py

2010-12-29 Thread Anshul
Hi Christian, I finally debugged the problem and also Solved it, I am able to load ReviewBoard as it was expected. Problem Debugged In ReviewBoard, admin/checks.py (Line 83) it tries to load ChangeDescription module and the following 'except:' I think was to only test if the module is

WADL and/or XSD

2010-12-29 Thread dlowe
I would like to leverage the Review Board REST based API, but I don't seem to be able to find a WADL (Web Application Description Language), or even an XSD describing the result sets.Having the XSD would be of particular help with parsing the results. Does such a thing exist? Or will I need to

Re: WADL and/or XSD

2010-12-29 Thread Christian Hammond
Hi David, Review Board doesn't provide either a WADL or XSD file. We have documentation you can use to work through the API, which you could use. Our Djblets library provides the framework for the API, handling all the linking and object representation and everything. If you wanted to contribute

Issue 1922 in reviewboard: errors on saving draft, publishing review

2010-12-29 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 1922 by masorti.ma: errors on saving draft, publishing review http://code.google.com/p/reviewboard/issues/detail?id=1922 *NOTE: Do not post confidential information in this bug report.* What version are you running? What's

Re: Issue 1922 in reviewboard: errors on saving draft, publishing review

2010-12-29 Thread reviewboard
Updates: Status: NeedInfo Comment #1 on issue 1922 by trowbrds: errors on saving draft, publishing review http://code.google.com/p/reviewboard/issues/detail?id=1922 This bug tracker is about review board as an upstream product. I think you're probably going to have to talk to your

Re: Comment on RequiredServerUpdates in reviewboard

2010-12-29 Thread reviewboard
Comment by chipx86: 'rb-site upgrade /path/to/site' is the preferred method. It'll do the syncdb. If that doesn't work, there's a different issue. Please use the mailing list for support, though. For more information: http://code.google.com/p/reviewboard/wiki/RequiredServerUpdates --