Re: Error when diff files on ReviewBoard site

2014-07-22 Thread hoàng tuấn
Yes, this is my pleasure, but i am a newbie so can you guide me how to give you more log for this case -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at

New Review Board 1.7.27 and 2.0.4 security releases

2014-07-22 Thread Christian Hammond
Hi everyone, We just put out a couple of new Review Board releases: 1.7.27 and 2.0.4. Both fix a couple of security vulnerabilities that were reported to us, along with several other bugs, and introducing a few new features. See the news post for more information:

Problem with 'rbt diff' and empty files in RBTools 0.6.2

2014-07-22 Thread Bruce Cran
There's a problem with the empty files detection code in at least the Mercurial client of RBTools 0.6.2: it's adding all the empty files that exist in the repository. The relevant code is in Mercurial.py, _handle_empty_files(): tip_empty_files = self._get_files_in_changeset(tip,

Re: New seup: Reviewboard seems to fail on thinking SVN repo should be a checked out version

2014-07-22 Thread Michael Kovacs
The SVNRoot\NetworkConfigs (my test SVN) is the data itself.. Forgive my novice questions but from what you have said it seems like this would be a task for the end user to have to do each time? Is there a way that when the project is checked in (programmers use VS2010 the Win tools

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread Christian Hammond
Can you try deleting your htdocs/static/ext/rbseverity dir/ directory, and re-enabling the extension? I’m pretty sure 0.5.1 fixes this problem. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On

Re: Migrate Reviewboard off an old server to a new one

2014-07-22 Thread Christian Hammond
Hi Gregory, The 1.6.x releases are quite old now and no longer supported, so you may or may not have some issues with the steps I’m about to describe. I’m assuming you’re looking to move away from sqlite to something like MySQL while doing this. Under no circumstances should you ever use

Re: CommentDialogHook

2014-07-22 Thread Christian Hammond
Your best bet is to look at the source code for RBSeverity and see how it does it. https://github.com/reviewboard/rb-extension-pack/blob/master/rbseverity/rbseverity/static/js/severity.js Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org

Mass edit User Permissions by scripts, api, cmd

2014-07-22 Thread Ngsquare
Hi there, we are running RB 1.7.26 and trying modify the User permissions for all the define users. I have search around and find nothing. Any help/pointer will be great! thnx -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting

Re: Mass edit User Permissions by scripts, api, cmd

2014-07-22 Thread Christian Hammond
The User Permissions field is a Django artifact that we do not use in Review Board for really anything, with a couple of documented exceptions (for allowing users to close/reopen another user’s review requests, or to post as another user). All the default permissions are just for staff users,

Re: Error when diff files on ReviewBoard site

2014-07-22 Thread David Trowbridge
Just take the file that you took those lines from and email to to me. -David On Mon, Jul 21, 2014 at 11:57 PM, hoàng tuấn hoangnt00...@gmail.com wrote: Yes, this is my pleasure, but i am a newbie so can you guide me how to give you more log for this case -- Get the Review Board Power

Re: Mass edit User Permissions by scripts, api, cmd

2014-07-22 Thread Warren Ng
Thanks Christian, but we want to give the a number of users the review | review request | can ** permission.. so we are wondering if there is a way to do it a batch since i don't want to do it 1 by 1 in the gui thnx On 7/22/2014 1:45 PM, Christian Hammond wrote: The User Permissions

Re: Mass edit User Permissions by scripts, api, cmd

2014-07-22 Thread Christian Hammond
Which permissions from here do you want to give, and what are you expecting the permissions to do? What you can do is create a user group (not a review group) with the permissions, and add the users to it. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - 

Re: Mass edit User Permissions by scripts, api, cmd

2014-07-22 Thread Ngsquare
Yes, i thought about creating ta user group and add individual user to this group however, we are looking at adding 500+ users to this user group. So automating it will greatly help thnx On Tuesday, July 22, 2014 2:12:14 PM UTC-7, Christian Hammond wrote: Which permissions from here do you

Re: New seup: Reviewboard seems to fail on thinking SVN repo should be a checked out version

2014-07-22 Thread David Trowbridge
Normally, the 'rbt' command is meant for end-users to put their changes up for review. If you're doing this from a post-commit hook, you can use the --repository-url parameter to have it post without a working directory. -David On Tue, Jul 22, 2014 at 10:28 AM, Michael Kovacs

Re: Problem with 'rbt diff' and empty files in RBTools 0.6.2

2014-07-22 Thread Anselina Chia
Can you give more details on how to reproduce this? (E.g., What rbt diff options did you pass, if any? Were there only modified files or were there also added/deleted files?) Thanks! Anselina On Tuesday, 22 July 2014 13:26:38 UTC-4, Bruce Cran wrote: There's a problem with the empty files

Re: Problem with 'rbt diff' and empty files in RBTools 0.6.2

2014-07-22 Thread Bruce Cran
There were some non-empty added files, along with modifications; I just ran 'rbt post -o' to create the review - it used the branch, server and repository from the .reviewboardrc file. -- Bruce On Tue, Jul 22, 2014 at 5:25 PM, Anselina Chia anselina.c...@gmail.com wrote: Can you give more

Re: Problem with 'rbt diff' and empty files in RBTools 0.6.2

2014-07-22 Thread Anselina Chia
Hm, I just tried it with several non-empty added files and modified files, but things seem fine here. Can you maybe add some debug statements to verify if the files in the sets base_files, tip_files, tip_empty_files, base_empty_files, added_empty_files, and deleted_empty_files are as expected?

Re: Migrate Reviewboard off an old server to a new one

2014-07-22 Thread Gregory Machin
Hi Christian. Thanks for taking time to assist. sadly at this time this is 0 budget project. I installed Reviewboard by: easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ ReviewBoard How do I remove and install 1.6.11 Thank you. Gregory Machin On Wednesday,

Re: Migrate Reviewboard off an old server to a new one

2014-07-22 Thread Christian Hammond
Hi Gregory, You’ll want to find the .egg directories for ReviewBoard an Djblets and remove them. Then:     easy_install ReviewBoard==1.6.11 Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July

Re: Problem with 'rbt diff' and empty files in RBTools 0.6.2

2014-07-22 Thread Bruce Cran
From debugging earlier today, added_empty_files and deleted_empty_files were both the same, and contained the list of empty files that were already in the repository. base_files and tip_files looked correct - I'll go back and do some more debugging tomorrow. -- Bruce On Tue, Jul 22, 2014 at

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread MoonWalker
Christian do you want to here something funny.. such directory does not exist under ext/ , and I tried to reinstall the extension, but same result. I attached such snapshot https://lh4.googleusercontent.com/-i0xOCLW37RI/U88GLB6oLiI/BwY/A-O9FX-3ETc/s1600/installing+extension.PNG On

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread Christian Hammond
Does your site's conf/settings_local.py have DEBUG = True set? Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July 22, 2014 at 5:48:23 PM, MoonWalker (daniel.cabrera...@gmail.com) wrote:

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread MoonWalker
yes On Wednesday, July 23, 2014 10:51:36 AM UTC+10, Christian Hammond wrote: Does your site's conf/settings_local.py have DEBUG = True set? Christian -- Christian Hammond - chri...@beanbaginc.com javascript: Review Board - http://www.reviewboard.org Beanbag, Inc. -

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread Christian Hammond
You need to turn that off. That’s intended only for development setups. Extension media won’t install in that mode. Christian --  Christian Hammond - christ...@beanbaginc.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On July 22, 2014 at 5:57:08 PM,

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread MoonWalker
Thanks Christian, I switched to False and restarting apache and now it works. BTW I installed rbmotd with Debug = True and it worked okay, the only issue was with the RBSeverity extension. Also seems like if debug shall be equal to true to install the extensions, the extensions windows

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread Christian Hammond
rbmotd ships media files, just like rbseverity did, and is limited in the same way. Unless you had some stale media file from an earlier install, it wouldn’t be able to work. We can add a warning to the extensions page. I’ll make a note of that. Christian --  Christian Hammond - 

Re: Unable to installing Extensions on RB 2.0.3

2014-07-22 Thread MoonWalker
Thanks a lot Chirstian for all your help and hardwork :-) On Wednesday, July 23, 2014 11:11:26 AM UTC+10, Christian Hammond wrote: rbmotd ships media files, just like rbseverity did, and is limited in the same way. Unless you had some stale media file from an earlier install, it wouldn’t be

Re: Issue 3453 in reviewboard: can't discard draft

2014-07-22 Thread reviewboard
Comment #4 on issue 3453 by jgb6...@g.rit.edu: can't discard draft http://code.google.com/p/reviewboard/issues/detail?id=3453 If you can give me instructions on how to do this, I will be glad, but I don't know how to produce what you are asking for -- You received this message because this

Re: Issue 3489 in reviewboard: CTRL + S description make the text box disappear

2014-07-22 Thread reviewboard
Updates: Status: PendingReview Owner: trowb...@gmail.com Labels: Project-Djblets Comment #1 on issue 3489 by trowb...@gmail.com: CTRL + S description make the text box disappear http://code.google.com/p/reviewboard/issues/detail?id=3489 (No comment was entered for

Re: Issue 3453 in reviewboard: can't discard draft

2014-07-22 Thread reviewboard
Comment #5 on issue 3453 by trowb...@gmail.com: can't discard draft http://code.google.com/p/reviewboard/issues/detail?id=3453 The review board log file is on the server (if you're not the server administrator, you'll have to ask them to help). The javascript console can be opened in

Issue 3490 in reviewboard: rbt post with Perforce fails when a file has been renamed twice

2014-07-22 Thread reviewboard
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 3490 by sam...@samdemers.com: rbt post with Perforce fails when a file has been renamed twice http://code.google.com/p/reviewboard/issues/detail?id=3490 What version are you running? RBTools 0.6.2 What's the URL of the

Re: Issue 3489 in reviewboard: CTRL + S description make the text box disappear

2014-07-22 Thread reviewboard
Updates: Status: Fixed Comment #2 on issue 3489 by trowb...@gmail.com: CTRL + S description make the text box disappear http://code.google.com/p/reviewboard/issues/detail?id=3489 Fixed in djblets release-0.8.x (2da460a). Thanks! -- You received this message because this project is