(A solution) 404 error when using reviewboard with lighttpd

2009-06-11 Thread joseph.pnc

Somehow I can't post to existing threa (http://groups.google.com/group/
reviewboard/browse_thread/thread/884db67cd5ca1b83/d495b9947aad884d?
lnk=gstq=joseph+pncfwc=2) so I start a new one instead.

Another solution offered by Av (avl...@gmail.com). Hopefully someone
might find it helpful!

Hi Joe,

I'm not a member of the list, but I was hoping you might forward this
back to them. I found a solution for your problem.

In the lighttpd.conf, change this line:
/reviewboard.fcgi = (
to this:
/reviewboard.fcgi/ = (

And this line:
   ^(/.*)$ = /reviewboard.fcgi/$1,
to this:
   ^(/.*)$ = /reviewboard.fcgi/$1,

and make sure:
FORCE_SCRIPT_NAME = ''

This fixes it for me :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: need help to integrate post-review with Perforce

2009-06-11 Thread Amit

Tanks a lot for response. I could intergate with p4win.
Now problem i am facing is
Traceback (most recent call last):
  File post-review, line 2313, in ?
main(sys.argv[1:])
  File post-review, line 2284, in main
diff, parent_diff = tool.diff(args)
  File post-review, line 1446, in diff
dl = execute(diff_cmd, extra_ignore_errors=(1,2)).splitlines(True)
  File post-review, line 1889, in execute
env=env)
  File C:\Python24\lib\subprocess.py, line 554, in __init__
errread, errwrite)
  File C:\Python24\lib\subprocess.py, line 718, in _execute_child
startupinfo)
WindowsError: [Errno 2] The system cannot find the file specified

What might be cause for it.What should i do to get rid of it.

-Amit

On Jun 11, 1:03 am, Paul Scott psc...@vmware.com wrote:
 Well, everyone who uses p4 will probably rather use post-review. ;)

 The tool in the rbtools/contrib should probably be renamed something with 
 p4win in it, as it is an extension for p4win, and a lot of people use p4v 
 now since p4win has been deprecated for a few years. I keep starting to make 
 a similar extension (custom tool) for p4v but their terminal isn't a real 
 terminal and can't handle the method post-review uses to collect your 
 password if you need to authenticate. That's certainly something that can be 
 handled pretty easily... post-review, or a wrapper (or preferably a rbapi 
 library) probably needs a way of finding out if you are authenticated or not 
 that doesn't go directly to asking you for your password.

 -- Paul
 
 From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On Behalf 
 Of Joshua Slominski [hoohaa8...@gmail.com]
 Sent: Wednesday, June 10, 2009 9:44 AM
 To: reviewboard@googlegroups.com
 Subject: Re: need help to integrate post-review with Perforce

 There is a P4 tool located in rbtools/ contrib.  If you set that up there is 
 no need to run post-review from the command line.

 On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
 chip...@chipx86.commailto:chip...@chipx86.com wrote:
 There's a lot of documentation on this 
 athttp://www.review-board.org/docs/manual/dev/users/tools/post-review/

 Christian

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

 On Tue, Jun 9, 2009 at 1:34 AM, Amit 
 agrawalamit2...@gmail.commailto:agrawalamit2...@gmail.com wrote:

 Hi,

 I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
 for integrating post-review into Perforce.
 Any help will be highly appreciated.

 -Amit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



{EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

2009-06-11 Thread sweety

{EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...
{EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

 Login to downlod more FREE videos, FREE, FREE,

http://www.enjoyfunworld.com
http://www.enjoyfunworld.com
http://www.enjoyfunworld.com
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: need help to integrate post-review with Perforce

2009-06-11 Thread Raghu

You need to have a diff.exe that supports unified output format in
your path. If you don't have it, you can get it by installing Cygwin
(http://www.cygwin.com/).

-Raghu

On Jun 11, 3:34 pm, Amit agrawalamit2...@gmail.com wrote:
 Tanks a lot for response. I could intergate with p4win.
 Now problem i am facing is
 Traceback (most recent call last):
   File post-review, line 2313, in ?
     main(sys.argv[1:])
   File post-review, line 2284, in main
     diff, parent_diff = tool.diff(args)
   File post-review, line 1446, in diff
     dl = execute(diff_cmd, extra_ignore_errors=(1,2)).splitlines(True)
   File post-review, line 1889, in execute
     env=env)
   File C:\Python24\lib\subprocess.py, line 554, in __init__
     errread, errwrite)
   File C:\Python24\lib\subprocess.py, line 718, in _execute_child
     startupinfo)
 WindowsError: [Errno 2] The system cannot find the file specified

 What might be cause for it.What should i do to get rid of it.

 -Amit

 On Jun 11, 1:03 am, Paul Scott psc...@vmware.com wrote:

  Well, everyone who uses p4 will probably rather use post-review. ;)

  The tool in the rbtools/contrib should probably be renamed something with 
  p4win in it, as it is an extension for p4win, and a lot of people use p4v 
  now since p4win has been deprecated for a few years. I keep starting to 
  make a similar extension (custom tool) for p4v but their terminal isn't 
  a real terminal and can't handle the method post-review uses to collect 
  your password if you need to authenticate. That's certainly something that 
  can be handled pretty easily... post-review, or a wrapper (or preferably a 
  rbapi library) probably needs a way of finding out if you are authenticated 
  or not that doesn't go directly to asking you for your password.

  -- Paul
  
  From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On Behalf 
  Of Joshua Slominski [hoohaa8...@gmail.com]
  Sent: Wednesday, June 10, 2009 9:44 AM
  To: reviewboard@googlegroups.com
  Subject: Re: need help to integrate post-review with Perforce

  There is a P4 tool located in rbtools/ contrib.  If you set that up there 
  is no need to run post-review from the command line.

  On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
  chip...@chipx86.commailto:chip...@chipx86.com wrote:
  There's a lot of documentation on this 
  athttp://www.review-board.org/docs/manual/dev/users/tools/post-review/

  Christian

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

  On Tue, Jun 9, 2009 at 1:34 AM, Amit 
  agrawalamit2...@gmail.commailto:agrawalamit2...@gmail.com wrote:

  Hi,

  I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
  for integrating post-review into Perforce.
  Any help will be highly appreciated.

  -Amit
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

2009-06-11 Thread roshan pius
Hi guys,

Am i the only one or has everyone been getting a lot of spam these days
through the reviewboard group ?
Is there any way we can block these spam users from joining the group? We
should have a more thorough user verfication before letting him/her join the
group.

Thanks,
Roshan Pius

On Thu, Jun 11, 2009 at 4:19 PM, sweety lustylucy...@gmail.com wrote:


 {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...
 {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

  Login to downlod more FREE videos, FREE, FREE,

 http://www.enjoyfunworld.com
 http://www.enjoyfunworld.com
 http://www.enjoyfunworld.com
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: need help to integrate post-review with Perforce

2009-06-11 Thread David Ball

You may find cycgwin is a bit OTT if you just want a compliant diff
utiltiy on Windows. I found diff-utils from GnuWin32 worked fine.  See
the link below for how I prepared a client package to share with
developers using ReviewBoard with Perforce on windows. (Skip to bullet
10 for the GnuWin32 bit):
http://waveydavey.wordpress.com/home/computing/installing-review-board-10-alpha-2-on-windows-for-perforce/#InstallingReviewBoardonWindowsforPerforce-Windows

David

On Thu, Jun 11, 2009 at 5:28 PM, Raghuraghu...@gmail.com wrote:

 You need to have a diff.exe that supports unified output format in
 your path. If you don't have it, you can get it by installing Cygwin
 (http://www.cygwin.com/).

 -Raghu

 On Jun 11, 3:34 pm, Amit agrawalamit2...@gmail.com wrote:
 Tanks a lot for response. I could intergate with p4win.
 Now problem i am facing is
 Traceback (most recent call last):
   File post-review, line 2313, in ?
     main(sys.argv[1:])
   File post-review, line 2284, in main
     diff, parent_diff = tool.diff(args)
   File post-review, line 1446, in diff
     dl = execute(diff_cmd, extra_ignore_errors=(1,2)).splitlines(True)
   File post-review, line 1889, in execute
     env=env)
   File C:\Python24\lib\subprocess.py, line 554, in __init__
     errread, errwrite)
   File C:\Python24\lib\subprocess.py, line 718, in _execute_child
     startupinfo)
 WindowsError: [Errno 2] The system cannot find the file specified

 What might be cause for it.What should i do to get rid of it.

 -Amit

 On Jun 11, 1:03 am, Paul Scott psc...@vmware.com wrote:

  Well, everyone who uses p4 will probably rather use post-review. ;)

  The tool in the rbtools/contrib should probably be renamed something with 
  p4win in it, as it is an extension for p4win, and a lot of people use 
  p4v now since p4win has been deprecated for a few years. I keep starting 
  to make a similar extension (custom tool) for p4v but their terminal 
  isn't a real terminal and can't handle the method post-review uses to 
  collect your password if you need to authenticate. That's certainly 
  something that can be handled pretty easily... post-review, or a wrapper 
  (or preferably a rbapi library) probably needs a way of finding out if you 
  are authenticated or not that doesn't go directly to asking you for your 
  password.

  -- Paul
  
  From: reviewboard@googlegroups.com [reviewbo...@googlegroups.com] On 
  Behalf Of Joshua Slominski [hoohaa8...@gmail.com]
  Sent: Wednesday, June 10, 2009 9:44 AM
  To: reviewboard@googlegroups.com
  Subject: Re: need help to integrate post-review with Perforce

  There is a P4 tool located in rbtools/ contrib.  If you set that up there 
  is no need to run post-review from the command line.

  On Tue, Jun 9, 2009 at 4:49 PM, Christian Hammond 
  chip...@chipx86.commailto:chip...@chipx86.com wrote:
  There's a lot of documentation on this 
  athttp://www.review-board.org/docs/manual/dev/users/tools/post-review/

  Christian

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

  On Tue, Jun 9, 2009 at 1:34 AM, Amit 
  agrawalamit2...@gmail.commailto:agrawalamit2...@gmail.com wrote:

  Hi,

  I downloaded RBTools-0.2beta. afterwords i have no clue how to proceed
  for integrating post-review into Perforce.
  Any help will be highly appreciated.

  -Amit
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: Problems with viewing diffs on RB/windows

2009-06-11 Thread geyerba

Thanks for the reply.  I'll give it a shot and post back what I find
out.

Ben

On Jun 9, 4:53 am, Christian Hammond chip...@chipx86.com wrote:
 Sorry for the delay. I've been unavailable.

 Looks like cvs.exe isn't in the path available to the Apache user. We need
 the actual cvs binary to run for our checkouts.

 You're right in that Review Board is more targetted toward Linux installs.
 We support Windows as best we can, but we depend on a lot of third-party
 components that are geared toward Linux and not really tested or even
 available on Windows. We've also seen that installs on Linux tend to be
 easier and more reliable than some of the Windows installs we've seen.

 In the future, I would like to be able to better support Windows (such as
 installing everything through an actual installer, making it easy to get
 going), but I think a lot of this would have to come from volunteers.

 Christian

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

 On Fri, Jun 5, 2009 at 8:09 AM, geyerba geye...@gmail.com wrote:

  From what I'm gathering, Review Board is really more targeted towards
  Linux distros than Windows.  However, I did eventually get everything
  working on Apache 2.2 with mod_python and Python 2.5 and MySql.  The
  app comes up and I added a CVS repository.  Path I specified is
  something like :pserver:geye...@cvs.hostname.com:/home/cvs/repo.  When
  I try to view the diff I upload, I get the following:

  File c:\python25\lib\site-packages\ReviewBoard-1.0rc2.1-py2.5.egg
  \reviewboard\scmtools\cvs.py, line 166, in cat_file
     close_fds=(os.name != 'nt'))
   File C:\Python25\Lib\subprocess.py, line 594, in __init__
     errread, errwrite)
   File C:\Python25\Lib\subprocess.py, line 822, in _execute_child
     startupinfo)
  WindowsError: [Error 2] The system cannot find the file specified

  Am I missing something?  I'm guessing maybe I need a cvs client
  installed, similar to the Linux instructions?  If so, which ones are
  compatible, and how do I specify which for Review Board to use?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

2009-06-11 Thread Christian Hammond
Hi Roshan,

Yeah, it's definitely annoying. This is, sadly, not under our control, but
it's happening to a LOT of groups hosted on googlegroups.com, so I'm sure
they're looking into it.

As it is, they have to pass a captcha to get an account. Even if we turned
on admin-required acceptance of new users, we'd have no way of knowing if
it's a bot or not.

Christian

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


On Thu, Jun 11, 2009 at 9:34 AM, roshan pius roshanpiustho...@gmail.comwrote:

 Hi guys,

 Am i the only one or has everyone been getting a lot of spam these days
 through the reviewboard group ?
 Is there any way we can block these spam users from joining the group? We
 should have a more thorough user verfication before letting him/her join the
 group.

 Thanks,
 Roshan Pius

 On Thu, Jun 11, 2009 at 4:19 PM, sweety lustylucy...@gmail.com wrote:


 {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...
 {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

  Login to downlod more FREE videos, FREE, FREE,

 http://www.enjoyfunworld.com
 http://www.enjoyfunworld.com
 http://www.enjoyfunworld.com



 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

2009-06-11 Thread Gavin

You can turn on moderation for new members.

Sent from my Nokia phone
-Original Message-
From: Christian Hammond
Sent:  06/11/2009 2:59:44 PM
Subject:  Re: {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

Hi Roshan,

Yeah, it's definitely annoying. This is, sadly, not under our control, but
it's happening to a LOT of groups hosted on googlegroups.com, so I'm sure
they're looking into it.

As it is, they have to pass a captcha to get an account. Even if we turned
on admin-required acceptance of new users, we'd have no way of knowing if
it's a bot or not.

Christian

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


On Thu, Jun 11, 2009 at 9:34 AM, roshan pius roshanpiustho...@gmail.comwrote:

 Hi guys,

 Am i the only one or has everyone been getting a lot of spam these days
 through the reviewboard group ?
 Is there any way we can block these spam users from joining the group? We
 should have a more thorough user verfication before letting him/her join the
 group.

 Thanks,
 Roshan Pius

 On Thu, Jun 11, 2009 at 4:19 PM, sweety lustylucy...@gmail.com wrote:


 {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...
 {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

  Login to downlod more FREE videos, FREE, FREE,

 http://www.enjoyfunworld.com
 http://www.enjoyfunworld.com
 http://www.enjoyfunworld.com



 





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: {EnjoyFunWOrld}== HOLLYWOOD Actress boobs collections...

2009-06-11 Thread Christian Hammond
I'm considering it.

A lot of the discussion on this mailing list is from new members, and my
only concern is that turning on moderation is going to cause delays for new
members trying to get their Review Board server set up, particularly if
we're not around to moderate the messages.

What I may end up doing is appointing a couple people as moderators and then
turn on moderation. If I end up doing this, I'll make an announcement with
the details.

Christian

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


On Thu, Jun 11, 2009 at 3:20 PM, James Turnbull ja...@lovedthanlost.netwrote:

 Gavin wrote:
  You can turn on moderation for new members.
 

 I manage a bunch of Google Groups lists and we've done this.  As a
 result we've had one piece of spam in 12 months that got through the
 filters.

 Regards

 James Turnbull

 --
 Author of:
 * Pro Linux Systems Administration
 (http://tinyurl.com/linuxadmin)
 * Pulling Strings with Puppet
 (http://tinyurl.com/pupbook)
 * Pro Nagios 2.0
 (http://tinyurl.com/pronagios)
 * Hardening Linux
 (http://tinyurl.com/hardeninglinux)



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



Issue 1145 in reviewboard: Description textarea grows 1 line with every character typed while editing it in Chromium for Linux

2009-06-11 Thread codesite-noreply


Comment #4 on issue 1145 by sanfordarmstrong: Description textarea grows 1  
line with every character typed while editing it in Chromium for Linux
http://code.google.com/p/reviewboard/issues/detail?id=1145

Here is the Chromium issue: http://code.google.com/p/chromium/issues/detail?
id=10829q=textarea rowcolspec=ID

And the WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=25938

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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