Re: patch upload error message

2013-04-03 Thread chuck j
Dear All,


Do we have solution to avoid such issues.

-Chuck.

On Fri, Mar 29, 2013 at 2:43 PM, chuck j cjerry2...@gmail.com wrote:

 Dear All,

 This is frustrating developer reporting every second day with patch not
 getting upload in reviewboard.

 can somebody help me resolve or tell me how to resolve such issue.

 Diff currently unavailable.  *Error:* The patch to
 '//path/to/depot/file/bodypair_appregion.pcl' didn't apply cleanly. The
 temporary files have been left in '/tmp/reviewboard.uUq6zC' for debugging
 purposes. `patch` returned: patching file /tmp/reviewboard.uUq6zC/tmpYlQESK
 Hunk #3 FAILED at 2153. 1 out of 3 hunks FAILED -- saving rejects to file
 /tmp/reviewboard.uUq6zC/tmpYlQESK-new.rej

 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.7/site-packages/ReviewBoard-1.7.5-py2.7.egg/reviewboard/diffviewer/views.py,
  line 383, in view_diff_fragment
 file = get_requested_diff_file()
   File 
 /usr/local/lib/python2.7/site-packages/ReviewBoard-1.7.5-py2.7.egg/reviewboard/diffviewer/views.py,
  line 309, in get_requested_diff_file


 Regards,
 Chuck


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Problem in installation of RBTools

2013-04-03 Thread SHWETA AHER
Hello,
   I have successfully installed Python2.5 and setuptools, but still am 
getting following errors while installing RBtools.


C:\WINDOWS\SYSTEM32easy_install -U RBTools
Searching for RBTools
Reading http://pypi.python.org/simple/RBTools/
Download error: (11001, 'getaddrinfo failed') -- Some packages may not be 
found!

Couldn't find index page for 'RBTools' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
Download error: (11001, 'getaddrinfo failed') -- Some packages may not be 
found!

No local packages or download links found for RBTools
Best match: None
Traceback (most recent call last):
  File C:\Python25\Scripts\easy_install-script.py, line 8, in module
load_entry_point('setuptools==0.6c11', 'console_scripts', 
'easy_install')()
  File C:\Python25\Lib\site-packages\setuptools\command\easy_install.py, 
line
1712, in main
with_ei_usage(lambda:
  File C:\Python25\Lib\site-packages\setuptools\command\easy_install.py, 
line
1700, in with_ei_usage
return f()
  File C:\Python25\Lib\site-packages\setuptools\command\easy_install.py, 
line
1716, in lambda
distclass=DistributionWithoutHelpCommands, **kw
  File C:\Python25\lib\distutils\core.py, line 151, in setup
dist.run_commands()
  File C:\Python25\lib\distutils\dist.py, line 974, in run_commands
self.run_command(cmd)
  File C:\Python25\lib\distutils\dist.py, line 994, in run_command
cmd_obj.run()
  File C:\Python25\Lib\site-packages\setuptools\command\easy_install.py, 
line
211, in run
self.easy_install(spec, not self.no_deps)
  File C:\Python25\Lib\site-packages\setuptools\command\easy_install.py, 
line
434, in easy_install
self.local_index
  File C:\Python25\Lib\site-packages\setuptools\package_index.py, line 
475, in
 fetch_distribution
return dist.clone(location=self.download(dist.location, tmpdir))
AttributeError: 'NoneType' object has no attribute 'clone'

Please help.
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: patch upload error message

2013-04-03 Thread chuck j
Diff get generated using rbtools, repository used is perforce. I guess 
rbtools using diff util to generate diff.

Also there is another issue also. When single line change RB web console 
view diff shows complete file as change.


On Saturday, March 30, 2013 2:13:09 AM UTC+5:30, Christian Hammond wrote:

 Hi,

 How are the diffs being generated? What type of repository?

 This is generally due to generating a diff incorrectly, so we should find 
 out what's being done.

 Christian


 On Mar 29, 2013, at 2:13, chuck j cjerr...@gmail.com javascript: 
 wrote:

 Dear All,

 This is frustrating developer reporting every second day with patch not 
 getting upload in reviewboard.

 can somebody help me resolve or tell me how to resolve such issue.

 Diff currently unavailable.  *Error:* The patch to 
 '//path/to/depot/file/bodypair_appregion.pcl' didn't apply cleanly. The 
 temporary files have been left in '/tmp/reviewboard.uUq6zC' for debugging 
 purposes. `patch` returned: patching file /tmp/reviewboard.uUq6zC/tmpYlQESK 
 Hunk #3 FAILED at 2153. 1 out of 3 hunks FAILED -- saving rejects to file 
 /tmp/reviewboard.uUq6zC/tmpYlQESK-new.rej   
 Detailshttp://mscrb.mscsoftware.com/mscrb/r/45177/diff/#   

 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.7/site-packages/ReviewBoard-1.7.5-py2.7.egg/reviewboard/diffviewer/views.py,
  line 383, in view_diff_fragment
 file = get_requested_diff_file()
   File 
 /usr/local/lib/python2.7/site-packages/ReviewBoard-1.7.5-py2.7.egg/reviewboard/diffviewer/views.py,
  line 309, in get_requested_diff_file


 Regards,
 Chuck

 -- 
 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...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  



-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: New BitNami Review Board Stack

2013-04-03 Thread mohan boddu
Fernando,

I installed your BitNami review board tool and I would like to thank you 
since the installation pretty simple and hassle free.

Now, I want to integrate it with mercurial. Could you please let me know 
how to integrate it with mercurial.

Any help would be appreciated.

Thank you. 

On Tuesday, February 14, 2012 9:07:52 AM UTC-6, fern...@bitrock.com wrote:

 Thanks Sridhar, looking forward to your feedback! 

 Fernando Ruiz 

 On Feb 13, 11:12 pm, Sridhar Srigiriraju ssridh...@gmail.com wrote: 
  Fernando, 
  
  I really appreciate the effort you have taken up. I recently finished 
  installing review board on our Linux server and was thoroughly 
 frustrated 
  because of all the underlying dependencies. It took me several 
 iterations 
  to figure out on how to just get it up and running. 
  
  I will will definitely check this out and let you know feedback, if any 
  
  Thanks 
  Sridhar 
  
  
  
  
  
  
  
  On Mon, Feb 13, 2012 at 7:51 AM, Fernando Ruiz ferna...@bitrock.com 
 wrote: 
   Hi, 
  
   I am one of the BitNami project developers. We package popular 
   opensource web applications and make them 
   available as freely available installers, virtual machines and Amazon 
   Machine images. I am writing because I wanted to 
   let you know that we are working on an installer that greatly 
   simplifies the installation of Review Board and runtime dependencies. 
   It includes ready-to-run versions of Apache (with mod_wsgi), MySQL, 
   Python and Memcached. It also includes integration with Subversion, 
   Git and Mercurial out of the box. 
  
   You can download it here: 
  
  http://clients.bitrock.com/**files/reviewboard/20120210/** 
   bitnami-reviewboard-1.6.3-0-**linux-installer.run
 http://clients.bitrock.com/files/reviewboard/20120210/bitnami-reviewb... 
md5: 50b1e9f212f09fb13bb988839d2df8**85 
  
  http://clients.bitrock.com/**files/reviewboard/20120210/** 
   bitnami-reviewboard-1.6.3-0-**linux-x64-installer.run
 http://clients.bitrock.com/files/reviewboard/20120210/bitnami-reviewb... 
md5: 359dcd6dcee3ea67d263c04aaeee3a**59 
  
   If you have a few minutes, we would appreciate if you can check the 
   stack and provide your feedback and suggestions. We plan to release 
   the native installers (for Linux), pre-configured virtual machines and 
   Amazon Images soon but we would really like to have your feedback 
   first, to make sure we 
   are not making any dumb mistakes and to learn about any improvement 
   suggestions you may have. 
  
   Please let us know if this is not the right place to ask for this kind 
   of feedback 
  
   Best regards, 
  
   Fernando Ruiz 
  
   -- 
   Want to help the Review Board project? Donate today at 
  http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/ 

   Happy user? Let us know athttp://www.reviewboard.org/**users/
 http://www.reviewboard.org/users/ 
   -~--~~~~--**~~--~--~--- 
   To unsubscribe from this group, send email to 
 reviewboard+unsubscribe@** 
   googlegroups.com reviewboard%...@googlegroups.com javascript: 
   For more options, visit this group athttp://groups.google.com/** 
   group/reviewboard?hl=en 
 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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: New BitNami Review Board Stack

2013-04-03 Thread victoria
Hi,


On Wed, Apr 3, 2013 at 6:11 PM, mohan boddu mohaninvit...@gmail.com wrote:

 Fernando,

 I installed your BitNami review board tool and I would like to thank you
 since the installation pretty simple and hassle free.

 Now, I want to integrate it with mercurial. Could you please let me know
 how to integrate it with mercurial.




Which version of the BitNami stack are you using and in which platform?



 Any help would be appreciated.

 Thank you.

 On Tuesday, February 14, 2012 9:07:52 AM UTC-6, fern...@bitrock.com wrote:

 Thanks Sridhar, looking forward to your feedback!

 Fernando Ruiz

 On Feb 13, 11:12 pm, Sridhar Srigiriraju ssridh...@gmail.com wrote:
  Fernando,
 
  I really appreciate the effort you have taken up. I recently finished
  installing review board on our Linux server and was thoroughly
 frustrated
  because of all the underlying dependencies. It took me several
 iterations
  to figure out on how to just get it up and running.
 
  I will will definitely check this out and let you know feedback, if any
 
  Thanks
  Sridhar
 
 
 
 
 
 
 
  On Mon, Feb 13, 2012 at 7:51 AM, Fernando Ruiz ferna...@bitrock.com
 wrote:
   Hi,
 
   I am one of the BitNami project developers. We package popular
   opensource web applications and make them
   available as freely available installers, virtual machines and Amazon
   Machine images. I am writing because I wanted to
   let you know that we are working on an installer that greatly
   simplifies the installation of Review Board and runtime dependencies.
   It includes ready-to-run versions of Apache (with mod_wsgi), MySQL,
   Python and Memcached. It also includes integration with Subversion,
   Git and Mercurial out of the box.
 
   You can download it here:
 
  http://clients.bitrock.com/files/reviewboard/20120210/**http://clients.bitrock.com/**files/reviewboard/20120210/**
   bitnami-reviewboard-1.6.3-0-linux-installer.runhttp://**
 clients.bitrock.com/files/**reviewboard/20120210/bitnami-**reviewb..http://clients.bitrock.com/files/reviewboard/20120210/bitnami-reviewb...

md5: 50b1e9f212f09fb13bb988839d2df885
 
  http://clients.bitrock.com/files/reviewboard/20120210/**http://clients.bitrock.com/**files/reviewboard/20120210/**
   bitnami-reviewboard-1.6.3-0-linux-x64-installer.runhttp:/**
 /clients.bitrock.com/files/**reviewboard/20120210/bitnami-**reviewb..http://clients.bitrock.com/files/reviewboard/20120210/bitnami-reviewb...

md5: 359dcd6dcee3ea67d263c04aaeee3a59
 
   If you have a few minutes, we would appreciate if you can check the
   stack and provide your feedback and suggestions. We plan to release
   the native installers (for Linux), pre-configured virtual machines
 and
   Amazon Images soon but we would really like to have your feedback
   first, to make sure we
   are not making any dumb mistakes and to learn about any improvement
   suggestions you may have.
 
   Please let us know if this is not the right place to ask for this
 kind
   of feedback
 
   Best regards,
 
   Fernando Ruiz
 
   --
   Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/http://www.reviewboard.org/**donate/
 http://www.**reviewboard.org/donate/http://www.reviewboard.org/donate/

   Happy user? Let us know 
   athttp://www.reviewboard.org/users/http://www.reviewboard.org/**users/
 http://www.**reviewboard.org/users/ http://www.reviewboard.org/users/

   -~--~~~~--~~--~--~---
   To unsubscribe from this group, send email to reviewboard+unsubscribe@**

   googlegroups.com reviewboard%...@**googlegroups.com
   For more options, visit this group athttp://groups.google.com/**
   group/reviewboard?hl=en http://groups.google.com/**
 group/reviewboard?hl=enhttp://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
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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
--- 
You received this message because you are subscribed to the Google Groups 

Re: patch upload error message

2013-04-03 Thread chuck j
Hi Chris,

Its seems my response are getting overlapped, sorry for inconvenience.

Diff get generated using rbtools, repository used is perforce. I guess
rbtools using diff util to generate diff.

Also there is another issue also. When single line change RB web console
view diff shows complete file as change.

Please let me know if you need any other information.

-Chuck

On Wed, Apr 3, 2013 at 4:30 PM, chuck j cjerry2...@gmail.com wrote:

 Diff get generated using rbtools, repository used is perforce. I guess
 rbtools using diff util to generate diff.

 Also there is another issue also. When single line change RB web console
 view diff shows complete file as change.


 On Saturday, March 30, 2013 2:13:09 AM UTC+5:30, Christian Hammond wrote:

 Hi,

 How are the diffs being generated? What type of repository?

 This is generally due to generating a diff incorrectly, so we should find
 out what's being done.

 Christian


 On Mar 29, 2013, at 2:13, chuck j cjerr...@gmail.com wrote:

 Dear All,

 This is frustrating developer reporting every second day with patch not
 getting upload in reviewboard.

 can somebody help me resolve or tell me how to resolve such issue.

 Diff currently unavailable.  *Error:* The patch to '//path/to/depot/file/
 **bodypair_appregion.pcl' didn't apply cleanly. The temporary files have
 been left in '/tmp/reviewboard.uUq6zC' for debugging purposes. `patch`
 returned: patching file /tmp/reviewboard.uUq6zC/**tmpYlQESK Hunk #3
 FAILED at 2153. 1 out of 3 hunks FAILED -- saving rejects to file
 /tmp/reviewboard.uUq6zC/**tmpYlQESK-new.rej   
 Detailshttp://mscrb.mscsoftware.com/mscrb/r/45177/diff/#

 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.7/**site-packages/ReviewBoard-1.7.**5-py2.7.egg/reviewboard/**diffviewer/views.py,
  line 383, in view_diff_fragment
 file = get_requested_diff_file()
   File 
 /usr/local/lib/python2.7/**site-packages/ReviewBoard-1.7.**5-py2.7.egg/reviewboard/**diffviewer/views.py,
  line 309, in get_requested_diff_file


 Regards,
 Chuck

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/ http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard...@**googlegroups.com.
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .



  --
 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
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/l4DVzR4_H6U/unsubscribe?hl=en
 .
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: patch upload error message

2013-04-03 Thread Christian Hammond
Can you provide the entire debug log when using post-review to upload a
broken change?

What version of RBTools?

Christian

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


On Wed, Apr 3, 2013 at 11:50 AM, chuck j cjerry2...@gmail.com wrote:

 Hi Chris,

 Its seems my response are getting overlapped, sorry for inconvenience.


 Diff get generated using rbtools, repository used is perforce. I guess
 rbtools using diff util to generate diff.

 Also there is another issue also. When single line change RB web console
 view diff shows complete file as change.

 Please let me know if you need any other information.

 -Chuck

 On Wed, Apr 3, 2013 at 4:30 PM, chuck j cjerry2...@gmail.com wrote:

 Diff get generated using rbtools, repository used is perforce. I guess
 rbtools using diff util to generate diff.

 Also there is another issue also. When single line change RB web console
 view diff shows complete file as change.


 On Saturday, March 30, 2013 2:13:09 AM UTC+5:30, Christian Hammond wrote:

 Hi,

 How are the diffs being generated? What type of repository?

 This is generally due to generating a diff incorrectly, so we should
 find out what's being done.

 Christian


 On Mar 29, 2013, at 2:13, chuck j cjerr...@gmail.com wrote:

 Dear All,

 This is frustrating developer reporting every second day with patch not
 getting upload in reviewboard.

 can somebody help me resolve or tell me how to resolve such issue.

 Diff currently unavailable.  *Error:* The patch to
 '//path/to/depot/file/**bodypair_appregion.pcl' didn't apply cleanly.
 The temporary files have been left in '/tmp/reviewboard.uUq6zC' for
 debugging purposes. `patch` returned: patching file /tmp/reviewboard.uUq6zC/
 **tmpYlQESK Hunk #3 FAILED at 2153. 1 out of 3 hunks FAILED -- saving
 rejects to file /tmp/reviewboard.uUq6zC/**tmpYlQESK-new.rej   
 Detailshttp://mscrb.mscsoftware.com/mscrb/r/45177/diff/#

 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.7/**site-packages/ReviewBoard-1.7.**5-py2.7.egg/reviewboard/**diffviewer/views.py,
  line 383, in view_diff_fragment
 file = get_requested_diff_file()
   File 
 /usr/local/lib/python2.7/**site-packages/ReviewBoard-1.7.**5-py2.7.egg/reviewboard/**diffviewer/views.py,
  line 309, in get_requested_diff_file


 Regards,
 Chuck

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://groups.google.com/group/reviewboard?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@**googlegroups.com.
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .



  --
 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
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups reviewboard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/l4DVzR4_H6U/unsubscribe?hl=en
 .
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.




  --
 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
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




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

Issue 2946 in reviewboard: The review will be empty if we paste the test by middle click in the review form

2013-04-03 Thread reviewboard

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

New issue 2946 by sky@speaklikeaking.com: The review will be empty if  
we paste the test by middle click in the review form

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

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
1.7.6

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


What steps will reproduce the problem?
1. Post a review
2. Copy arbitrary text by highlighting (it is only possible in Linux  
desktop)
3. Click a review button (it will pop up a window with publish  
review, discard review, cancel, save buttons)
4. Paste the text by middle click in the form (it is only possible in  
Linux desktop)

5. Click publish review button
6. The content will be missing in the review although the review has been  
successfully published.


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

The content that I paste by middle click should be in the review. But I  
see empty text.


What operating system are you using? What browser?

Linux. Firefox 19.

Please provide any additional information below.


Attachments:
bug_in_review_board_middle_click.jpg  43.7 KB

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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