[ckan-changes] [ckan/ckan] 88f99c: [#2415] Allow uppercase emails on user invites
GitHub
noreply at github.com
Thu Jul 16 09:05:06 UTC 2015
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 88f99cf736eecd051348ca2e266fde94335a2498
https://github.com/ckan/ckan/commit/88f99cf736eecd051348ca2e266fde94335a2498
Author: amercader <amercadero at gmail.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M ckan/logic/action/create.py
M ckan/tests/logic/action/test_create.py
Log Message:
-----------
[#2415] Allow uppercase emails on user invites
Just lowercase the user name created from the email address
Commit: 4f0af501c65fc78605f451e60440a6c28f7e7117
https://github.com/ckan/ckan/commit/4f0af501c65fc78605f451e60440a6c28f7e7117
Author: amercader <amercadero at gmail.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M ckan/tests/controllers/test_user.py
Log Message:
-----------
[#1940] Fix failing test after change on form id
Commit: 31b00b3bd8caa7238da2cbc2992e69ba8a258ba3
https://github.com/ckan/ckan/commit/31b00b3bd8caa7238da2cbc2992e69ba8a258ba3
Author: amercader <amercadero at gmail.com>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M ckan/config/environment.py
M ckan/config/routing.py
M ckan/controllers/api.py
M ckan/controllers/user.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/model_dictize.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/auth/get.py
R ckan/new_tests/controllers/test_user.py
M ckan/templates/user/edit_user_form.html
M ckan/tests/config/test_environment.py
M ckan/tests/controllers/test_api.py
M ckan/tests/controllers/test_user.py
M ckan/tests/legacy/functional/api/test_util.py
M ckan/tests/legacy/functional/test_group.py
M ckan/tests/legacy/models/test_group.py
M ckan/tests/lib/dictization/test_model_dictize.py
M ckan/tests/logic/action/test_create.py
M ckan/tests/logic/action/test_get.py
M contrib/docker/my_init.d/50_configure
M doc/maintaining/configuration.rst
M doc/maintaining/installing/install-from-source.rst
Log Message:
-----------
Merge branch 'master' into 2415-uppercase-emails-on-user-invite
Commit: db19a58fb3a67f4166aae1392d29f79e2b37bf0d
https://github.com/ckan/ckan/commit/db19a58fb3a67f4166aae1392d29f79e2b37bf0d
Author: Joe Tsoi <joetsoi at users.noreply.github.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M ckan/logic/action/create.py
M ckan/tests/logic/action/test_create.py
Log Message:
-----------
Merge pull request #2415 from ckan/2415-uppercase-emails-on-user-invite
Allow uppercase letters in local part of email when sending user invitations
Compare: https://github.com/ckan/ckan/compare/716fbad10c40...db19a58fb3a6
More information about the ckan-changes
mailing list