[ckan-changes] [okfn/ckan] 866cad: [#1429] Pass came_from to login handler after crea...
GitHub
noreply at github.com
Tue Jan 28 15:23:20 UTC 2014
Branch: refs/heads/release-v2.2
Home: https://github.com/okfn/ckan
Commit: 866cad0a89cdc16f114ccbabec3ddf5cadfe8cba
https://github.com/okfn/ckan/commit/866cad0a89cdc16f114ccbabec3ddf5cadfe8cba
Author: amercader <amercadero at gmail.com>
Date: 2014-01-28 (Tue, 28 Jan 2014)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
[#1429] Pass came_from to login handler after creating a user
Otherwise you lose the language setting for the UI. I'm not entirely
sure but that may involve two redirects.
Commit: 69b7052178592d86d5d0f17988719cbb74a62171
https://github.com/okfn/ckan/commit/69b7052178592d86d5d0f17988719cbb74a62171
Author: amercader <amercadero at gmail.com>
Date: 2014-01-28 (Tue, 28 Jan 2014)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
[#1429] PEP8 fixes
Commit: 9ddf9b9c93423dd75ba292201c124b0b652f0125
https://github.com/okfn/ckan/commit/9ddf9b9c93423dd75ba292201c124b0b652f0125
Author: amercader <amercadero at gmail.com>
Date: 2014-01-28 (Tue, 28 Jan 2014)
Changed paths:
M ckan/public/base/javascript/modules/custom-fields.js
Log Message:
-----------
[#1449] Fix extras deletion
The custom-fields module was actually disabling the fields when clicking
the delete extra cross button. This prevented the key and value from
being sent, which caused a validation error.
We now change only the class to make it look disabled, which should be
good enough.
Commit: aaa82aa83d802cce8350e35b0b1863aed8aac540
https://github.com/okfn/ckan/commit/aaa82aa83d802cce8350e35b0b1863aed8aac540
Author: amercader <amercadero at gmail.com>
Date: 2014-01-28 (Tue, 28 Jan 2014)
Changed paths:
M ckan/public/base/test/spec/modules/custom-fields.spec.js
Log Message:
-----------
[#1449] Remove unneeded tests
Compare: https://github.com/okfn/ckan/compare/41114116e011...aaa82aa83d80
More information about the ckan-changes
mailing list