Using open-id auth extension

2014-06-01 Thread Anshu Prateek
hi,

How can I use OpenID auth extension? 
(https://reviews.reviewboard.org/r/5199/diff/)
I couldnt find the source code at 
https://github.com/reviewboard/rb-extension-pack; so I generated it from 
the diff downloaded from rb

I had to make some changes to get it for working for django 1.6..

rbsocialauth/rbsocialauth/extension.py
2c2
 from django.conf.urls.defaults import include, patterns, url
---
 from django.conf.urls import include, patterns, url

(as per 
http://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults
 
)

I could get it installed but the server logs show this error..

09:40:12 ERROR 

 - Error loading extension rbsocialauth: No module named rbsocialauth.extension


(On a related note , does rb support only django1.6 ?)

similarly, on syncdb,

[anshup@isis ReviewBoard-2.0.1]$ sudo python reviewboard/manage.py syncdb
ERROR:root:Error loading extension rbsocialauth: No module named 
rbsocialauth.extension


What all am I doing wrong? What is the right way to proceed about 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/d/optout.


social auth throwing errors

2014-06-01 Thread Anshu Prateek
hi,

I think I got the extension installed and working correctly finally. But 
now rb keeps throwing these errors frequently, and the error goes away on 
refresh..

Environment:


Request Method: GET
Request URL: http://192.168.5.101:8001/admin/extensions/

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


Traceback:
File 
/usr/lib/python2.6/site-packages/Django-1.6.5-py2.6.egg/django/core/handlers/base.py
 
in get_response
  88. response = middleware_method(request)
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/middleware.py
 
in process_request
  41. self._check_expired()
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/middleware.py
 
in _check_expired
  72. extension_manager.load(full_reload=True)
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/manager.py
 
in load
  404. self._load_extensions(full_reload)
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/manager.py
 
in _load_extensions
  409. self._clear_extensions()
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/manager.py
 
in _clear_extensions
  542. self._uninit_extension(extension)
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/manager.py
 
in _uninit_extension
  633. extension.context_processors)
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/manager.py
 
in remove_list
  145. self.remove(item)
File 
/usr/lib/python2.6/site-packages/Djblets-0.8.1-py2.6.egg/djblets/extensions/manager.py
 
in remove
  130. % (self.display_name, item))

Exception Type: AssertionError at /admin/extensions/
Exception Value: Extension's context processor 
social.apps.django_app.context_processors.backends is missing a ref count.

Also, I dont see any login page for the auth providers..

-- 
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/d/optout.


password resets failing

2014-06-01 Thread Anshu Prateek
hi,

The password reset for my rb are failing with..

   Password reset unsuccessful 
 
The password reset link was invalid, either because it expired or has 
already been used. Please request a new one here.


   I am the admin for this installation, so have access to admin account, 
this failure is for a test account. There is nothing in the logs even on 
debug. 
How do I proceed about it?

(rb 2.0.1)

regards
Anshu Prateek

-- 
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/d/optout.


Re: Using open-id auth extension

2014-06-01 Thread Christian Hammond
It's not ready for real use. You won't have any luck with it until we get
around to updating it for the latest changes in 2.0.

Christian


On Sunday, June 1, 2014, Anshu Prateek ansh.p...@gmail.com wrote:

 hi,

 How can I use OpenID auth extension? (
 https://reviews.reviewboard.org/r/5199/diff/)
 I couldnt find the source code at
 https://github.com/reviewboard/rb-extension-pack; so I generated it from
 the diff downloaded from rb

 I had to make some changes to get it for working for django 1.6..

 rbsocialauth/rbsocialauth/extension.py
 2c2
  from django.conf.urls.defaults import include, patterns, url
 ---
  from django.conf.urls import include, patterns, url

 (as per
 http://stackoverflow.com/questions/19962736/django-import-error-no-module-named-django-conf-urls-defaults
 )

 I could get it installed but the server logs show this error..

 09:40:12 ERROR

  - Error loading extension rbsocialauth: No module named 
 rbsocialauth.extension


 (On a related note , does rb support only django1.6 ?)

 similarly, on syncdb,

 [anshup@isis ReviewBoard-2.0.1]$ sudo python reviewboard/manage.py syncdb
 ERROR:root:Error loading extension rbsocialauth: No module named
 rbsocialauth.extension


 What all am I doing wrong? What is the right way to proceed about 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
 javascript:_e(%7B%7D,'cvml','reviewboard%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.



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

-- 
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/d/optout.


Re: Issue 3393 in reviewboard: Interdiffs are incorrect when new files are added

2014-06-01 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 3393 by trowb...@gmail.com: Interdiffs are incorrect  
when new files are added

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

Without a reproduction case, it's pretty hard to believe this (we use  
interdiffs all the time).


If you'd like, you can send us patches 1 and 2 privately and we can take a  
look to see what's happening.


--
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/d/optout.