Re: ReviewBoard try to get info from default trunk folder.

2014-01-22 Thread David Trowbridge
The post-commit support in the web UI currently only works with standard
layout repositories (those that have trunk/ and branches/ as top-level
directories). We're considering how best to make it work with repositories
that don't have this layout, but we haven't made much progress yet.

-David


On Mon, Jan 20, 2014 at 2:52 AM, Duc Vu Anh vuanhduc2...@gmail.com wrote:

 I'm trying ReviewBoard 2.0 Beta2.
 My Repo will be https://abc.com/svn/RootFolder

 But I didn't have subfolder trunk inside it.
 then when try to view changes of my Repo, I get this errors:

 URL 'https://abc.com/svn/RootFolder/trunk non-existent in revision 4236.


 Any one know the way to walk around it?

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 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.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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: How to migrate existent ReviewBoard DB and configuration to new target system

2014-01-22 Thread Christian Hammond
Hi,

You should be able to just copy the site directory and Apache configuration
to the new server, then dump the database on the old and import on the new.

Christian

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


On Wed, Jan 22, 2014 at 2:37 PM, MoonWalker daniel.cabrera...@gmail.comwrote:

 hi,

 I need to move my existent ReviewBoard  (DB, configuration, etc) to
 another machine and I would like to know if that is possible and how to do
 it. Both machines have the same RB version 1.7.21

 Thank you for your help

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 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.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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: How to migrate existent ReviewBoard DB and configuration to new target system

2014-01-22 Thread MoonWalker
Hi,

Thanks Christian :-). Would you mind to elaborate a lite bit more regarding 
the database migration?

Cheers

On Thursday, January 23, 2014 11:16:36 AM UTC+11, Christian Hammond wrote:

 Hi,

 You should be able to just copy the site directory and Apache 
 configuration to the new server, then dump the database on the old and 
 import on the new.

 Christian

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


 On Wed, Jan 22, 2014 at 2:37 PM, MoonWalker 
 daniel.c...@gmail.comjavascript:
  wrote:

 hi,

 I need to move my existent ReviewBoard  (DB, configuration, etc) to 
 another machine and I would like to know if that is possible and how to do 
 it. Both machines have the same RB version 1.7.21 

 Thank you for your help

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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: How to migrate existent ReviewBoard DB and configuration to new target system

2014-01-22 Thread Christian Hammond
It's going to depend on your database. If using MySQL, for instance, you'll
want to read up on using mysqldump to dump your database and how to load it
back in with mysql.

Christian

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


On Wed, Jan 22, 2014 at 4:25 PM, MoonWalker daniel.cabrera...@gmail.comwrote:

 Hi,

 Thanks Christian :-). Would you mind to elaborate a lite bit more
 regarding the database migration?

 Cheers


 On Thursday, January 23, 2014 11:16:36 AM UTC+11, Christian Hammond wrote:

 Hi,

 You should be able to just copy the site directory and Apache
 configuration to the new server, then dump the database on the old and
 import on the new.

 Christian

 --
 Christian Hammond - chi...@chipx86.com

 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Wed, Jan 22, 2014 at 2:37 PM, MoonWalker daniel.c...@gmail.comwrote:

  hi,

 I need to move my existent ReviewBoard  (DB, configuration, etc) to
 another machine and I would like to know if that is possible and how to do
 it. Both machines have the same RB version 1.7.21

 Thank you for your help

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google
 Groups reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to reviewboard...@googlegroups.com.

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


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 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.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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.


Could not parse the remainder: '-preferences' from 'user-preferences

2014-01-22 Thread David Garvey
Hi everyone,

Am I using a correct version of django? I install this using a rpm and I 
also have other django apps running on the same box.
As you can see I am getting a template error. How can I fix this?


Environment:


Request Method: GET
Request URL: 
http://mysite.com/reviews/account/login/?next_page=/reviews/dashboard/

Django Version: 1.5.4
Python Version: 2.6.6
Installed Applications:
['django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.markup',
 'django.contrib.sites',
 'django.contrib.sessions',
 'django.contrib.staticfiles',
 'djblets.datagrid',
 'djblets.extensions',
 'djblets.feedview',
 'djblets.gravatars',
 'djblets.log',
 'djblets.pipeline',
 'djblets.siteconfig',
 'djblets.util',
 'djblets.webapi',
 'pipeline',
 'reviewboard.accounts',
 'reviewboard.admin',
 'reviewboard.attachments',
 'reviewboard.changedescs',
 'reviewboard.diffviewer',
 'reviewboard.extensions',
 'reviewboard.hostingsvcs',
 'reviewboard.notifications',
 'reviewboard.reviews',
 'reviewboard.reviews.ui',
 'reviewboard.scmtools',
 'reviewboard.site',
 'reviewboard.ssh',
 'reviewboard.webapi',
 'django_evolution']
Installed Middleware:
['django.middleware.gzip.GZipMiddleware',
 'reviewboard.admin.middleware.InitReviewBoardMiddleware',
 'django.middleware.clickjacking.XFrameOptionsMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.doc.XViewMiddleware',
 'django.middleware.http.ConditionalGetMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'djblets.siteconfig.middleware.SettingsMiddleware',
 'reviewboard.admin.middleware.LoadSettingsMiddleware',
 'djblets.extensions.middleware.ExtensionsMiddleware',
 'djblets.log.middleware.LoggingMiddleware',
 'reviewboard.accounts.middleware.TimezoneMiddleware',
 'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware',
 'reviewboard.admin.middleware.X509AuthMiddleware',
 'reviewboard.site.middleware.LocalSiteMiddleware',
 'djblets.extensions.middleware.ExtensionsMiddlewareRunner']


Template error:
In template 
/usr/lib/python2.6/site-packages/reviewboard/templates/base.html, error at 
line 81
   Could not parse the remainder: '-preferences' from 'user-preferences'. 
The syntax of 'url' changed in Django 1.5, see the docs.
   71 : ul id=accountnav


   72 :  li


   73 :   a href=#{% trans Support %} #9662;/a


   74 :   ul


   75 :lia href=http://www.reviewboard.org/docs/manual/1.7/;{% 
trans Documentation %}/a/li


   76 :lia href={% url support %}{% trans Get Support 
%}/a/li


   77 :   /ul


   78 :  /li


   79 : {% if user.is_authenticated %}


   80 :  li


   81 :   a class=user-nav-item href= {% url user-preferences %} 
{% gravatar user 32 %} {{user.first_name}} #9662;/a


   82 :   ul


   83 :lia href={% url user-preferences %}{% trans My 
account %}/a/li


   84 : {%  if user.is_staff %}


   85 :lia href={% url reviewboard.admin.views.dashboard %}{% 
trans Admin %}/a/li


   86 : {%  endif %}


   87 :lia href={% url logout %}{% trans Log out %}/a/li


   88 :   /ul


   89 :  /li


   90 : {% else %}


   91 :  lia href={% url login %}?next_page={{request.path}}{% 
trans Log in %}/a/li


Traceback:
File /usr/lib/python2.6/site-packages/django/core/handlers/base.py in 
get_response
  140. response = response.render()
File /usr/lib/python2.6/site-packages/django/template/response.py in 
render
  105. self.content = self.rendered_content
File /usr/lib/python2.6/site-packages/django/template/response.py in 
rendered_content
  82. content = template.render(context)
File /usr/lib/python2.6/site-packages/django/template/base.py in render
  140. return self._render(context)
File /usr/lib/python2.6/site-packages/django/template/base.py in _render
  134. return self.nodelist.render(context)
File /usr/lib/python2.6/site-packages/django/template/base.py in render
  830. bit = self.render_node(node, context)
File /usr/lib/python2.6/site-packages/django/template/debug.py in 
render_node
  74. return node.render(context)
File /usr/lib/python2.6/site-packages/django/template/loader_tags.py in 
render
  102. compiled_parent = self.get_parent(context)
File /usr/lib/python2.6/site-packages/django/template/loader_tags.py in 
get_parent
  99. return get_template(parent)
File /usr/lib/python2.6/site-packages/django/template/loader.py in 
get_template
  146. template, origin = find_template(template_name)
File /usr/lib/python2.6/site-packages/django/template/loader.py in 
find_template
  135. source, display_name = loader(name, dirs)
File /usr/lib/python2.6/site-packages/django/template/loader.py in 
__call__
  43. return 

Re: Could not parse the remainder: '-preferences' from 'user-preferences

2014-01-22 Thread David Trowbridge
What version of Review Board? 1.7.x requires django 1.4.x

-David

 On Jan 22, 2014, at 7:57 PM, David Garvey david.gar...@gmail.com wrote:
 
 Hi everyone,
 
 Am I using a correct version of django? I install this using a rpm and I also 
 have other django apps running on the same box.
 As you can see I am getting a template error. How can I fix this?
 
 
 Environment:
 
 
 Request Method: GET
 Request URL: 
 http://mysite.com/reviews/account/login/?next_page=/reviews/dashboard/
 
 Django Version: 1.5.4
 Python Version: 2.6.6
 Installed Applications:
 ['django.contrib.admin',
  'django.contrib.auth',
  'django.contrib.contenttypes',
  'django.contrib.markup',
  'django.contrib.sites',
  'django.contrib.sessions',
  'django.contrib.staticfiles',
  'djblets.datagrid',
  'djblets.extensions',
  'djblets.feedview',
  'djblets.gravatars',
  'djblets.log',
  'djblets.pipeline',
  'djblets.siteconfig',
  'djblets.util',
  'djblets.webapi',
  'pipeline',
  'reviewboard.accounts',
  'reviewboard.admin',
  'reviewboard.attachments',
  'reviewboard.changedescs',
  'reviewboard.diffviewer',
  'reviewboard.extensions',
  'reviewboard.hostingsvcs',
  'reviewboard.notifications',
  'reviewboard.reviews',
  'reviewboard.reviews.ui',
  'reviewboard.scmtools',
  'reviewboard.site',
  'reviewboard.ssh',
  'reviewboard.webapi',
  'django_evolution']
 Installed Middleware:
 ['django.middleware.gzip.GZipMiddleware',
  'reviewboard.admin.middleware.InitReviewBoardMiddleware',
  'django.middleware.clickjacking.XFrameOptionsMiddleware',
  'django.middleware.common.CommonMiddleware',
  'django.middleware.doc.XViewMiddleware',
  'django.middleware.http.ConditionalGetMiddleware',
  'django.middleware.locale.LocaleMiddleware',
  'django.contrib.sessions.middleware.SessionMiddleware',
  'django.contrib.auth.middleware.AuthenticationMiddleware',
  'django.contrib.messages.middleware.MessageMiddleware',
  'djblets.siteconfig.middleware.SettingsMiddleware',
  'reviewboard.admin.middleware.LoadSettingsMiddleware',
  'djblets.extensions.middleware.ExtensionsMiddleware',
  'djblets.log.middleware.LoggingMiddleware',
  'reviewboard.accounts.middleware.TimezoneMiddleware',
  'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware',
  'reviewboard.admin.middleware.X509AuthMiddleware',
  'reviewboard.site.middleware.LocalSiteMiddleware',
  'djblets.extensions.middleware.ExtensionsMiddlewareRunner']
 
 
 Template error:
 In template /usr/lib/python2.6/site-packages/reviewboard/templates/base.html, 
 error at line 81
Could not parse the remainder: '-preferences' from 'user-preferences'. The 
 syntax of 'url' changed in Django 1.5, see the docs.
71 : ul id=accountnav
 
 
72 :  li
 
 
73 :   a href=#{% trans Support %} #9662;/a
 
 
74 :   ul
 
 
75 :lia href=http://www.reviewboard.org/docs/manual/1.7/;{% 
 trans Documentation %}/a/li
 
 
76 :lia href={% url support %}{% trans Get Support 
 %}/a/li
 
 
77 :   /ul
 
 
78 :  /li
 
 
79 : {% if user.is_authenticated %}
 
 
80 :  li
 
 
81 :   a class=user-nav-item href= {% url user-preferences %} {% 
 gravatar user 32 %} {{user.first_name}} #9662;/a
 
 
82 :   ul
 
 
83 :lia href={% url user-preferences %}{% trans My account 
 %}/a/li
 
 
84 : {%  if user.is_staff %}
 
 
85 :lia href={% url reviewboard.admin.views.dashboard %}{% 
 trans Admin %}/a/li
 
 
86 : {%  endif %}
 
 
87 :lia href={% url logout %}{% trans Log out %}/a/li
 
 
88 :   /ul
 
 
89 :  /li
 
 
90 : {% else %}
 
 
91 :  lia href={% url login %}?next_page={{request.path}}{% 
 trans Log in %}/a/li
 
 
 Traceback:
 File /usr/lib/python2.6/site-packages/django/core/handlers/base.py in 
 get_response
   140. response = response.render()
 File /usr/lib/python2.6/site-packages/django/template/response.py in render
   105. self.content = self.rendered_content
 File /usr/lib/python2.6/site-packages/django/template/response.py in 
 rendered_content
   82. content = template.render(context)
 File /usr/lib/python2.6/site-packages/django/template/base.py in render
   140. return self._render(context)
 File /usr/lib/python2.6/site-packages/django/template/base.py in _render
   134. return self.nodelist.render(context)
 File /usr/lib/python2.6/site-packages/django/template/base.py in render
   830. bit = self.render_node(node, context)
 File /usr/lib/python2.6/site-packages/django/template/debug.py in 
 render_node
   74. return node.render(context)
 File /usr/lib/python2.6/site-packages/django/template/loader_tags.py in 
 render
   102. compiled_parent = self.get_parent(context)
 File /usr/lib/python2.6/site-packages/django/template/loader_tags.py in 
 get_parent
   99. return get_template(parent)
 File /usr/lib/python2.6/site-packages/django/template/loader.py in 
 

Could not parse the remainder: '-preferences' from 'user-preferences'.

2014-01-22 Thread David Garvey
Hi,

I am getting an error in a template related to login. I am I running the 
correct version of django?
the django version is 1.5.


Template error:
In template 
/usr/lib/python2.6/site-packages/reviewboard/templates/base.html, error at 
line 81
   Could not parse the remainder: '-preferences' from 'user-preferences'. 
The syntax of 'url' changed in Django 1.5, see the docs.



   81 :   a class=user-nav-item href= {% url user-preferences %} 
{% gravatar user 32 %} {{user.first_name}} #9662;/a

Thanks,
David Garvey





























































































































.































































































































-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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: Could not parse the remainder: '-preferences' from 'user-preferences

2014-01-22 Thread David Garvey


On Wednesday, January 22, 2014 7:57:25 PM UTC-8, David Garvey wrote:

 Hi everyone,

 Am I using a correct version of django? I install this using a rpm and I 
 also have other django apps running on the same box.
 As you can see I am getting a template error. How can I fix this?


 Environment:


 Request Method: GET
 Request URL: 
 http://mysite.com/reviews/account/login/?next_page=/reviews/dashboard/

 Django Version: 1.5.4
 Python Version: 2.6.6
 Installed Applications:
 ['django.contrib.admin',
  'django.contrib.auth',
  'django.contrib.contenttypes',
  'django.contrib.markup',
  'django.contrib.sites',
  'django.contrib.sessions',
  'django.contrib.staticfiles',
  'djblets.datagrid',
  'djblets.extensions',
  'djblets.feedview',
  'djblets.gravatars',
  'djblets.log',
  'djblets.pipeline',
  'djblets.siteconfig',
  'djblets.util',
  'djblets.webapi',
  'pipeline',
  'reviewboard.accounts',
  'reviewboard.admin',
  'reviewboard.attachments',
  'reviewboard.changedescs',
  'reviewboard.diffviewer',
  'reviewboard.extensions',
  'reviewboard.hostingsvcs',
  'reviewboard.notifications',
  'reviewboard.reviews',
  'reviewboard.reviews.ui',
  'reviewboard.scmtools',
  'reviewboard.site',
  'reviewboard.ssh',
  'reviewboard.webapi',
  'django_evolution']
 Installed Middleware:
 ['django.middleware.gzip.GZipMiddleware',
  'reviewboard.admin.middleware.InitReviewBoardMiddleware',
  'django.middleware.clickjacking.XFrameOptionsMiddleware',
  'django.middleware.common.CommonMiddleware',
  'django.middleware.doc.XViewMiddleware',
  'django.middleware.http.ConditionalGetMiddleware',
  'django.middleware.locale.LocaleMiddleware',
  'django.contrib.sessions.middleware.SessionMiddleware',
  'django.contrib.auth.middleware.AuthenticationMiddleware',
  'django.contrib.messages.middleware.MessageMiddleware',
  'djblets.siteconfig.middleware.SettingsMiddleware',
  'reviewboard.admin.middleware.LoadSettingsMiddleware',
  'djblets.extensions.middleware.ExtensionsMiddleware',
  'djblets.log.middleware.LoggingMiddleware',
  'reviewboard.accounts.middleware.TimezoneMiddleware',
  'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware',
  'reviewboard.admin.middleware.X509AuthMiddleware',
  'reviewboard.site.middleware.LocalSiteMiddleware',
  'djblets.extensions.middleware.ExtensionsMiddlewareRunner']


 Template error:
 In template 
 /usr/lib/python2.6/site-packages/reviewboard/templates/base.html, error at 
 line 81
Could not parse the remainder: '-preferences' from 'user-preferences'. 
 The syntax of 'url' changed in Django 1.5, see the docs.
71 : ul id=accountnav


72 :  li


73 :   a href=#{% trans Support %} #9662;/a


74 :   ul


75 :lia href=http://www.reviewboard.org/docs/manual/1.7/;{% 
 trans Documentation %}/a/li


76 :lia href={% url support %}{% trans Get Support 
 %}/a/li


77 :   /ul


78 :  /li


79 : {% if user.is_authenticated %}


80 :  li


81 :   a class=user-nav-item href= {% url user-preferences %} 
 {% gravatar user 32 %} {{user.first_name}} #9662;/a


82 :   ul


83 :lia href={% url user-preferences %}{% trans My 
 account %}/a/li


84 : {%  if user.is_staff %}


85 :lia href={% url reviewboard.admin.views.dashboard 
 %}{% trans Admin %}/a/li


86 : {%  endif %}


87 :lia href={% url logout %}{% trans Log out 
 %}/a/li


88 :   /ul


89 :  /li


90 : {% else %}


91 :  lia href={% url login %}?next_page={{request.path}}{% 
 trans Log in %}/a/li


 Traceback:
 File /usr/lib/python2.6/site-packages/django/core/handlers/base.py in 
 get_response
   140. response = response.render()
 File /usr/lib/python2.6/site-packages/django/template/response.py in 
 render
   105. self.content = self.rendered_content
 File /usr/lib/python2.6/site-packages/django/template/response.py in 
 rendered_content
   82. content = template.render(context)
 File /usr/lib/python2.6/site-packages/django/template/base.py in render
   140. return self._render(context)
 File /usr/lib/python2.6/site-packages/django/template/base.py in _render
   134. return self.nodelist.render(context)
 File /usr/lib/python2.6/site-packages/django/template/base.py in render
   830. bit = self.render_node(node, context)
 File /usr/lib/python2.6/site-packages/django/template/debug.py in 
 render_node
   74. return node.render(context)
 File /usr/lib/python2.6/site-packages/django/template/loader_tags.py in 
 render
   102. compiled_parent = self.get_parent(context)
 File /usr/lib/python2.6/site-packages/django/template/loader_tags.py in 
 get_parent
   99. return get_template(parent)
 File /usr/lib/python2.6/site-packages/django/template/loader.py in 
 get_template
   146. template, origin = find_template(template_name)
 File 

Re: Could not parse the remainder: '-preferences' from 'user-preferences

2014-01-22 Thread David Garvey
Hi David,

Its an rpm that I pulled off of the epel. So, I guess I will need to put 
this in a virtualenv or something.  

[root@tech django]# rpm -qa | grep ReviewBoard
ReviewBoard-1.7.20-1.el6.noarch
[root@tech django]# yum list | grep ReviewBoard
ReviewBoard.noarch 1.7.20-1.el6  @epel 
 
[root@tech django]# 

Thanks,
sorry about that last post;)
David Garvey


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
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 2723 in reviewboard: Show issue status in dashboard

2014-01-22 Thread reviewboard


Comment #22 on issue 2723 by nano...@gmail.com: Show issue status in  
dashboard

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

I miss this one  
https://github.com/reviewboard/reviewboard/commit/e93a37a73dac7b5db06b6fbb47f4ba8236ac0b5c


--
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 3123 in reviewboard: rbt status crashes when run outside of a versioned directory

2014-01-22 Thread reviewboard


Comment #4 on issue 3123 by oless...@gmail.com: rbt status crashes when run  
outside of a versioned directory

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

Investigating.

--
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 147 in reviewboard: Ability to view complete source files without diff coloring/block insertions

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #22 on issue 147 by trowb...@gmail.com: Ability to view complete  
source files without diff coloring/block insertions

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

Actually, these are now also available in the UI in the master branch  
(there are little download links).


Between that and the text-file review (attaching files to review requests  
instead of uploading diffs), I think this is probably covered well enough.


--
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 2646 in reviewboard: Make Auto-Submitted: auto-generated header optional with a settings flag

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 2646 by trowb...@gmail.com: Make Auto-Submitted:  
auto-generated header optional with a settings flag

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

Fixed in master (4a8c12c). In 2.0 beta 3, you'll have a check-box to  
disable this header.


--
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 1708 in reviewboard: Allow people to override hgrc

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #6 on issue 1708 by trowb...@gmail.com: Allow people to override  
hgrc

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

This is fixed in rbtools master. We now use an hg extension to ensure that  
diffs are created correctly, and so we no longer ignore the users' hgrc  
entirely.


--
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 576 in reviewboard: Discarded request should be listed in all view

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #7 on issue 576 by trowb...@gmail.com: Discarded request should be  
listed in all view

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

Fixed in master (734ba4b). This will ship in 2.0 beta 3.

--
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 2566 in reviewboard: Nav bar search tool hides links

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2566 by trowb...@gmail.com: Nav bar search tool hides  
links

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

Since this bug was filed, we've switched to a two-row header. While things  
still get ugly when the window is extremely narrow, this should be fixed  
for all reasonable cases.


--
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 2609 in reviewboard: Cannot reply to existing comments on replaced screenshots

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2609 by trowb...@gmail.com: Cannot reply to existing  
comments on replaced screenshots

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

This has been fixed for a long 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 2655 in reviewboard: Email being sent for comment with 0 character length

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #10 on issue 2655 by trowb...@gmail.com: Email being sent for  
comment with 0 character length

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

This is fixed in the 2.0 betas (and possibly before then). You can no  
longer save zero-length comments (it forces you to delete 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 3076 in reviewboard: New button to close all open issues

2014-01-22 Thread reviewboard


Comment #3 on issue 3076 by trowb...@gmail.com: New button to close all  
open issues

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

Issue 2868 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 2868 in reviewboard: allow closing issues when updating request

2014-01-22 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3076

Comment #2 on issue 2868 by trowb...@gmail.com: allow closing issues when  
updating request

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

I'm going to merge this with 3076, which is similar enough to be the same  
basic idea.


--
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 1434 in reviewboard: Download applied diff + original for optional external diff utility

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 1434 by trowb...@gmail.com: Download applied diff +  
original for optional external diff utility

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

Fixed in master (0f69e89). This will ship in 2.0 beta 3.

--
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 1594 in reviewboard: Request for reviews to show creation date.

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 1594 by trowb...@gmail.com: Request for reviews to show  
creation date.

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

This has been fixed for a long 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 1673 in reviewboard: post-review revision-range doesn't handle single revision as advertised

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 1673 by trowb...@gmail.com: post-review revision-range  
doesn't handle single revision as advertised

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

This is fixed in rbtools master (which will ship as 0.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 1661 in reviewboard: Allow multiple mailing lists for a review group.

2014-01-22 Thread reviewboard

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

Comment #8 on issue 1661 by trowb...@gmail.com: Allow multiple mailing  
lists for a review group.

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

(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 1661 in reviewboard: Allow multiple mailing lists for a review group.

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #9 on issue 1661 by trowb...@gmail.com: Allow multiple mailing  
lists for a review group.

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

OK, completely fixed in master (4d097c1). This will ship in 2.0 beta 3.

--
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 3201 in reviewboard: Put a link next to rich-text fields.

2014-01-22 Thread reviewboard

Status: New
Owner: 
Labels: Type-Enhancement Priority-Medium Component-Reviews EasyFix

New issue 3201 by trowb...@gmail.com: Put a link next to rich-text fields.
http://code.google.com/p/reviewboard/issues/detail?id=3201

The addition of markdown in the description, testing done, change  
description and comment fields might take some people by surprise. It would  
be nice to put a small little link somewhere by the field (when it's  
editable) saying that the field is markdown, with a link to the relevant  
documentation (http://www.reviewboard.org/docs/manual/dev/users/markdown/)


--
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 2785 in reviewboard: The post-review cannot create new review request for a svn working copy when I install both the svn client and the perforce client on my machine

2014-01-22 Thread reviewboard

Updates:
Status: Fixed

Comment #3 on issue 2785 by trowb...@gmail.com: The post-review cannot  
create new review request for a svn working copy when I install both the  
svn client and the perforce client on my machine

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

This is fixed in rbtools release-0.5.x (4c39641), and will ship in 0.5.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.