I want to control review request sight.

2011-04-06 Thread jh5774....@samsung.com
I have some problem about sight issues. For example, A user create new Review Request(RQ) and he set this RQ's review group as A1' Now, I want that review group A1 only access A's RQ. My problem is that, anyone who log on my reviewboard can access and review A's RQ. I cannot control them A

Re: I want to control review request sight.

2011-04-06 Thread jh5774....@samsung.com
t; Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > On Wed, Apr 6, 2011 at 12:05 AM, jh5774@samsung.com < > > > > > > > > jh5774@samsung.com>

I have some problems about Languages.

2011-04-06 Thread jh5774....@samsung.com
Well, My language, Korean, isn't parsing in Reviewboard. For example, I submit Change List(CL) in perforce, and CL's description field is filled with 'Korean', not English. And, I go to my Reviewboard server. In Main menu, Select New Review Request and select repository (perforce port) input

Re: I have some problems about Languages.

2011-04-06 Thread jh5774....@samsung.com
a multibyte encoding rather than utf8? Can you tell > us the encoding? > > > > > > > > > > > Chris > > > jh5774@samsung.com wrote: > > >> Well, > > >> My language, Korean, isn't parsing in Reviewboard. > > >> For example, > > &

Re: I have some problems about Languages.

2011-04-06 Thread jh5774....@samsung.com
Our Perforce server is "window 2003 server" server manager said, he didn't set charset anything. So, maybe perforce server's encoding is "euc-kr".. How my ReviewBoard settings change to euc-kr?? Please anyone response to me... Thank you. On 4월7일, 오전10시48분, &

Re: I have some problems about Languages.

2011-04-07 Thread jh5774....@samsung.com
; You need the RB admin to fill in the empty encoding box for the repository, > try "euc-kr". A regular user is NOT permitted to change this setting. > > > > > > > > -Original Message- > From: reviewboard@googlegroups.com on behalf of jh5774@samsung.

Re: I have some problems about Languages.

2011-04-08 Thread jh5774....@samsung.com
;p4 describe' command. Anyone who knows about that, please tell me. Thank you. On 4월8일, 오후12시47분, "jh5774@samsung.com" wrote: > I already set them and test... but still problem is occurred. > > I logging some arguments, in > > /usr/local/lib/pyth

Re: I have some problems about Languages.

2011-04-09 Thread jh5774....@samsung.com
e_method(request, response) The exception is occurred in this sentence. But, I cannot trace more. I need someone's help. Thank you. On 4월9일, 오전1시02분, Chris Clark wrote: > jh5774@samsung.com wrote: > > Well, I found a little clue about encoding. > > > /usr/lib/pytho

Re: I have some problems about Languages.

2011-04-10 Thread jh5774....@samsung.com
here's another problem is occured. If I add diff file, they also 'Korean' is broken. Well... I'm tired today. But, Thank you who help me. Have a nice day~!! On 4월9일, 오후5시01분, "jh5774@samsung.com" wrote: > Well, > > I appliy it to sitecustomize.py l

Re: I have some problems about Languages.

2011-04-10 Thread jh5774....@samsung.com
f = os.fdopen(fd, "w+b") f.write(convert_line_endings(file)) f.close()diff = unicode(diff,'cp949').encode('utf-8') # This line is that line. diff = convert_line_endings(diff) Thank you everyone, Especially special thanks to : Chris Clark, and Minwoo Lee :)

Re: I have some problems about Languages.

2011-04-11 Thread jh5774....@samsung.com
rforce.py to respect it, in much the same way that you did. So > instead of unicode(something, 'cp949'), it'd be unicode(something, > repository.encoding). Right now, that field only appears to affect the > patches. > > And in your case, what does p4.charset show? > >

Authentication issues about status changes

2011-04-12 Thread jh5774....@samsung.com
Hi, I have one question about authentication about one's status changes. For example, A user just a newbie developer, and she haven't any authentication about review board. Now, she create Review Request and Publish that. In here, I found she can submit her review request. Is this reviewboard

I can't upload screenshot on my reviewboard.

2011-04-12 Thread jh5774....@samsung.com
Good evening~ :) I have some problems my reviewboard(ver 1.5.4.) I can't upload screenshot on my Review Request. I attaching logs and I found the reason. /usr/lib/python2.6/dist-packages/mod_python/importer.py:32: DeprecationWarning: the md5 module is deprecated; use hashlib instead import md

I have question about draft action.

2011-04-12 Thread jh5774....@samsung.com
Hi, Sorry, today, I upload my issues many time..;; Well, anyway, I find an error when draft status. 1. create new Review Request. 2. Now, Review Request's status is draft. 3. I want to see diff view, so I click the button 'diff views' 4. I want to comment my source view, (line comment) Now,

Re: Authentication issues about status changes

2011-04-12 Thread jh5774....@samsung.com
that user isn't allowed to submit to the repository, marking as > submitted won't do any harm. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > On Tu

Re: I can't upload screenshot on my reviewboard.

2011-04-12 Thread jh5774....@samsung.com
as. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > On Tue, Apr 12, 2011 at 2:05 AM, jh5774@samsung.com < > > > > > > > > jh5774@samsung.co

Re: I have question about draft action.

2011-04-12 Thread jh5774....@samsung.com
s published, because the comments would be lost if you discard the diff. > > Christian > > -- > Christian Hammond - chip...@chipx86.com > Review Board -http://www.reviewboard.org > VMware, Inc. -http://www.vmware.com > > On Tue, Apr 12, 2011 at 2:19 AM, jh5774@samsung.

Again,, I have some problems about Unicode.

2011-04-13 Thread jh5774....@samsung.com
I still have an issue about Unicode problem... haha... Our another perforce server, we call it D2 server. D2 server's P4CHARSET=UTF-8 So, I have to set my Repository's encoding to 'utf8' Now, There's no problem when p4 description part reading. But, When they trying to read diff files, there

There was an error when I using post-review with perforce(p4v)

2011-06-01 Thread jh5774....@samsung.com
Well, Good evening, everybody(I'm live in GMT+9). I found an error about post-review in Linux os. (But maybe windows have same error) The situation is, Using perforce (P4V), and tool's status is not logged on. In this time, trying to use 'Post-review', then 'Post-review' is frozen. I need som

How can I run ReviewBoard 1.5.5 and 1.6rc1 in same time?

2011-07-17 Thread jh5774....@samsung.com
Well, Good afternoon, gentlemans. We using reviewboard 1.5.5 in our development team with wrapping some functions. Now, I heard that new version -1.6rc1 is released. We decide that we test 1.6rc in our test server with 1.5.5. But I have some problems when I upgrade our dev_test rb_server to 1.

Re: How can I run ReviewBoard 1.5.5 and 1.6rc1 in same time?

2011-07-18 Thread jh5774....@samsung.com
Then try restarting Apache and using the site. > > Now I want to stress again that this may not work. You may also have to > tweak things. For example, the PYTHONPATH above may have to include your > system's PYTHONPATH as well (though I think this is sufficient). You may &g

Re: How can I run ReviewBoard 1.5.5 and 1.6rc1 in same time?

2011-07-18 Thread jh5774....@samsung.com
te > > installed in the "bin" directory (I think it'll be in there? Again, > > untested!) > > > $ /var/www/dev_rb/python/bin/rb-site upgrade /var/www/dev_rb > > > Then try restarting Apache and using the site. > > > Now I want to stress again t

I have questions about SpiffyEmailMessage Class

2011-07-26 Thread jh5774....@samsung.com
Good morning, Now, we implementing some new functions about sending e-mails. So, we check reviewboard's mailing module, and we found SpiffyEmailMessage class is that module. But, we test with this function, errors occured like below: SMTPDataError: (554, '5.5.0 No recipients have been specified