Skip to content

Commit

Permalink
fixes bug 998363 - Use django-browserid 0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed May 8, 2014
1 parent 590d8f8 commit 9df787f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,3 @@
[submodule "webapp-django/vendor"]
path = webapp-django/vendor
url = git://github.com/mozilla/playdoh-lib.git
[submodule "webapp-django/vendor-local/src/django-browserid"]
path = webapp-django/vendor-local/src/django-browserid
url = https://github.com/mozilla/django-browserid.git
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
</script>
</head>
<body>
{{ browserid_info() }}
<div class="page-header">
<h1>
<a href="/">
Expand Down
2 changes: 1 addition & 1 deletion webapp-django/vendor
Submodule vendor updated 41 files
+66 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/PKG-INFO
+67 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/SOURCES.txt
+1 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/dependency_links.txt
+86 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/installed-files.txt
+1 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/not-zip-safe
+2 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/requires.txt
+2 −0 lib/python/django_browserid-0.10.1-py2.6.egg-info/top_level.txt
+8 −2 lib/python/django_browserid/__init__.py
+51 −0 lib/python/django_browserid/admin.py
+44 −19 lib/python/django_browserid/auth.py
+199 −146 lib/python/django_browserid/base.py
+29 −0 lib/python/django_browserid/compat.py
+0 −23 lib/python/django_browserid/context_processors.py
+0 −33 lib/python/django_browserid/forms.py
+41 −60 lib/python/django_browserid/helpers.py
+23 −0 lib/python/django_browserid/http.py
+1 −1 lib/python/django_browserid/signals.py
+126 −0 lib/python/django_browserid/static/browserid/api.js
+47 −113 lib/python/django_browserid/static/browserid/browserid.js
+6 −0 lib/python/django_browserid/static/browserid/jquery-1.10.2.min.js
+86 −0 lib/python/django_browserid/templates/browserid/admin_login.html
+6 −0 lib/python/django_browserid/templates/browserid/button.html
+1 −8 lib/python/django_browserid/templates/browserid/info.html
+7 −5 lib/python/django_browserid/templatetags/browserid.py
+30 −48 lib/python/django_browserid/tests/__init__.py
+2 −0 lib/python/django_browserid/tests/settings.py
+53 −0 lib/python/django_browserid/tests/test_admin.py
+47 −28 lib/python/django_browserid/tests/test_auth.py
+346 −131 lib/python/django_browserid/tests/test_base.py
+0 −15 lib/python/django_browserid/tests/test_forms.py
+165 −128 lib/python/django_browserid/tests/test_helpers.py
+20 −0 lib/python/django_browserid/tests/test_http.py
+9 −7 lib/python/django_browserid/tests/test_urls.py
+40 −24 lib/python/django_browserid/tests/test_util.py
+0 −116 lib/python/django_browserid/tests/test_verification.py
+138 −154 lib/python/django_browserid/tests/test_views.py
+2 −2 lib/python/django_browserid/tests/urls.py
+13 −15 lib/python/django_browserid/urls.py
+10 −22 lib/python/django_browserid/util.py
+73 −97 lib/python/django_browserid/views.py
+0 −577 lib/python/six.py
1 change: 0 additions & 1 deletion webapp-django/vendor-local/src/django-browserid
Submodule django-browserid deleted from fe9ced
2 changes: 1 addition & 1 deletion webapp-django/vendor-local/vendor.pth
Original file line number Diff line number Diff line change
@@ -1 +1 @@
src/django-browserid

0 comments on commit 9df787f

Please sign in to comment.