Reviewboard rb-site upgrade fails and sites show directory listing.

2013-01-18 Thread kayabirch
Hi.

After upgrading reviewboard 1.5 to 1.7, and tried to upgrade the sites i 
got this error.  And when you visit the sites it shows a directory listing.

Can anyone please help me ? 

Rebuilding directory structure
Updating database. This may take a while.
Creating tables ...
There are unapplied evolutions for auth.
There are unapplied evolutions for sessions.
There are unapplied evolutions for accounts.
There are unapplied evolutions for changedescs.
There are unapplied evolutions for diffviewer.
There are unapplied evolutions for reviews.
There are unapplied evolutions for scmtools.
Project signature has changed - an evolution is required
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
Error: Model 'reviews.FileAttachmentComment' already has a field named 
'extra_data'

thanks :) 

-- 
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: Review Board 1.7.2 is released

2013-01-18 Thread pfee
Thanks Stephen,

I upgraded from 1.7.1 to 1.7.2, no issues.  Bodhi karma dispensed.

On Thursday, 17 January 2013 14:57:29 UTC, Stephen Gallagher wrote:

 On 01/17/2013 01:58 AM, Christian Hammond wrote: 
  Hi everyone, 
  
  Review Board 1.7.2 is out. Lots of bug fixes and a few new features. See 
  the news post and release notes for more info. 
  
  http://www.reviewboard.org/news/2013/01/16/review-board-1-7-2-released/ 
  
  We'll have a new RBTools out pretty soon with some nice improvements as 
  well. 


 Fedora packages are now available for testing: 
 https://admin.fedoraproject.org/updates/ReviewBoard-1.7.2-1.fc18 



-- 
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't close other users' requests?

2013-01-18 Thread Matthew Woehlke
I have given myself the 'review | review request | can change status' 
permission, which has caused the 'close' button to appear for requests 
that I don't own.


However, if I try to actually close a request, nothing happens. (If I 
use 'rbt close', I get a permission exception thrown.)


Am I missing something?

--
Matthew

--
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: when adding Repository: Unable to retrieve information from local Git repository

2013-01-18 Thread Jonathan Mastin
I still haven't made progress on this.  Would appreciate anyone's thoughts 
on debugging!
Jonathan


On Wednesday, January 16, 2013 4:53:58 PM UTC-8, Jonathan Mastin wrote:

 Hi.  Thanks for ReviewBoard!  And thanks in advance for any time or help 
 you can offer...

 I'm trying to set up my own instance of ReviewBoard for the first time, 
 and I've got the reviewboard site running now (version 1.7.1), and a local 
 git repository.

 But I'm having trouble when I go to the Add Repository webpage 
 http://server/reviews/admin/db/scmtools/repository/add/ and choose to add 
 the path to my repository (/var/git/Intent/.git) and save changes, I get 
 the following error: Unable to retrieve information from local Git 
 repository

 I have double checked permissions, and am able, as the apache user (which 
 runs the website) to execute the command git --git-dir=/var/git/Intent.git 
 config core.repositoryformatversion it returns a result of 0, which seems 
 good.

 Can you help figure out what's causing this error or provide debugging 
 suggestions?

 Thank you,
 Jonathan


-- 
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: when adding Repository: Unable to retrieve information from local Git repository

2013-01-18 Thread Matthew Woehlke

On 2013-01-16 19:53, Jonathan Mastin wrote:

I'm having trouble when I go to the Add Repository webpage
http://server/reviews/admin/db/scmtools/repository/add/ and choose to add
the path to my repository (/var/git/Intent/.git) and save changes, I get
the following error: Unable to retrieve information from local Git
repository


(Possibly) silly question... have you tried without the .git? (I would 
have guessed that is not wanted, although I could be wrong.)


--
Matthew

--
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: Review Board 1.7.2 is released

2013-01-18 Thread Matthew Woehlke

On 2013-01-17 01:58, Christian Hammond wrote:

Review Board 1.7.2 is out. Lots of bug fixes and a few new features. See
the news post and release notes for more info.

http://www.reviewboard.org/news/2013/01/16/review-board-1-7-2-released/


Just realized... I was hoping http://reviews.reviewboard.org/r/3707/ 
(send mail when closing requests) would make 1.7.2... might I expect it 
for 1.7.3?


--
Matthew

--
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: when adding Repository: Unable to retrieve information from local Git repository

2013-01-18 Thread Jonathan Mastin
Thanks Matthew.  Yes, I have tried with and without the .git

On Friday, January 18, 2013 12:02:16 PM UTC-8, Matthew Woehlke wrote:

 On 2013-01-16 19:53, Jonathan Mastin wrote: 
  I'm having trouble when I go to the Add Repository webpage 
  http://server/reviews/admin/db/scmtools/repository/add/ and choose to 
 add 
  the path to my repository (/var/git/Intent/.git) and save changes, I get 
  the following error: Unable to retrieve information from local Git 
  repository 

 (Possibly) silly question... have you tried without the .git? (I would 
 have guessed that is not wanted, although I could be wrong.) 

 -- 
 Matthew 


-- 
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: when adding Repository: Unable to retrieve information from local Git repository

2013-01-18 Thread Jonathan Mastin
Solved.  The server is running with SELinux enforcing and so the git 
command couldn't be started by apache.  The repository can be added by 
disabling SELinux, or running the two below commands
audit2allow -a -M reviewboard
semodule -i reviewboard.pp



On Friday, January 18, 2013 12:05:18 PM UTC-8, Jonathan Mastin wrote:

 Thanks Matthew.  Yes, I have tried with and without the .git

 On Friday, January 18, 2013 12:02:16 PM UTC-8, Matthew Woehlke wrote:

 On 2013-01-16 19:53, Jonathan Mastin wrote: 
  I'm having trouble when I go to the Add Repository webpage 
  http://server/reviews/admin/db/scmtools/repository/add/ and choose to 
 add 
  the path to my repository (/var/git/Intent/.git) and save changes, I 
 get 
  the following error: Unable to retrieve information from local Git 
  repository 

 (Possibly) silly question... have you tried without the .git? (I would 
 have guessed that is not wanted, although I could be wrong.) 

 -- 
 Matthew 



-- 
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 2752 in reviewboard: User is able to submit a review request without filling in required fields

2013-01-18 Thread reviewboard


Comment #3 on issue 2752 by rajas...@gmail.com: User is able to submit a  
review request without filling in required fields

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

I dont see this happen. Im on 1.7.x and when  I try to publish in the UI  
without filling required fields, I get an alert indicating that field is  
required.


--
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.



Issue 2869 in reviewboard: Missing error warning text when creating new review request with non-existent person

2013-01-18 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2869 by demel...@gmail.com: Missing error warning text when  
creating new review request with non-existent person

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

* NOTE: For customer support, please post to *
*   reviewbo...@googlegroups.com *
**
*   Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?

1.7.2

What's the URL of the page containing the problem?

Upon creating a new review request

What steps will reproduce the problem?
1. Click New Review Request on top bar.
2. Attempt to add a non-existent (fake) name to the People heading.
3. See that there is no text within the red error bar near the top.

What is the expected output? What do you see instead?

Text within the red warning marker near the top.

What operating system are you using? What browser?

Mac OSX 10.8.2 Mountain Lion in Chrome


--
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 2617 in reviewboard: Broken link to user page in review page auto update feature

2013-01-18 Thread reviewboard


Comment #3 on issue 2617 by kat.sch...@gmail.com: Broken link to user page  
in review page auto update feature

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

I'm going to try this bug.

--
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 2073 in reviewboard: Allow testing email settings configuration bys ending test email

2013-01-18 Thread reviewboard


Comment #4 on issue 2073 by su...@hakc.net: Allow testing email settings  
configuration bys ending test email

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

Trying to fix this.

--
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 2743 in reviewboard: Should allow users to remove ssh config manually

2013-01-18 Thread reviewboard


Comment #2 on issue 2743 by greg...@gmail.com: Should allow users to remove  
ssh config manually

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

I'm taking it`

--
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 2869 in reviewboard: Missing error warning text when creating new review request with non-existent person

2013-01-18 Thread reviewboard


Comment #1 on issue 2869 by demel...@gmail.com: Missing error warning text  
when creating new review request with non-existent person

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

I'm working on this.

--
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 2869 in reviewboard: Missing error warning text when creating new review request with non-existent person

2013-01-18 Thread reviewboard


Comment #2 on issue 2869 by demel...@gmail.com: Missing error warning text  
when creating new review request with non-existent person

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

This bug has been fixed.

http://reviews.reviewboard.org/r/3756/

--
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 2073 in reviewboard: Allow testing email settings configuration bys ending test email

2013-01-18 Thread reviewboard


Comment #5 on issue 2073 by su...@hakc.net: Allow testing email settings  
configuration bys ending test email

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

This doesn't seem like an easy fix; changes required to accommodate this  
functionality possibly include:


-Changing the actual view for site settings from djblets.

or

-Chris suggested adding a MultiWidget (A button right beside the password  
field; stuck beside each other). When clicked a a JQuery listener performs  
an AJAX call in the backend to sanitize. But this approach presents two  
problems:

--Django doesn't have a native button field/widget.
--If a custom widget is created to overcome the above issue, the JSON data  
returned from the callback cannot be presented on the view (success/error  
message) since the view (again) is on djblets.


The only way I see to fix this (keeping in mind the usability) is to make  
some changes on djblets eventually.


--
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 2483 in reviewboard: Minor tweak to review request email notification template to include repository name along with review group

2013-01-18 Thread reviewboard


Comment #3 on issue 2483 by kat.sch...@gmail.com: Minor tweak to review  
request email notification template to include repository name along with  
review group

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

I call dibs!

--
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 1897 in reviewboard: The Posted Time should be the time of publish

2013-01-18 Thread reviewboard


Comment #3 on issue 1897 by demel...@gmail.com: The Posted Time should be  
the time of publish

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

I can't seem to reproduce this error.

Mac OSX 10.8.2 Chrome/FireFox

--
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 2073 in reviewboard: Allow testing email settings configuration bys ending test email

2013-01-18 Thread reviewboard

Updates:
Labels: -EasyFix

Comment #6 on issue 2073 by mike.d.c...@gmail.com: Allow testing email  
settings configuration bys ending test email

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

Agreed - this is more complicated than it originally sounded. Thanks for  
investigating.


--
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 2620 in reviewboard: Input text field for smtp server address is not stripped from white space

2013-01-18 Thread reviewboard

Updates:
Status: Fixed

Comment #4 on issue 2620 by trowb...@gmail.com: Input text field for smtp  
server address is not stripped from white space

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

Pushed to release-1.7.x (e6e5d07). Thanks!

--
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 2855 in reviewboard: Clicking into an issue on the summary doesn't focus on the issue

2013-01-18 Thread reviewboard


Comment #2 on issue 2855 by qi0...@gmail.com: Clicking into an issue on the  
summary doesn't focus on the issue

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

I take this issue

--
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 2073 in reviewboard: Allow testing email settings configuration bys ending test email

2013-01-18 Thread reviewboard


Comment #7 on issue 2073 by rajas...@gmail.com: Allow testing email  
settings configuration bys ending test email

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

The Create repository page throws an Authentication Failed message when  
a repository that needs authentication but none is provided by the user  
(when the form is submitted). Can the Email settings page be done  
similarly.


This would avoid creating custom widget that does an AJAX call and would  
validate the email settings only on submitting the form.


--
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.