Cannot resolve keyword 'get_full_name'

2013-02-11 Thread Bart Celary
Hi, I am on 1.7.4 and hit the following problem when accessing /users/ URL: Traceback (most recent call last): File /data/httpd/www/reviews/lib/python2.7/site-packages/django/core/handlers/base.py, line 111, in get_response response = callback(request, *callback_args,

Maintenance mode

2012-04-13 Thread Bart Celary
Hello RB users, In my RB setup I am often faced with a situation when the SCM server for my repositories is having issues (e.g. problem accessing files, etc.). In this case I'd like to be able to disable the RB server and show some friendly message that the server is having problems. What's

File does not exist: .../media/rb/js/base.None.min.js

2012-02-24 Thread Bart Celary
Hello, I am trying out the latest git snapshot of the RB along with the latest djblets. The dev server works OK, however I am not able to retrieve any of the javascript and css files: File does not exist: ./reviews/htdocs/media/rb/js/ base.None.min.js, referer:

Re: Extension's ModelAdmin and AdminSite

2012-02-21 Thread Bart Celary
Steven, Thanks for taking your time working on this. I understand the bug prevents this from being integrated now. For now my solution was to simply create a new AdminSite in the admin.py and register it under extensions' admin URL / db. I do hit the Django bug but other than that it is usable for

Extension's ModelAdmin and AdminSite

2012-02-09 Thread Bart Celary
Hello, Could you tell me what is the proper way of registering ModelAdmin classes for extensions. Should I create extra AdminSite instance for this purpose or use django.contrib.admin.site? I thought that just registering ModelAdmin classes in myext.admin module would be OK but it is not picked up

Per user whitespace diff viewer options

2012-01-13 Thread Bart Celary
Hi, I am wondering if there are any plans in future releases to allow the user to save the preference in regard to whitespace diff viewer options. Currently the whitespace changes are turned on by default. I am aware that the show trailing whitespace option could be disabled globally but this is

Re: Fixed diff width

2011-12-19 Thread Bart Celary
Regards, Bartek On Dec 17, 4:21 am, Christian Hammond chip...@gmail.com wrote: What's the offending line? Christian On Dec 16, 2011, at 13:59, Bart Celary bartlomiej.cel...@gmail.com wrote: Tried already on Chromium and Firefox under latest Ubuntu as well as Chrome/Firefox

Fixed diff width

2011-12-16 Thread Bart Celary
Hi, I have searched the group's archives and haven't really found and answer to my question. In the diff viewer I am getting quite wide diffs for some files. The diff in question does not contain any text that is not breakable (e.g. we are using spaces to separate words, no long strings such as

Re: Installing ReviewBoard on latest Ubuntu

2011-12-16 Thread Bart Celary
I thought I'll share my way of installing RB on Ubuntu. What I normally do when installing django projects is install everything via virtualenv script. On Ubuntu you can apt-get install python-pip and python-virtualenv, then: # Create Python virtual environments directory mkdir -p /srv/pve #

Re: Fixed diff width

2011-12-16 Thread Bart Celary
with its wrapping. Christian On Dec 16, 2011, at 6:38, Bart Celary bartlomiej.cel...@gmail.com wrote: Hi, I have searched the group's archives and haven't really found and answer to my question. In the diff viewer I am getting quite wide diffs for some files. The diff