Re: Reviewer adding files?

2012-03-07 Thread Christian Hammond
Hi Brian,

No, there's no feature for this. It would be an interesting one to add down
the road, but we'd have to ensure it wouldn't be abused on open servers.

When you say a word doc with comments embedded, are you talking about being
able to review word files, or just simply having some word file attached?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Mar 6, 2012 at 3:03 PM, Brian phxgat...@gmail.com wrote:

 Apologies if I'm overlooking this, but is it possible for a reviewer
 to add a file to their comment?

 I'm thinking either a word doc with comments embedded, or a reference
 file that relates to the review being done.

 Thanks!
 Brian

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Option to hide inaccessible review requests?

2012-03-07 Thread Christian Hammond
Hi,

There's no option for this. It's a known problem that needs to be fixed.

You should feel free to file a bug so we can track this.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Mar 6, 2012 at 5:59 AM, Heinz Wiesinger hmwiesin...@gmx.at wrote:

 Hi!

 I have reviewboard 1.6.4.1 setup with a couple private repositories.
 Accessing
 the review requests is restricted to certain review groups, which works
 fine.
 However, under All review requests I can still see all review requests,
 even
 if I do not have access to them. Is there an option to hide them from this
 list as well?

 Grs,
 Heinz

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: post-review won't post review requests

2012-03-07 Thread Christian Hammond
What version of Review Board, and RBTools?

Can you run with --debug?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Mar 6, 2012 at 8:26 AM, Laurent lrther...@gmail.com wrote:

 post-review says:

 $ post-review
 == Review Board Login Required
 Enter username and password for Review Board at http://???.com/editing/
 Username: Monte.Cristo
 Password:
 Unable to log in: HTTP 404

 wget says:

 $ wget --post-data blah http://???.com/editing/api/json/accounts/login
 --2012-03-06 08:20:46--  http://???.com/editing/api/json/accounts/login
 Resolving ???.com... ?.?.?.?
 Connecting to ???.com|?.?.?.?|:80... connected.
 HTTP request sent, awaiting response... 404 NOT FOUND
 2012-03-06 08:20:47 ERROR 404: NOT FOUND.

 What do you say? :)

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Outgoing Reviews showing in Negative number

2012-03-07 Thread Christian Hammond
I believe we have a bug filed for this somewhere, but yes, it's a known
problem.

The administrator of the site can temporarily fix this by running:

rb-site manage /path/to/site fixreviewcounts

That doesn't mean it won't happen again, though.

We'll put out a release once we figure it out.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Tue, Mar 6, 2012 at 10:30 PM, brajesh kumar sharma 
brajesh.bangal...@gmail.com wrote:

 Hello All,

 I have installed Review Board 1.6.4.1 on my Linux m/c. I am seeing that
 the total number of Outgoing Reviews is showing as -1. Can anybody help
 me on this, why its showing the number in Negative.

 I have attached a screen shot for the reference.

 Thanks  Regards,
 Brajesh

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Reviewer adding files?

2012-03-07 Thread Brian
Hi Christian,

While I would love to review word docs directly within Review Board, I
am just talking about the ability to add a file.

Example - I start a review request and attach a document for review.
The reviewers take it, add their comments (within Word), then attach
their version of the document. In this case Review Board wouldn't
really be used for any diffing, just a place to collect all comments,
etc before moving forward.

Brian

On Mar 7, 2:05 am, Christian Hammond chip...@chipx86.com wrote:
 Hi Brian,

 No, there's no feature for this. It would be an interesting one to add down
 the road, but we'd have to ensure it wouldn't be abused on open servers.

 When you say a word doc with comments embedded, are you talking about being
 able to review word files, or just simply having some word file attached?

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 Review Board -http://www.reviewboard.org
 VMware, Inc. -http://www.vmware.com







 On Tue, Mar 6, 2012 at 3:03 PM, Brian phxgat...@gmail.com wrote:
  Apologies if I'm overlooking this, but is it possible for a reviewer
  to add a file to their comment?

  I'm thinking either a word doc with comments embedded, or a reference
  file that relates to the review being done.

  Thanks!
  Brian

  --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Can I access the ReviewBoard Database from command line

2012-03-07 Thread Sanjay Lal
Hi,
We are using review board 1.6 with default MySQL database. I have
couple of question about accessing data and reports -
(1) Does review board provide any reporting capabilities? Any built in
report that we can get .
(2) In case no reporting , is there a way we can acces sthe review
board databas thru SQL scripts/commands? If yes, how do I find out the
DB name for connecting to MySQL (any connection string etc). Also is
there any details available about the schema.

Thanks!

sanjay

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Can I access the ReviewBoard Database from command line

2012-03-07 Thread Sanjay Lal
Hi,
We are using review board 1.6 with default MySQL database. I have
couple of question about accessing data and reports -
(1) Does review board provide any reporting capabilities? Any built in
report that we can get .
(2) In case no reporting , is there a way we can acces sthe review
board databas thru SQL scripts/commands? If yes, how do I find out the
DB name for connecting to MySQL (any connection string etc). Also is
there any details available about the schema.

Thanks!

sanjay

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Reviewer adding files?

2012-03-07 Thread Christian Hammond
Okay, that's easier ;)

Would you like to file a feature request so we can track that?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Wed, Mar 7, 2012 at 7:21 AM, Brian phxgat...@gmail.com wrote:

 Hi Christian,

 While I would love to review word docs directly within Review Board, I
 am just talking about the ability to add a file.

 Example - I start a review request and attach a document for review.
 The reviewers take it, add their comments (within Word), then attach
 their version of the document. In this case Review Board wouldn't
 really be used for any diffing, just a place to collect all comments,
 etc before moving forward.

 Brian

 On Mar 7, 2:05 am, Christian Hammond chip...@chipx86.com wrote:
  Hi Brian,
 
  No, there's no feature for this. It would be an interesting one to add
 down
  the road, but we'd have to ensure it wouldn't be abused on open servers.
 
  When you say a word doc with comments embedded, are you talking about
 being
  able to review word files, or just simply having some word file attached?
 
  Christian
 
  --
  Christian Hammond - chip...@chipx86.com
  Review Board -http://www.reviewboard.org
  VMware, Inc. -http://www.vmware.com
 
 
 
 
 
 
 
  On Tue, Mar 6, 2012 at 3:03 PM, Brian phxgat...@gmail.com wrote:
   Apologies if I'm overlooking this, but is it possible for a reviewer
   to add a file to their comment?
 
   I'm thinking either a word doc with comments embedded, or a reference
   file that relates to the review being done.
 
   Thanks!
   Brian
 
   --
   Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
   Happy user? Let us know athttp://www.reviewboard.org/users/
   -~--~~~~--~~--~--~---
   To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

回复: What's the usage of the Edit box on middle right of the window?

2012-03-07 Thread 深圳手机(王)
OKEY. thank you very much!
 I will try it again.
   
  
  -- 原始邮件 --
  发件人: Christian Hammondchip...@gmail.com;
 发送时间: 2012年3月7日(星期三) 凌晨4:34
 收件人: reviewboard@googlegroups.comreviewboard@googlegroups.com; 
 抄送: reviewboard@googlegroups.comreviewboard@googlegroups.com; 
 主题: Re: What's the usage of the Edit box on middle right of the window?

  
 Kinda looks like quick search might be busted. I'll look into this.
 

 Christian



 
On Mar 6, 2012, at 11:29, David Trowbridge trowb...@gmail.com wrote:


 
  That's about indexed search, which is more complete. Quick search is 
documented here: 
http://www.reviewboard.org/docs/manual/1.6/users/searching/quick-search/

-David


 2012/3/6 Stein, Ruben ruben.st...@mevis.fraunhofer.de
   Hi,
 

 to use the search functionality there are some prerequisites listed here:
 http://www.reviewboard.org/docs/manual/1.6/admin/sites/search-indexing/
 

 Regards, Ruben
 

 From: 深圳手机 (王) 825772...@qq.com
Reply-To: reviewboard@googlegroups.com
Date: Tue, 6 Mar 2012 11:24:16 +0800
To: reviewboard reviewboard@googlegroups.com
Subject: What's the usage of the Edit box on middle right of the window?

   

  There  is an Edit box on middle right of the window,  In the manual, it says 
it's quick search, but it seems it can't search anything,  you can type words 
in it , but no result even you type enter key or click mouse.
 what 's the matter?



   

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en



 

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
 

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Issue 2359 in reviewboard: Review creation fails with patches created with Subversion 1.7.x if they include a property change.

2012-03-07 Thread reviewboard


Comment #9 on issue 2359 by ldelapr...@gmail.com: Review creation fails  
with patches created with Subversion 1.7.x if they include a property  
change.

http://code.google.com/p/reviewboard/issues/detail?id=2359

new pysvn seems to go with python 3.2
review board tools are still on python 2.7.
Conclusion : review board post-review cannot yet be used with svn 1.7  
clients ?



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2443 in reviewboard: Getting error cookies must be enabled:

2012-03-07 Thread reviewboard


Comment #1 on issue 2443 by tedmjohn...@gmail.com: Getting error cookies  
must be enabled:

http://code.google.com/p/reviewboard/issues/detail?id=2443

Same issue w/ 1.6.3. I am not using LDAP, however.

Cookies are enabled on Chrome, yet I still get this message. I've even  
added an exception for my server and I still cannot login.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Comment on IdeasFor2_0 in reviewboard

2012-03-07 Thread reviewboard

Comment by ultraran...@gmail.com:

What about having ReviewBoard read from a git branch for input instead of  
having to create a diff separately?


For more information:
http://code.google.com/p/reviewboard/wiki/IdeasFor2_0

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Comment on IdeasFor2_0 in reviewboard

2012-03-07 Thread reviewboard

Comment by ultraran...@gmail.com:

What about having review board read from a git branch for input instead of  
having to create a diff separately?


Then you would not lose the useful info in the commit messages, and could  
also display them for reviewers.


For more information:
http://code.google.com/p/reviewboard/wiki/IdeasFor2_0

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2359 in reviewboard: Review creation fails with patches created with Subversion 1.7.x if they include a property change.

2012-03-07 Thread reviewboard


Comment #10 on issue 2359 by elguerom...@gmail.com: Review creation fails  
with patches created with Subversion 1.7.x if they include a property  
change.

http://code.google.com/p/reviewboard/issues/detail?id=2359

Hmm... according to the release notes, that shouldn't be the case.

http://pysvn.tigris.org/ds/viewMessage.do?dsForumId=1333dsMessageId=2930786
The kits have been built against SVN 1.7.3 and SVN 1.6.17 release
for python 2.6, 2.7 and 3.2.

I have not been able to test yet.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2520 in reviewboard: How to turn txt files in the doc folder into html files

2012-03-07 Thread reviewboard


Comment #4 on issue 2520 by smbswi...@gmail.com: How to turn txt files in  
the doc folder into html files

http://code.google.com/p/reviewboard/issues/detail?id=2520

I would be very appreciate if you can offer offline html document.We are  
going to integrate it with our existing svn system,and I'd like to give my  
feedback afterwards.


Thanks again.

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.