fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ead1035
)
Upgrade django-allauth.
author
Radek Czajka
<radekczajka@nowoczesnapolska.org.pl>
Wed, 19 Feb 2014 12:08:27 +0000
(13:08 +0100)
committer
Radek Czajka
<radekczajka@nowoczesnapolska.org.pl>
Wed, 19 Feb 2014 12:08:27 +0000
(13:08 +0100)
apps/wolnelektury_core/static/scss/main/auth.scss
patch
|
blob
|
history
apps/wolnelektury_core/templates/socialaccount/connections.html
patch
|
blob
|
history
apps/wolnelektury_core/templates/socialaccount/snippets/login_extra.html
[new file with mode: 0644]
patch
|
blob
requirements.txt
patch
|
blob
|
history
diff --git
a/apps/wolnelektury_core/static/scss/main/auth.scss
b/apps/wolnelektury_core/static/scss/main/auth.scss
index
03cf615
..
793afe4
100755
(executable)
--- a/
apps/wolnelektury_core/static/scss/main/auth.scss
+++ b/
apps/wolnelektury_core/static/scss/main/auth.scss
@@
-29,6
+29,9
@@
&.google {
background-image: url(/static/img/auth/google.png);
}
&.google {
background-image: url(/static/img/auth/google.png);
}
+ &.facebook {
+ background-image: url(/static/img/auth/facebook.png);
+ }
}
}
diff --git
a/apps/wolnelektury_core/templates/socialaccount/connections.html
b/apps/wolnelektury_core/templates/socialaccount/connections.html
index
9896b09
..
3df16a8
100644
(file)
--- a/
apps/wolnelektury_core/templates/socialaccount/connections.html
+++ b/
apps/wolnelektury_core/templates/socialaccount/connections.html
@@
-47,7
+47,7
@@
<h2>{% trans 'Add a 3rd Party Account' %}</h2>
<ul class="socialaccount_providers">
<h2>{% trans 'Add a 3rd Party Account' %}</h2>
<ul class="socialaccount_providers">
-{% include "socialaccount/snippets/provider_list.html" %}
+{% include "socialaccount/snippets/provider_list.html"
with process="connect"
%}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
</ul>
{% include "socialaccount/snippets/login_extra.html" %}
diff --git a/apps/wolnelektury_core/templates/socialaccount/snippets/login_extra.html
b/apps/wolnelektury_core/templates/socialaccount/snippets/login_extra.html
new file mode 100644
(file)
index 0000000..
ae06792
--- /dev/null
+++ b/
apps/wolnelektury_core/templates/socialaccount/snippets/login_extra.html
@@ -0,0
+1
@@
+{# This file intentionally left empty to disable loading FB JS. #}
diff --git
a/requirements.txt
b/requirements.txt
index
4c96c93
..
f630b15
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-12,9
+12,7
@@
django-piston>=0.2.2.1,<0.2.3
jsonfield>=0.9.20
django-picklefield
django-modeltranslation
jsonfield>=0.9.20
django-picklefield
django-modeltranslation
-
-#django-allauth<0.10 with migration fix
--e git+git://github.com/rczajka/django-allauth.git@4ecda71b81f9311dea4febe1d2d0105f23c642c7#egg=django-allauth
+django-allauth>=0.15,<0.16
pytz
pytz