Adding multiple change lists to a single review

2013-08-07 Thread Varun Jain
Hi All,

Do we have some plan for adding multiple change lists to a single review?

Please let us know if we can submit the review then multiple change number 
like in Crucible it's 

done.

Thanks,
Varun

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




post-review/rbt post creating empty review requests

2013-08-07 Thread Steven Lawrance
Hi all,

since upgrading to ReviewBoard 1.7.11 (and then 1.7.12), review requests 
created by post-review and rbt post contain no actual data. The submitter 
(I'm using --submit-as) and repo are correct but summary, description, diff 
etc are all missing.

The debug output from rbt post indicates nothing went wrong:

DEBUG:root:Making HTTP GET request to http://reviews.company/api/
DEBUG:root:Making HTTP GET request to http://reviews.company/api/info/
DEBUG:root:Running: svn diff --diff-cmd=diff -r 10602:10603
DEBUG:root:Running: svn info src/filename
DEBUG:root:Making HTTP GET request to 
http://reviews.company/api/review-requests/
DEBUG:root:Making HTTP POST request to 
http://reviews.company/api/review-requests/
DEBUG:root:Making HTTP GET request to 
http://reviews.company/api/review-requests/188/diffs/
DEBUG:root:Making HTTP POST request to 
http://reviews.company/api/review-requests/188/diffs/
DEBUG:root:Making HTTP GET request to 
http://reviews.company/api/review-requests/188/draft/
DEBUG:root:Making HTTP PUT request to 
http://reviews.company/api/review-requests/188/draft/
Review request #188 posted.

Running that svn diff command manually does give me the correct diff.

On the server (Fedora 19) side, I don't really get anything useful:

192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] GET /api/ HTTP/1.1 
200 5856 - RBTools/0.5
192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] GET /api/info/ 
HTTP/1.1 200 389 - RBTools/0.5
192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] GET 
/api/review-requests/ HTTP/1.1 200 16552 - RBTools/0.5
192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] POST 
/api/review-requests/ HTTP/1.1 201 1633 - RBTools/0.5
192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] GET 
/api/review-requests/188/diffs/ HTTP/1.1 200 255 - RBTools/0.5
192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] POST 
/api/review-requests/188/diffs/ HTTP/1.1 201 523 - RBTools/0.5
192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] GET 
/api/review-requests/188/draft/ HTTP/1.1 200 954 - RBTools/0.5
192.168.1.43 reviews. - [07/Aug/2013:17:36:02 +0200] PUT 
/api/review-requests/188/draft/ HTTP/1.1 200 1156 - RBTools/0.5

17:36:02  DEBUG 

 - DiffParser.parse: Finished parsing diff.

 17:36:02 DEBUG 

 - DiffParser.parse: Beginning parse of diff, size = 2042


There is an earlier error from about the time this started, when somebody 
checked in something rather large, probably creating a branch (post-review 
is running from an svn post-commit hook):

Aug  7 14:13:28 SWdev1 lighttpd: DEBUG:root:DiffParser.parse: Beginning 
parse of diff, size = 17436854
Aug  7 14:15:17 SWdev1 lighttpd: DEBUG:root:DiffParser.parse: Finished 
parsing diff.
Aug  7 14:15:17 SWdev1 lighttpd: ERROR:root:Error uploading new diff: 
(2006, 'MySQL server has gone away')
Aug  7 14:15:17 SWdev1 lighttpd: Traceback (most recent call last):
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/reviewboard/webapi/resources.py, line 
2026, in create
Aug  7 14:15:17 SWdev1 lighttpd: if not 
review_request.is_mutable_by(request.user):
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/reviewboard/reviews/forms.py, line 308, 
in create
Aug  7 14:15:17 SWdev1 lighttpd: history)
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/reviewboard/diffviewer/forms.py, line 
158, in create
Aug  7 14:15:17 SWdev1 lighttpd: status=status)
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/django/db/models/base.py, line 363, in 
__init__
Aug  7 14:15:17 SWdev1 lighttpd: setattr(self, prop, kwargs.pop(prop))
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/reviewboard/diffviewer/models.py, line 
95, in _set_diff
Aug  7 14:15:17 SWdev1 lighttpd: binary_hash=hashkey, defaults={'binary': 
diff})
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/reviewboard/diffviewer/managers.py, line 
20, in get_or_create
Aug  7 14:15:17 SWdev1 lighttpd: return super(FileDiffDataManager, 
self).get_or_create(*args, **kwargs)
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/django/db/models/manager.py, line 134, 
in get_or_create
Aug  7 14:15:17 SWdev1 lighttpd: return 
self.get_query_set().get_or_create(**kwargs)
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/django/db/models/query.py, line 452, in 
get_or_create
Aug  7 14:15:17 SWdev1 lighttpd: obj.save(force_insert=True, using=self.db)
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/django/db/models/base.py, line 463, in 
save
Aug  7 14:15:17 SWdev1 lighttpd: self.save_base(using=using, 
force_insert=force_insert, force_update=force_update)
Aug  7 14:15:17 SWdev1 lighttpd: File 
/usr/lib/python2.7/site-packages/django/db/models/base.py, line 551, in 
save_base
Aug  7 14:15:17 SWdev1 lighttpd: result = manager._insert([self], 
fields=fields, return_id=update_pk, using=using, raw=raw)
Aug  7 14:15:17 SWdev1 

Re: Instant Messaging (XMPP) extension

2013-08-07 Thread Horatiu Eugen VLAD
Hi,

I have made a new release to fix the missing template problem and also some 
other small problems:

Send message to all receivers over the same connection
Added configuration for connection timeout
Added configuration for tls verify peer self-signed certificate
Improved logging


One of the side effects of using one connection for each receive was that 
the message was sent several times :( This should be fixed now.


Horatiu

On Monday, May 20, 2013 6:01:31 PM UTC+2, Adam wrote:

 Hi,

 I just tried installing this (easy_install) and ran into some problems 
 after configuration:

 1. I noticed it added a new (broken) link to the dashboard which (when 
 clicked) gives a traceback ending with

 TemplateDoesNotExist: rbxmppnotification/dashboard.html

 Is this link supposed to exist?

 2. With regards the actual sending of Jabber messages, I get some nasty 
 tracebacks in the reviewboard log

 Traceback (most recent call last):
   File 
 /usr/local/lib/python2.7/dist-packages/RBXmppNotification-0.2-py2.7.egg/rbxmppnotification/xmpp.py,
  
 line 239, in send_xmpp_message
 client.run()
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/client.py,
  
 line 216, in run
 self.main_loop.loop(timeout)
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/mainloop/base.py,
  
 line 86, in loop
 self.loop_iteration(interval)
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/mainloop/poll.py,
  
 line 140, in loop_iteration
 self._handlers[fileno].handle_read()
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/transport.py,
  
 line 717, in handle_read
 self._feed_reader(data)
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/transport.py,
  
 line 810, in _feed_reader
 self._reader.feed(data)
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/xmppparser.py,
  
 line 212, in feed
 self.parser.feed(data)
   File /usr/lib/python2.7/xml/etree/ElementTree.py, line 1641, in feed
 self._parser.Parse(data, 0)
   File /usr/lib/python2.7/xml/etree/ElementTree.py, line 1550, in _end
 return self.target.end(self._fixname(tag))
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/xmppparser.py,
  
 line 158, in end
 self._handler.stream_element(element)
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/streambase.py,
  
 line 367, in stream_element
 self._process_element(element)
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/streambase.py,
  
 line 510, in _process_element
 logger.debug(Got features element: {0}.format(serialize(element)))
   File 
 /usr/local/lib/python2.7/dist-packages/pyxmpp2-2.0alpha2-py2.7.egg/pyxmpp2/xmppserializer.py,
  
 line 365, in serialize
 if _THREAD.serializer is None:
 AttributeError: 'thread._local' object has no attribute 'serializer'

 The alpha2 status of pyxmpp2 worried me, so I checked out the page on 
 PyPi for other versions, and it seems to have been alpha2 since 2011-07-10! 
 My Google-fu didn't lead me to finding any fixes for this issue, so I 
 hacked around it (the serialize() was only used in logging.debug 
 statements, which I commented out. Was this working for you?

 With this change, it seems to now be working for me (and spamming my 
 colleagues :D)

 Adam


 On 18 May 2013 17:36, Horatiu Eugen VLAD horati...@gmail.comjavascript:
  wrote:

 Hi,

 I have open-sourced a some time ago an Instant Messaging (XMPP) extension 
 for Review board. The feature set is basic at it just a mirroring the email 
 notification behavior.

 Code can be downloaded from:

 https://github.com/iconoeugen/rb-xmpp-notification

 For installation follow the next steps:

 using pip:
 sudo pip install RBXmppNotification
 using easy_install:
 sudo easy_install RBXmppNotification
 from source:
 git clone https://github.com/iconoeugen/rb-xmpp-notification
 cd RBXmppNotification
 sudo python setup.py build install
 Restart your web server running review board
 Login in to review board as administrator
 Go to Admin panel - Extensions
 In the 'MANAGE EXTENSIONS' page, enable 'RBXmppNotification'
 Configure 'RBXmppNotification' with the XMPP server and sender 
 details.
 Click on 'Save'


 Any feedback is welcomed,
 H

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

Re: Search fails with HTTP 500

2013-08-07 Thread Igor Berger
Hi Christian,

Thanks for looking into it.

Any search term produces the error. If I type a term that actually appears 
in some reviews,
I see an auto-suggest drop-down populated with relevant reviews.
If I click on one of the results, that review opens correctly in a new tab.

I've upgraded to 1.7.12 since my original post. Expectedly, the problem 
remains.

Is there anything I can reinstall or a cache I can clear to try to fix this?

Thanks again,
Igor.

-- 
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: Search fails with HTTP 500

2013-08-07 Thread Christian Hammond
Hi Igor,

Wish I knew. There wasn't any information on what actually causes this
problem. You could try downgrading to an earlier version of pylucene, but I
don't know when the problem first occurred, and not everyone seems to be
hitting this.

Christian

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


On Wed, Aug 7, 2013 at 5:10 PM, Igor Berger codewiz...@gmail.com wrote:

 Hi Christian,

 Thanks for looking into it.

 Any search term produces the error. If I type a term that actually appears
 in some reviews,
 I see an auto-suggest drop-down populated with relevant reviews.
 If I click on one of the results, that review opens correctly in a new tab.

 I've upgraded to 1.7.12 since my original post. Expectedly, the problem
 remains.

 Is there anything I can reinstall or a cache I can clear to try to fix
 this?

 Thanks again,
 Igor.

  --
 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 
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: Issue 3044 in reviewboard: plasticscm repository doesn't work

2013-08-07 Thread reviewboard


Comment #11 on issue 3044 by abhir...@gmail.com: plasticscm repository  
doesn't work

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

It doesn't seem to be a debug log 'only'. I also see a red bar which  
contents are not readable because it is hidded behind some element. Plastic  
repository which I was trying to add is not visible in the reviewboard, so  
it seem like adding repository didn't work.


On the other node, I tried to do the same thing on the 'master' branch and  
there repository could be added on reviewboard site but creating a review  
by giving a changeset doesn't work from the site. A blank review is created  
but there is no file description or diff :(


Using 'post-review' encountered the following error when trying to post the  
review.

abhiravk@MrvServer:~/workspace/plastic$ post-review 447
Traceback (most recent call last):
  File /usr/local/bin/post-review, line 9, in module
 
load_entry_point('RBTools==0.5.1.dev', 'console_scripts', 'post-review')()
   
File /usr/local/lib/python2.7/dist-packages/RBTools-0.5.1.dev-py2.7.egg/rbtools/postreview.py,  
line 1303, in main

server.load_capabilities()
   
File /usr/local/lib/python2.7/dist-packages/RBTools-0.5.1.dev-py2.7.egg/rbtools/postreview.py,  
line 266, in load_capabilities

info = self.api_get('api/info/')
   
File /usr/local/lib/python2.7/dist-packages/RBTools-0.5.1.dev-py2.7.egg/rbtools/postreview.py,  
line 697, in api_get

return self.process_json(self.http_get(path))
   
File /usr/local/lib/python2.7/dist-packages/RBTools-0.5.1.dev-py2.7.egg/rbtools/postreview.py,  
line 634, in process_json

rsp = json_loads(data)
  File /usr/lib/python2.7/json/__init__.py, line 338, in loads
return _default_decoder.decode(s)
  File /usr/lib/python2.7/json/decoder.py, line 365, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File /usr/lib/python2.7/json/decoder.py, line 383, in raw_decode
raise ValueError(No JSON object could be decoded)
ValueError: No JSON object could be decoded


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3044 in reviewboard: plasticscm repository doesn't work

2013-08-07 Thread reviewboard


Comment #12 on issue 3044 by abhir...@gmail.com: plasticscm repository  
doesn't work

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

using the latest post-review with the 'master' reviewboard site, give me  
the following error,

abhiravk@MrvServer:~/workspace/plastic$ post-review 447
Failed to execute command: ['cm', 'diff', '447', '--format={status} {path}  
rev:revid:{revid} rev:revid:{parentrevid} src:{srccmpath}  
dst:{dstcmpath}{newline}']

['Incorrect object specification 447\n']

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3044 in reviewboard: plasticscm repository doesn't work

2013-08-07 Thread reviewboard


Comment #13 on issue 3044 by abhir...@gmail.com: plasticscm repository  
doesn't work

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

It doesn't seem to be a debug log 'only'. I also see a red bar which  
contents are not readable because it is hidded behind some element. Plastic  
repository which I was trying to add is not visible in the reviewboard, so  
it seem like adding repository didn't work.


On the other node, I tried to do the same thing on the 'master' branch and  
there repository could be added on reviewboard site but creating a review  
by giving a changeset doesn't work from the site. A blank review is created  
but there is no file description or diff :(


Using 'post-review' encountered the following error when trying to post the  
review.

abhiravk@MrvServer:~/workspace/plastic$ post-review 447
Failed to execute command: ['cm', 'diff', '447', '--format={status} {path}  
rev:revid:{revid} rev:revid:{parentrevid} src:{srccmpath}  
dst:{dstcmpath}{newline}']

['Incorrect object specification 447\n']

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3044 in reviewboard: plasticscm repository doesn't work

2013-08-07 Thread reviewboard


Comment #14 on issue 3044 by abhir...@gmail.com: plasticscm repository  
doesn't work

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

abhiravk@MrvServer:~/workspace/plastic$ post-review cs:412 cs:443
== HTTP Authentication Required
Enter authorization information for Web API at localhost:
Username: abhiravk
Password:

Error uploading diff

Your review request still exists, but the diff is not attached.


--
Web server log when posting review using 'post-review'
--
2013-08-07 01:41:21,024 - DEBUG - None - AnonymousUser -  
/api/review-requests/ - Attempting authentication on API for user abhiravk

[07/Aug/2013 01:41:22] POST /api/review-requests/ HTTP/1.1 201 1544
[07/Aug/2013 01:41:22] PUT /api/review-requests/3/draft/ HTTP/1.1 200 914
2013-08-07 01:41:22,978 - DEBUG -  - DiffParser.parse: Beginning parse of  
diff, size = 45257
2013-08-07 01:41:22,987 - DEBUG -  - DiffParser.parse: Finished parsing  
diff.
2013-08-07 01:41:22,987 - DEBUG -  - Plastic: parse_diff_revision  
file /home/abhiravk/workspace/plastic/config_ac.c revision rev:revid:13356
2013-08-07 01:41:22,988 - DEBUG -  - Plastic:  
file_exists /home/abhiravk/workspace/plastic/config_ac.c revision  
rev:revid:13356
2013-08-07 01:41:22,988 - DEBUG -  - Plastic:  
get_file /home/abhiravk/workspace/config_ac.c rev rev:revid:13356
2013-08-07 01:41:23,528 - ERROR - None - abhiravk -  
/api/review-requests/3/diffs/ - Error uploading new diff: The specified  
revision was not found rev:revid:13356@rep:op@repserver:172.16.135.11:8087

Traceback (most recent call last):
   
File /home/abhiravk/workspace/reviewboard/reviewboard/webapi/resources.py,  
line 2041, in create

request.FILES.get('parent_diff_path'))
  File /home/abhiravk/workspace/reviewboard/reviewboard/reviews/forms.py,  
line 310, in create

history)
   
File /home/abhiravk/workspace/reviewboard/reviewboard/diffviewer/forms.py,  
line 54, in create

basedir, self.request)
   
File /home/abhiravk/workspace/reviewboard/reviewboard/diffviewer/managers.py,  
line 80, in create_from_upload

save=save)
   
File /home/abhiravk/workspace/reviewboard/reviewboard/diffviewer/managers.py,  
line 96, in create_from_data

check_existence=(not parent_diff_file_contents)))
   
File /home/abhiravk/workspace/reviewboard/reviewboard/diffviewer/managers.py,  
line 202, in _process_files

not repository.get_file_exists(filename, revision, request))):
   
File /home/abhiravk/workspace/reviewboard/reviewboard/scmtools/models.py,  
line 207, in get_file_exists

exists = self._get_file_exists_uncached(path, revision, request)
   
File /home/abhiravk/workspace/reviewboard/reviewboard/scmtools/models.py,  
line 365, in _get_file_exists_uncached

exists = self.get_scmtool().file_exists(path, revision)
   
File /home/abhiravk/workspace/reviewboard/reviewboard/scmtools/plastic.py,  
line 113, in file_exists

return self.client.get_file(path, revision)
   
File /home/abhiravk/workspace/reviewboard/reviewboard/scmtools/plastic.py,  
line 246, in get_file

raise SCMError(errmsg)
SCMError: The specified revision was not found  
rev:revid:13356@rep:op@repserver:172.16.135.11:8087


[07/Aug/2013 01:41:23] POST /api/review-requests/3/diffs/ HTTP/1.1 400 198

---

My repository is using xLinks.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2445 in reviewboard: Unable to 'View Diff' when using with RhodeCode for mercurial repositories

2013-08-07 Thread reviewboard


Comment #24 on issue 2445 by kiran...@gmail.com: Unable to 'View Diff' when  
using with RhodeCode for mercurial repositories

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

Is there any solution available for this issue. I am facing a similar kind  
of issue. I am on Review Board 1.7.6.




--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 3050 in reviewboard: Got an error while uploading 2nd diff.

2013-08-07 Thread reviewboard

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

New issue 3050 by kiran.do...@gmail.com: Got an error while uploading 2nd  
diff.

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

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


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


What steps will reproduce the problem?
1.
2.
3.

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


What operating system are you using? What browser?


Please provide any additional information below.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3050 in reviewboard: Got an error while uploading 2nd diff.

2013-08-07 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3050 by trowb...@gmail.com: Got an error while  
uploading 2nd diff.

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

What version of review board? What error? Is there anything in the logs?

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2969 in reviewboard: Not able to upload the diff to the review board

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 2969 by trowb...@gmail.com: Not able to upload the diff  
to the review board

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3028 in reviewboard: Unable to post review using firefox.

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #5 on issue 3028 by trowb...@gmail.com: Unable to post review using  
firefox.

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2847 in reviewboard: View diff file fail

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 2847 by trowb...@gmail.com: View diff file fail
http://code.google.com/p/reviewboard/issues/detail?id=2847

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2875 in reviewboard: Something broke! (Error 500)It appears something broke when you tried to go to here. This is either a bug in Review Board or a server configuration error. Please report

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #6 on issue 2875 by trowb...@gmail.com: Something broke! (Error  
500)It appears something broke when you tried to go to here. This is either  
a bug in Review Board or a server configuration error. Please report this  
to your administrator.

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2956 in reviewboard: post-review errors out with large number of files with 1.7.6 and perforce

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 2956 by trowb...@gmail.com: post-review errors out with  
large number of files with 1.7.6 and perforce

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3049 in reviewboard: Getting 500 Error while hitting admin tab

2013-08-07 Thread reviewboard

Updates:
Status: Started
Owner: trowb...@gmail.com

Comment #1 on issue 3049 by trowb...@gmail.com: Getting 500 Error while  
hitting admin tab

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

It looks like the format of the cache server is incorrect (it's missing  
a : for the port number), and we really fall down in this case.


I'll make a fix for the 500 error, but in the meantime, you should be able  
to change the setting at /admin/settings/general/


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2987 in reviewboard: XML and SH files are being considered as binary files in Reviewboard Diff View

2013-08-07 Thread reviewboard

Updates:
Status: NotABug

Comment #3 on issue 2987 by trowb...@gmail.com: XML and SH files are being  
considered as binary files in Reviewboard Diff View

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2979 in reviewboard: Not able to publish review

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 2979 by trowb...@gmail.com: Not able to publish review
http://code.google.com/p/reviewboard/issues/detail?id=2979

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2974 in reviewboard: Need message for Permission Denied

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #7 on issue 2974 by trowb...@gmail.com: Need message for Permission  
Denied

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3043 in reviewboard: Always got 'bad credentials' when adding a github repository

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #17 on issue 3043 by trowb...@gmail.com: Always got 'bad  
credentials' when adding a github repository

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

Great. This patch will be in the next 1.7.x release.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3011 in reviewboard: allow closing requests but not editing

2013-08-07 Thread reviewboard

Updates:
Labels: -Type-Defect Type-Enhancement Component-Policy

Comment #1 on issue 3011 by trowb...@gmail.com: allow closing requests but  
not editing

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3034 in reviewboard: RBTools Mercurial client ignore hgrc configuration file

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 3034 by trowb...@gmail.com: RBTools Mercurial client  
ignore hgrc configuration file

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

I think in your case, you may have to modify rbtools/clients/mercurial.py  
to remove the HGRCPATH line. In general, we ignore the hgrc file because  
there are many potential settings which can break diff generation, which is  
a much more common case.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2659 in reviewboard: post review issue: error uploading diff

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #3 on issue 2659 by trowb...@gmail.com: post review issue: error  
uploading diff

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2652 in reviewboard: File not found when uploading DIFF using POST-REVIEW and mercurial repository

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 2652 by trowb...@gmail.com: File not found when  
uploading DIFF using POST-REVIEW and mercurial repository

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2731 in reviewboard: File C:\\Python27\\lib\\site-packages\\django-1.3.3-py2.7.egg\\django\\core\\handlers\\base.py

2013-08-07 Thread reviewboard

Updates:
Status: Incomplete

Comment #2 on issue 2731 by trowb...@gmail.com:   
File C:\\Python27\\lib\\site-packages\\django-1.3.3-py2.7.egg\\django\\core\\handlers\\base.py

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3044 in reviewboard: plasticscm repository doesn't work

2013-08-07 Thread reviewboard

Updates:
Status: New

Comment #15 on issue 3044 by trowb...@gmail.com: plasticscm repository  
doesn't work

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

At this point, I think the regressions that we introduced have been fixed,  
and we need someone who knows about plastic to weigh in. I emailed the  
plastic maintainers with a link to this bug, so hopefully they'll take a  
look at some point.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2882 in reviewboard: Underscores in comments are not displayed in Google Chrome

2013-08-07 Thread reviewboard

Updates:
Status: ThirdParty

Comment #3 on issue 2882 by trowb...@gmail.com: Underscores in comments are  
not displayed in Google Chrome

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2890 in reviewboard: Error 500 - NoReverseMatch failure with usernames containing single-quote character

2013-08-07 Thread reviewboard

Updates:
Labels: Component-Dashboard EasyFix

Comment #1 on issue 2890 by trowb...@gmail.com: Error 500 - NoReverseMatch  
failure with usernames containing single-quote character

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2884 in reviewboard: links with ampersand () are truncated

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 2884 by trowb...@gmail.com: links with ampersand ()  
are truncated

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

This was fixed in release-1.7.x (443f8d3).

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2915 in reviewboard: Allow publishing multiple responses and a diff all at once

2013-08-07 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 183

Comment #1 on issue 2915 by trowb...@gmail.com: Allow publishing multiple  
responses and a diff all at once

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2898 in reviewboard: ssh+svn access no more possible in version 1.7.5

2013-08-07 Thread reviewboard


Comment #14 on issue 2898 by trowb...@gmail.com: ssh+svn access no more  
possible in version 1.7.5

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

Can you look at the reviewboard.wsgi file generated by rb-site and attach  
it here?


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 183 in reviewboard: Publish should publish all drafts per review request and send one e-mail

2013-08-07 Thread reviewboard


Comment #9 on issue 183 by trowb...@gmail.com: Publish should publish all  
drafts per review request and send one e-mail

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

Issue 2915 has been merged into this issue.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3046 in reviewboard: when attaching files, the file name gets truncated if longer than 30 characters or so

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3046 by trowb...@gmail.com: when attaching files, the  
file name gets truncated if longer than 30 characters or so

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3038 in reviewboard: Remove executable bit from template and static

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 3038 by trowb...@gmail.com: Remove executable bit from  
template and static

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

Fixed in master (aa2544a). Thanks!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3007 in reviewboard: Mechanism to customize email messages

2013-08-07 Thread reviewboard

Updates:
Labels: -Type-Defect Type-Enhancement

Comment #1 on issue 3007 by trowb...@gmail.com: Mechanism to customize  
email messages

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2990 in reviewboard: easy_install does not work for ReviewBoard

2013-08-07 Thread reviewboard

Updates:
Status: UnableToReproduce

Comment #1 on issue 2990 by trowb...@gmail.com: easy_install does not work  
for ReviewBoard

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

I think this was some momentary problem with PyPI. `easy_install  
ReviewBoard` worked just now.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2995 in reviewboard: Temporary email deactivation (for vacation autoresponders).

2013-08-07 Thread reviewboard

Updates:
Summary: Temporary email deactivation (for vacation autoresponders).

Comment #1 on issue 2995 by trowb...@gmail.com: Temporary email  
deactivation (for vacation autoresponders).

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2997 in reviewboard: Feature request: MediaWiki-formatted reviewboard reports

2013-08-07 Thread reviewboard

Updates:
Status: WontFix

Comment #2 on issue 2997 by trowb...@gmail.com: Feature request:  
MediaWiki-formatted reviewboard reports

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

We won't be making any changes to the old reporting functionality.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2984 in reviewboard: changing comment status when edit review before publishing will not update issue_status field

2013-08-07 Thread reviewboard

Updates:
Status: Started
Owner: trowb...@gmail.com

Comment #1 on issue 2984 by trowb...@gmail.com: changing comment status  
when edit review before publishing will not update issue_status field

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 971 in reviewboard: User should be able to opt out of email notifications

2013-08-07 Thread reviewboard


Comment #2 on issue 971 by nelso...@gmail.com: User should be able to opt  
out of email notifications

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

Is there any way to turn off emails for every single comment made? I want  
emails to go out when a new reviewboard is happening, but I don't want an  
email everytime someone makes a comment.  I don't see a setting for this,  
so if it's not there, then I'm asking for this feature


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2898 in reviewboard: ssh+svn access no more possible in version 1.7.5

2013-08-07 Thread reviewboard


Comment #15 on issue 2898 by rewilli...@thesba.com: ssh+svn access no more  
possible in version 1.7.5

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

This issue was fixed for me in the subsequent 1.7.6 release that came out a  
few days after I added the above comment. The release notes  
(http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.6/) mention  
an SSH issue, although it's bug #2834 rather than this one. 2834 was not  
updated after the release (it's still New even now), so I figured this  
one was perhaps addressed as a related bug and similarly not updated. Sorry  
- I guess I should have added a comment.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2834 in reviewboard: Fail to save svn+ssh repository setting

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2834 by trowb...@gmail.com: Fail to save svn+ssh  
repository setting

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

This was fixed in 1.7.6  
(http://www.reviewboard.org/docs/releasenotes/reviewboard/1.7.6/)


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2898 in reviewboard: ssh+svn access no more possible in version 1.7.5

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #16 on issue 2898 by trowb...@gmail.com: ssh+svn access no more  
possible in version 1.7.5

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

Glad to hear it.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2982 in reviewboard: Allow reviewer to drop issue from summary view

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 2982 by trowb...@gmail.com: Allow reviewer to drop  
issue from summary view

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

For 1.8.x, reviewers will be able to change the issue state in addition to  
the review request owner.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 3051 in reviewboard: User Option to not Send Email Notifications to the User for their Changes

2013-08-07 Thread reviewboard

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

New issue 3051 by hryanjo...@gmail.com: User Option to not Send Email  
Notifications to the User for their Changes

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

What version are you running?
* 1.6.14

What's the URL of the page this enhancement relates to, if any?
* Any specific review (probably shouldn't actually paste URL as it's  
internal to Amazon)


Describe the enhancement and the motivation for it.
* I think everybody gets too many emails.  In order to save precious  
seconds of my life from reading emails of things that I know I just did, I  
would love to have the option to *not* receive email notifications about  
actions I've just taken.  (Of course, I would want to receive email  
notifications for any notifiable actions taken by others).


What operating system are you using? What browser?
* Request is OS  Browser agnostic

Please provide any additional information below.
* Countless people at Amazon will love you forever by saving them time as  
our somewhat stupid Outlook email systems are unable to filter these emails.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2952 in reviewboard: Diff viewer generates Error 500: Something Broke! intermittently

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 2952 by trowb...@gmail.com: Diff viewer generates Error  
500: Something Broke! intermittently

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

This has been fixed in the latest 1.7.x releases.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3023 in reviewboard: RB issue occurs when i trying to ship a review

2013-08-07 Thread reviewboard


Comment #7 on issue 3023 by trowb...@gmail.com: RB issue occurs when i  
trying to ship a review

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

I'm still somewhat confused by this error. One thing that I recommend doing  
is upgrading to the latest 1.7.x release.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 1534 in reviewboard: Side-by-side diffs in HTML e-mails sometimes have cells screwed up

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 1534 by trowb...@gmail.com: Side-by-side diffs in HTML  
e-mails sometimes have cells screwed up

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

I haven't seen this in some time.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2957 in reviewboard: Add a I agree ability to a review issue

2013-08-07 Thread reviewboard

Updates:
Status: WontFix

Comment #1 on issue 2957 by trowb...@gmail.com: Add a I agree ability to  
a review issue

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

I think the list of open issues actually makes this less important because  
it's easier to keep track of remaining work. If there's a disagreement  
about whether something should be changed, then sure, there should be  
discussion. If there's not, then I agree that it's redundant to re-state  
it, but adding extra UI elements to address that isn't as nice a solution  
as just not saying the redundant things.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2941 in reviewboard: Show Whitespace changes button is not operatonal

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #4 on issue 2941 by trowb...@gmail.com: Show Whitespace changes  
button is not operatonal

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

This was fixed in commit 5e67070, but Christian forgot to mark the bug as  
fixed.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3020 in reviewboard: RBTools / post-review.py ignores https prefix

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #5 on issue 3020 by trowb...@gmail.com: RBTools / post-review.py  
ignores https prefix

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2981 in reviewboard: Delete a draft from submitted review.

2013-08-07 Thread reviewboard

Updates:
Labels: EasyFix Component-Reviews

Comment #1 on issue 2981 by trowb...@gmail.com: Delete a draft from  
submitted review.

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2940 in reviewboard: Allow attaching complete diffs to email

2013-08-07 Thread reviewboard

Updates:
Labels: Component-EMail

Comment #1 on issue 2940 by trowb...@gmail.com: Allow attaching complete  
diffs to email

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2936 in reviewboard: Something broke! (Error 500) at http://rb.domain.pl/r/119/

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #2 on issue 2936 by trowb...@gmail.com: Something broke! (Error  
500) at http://rb.domain.pl/r/119/

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2947 in reviewboard: Inconsistent UI Behavior

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 2947 by trowb...@gmail.com: Inconsistent UI Behavior
http://code.google.com/p/reviewboard/issues/detail?id=2947

This will be much more consistent in 1.8.x

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2948 in reviewboard: Exception caused by use of ‘ and ’ characters in testing done field

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 2948 by trowb...@gmail.com: Exception caused by use of  
‘ and ’ characters in testing done field

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

This is likely due to database tables that are not UTF-8. Bug 3000 tracks  
the fact that it's annoying and hard to get this set up correctly.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2939 in reviewboard: Cannot update diff-- Internal Server Error 500

2013-08-07 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 2939 by trowb...@gmail.com: Cannot update diff--  
Internal Server Error 500

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

I know it's been quite some time, but in order to do anything with this  
report, we need the contents of the error from the reviewboard or apache  
logs.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2938 in reviewboard: Long timezone values in Account Preferences cause an unexpected error

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2938 by trowb...@gmail.com: Long timezone values in  
Account Preferences cause an unexpected error

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

This was fixed at http://reviews.reviewboard.org/r/4230/

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2918 in reviewboard: Group reviews across multiple repositories

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2918 by trowb...@gmail.com: Group reviews across  
multiple repositories

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

The latest 1.7.x releases have a depends on/blocks relationship that you  
can use.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 281 in reviewboard: Wanted: support for changeset dependencies

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #12 on issue 281 by trowb...@gmail.com: Wanted: support for  
changeset dependencies

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

It doesn't address all the ideas here, but the latest 1.7.x releases have a  
depends-on/blocks relationship that you can use to define dependencies.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 100 in reviewboard: Allow for reviews based on an existing committed revision in the web UI

2013-08-07 Thread reviewboard

Updates:
Status: Started
Owner: trowb...@gmail.com

Comment #26 on issue 100 by trowb...@gmail.com: Allow for reviews based on  
an existing committed revision in the web UI

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 281 in reviewboard: Wanted: support for changeset dependencies

2013-08-07 Thread reviewboard


Comment #13 on issue 281 by adso...@gmail.com: Wanted: support for  
changeset dependencies

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

Huzzah! Wow, I filed this 6 years ago!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 1561 in reviewboard: post-review: obscure error if the review id is invalid

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 1561 by trowb...@gmail.com: post-review: obscure error  
if the review id is invalid

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

This is much better in `rbt post` (at least, it will be in the next  
release).


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2534 in reviewboard: Split up Send e-mails for review requests and reviews

2013-08-07 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 477

Comment #2 on issue 2534 by trowb...@gmail.com: Split up Send e-mails for  
review requests and reviews

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

Lumping this in with other, similar requests.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 477 in reviewboard: Per reviewer email control

2013-08-07 Thread reviewboard


Comment #23 on issue 477 by trowb...@gmail.com: Per reviewer email control
http://code.google.com/p/reviewboard/issues/detail?id=477

Issue 2534 has been merged into this issue.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 477 in reviewboard: Per reviewer email control

2013-08-07 Thread reviewboard


Comment #24 on issue 477 by trowb...@gmail.com: Per reviewer email control
http://code.google.com/p/reviewboard/issues/detail?id=477

Issue 3051 has been merged into this issue.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3051 in reviewboard: User Option to not Send Email Notifications to the User for their Changes

2013-08-07 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 477

Comment #1 on issue 3051 by trowb...@gmail.com: User Option to not Send  
Email Notifications to the User for their Changes

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

Lumping this in with other, similar requests.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2245 in reviewboard: API Request: Ability to determine the base directory a patch was created from

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2245 by trowb...@gmail.com: API Request: Ability to  
determine the base directory a patch was created from

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

In 1.7.x, the DiffResource has a basedir field, which should be what you  
want.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2269 in reviewboard: Allow inline review for non-text file types

2013-08-07 Thread reviewboard


Comment #5 on issue 2269 by trowb...@gmail.com: Allow inline review for  
non-text file types

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

Issue 3025 has been merged into this issue.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3025 in reviewboard: Upload binaries (like images) with post-review in RBTools

2013-08-07 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 2269

Comment #1 on issue 3025 by trowb...@gmail.com: Upload binaries (like  
images) with post-review in RBTools

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

I'm going to lump this in with bug 2269, which is related.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2984 in reviewboard: changing comment status when edit review before publishing will not update issue_status field

2013-08-07 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2984 by trowb...@gmail.com: changing comment status  
when edit review before publishing will not update issue_status field

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

Fixed in master (1c98b2c). Thanks!

--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 2999 in reviewboard: Tried to re-upload the screenshot after it became inaccessible.

2013-08-07 Thread reviewboard

Updates:
Status: SetupIssue

Comment #9 on issue 2999 by trowb...@gmail.com: Tried to re-upload the  
screenshot after it became inaccessible.

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

(No comment was entered for this change.)

--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2943 in reviewboard: Diff currently unavailable. When Uploading Diffs From TortoiseHG

2013-08-07 Thread reviewboard

Updates:
Status: ThirdParty

Comment #5 on issue 2943 by trowb...@gmail.com: Diff currently  
unavailable. When Uploading Diffs From TortoiseHG

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

Sounds like TortoiseHG generates diff files that don't have the necessary  
revision information in them.


--
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3034 in reviewboard: RBTools Mercurial client ignore hgrc configuration file

2013-08-07 Thread reviewboard


Comment #2 on issue 3034 by a...@zigarn.com: RBTools Mercurial client  
ignore hgrc configuration file

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

That's what I did.

But it's not a definitive solution when all my colleagues have to do it too.

I see 3 solutions:
 * add an option (RBT_HG_DISABLE_HGRC=[true|false]) to enable/disable the  
current behavior
 * or add an option to set a RBTools specific hgrc  
(RBT_HGRC_PATH=~/.hgrc.minimal)
 * or add options for each hgrc options that have impact on connection with  
the server


--
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 3034 in reviewboard: RBTools Mercurial client ignore hgrc configuration file

2013-08-07 Thread reviewboard

Updates:
Status: New

Comment #3 on issue 3034 by trowb...@gmail.com: RBTools Mercurial client  
ignore hgrc configuration file

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

I think option 2 sounds like a nice compromise.

--
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.
For more options, visit https://groups.google.com/groups/opt_out.