Review Board 1.0 alpha 1 released

2009-01-19 Thread Christian Hammond
Hey everyone.

We've released Review Board 1.0 alpha 1 tonight. This is basically a
snapshot of tonight's nightly build, which we've considered to be stable
enough for an alpha release. See
http://www.review-board.org/news/2009/01/19/review-board-10-alpha-1-released/
.

If you're using nightlies, you're going to be automatically switched over to
official releases from nightlies the next time you upgrade. The Getting
Started guide (http://www.review-board.org/docs/GettingStarted) has some
instructions on switching back to nightlies if you prefer to use those.
While we do recommend using a stable release, those of you who have been
contributing in the past and feel comfortable staying on the nightlies
should do so. It'll help us to stabilize for 1.0.

We're going to be entering a feature freeze before too long, so if you have
any feature contributions up for review that still need changes made, they
probably won't make it for 1.0 unless there's an update soon. We'll get
these remaining features into the release following 1.0. If it's something
critical, we might take it on a case-by-case basis. And, of course, we'll
definitely continue to take bug fixes.

On an important note, those running a site directly out of SVN (as opposed
to running python setup.py install out of SVN) are going to find your
installs broken soon. We've been holding off for a long time on fixing the
directory structure in the source tree, and we really need to do this before
1.0. If you're still doing this, please try to switch over to an installed
setup using our rb-site tool. We'll be glad to work with you on any
migration problems if they arise.

Thanks to everyone who's helped out with Review Board so far. We hit both
our 100th and 101st contributor tonight (counting those who have code in the
tree). We really couldn't have done this without the help of the people on
here reporting bugs, contributing to the code and documentation, and
providing support on this mailing list. So again, thank you all.

Christian

-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Reviewboard alpa

2009-01-19 Thread roshanpius

Hi ,

I installed the Reviewboard alpha tar.gz file today and installed an
instance using rb-site tool as i have been running reviewboard out of
my svn checkout till now.

But when i restarted my apache server with the new conf file
(generated from the rb-site install) and when i tried to login i found
the page-media garbled. I mean the colors and the general page layout
is messed up.

I'm pretty sure it is a minor issue with some media path or
permissions or something  like that.

What exactly do i need to configure for the media?

Please Help fast ,lot of people are using it and it is temporarily
down because of this issue.

Thanks,
Roshan Pius
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Reviewboard alpa

2009-01-19 Thread Christian Hammond
A few things I need to know first:

1) Is your Review Board install using its own subdomain, or is it in a
directory off a domain?

2) If it's in a directory off a domain, did you specify that directory
during the install?

3) Is this using an existing database?

4) Try running rb-site upgrade on the site again. Does that fix the problem?

5) What do the symlinks look like in your site's htdocs/media/ directory?
Are they pointing to the right place?

6) When you installed Review Board, did you use setup.py install?

7) What happens when you install via easy_install?

Christian

-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.


On Mon, Jan 19, 2009 at 6:57 AM, roshanpius roshanpiustho...@gmail.comwrote:


 Hi ,

 I installed the Reviewboard alpha tar.gz file today and installed an
 instance using rb-site tool as i have been running reviewboard out of
 my svn checkout till now.

 But when i restarted my apache server with the new conf file
 (generated from the rb-site install) and when i tried to login i found
 the page-media garbled. I mean the colors and the general page layout
 is messed up.

 I'm pretty sure it is a minor issue with some media path or
 permissions or something  like that.

 What exactly do i need to configure for the media?

 Please Help fast ,lot of people are using it and it is temporarily
 down because of this issue.

 Thanks,
 Roshan Pius
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Evolution failed during upgrade

2009-01-19 Thread Christian Hammond
You can use:

rb-site manage /path/to/site evolve -- --hint

(note the -- before any parameters passed to manage)

Did you at any point modify your models.py by hand? You shouldn't really be
seeing this error.

When you copied the database over, was this through a file copy or a
database dump?

Christian

-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.


On Mon, Jan 19, 2009 at 8:40 AM, Dan Savilonis d...@n-cube.org wrote:


 I've run rb-site upgrade to try to upgrade an older ~svn1520
 installation database. I have the a fresh easy_install installation
 from yesterday and copied the old database over, but I ran into the
 issue below. How do I get manage.py to run now that I'm on an egg
 installation toi debug this? I can't get it to find settings_local.py.

 Rebuilding directory structure
 Updating database
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for reviews.
 There are unapplied evolutions for scmtools.
 There are unapplied evolutions for scmtools.
 Project signature has changed - an evolution is required
 Project signature has changed - an evolution is required
 Installing json fixture 'initial_data' from '/usr/lib/python2.5/site-
 packages/ReviewBoard-0.9.dev_20090118-py2.5.egg/reviewboard/scmtools/
 fixtures'.
 Installed 6 object(s) from 1 fixture(s)
 The stored evolutions do not completely resolve all model changes.
 Run `./manage.py evolve --hint` to see a suggestion for the changes
 required.

 The following are the changes that could not be resolved:
 In model scmtools.Repository:
In field 'bug_tracker':
Property 'field_type' has changed

 Thanks,
 Dan
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-19 Thread SamClark

I'm trying to serve review board through apache 2.2.10. I just had rb-
site.py complete but I don't have the sites-available or sites-enabled
directories and it doesn't look like httpd.conf has any mention of
either. Should I look for another apache distribution?

I have tried pasting the review board config file into my virtual
hosts file and uncommenting the virtual host reference httpd.conf in
the past with no luck.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Windows Installation w/ Apache 2: What if I don't have sites-available or sites-enabled directories?

2009-01-19 Thread Christian Hammond
Hi Sam.

Some distros don't provide a sites-available or sites-enabled. In these
cases, I'd just recommend modifying httpd.conf and append the configuration.
It sounds like you've tried this, though. Does the Apache error log say
anything? Also, make sure you have a NameVirtualHost entry somewhere in the
file that specifies the IP address of the server.

What do you see when you visit the site?

Christian

-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.


On Mon, Jan 19, 2009 at 3:38 PM, SamClark pimp.roc...@gmail.com wrote:


 I'm trying to serve review board through apache 2.2.10. I just had rb-
 site.py complete but I don't have the sites-available or sites-enabled
 directories and it doesn't look like httpd.conf has any mention of
 either. Should I look for another apache distribution?

 I have tried pasting the review board config file into my virtual
 hosts file and uncommenting the virtual host reference httpd.conf in
 the past with no luck.
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Trophy causing problems

2009-01-19 Thread Martin

Hi Christian,

thanks so much!
I'll update our server first thing in the morning.

How else do you get a trophy?
That was so neat to see that the st ID got a trophy :)

Thanks,
Martin

On Jan 16, 5:43 pm, Christian Hammond chip...@chipx86.com wrote:
 Hi Martin.

 There's a patch up to fix this, which I'm going to commit today. If someone
 can upgrade the server today or tomorrow, once it goes in, then this problem
 will be taken care of. Sorry about the inconvenience :(

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 VMware, Inc.

 On Fri, Jan 16, 2009 at 5:56 AM, Martin mkoeb...@gmail.com wrote:

  Hi,
  a colleague of mine recently created the st code review request
  which gave him a nice looking trophy! Really neat easter egg. I just
  updated my reviewboard to svn trunk and that trophy seems to cause
  some trouble now. We no longer can view that reviewrequest.

  Please help :)

  Environment:

  Request Method: GET
  Request URL:http://codereview.ykf.navtech.corp/reviewboard/r//
  Django Version: 1.0.2 final
  Python Version: 2.4.3
  Installed Applications:
  ['django.contrib.admin',
   'django.contrib.auth',
   'django.contrib.contenttypes',
   'django.contrib.markup',
   'django.contrib.sites',
   'django.contrib.sessions',
   'djblets.datagrid',
   'djblets.feedview',
   'djblets.siteconfig',
   'djblets.util',
   'djblets.webapi',
   'reviewboard.accounts',
   'reviewboard.admin',
   'reviewboard.changedescs',
   'reviewboard.diffviewer',
   'reviewboard.iphone',
   'reviewboard.reports',
   'reviewboard.reviews',
   'reviewboard.scmtools',
   'reviewboard.webapi',
   'django_evolution']
  Installed Middleware:
  ('django.middleware.common.CommonMiddleware',
   'django.middleware.doc.XViewMiddleware',
   'django.middleware.locale.LocaleMiddleware',
   'django.contrib.sessions.middleware.SessionMiddleware',
   'django.contrib.auth.middleware.AuthenticationMiddleware',
   'djblets.siteconfig.middleware.SettingsMiddleware',
   'reviewboard.admin.middleware.LoadSettingsMiddleware',
   'djblets.log.middleware.LoggingMiddleware',
   'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware')

  Template error:
  In template /var/www/reviewboard/templates/reviews/trophy_box.html,
  error at line 9
    Caught an exception while rendering: u'review_request.id'
    1 : {% load djblets_deco %}

    2 : {% load djblets_utils %}

    3 : {% load i18n %}

    4 : {% load reviewtags %}

    5 :

    6 : {% ifneatnumber review_request.id %}

    7 : {%  box yay %}

    8 :  img src={{MEDIA_URL}}rb/images/{% if milestone %}trophy{%
  else %}fish-trophy{% endif %}.png width=32 height=48 border=0
  alt= /

    9 :  h1 {% blocktrans with review_request.submitter|
  user_displayname as submitter %} {{submitter}} got review request #
  {{review_request.id}}!{% endblocktrans %}/h1

    10 : {%  endbox %}

    11 : {% endifneatnumber %}

    12 :

    13 :

  Traceback:
  File /usr/lib/python2.4/site-packages/django/core/handlers/base.py
  in get_response
   86.                 response = callback(request, *callback_args,
  **callback_kwargs)
  File /var/www/reviewboard/accounts/decorators.py in _check
   27.             return view_func(*args, **kwargs)
  File /usr/lib/python2.4/site-packages/django/views/decorators/
  cache.py in _cache_controlled
   30.             response = viewfunc(request, *args, **kw)
  File /var/www/reviewboard/reviews/views.py in review_detail
   175.     return render_to_response(template_name, RequestContext
  (request, {
  File /usr/lib/python2.4/site-packages/django/shortcuts/__init__.py
  in render_to_response
   18.     return HttpResponse(loader.render_to_string(*args,
  **kwargs), **httpresponse_kwargs)
  File /usr/lib/python2.4/site-packages/django/template/loader.py in
  render_to_string
   107.     return t.render(context_instance)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   176.         return self.nodelist.render(context)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   768.                 bits.append(self.render_node(node, context))
  File /usr/lib/python2.4/site-packages/django/template/debug.py in
  render_node
   71.             result = node.render(context)
  File /usr/lib/python2.4/site-packages/django/template/loader_tags.py
  in render
   97.         return compiled_parent.render(context)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   176.         return self.nodelist.render(context)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   768.                 bits.append(self.render_node(node, context))
  File /usr/lib/python2.4/site-packages/django/template/debug.py in
  render_node
   71.             result = node.render(context)
  File /usr/lib/python2.4/site-packages/django/template/loader_tags.py
  in render
   24.         result = self.nodelist.render(context)
  File 

Re: Trophy causing problems

2009-01-19 Thread David Trowbridge

Any review request which is a number followed by zeroes (100, 2000,
3) gets a trophy.

Any palindrome gets a fish trophy.

-David

On Mon, Jan 19, 2009 at 4:23 PM, Martin mkoeb...@gmail.com wrote:

 Hi Christian,

 thanks so much!
 I'll update our server first thing in the morning.

 How else do you get a trophy?
 That was so neat to see that the st ID got a trophy :)

 Thanks,
 Martin

 On Jan 16, 5:43 pm, Christian Hammond chip...@chipx86.com wrote:
 Hi Martin.

 There's a patch up to fix this, which I'm going to commit today. If someone
 can upgrade the server today or tomorrow, once it goes in, then this problem
 will be taken care of. Sorry about the inconvenience :(

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 VMware, Inc.

 On Fri, Jan 16, 2009 at 5:56 AM, Martin mkoeb...@gmail.com wrote:

  Hi,
  a colleague of mine recently created the st code review request
  which gave him a nice looking trophy! Really neat easter egg. I just
  updated my reviewboard to svn trunk and that trophy seems to cause
  some trouble now. We no longer can view that reviewrequest.

  Please help :)

  Environment:

  Request Method: GET
  Request URL:http://codereview.ykf.navtech.corp/reviewboard/r//
  Django Version: 1.0.2 final
  Python Version: 2.4.3
  Installed Applications:
  ['django.contrib.admin',
   'django.contrib.auth',
   'django.contrib.contenttypes',
   'django.contrib.markup',
   'django.contrib.sites',
   'django.contrib.sessions',
   'djblets.datagrid',
   'djblets.feedview',
   'djblets.siteconfig',
   'djblets.util',
   'djblets.webapi',
   'reviewboard.accounts',
   'reviewboard.admin',
   'reviewboard.changedescs',
   'reviewboard.diffviewer',
   'reviewboard.iphone',
   'reviewboard.reports',
   'reviewboard.reviews',
   'reviewboard.scmtools',
   'reviewboard.webapi',
   'django_evolution']
  Installed Middleware:
  ('django.middleware.common.CommonMiddleware',
   'django.middleware.doc.XViewMiddleware',
   'django.middleware.locale.LocaleMiddleware',
   'django.contrib.sessions.middleware.SessionMiddleware',
   'django.contrib.auth.middleware.AuthenticationMiddleware',
   'djblets.siteconfig.middleware.SettingsMiddleware',
   'reviewboard.admin.middleware.LoadSettingsMiddleware',
   'djblets.log.middleware.LoggingMiddleware',
   'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware')

  Template error:
  In template /var/www/reviewboard/templates/reviews/trophy_box.html,
  error at line 9
Caught an exception while rendering: u'review_request.id'
1 : {% load djblets_deco %}

2 : {% load djblets_utils %}

3 : {% load i18n %}

4 : {% load reviewtags %}

5 :

6 : {% ifneatnumber review_request.id %}

7 : {%  box yay %}

8 :  img src={{MEDIA_URL}}rb/images/{% if milestone %}trophy{%
  else %}fish-trophy{% endif %}.png width=32 height=48 border=0
  alt= /

9 :  h1 {% blocktrans with review_request.submitter|
  user_displayname as submitter %} {{submitter}} got review request #
  {{review_request.id}}!{% endblocktrans %}/h1

10 : {%  endbox %}

11 : {% endifneatnumber %}

12 :

13 :

  Traceback:
  File /usr/lib/python2.4/site-packages/django/core/handlers/base.py
  in get_response
   86. response = callback(request, *callback_args,
  **callback_kwargs)
  File /var/www/reviewboard/accounts/decorators.py in _check
   27. return view_func(*args, **kwargs)
  File /usr/lib/python2.4/site-packages/django/views/decorators/
  cache.py in _cache_controlled
   30. response = viewfunc(request, *args, **kw)
  File /var/www/reviewboard/reviews/views.py in review_detail
   175. return render_to_response(template_name, RequestContext
  (request, {
  File /usr/lib/python2.4/site-packages/django/shortcuts/__init__.py
  in render_to_response
   18. return HttpResponse(loader.render_to_string(*args,
  **kwargs), **httpresponse_kwargs)
  File /usr/lib/python2.4/site-packages/django/template/loader.py in
  render_to_string
   107. return t.render(context_instance)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   176. return self.nodelist.render(context)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   768. bits.append(self.render_node(node, context))
  File /usr/lib/python2.4/site-packages/django/template/debug.py in
  render_node
   71. result = node.render(context)
  File /usr/lib/python2.4/site-packages/django/template/loader_tags.py
  in render
   97. return compiled_parent.render(context)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   176. return self.nodelist.render(context)
  File /usr/lib/python2.4/site-packages/django/template/__init__.py in
  render
   768. bits.append(self.render_node(node, context))
  File /usr/lib/python2.4/site-packages/django/template/debug.py in
  render_node
   71. 

Re: Reviewboard alpa

2009-01-19 Thread roshan pius

Hi

1.I'm not using a domain name as of now, running it directly with an
IP:(xxx.xxx.xxx.xxx).Will get a domain later. But i was running before
with direct IP.
2.As is said, i was running the old reviewboard off the svn checkout
so i didn't have a rb-site installation so rb-site upgrade is not
possible.

3.It is using the same old database( i can see all the members as well
as the old review requests, just that the layout is messed).

4.The Symbolic links htdocs/media/ directory(seems to be ok):

drwxrwxrwx 3 www-data www-data 4096 Jan 19 20:05 .
drwxrwxrwx 3 www-data www-data 4096 Jan 19 20:05 ..
lrwxrwxrwx 1 www-data www-data  101 Jan 19 20:05 admin -
/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0alpha1-py2.6.egg/reviewboard/htdocs/media/admin
lrwxrwxrwx 1 www-data www-data   80 Jan 19 20:05 djblets -
/usr/local/lib/python2.6/site-packages/Djblets-0.5alpha1-py2.6.egg/djblets/media
lrwxrwxrwx 1 www-data www-data   98 Jan 19 20:05 rb -
/usr/local/lib/python2.6/site-packages/ReviewBoard-1.0alpha1-py2.6.egg/reviewboard/htdocs/media/rb
drwxrwxrwx 3 www-data www-data 4096 Jan 19 20:05 uploaded

6. When i installed ReviewBoard i used python setup.py install and
then did rb-site /srv/www/htdocs/review-board.com

7.For some reason the easy_install had some issues while i was trying
yesterday, it was saying it was not able to. That is why i manually
downloaded the tar.gz files and installed using python setup.py
install





On Tue, Jan 20, 2009 at 3:21 AM, Christian Hammond chip...@chipx86.com wrote:
 A few things I need to know first:

 1) Is your Review Board install using its own subdomain, or is it in a
 directory off a domain?

 2) If it's in a directory off a domain, did you specify that directory
 during the install?

 3) Is this using an existing database?

 4) Try running rb-site upgrade on the site again. Does that fix the problem?

 5) What do the symlinks look like in your site's htdocs/media/ directory?
 Are they pointing to the right place?

 6) When you installed Review Board, did you use setup.py install?

 7) What happens when you install via easy_install?

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 VMware, Inc.


 On Mon, Jan 19, 2009 at 6:57 AM, roshanpius roshanpiustho...@gmail.com
 wrote:

 Hi ,

 I installed the Reviewboard alpha tar.gz file today and installed an
 instance using rb-site tool as i have been running reviewboard out of
 my svn checkout till now.

 But when i restarted my apache server with the new conf file
 (generated from the rb-site install) and when i tried to login i found
 the page-media garbled. I mean the colors and the general page layout
 is messed up.

 I'm pretty sure it is a minor issue with some media path or
 permissions or something  like that.

 What exactly do i need to configure for the media?

 Please Help fast ,lot of people are using it and it is temporarily
 down because of this issue.

 Thanks,
 Roshan Pius



 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: Reviewboard alpa

2009-01-19 Thread Christian Hammond

Hmm. If sounds like the site install went fine. Can you e-mail me the
resulting Apache config and the HTML from any page on the site
(something generic like the login page would do).

It's probably either the site root setting, or Apache is looking in
the wrong place for media files.

Christian


On 1/19/09, roshan pius roshanpiustho...@gmail.com wrote:

 Hi

 1.I'm not using a domain name as of now, running it directly with an
 IP:(xxx.xxx.xxx.xxx).Will get a domain later. But i was running before
 with direct IP.
 2.As is said, i was running the old reviewboard off the svn checkout
 so i didn't have a rb-site installation so rb-site upgrade is not
 possible.

 3.It is using the same old database( i can see all the members as well
 as the old review requests, just that the layout is messed).

 4.The Symbolic links htdocs/media/ directory(seems to be ok):

 drwxrwxrwx 3 www-data www-data 4096 Jan 19 20:05 .
 drwxrwxrwx 3 www-data www-data 4096 Jan 19 20:05 ..
 lrwxrwxrwx 1 www-data www-data  101 Jan 19 20:05 admin -
 /usr/local/lib/python2.6/site-packages/ReviewBoard-1.0alpha1-py2.6.egg/reviewboard/htdocs/media/admin
 lrwxrwxrwx 1 www-data www-data   80 Jan 19 20:05 djblets -
 /usr/local/lib/python2.6/site-packages/Djblets-0.5alpha1-py2.6.egg/djblets/media
 lrwxrwxrwx 1 www-data www-data   98 Jan 19 20:05 rb -
 /usr/local/lib/python2.6/site-packages/ReviewBoard-1.0alpha1-py2.6.egg/reviewboard/htdocs/media/rb
 drwxrwxrwx 3 www-data www-data 4096 Jan 19 20:05 uploaded

 6. When i installed ReviewBoard i used python setup.py install and
 then did rb-site /srv/www/htdocs/review-board.com

 7.For some reason the easy_install had some issues while i was trying
 yesterday, it was saying it was not able to. That is why i manually
 downloaded the tar.gz files and installed using python setup.py
 install





 On Tue, Jan 20, 2009 at 3:21 AM, Christian Hammond chip...@chipx86.com
 wrote:
 A few things I need to know first:

 1) Is your Review Board install using its own subdomain, or is it in a
 directory off a domain?

 2) If it's in a directory off a domain, did you specify that directory
 during the install?

 3) Is this using an existing database?

 4) Try running rb-site upgrade on the site again. Does that fix the
 problem?

 5) What do the symlinks look like in your site's htdocs/media/ directory?
 Are they pointing to the right place?

 6) When you installed Review Board, did you use setup.py install?

 7) What happens when you install via easy_install?

 Christian

 --
 Christian Hammond - chip...@chipx86.com
 VMware, Inc.


 On Mon, Jan 19, 2009 at 6:57 AM, roshanpius roshanpiustho...@gmail.com
 wrote:

 Hi ,

 I installed the Reviewboard alpha tar.gz file today and installed an
 instance using rb-site tool as i have been running reviewboard out of
 my svn checkout till now.

 But when i restarted my apache server with the new conf file
 (generated from the rb-site install) and when i tried to login i found
 the page-media garbled. I mean the colors and the general page layout
 is messed up.

 I'm pretty sure it is a minor issue with some media path or
 permissions or something  like that.

 What exactly do i need to configure for the media?

 Please Help fast ,lot of people are using it and it is temporarily
 down because of this issue.

 Thanks,
 Roshan Pius



 


 



-- 
-- 
Christian Hammond - chip...@chipx86.com
VMware, Inc.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---