Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
92326b30
Commit
92326b30
authored
Oct 11, 2013
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
be11aa9a
eec2d391
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
accounts/pipeline.py
accounts/pipeline.py
+1
-0
pylint.rc
pylint.rc
+1
-1
weblate/settings_example.py
weblate/settings_example.py
+2
-1
No files found.
accounts/pipeline.py
View file @
92326b30
...
@@ -27,6 +27,7 @@ from social.exceptions import AuthForbidden
...
@@ -27,6 +27,7 @@ from social.exceptions import AuthForbidden
from
accounts.models
import
send_notification_email
,
VerifiedEmail
from
accounts.models
import
send_notification_email
,
VerifiedEmail
from
weblate
import
appsettings
from
weblate
import
appsettings
def
get_backend_name
(
strategy
):
def
get_backend_name
(
strategy
):
'''
'''
Wrapper to provide compatibility with different versions
Wrapper to provide compatibility with different versions
...
...
pylint.rc
View file @
92326b30
...
@@ -35,7 +35,7 @@ disable=C0111,I0011,I0012,W0704,W0142,W0232,W0613,W0702,R0201,E1101,E1120,E1103,
...
@@ -35,7 +35,7 @@ disable=C0111,I0011,I0012,W0704,W0142,W0232,W0613,W0702,R0201,E1101,E1120,E1103,
# Set the output format. Available formats are text, parseable, colorized, msvs
# Set the output format. Available formats are text, parseable, colorized, msvs
# (visual studio) and html
# (visual studio) and html
output-format=parseable
#
output-format=parseable
# Include message's id in output
# Include message's id in output
include-ids=yes
include-ids=yes
...
...
weblate/settings_example.py
View file @
92326b30
...
@@ -171,7 +171,8 @@ AUTHENTICATION_BACKENDS = (
...
@@ -171,7 +171,8 @@ AUTHENTICATION_BACKENDS = (
'social.backends.email.EmailAuth'
,
'social.backends.email.EmailAuth'
,
#'social.backends.github.GithubOAuth2',
#'social.backends.github.GithubOAuth2',
#'social.backends.suse.OpenSUSEOpenId',
#'social.backends.suse.OpenSUSEOpenId',
'social.apps.django_app.utils.BackendWrapper'
,
# Needed for Django 1.6:
#'social.apps.django_app.utils.BackendWrapper',
'accounts.auth.WeblateUserBackend'
,
'accounts.auth.WeblateUserBackend'
,
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment