Re: Could you please check the steps to enable reviewboard to display other language?

2012-05-21 Thread Po-Chien Lin
Hi Brant, The LANGUAGE_CODE should be in the form: (It is also mentioned in settings.py) http://www.w3.org/TR/REC-html40/struct/dirlang.html#h-8.1.1 In your case, I think it should be: LANGUAGE_CODE = 'zh-cn' Try it, Good luck :) - linpc Brant於 2012年5月17日星期四UTC+8下午3時11分20秒寫道: > > Could anyo

Re: Do you have any plan for including localization file in your project?

2012-05-21 Thread Po-Chien Lin
I have replied in your post. 已回覆�o您了 :) -linpc Brant於 2012年5月19日星期六UTC+8下午11�r03分22秒��道: > > > Hi Lin, > > 我遇到一个设置ReviewBoard显示中文的问题,您能帮我看一下吗? > 具体的描述是这里: > https://groups.google.com/d/topic/reviewboard/pXLe06MW5eU/discussion > 没有人帮我 > 谢谢您先:) > > Best Regards, > Brant. > -- Want to help th

Re: Could you please check the steps to enable reviewboard to display other language?

2012-05-21 Thread Po-Chien Lin
Oh, I forgot that ``LANGUAGES'' item need also be modified to be the same with your ``LANGUAGE_CODE'' setting LANGUAGE_CODE = 'zh-cn' USE_I18N = True LANGUAGES = ( ('zh-cn', _('Chinese')), ) -linpc Po-Chien Lin於 2012年5月21日星期一UTC+8下午3時45分35秒寫道: > > Hi Brant, > > The LANG

Re: Could you please check the steps to enable reviewboard to display other language?

2012-05-21 Thread Po-Chien Lin
Oh, I forgot that ``LANGUAGES'' item need also be modified to be the same with your ``LANGUAGE_CODE'' setting LANGUAGE_CODE = 'zh-cn' USE_I18N = True LANGUAGES = ( ('zh-cn', _('Chinese')), ) But keep your django.po file under ``locale/zh_CN/LC_MESSAGES/'' as you already

Reviewboard upgrade database compatibility

2012-05-21 Thread virtualAdmin
Hi all, In the next few weeks I'll be migrating our company's Reviewboard installation. We're currently running RB 1.5.5 backed by MySQL (MyISAM), but I'd really like to install the current version of RB on our new server. Should this be a no-hassle database transition? As in, install Reviewboa

Reviewboard 1.6.5 problem

2012-05-21 Thread Florian Leibert
Hi, I created a diff (the current revision and some previous version), uploaded the diff while creating a new review request. Then, I committed my revision locally. Later after a review, i went ahead and updated the diff via the web ui, i.e. locally i did a git diff --full- index > foo.diff. Upload

Re: Reviewboard upgrade database compatibility

2012-05-21 Thread Christian Hammond
Hi, The upgrade should go pretty smoothly. I of course recommend backing up the site directory and database first, but it should just be a matter of upgrading the ReviewBoard package, running 'rb-site upgrade' on the site directory, and restarting the server. How hard RB is to install depends gre

Re: Reviewboard 1.6.5 problem

2012-05-21 Thread Christian Hammond
Hi Florian, After the review, I assume you made some changes that were either left in the index or committed to another commit, right? You must make sure that the diff is going to cover changes made since an upstream revision (such as origin/master..HEAD), rather than just what's in the index or i

Re: Reviewboard upgrade database compatibility

2012-05-21 Thread virtualAdmin
Our new server will run RB in its own VM, so I'll probably use Fedora for that. Also, it's actually a completely new server, so what I was really asking was, can I install Reviewboard 1.6.6 fresh on a new OS, then immediately import my Reviewboard database from the 1.5.5 install? Or do I need to,

Re: Reviewboard upgrade database compatibility

2012-05-21 Thread Christian Hammond
You should be able to copy over the 1.5 database and site directory to the new server and then do the site upgrade. Just make sure you're copying over the database exactly, as in SQL dump/load or something. Don't create a new 1.6 database and then try to import the data. Christian -- Christian H

Windows installation: Creating a Review Board Site

2012-05-21 Thread mark.har...@arcinnovations.co.nz
Hello, I'm trying to install ReviewBoard on a Windows machine for evaluation. After fighting my way through the Windows installation, which may or may not have been successful, I then moved through to the "Creating a Review Board Site" section (http://www.reviewboard.org/docs/manual/1.6/ admin/ins

Re: Windows installation: Creating a Review Board Site

2012-05-21 Thread Christian Hammond
Hi Mark, I generally recommend people do not try to install on Windows, as it's much more painful to get set up and maintained, and it's typically slower. If you're a Windows shop, I recommend using an Ubuntu or Fedora VM on something like VMware Workstation or some other product. That said, I do

Re: Windows installation: Creating a Review Board Site

2012-05-21 Thread mark.har...@arcinnovations.co.nz
> Thanks for any assistance. I should add that I'm attempting to install version 1.6 on Windows via this link: Thanks. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy u

Re: Windows installation: Creating a Review Board Site

2012-05-21 Thread mark.har...@arcinnovations.co.nz
> You may get more information as to which operation is failing. The error is as follows: "[Error 3] The system cannot find the path specified: '\\var\\www\ \reviews.example.com'" Thanks. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user?