[ckan-changes] [ckan/ckan] 129cce: Allow chained auth functions to chain off built-in...
Sergey
noreply at github.com
Sun Jun 16 12:56:01 UTC 2019
Branch: refs/heads/dev-v2.8
Home: https://github.com/ckan/ckan
Commit: 129cceaa51fd55a874d751a7a544b7740470b858
https://github.com/ckan/ckan/commit/129cceaa51fd55a874d751a7a544b7740470b858
Author: Ashley Sommer <ashley.sommer at csiro.au>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/authz.py
Log Message:
-----------
Allow chained auth functions to chain off built-in auth functions.
Commit: 4405362686c378a0367bb8613f01a31d3a5216a4
https://github.com/ckan/ckan/commit/4405362686c378a0367bb8613f01a31d3a5216a4
Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
Log Message:
-----------
Replace auth_function.__name__ with action
Commit: e43e0b9de79d4e12abd541472c783e6a001f1a3a
https://github.com/ckan/ckan/commit/e43e0b9de79d4e12abd541472c783e6a001f1a3a
Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/authz.py
Log Message:
-----------
Fix line wrap style
Commit: 9a3d8386f4d82b983fabf13c4586c049aa30e62c
https://github.com/ckan/ckan/commit/9a3d8386f4d82b983fabf13c4586c049aa30e62c
Author: amercader <amercadero at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/model/license.py
Log Message:
-----------
[#4594] Allow translation of custom licenses
Commit: b53b7fd9ce8a70687ebce603c34174216bcec60a
https://github.com/ckan/ckan/commit/b53b7fd9ce8a70687ebce603c34174216bcec60a
Author: amercader <amercadero at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/model/license.py
M ckan/tests/model/licenses.v1
M ckan/tests/model/licenses.v2
M ckan/tests/model/test_license.py
Log Message:
-----------
[#4594] Support alternative license format, add tests
Commit: 93b8c12d2e6d44e0d732ea8d8612734d9fe8b61f
https://github.com/ckan/ckan/commit/93b8c12d2e6d44e0d732ea8d8612734d9fe8b61f
Author: Guillaume Troupel <gt at novel-t.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/templates/group/member_new.html
Log Message:
-----------
fix delete link in group
Commit: c02c5340ed8fd009dd0fda4455982a2c71905984
https://github.com/ckan/ckan/commit/c02c5340ed8fd009dd0fda4455982a2c71905984
Author: Guillaume Troupel <gt at novel-t.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/templates/group/member_new.html
M ckan/templates/organization/member_new.html
Log Message:
-----------
fix delete link in organization
Commit: 5ed8e20cb696eeda3419b54118e6a2754dab4f5d
https://github.com/ckan/ckan/commit/5ed8e20cb696eeda3419b54118e6a2754dab4f5d
Author: Guillaume Troupel <gt at novel-t.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/templates-bs2/group/member_new.html
Log Message:
-----------
fix delete button link in group (bs2 template)
Commit: cf50b1596899c92aac6c5b8aee786351f0477c1e
https://github.com/ckan/ckan/commit/cf50b1596899c92aac6c5b8aee786351f0477c1e
Author: Guillaume Troupel <gt at novel-t.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/templates-bs2/organization/member_new.html
Log Message:
-----------
fix delete button link in organization (bs2 template)
Commit: 0bc91d87cf0d719a806a0c0c468b44d0d967c124
https://github.com/ckan/ckan/commit/0bc91d87cf0d719a806a0c0c468b44d0d967c124
Author: Stefan Oderbolz <stefan.oderbolz at liip.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/logic/validators.py
M ckan/tests/logic/test_validators.py
Log Message:
-----------
Check ValueError in url_validator
If an invalid URL is provided to urlparse (e.g. `https://example.com]`)
it might raise a ValueError. This breaks the url_validator.
This PR aims to fix that and simply add the error msg if a ValueError
occurs.
Commit: f33cece1d090f9a98d9b61d9df259c44c9eb7681
https://github.com/ckan/ckan/commit/f33cece1d090f9a98d9b61d9df259c44c9eb7681
Author: Stefan Oderbolz <stefan.oderbolz at liip.ch>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/logic/validators.py
Log Message:
-----------
Remove unneeded variables
Commit: 0dec3bda42b0c53d685ec9fa3ad2e278f5dc74b6
https://github.com/ckan/ckan/commit/0dec3bda42b0c53d685ec9fa3ad2e278f5dc74b6
Author: Francesco Frassinelli <francesco.frassinelli at nina.no>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/public/base/javascript/modules/resource-upload-field.js
Log Message:
-----------
Strip local path when uploading (IE fix)
Commit: 264a51c9965436144f83e3875e2ed2a3d849a31f
https://github.com/ckan/ckan/commit/264a51c9965436144f83e3875e2ed2a3d849a31f
Author: Alberto Miedes <albertomg994 at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/controllers/user.py
Log Message:
-----------
Fix hardcoded root paths in user controller
Commit: 8089103a2fadbb86b0d4f4a36d065e805df4957e
https://github.com/ckan/ckan/commit/8089103a2fadbb86b0d4f4a36d065e805df4957e
Author: Alberto Miedes <albertomg994 at gmail.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/views/user.py
Log Message:
-----------
Fix hardcoded root paths in user view
Commit: e3d8bcc4236245209f058e4dfa974b71d24e0155
https://github.com/ckan/ckan/commit/e3d8bcc4236245209f058e4dfa974b71d24e0155
Author: Shahar Evron <shahar at shoppimon.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/public-bs2/base/less/ckan.less
M ckan/public/base/less/ckan.less
Log Message:
-----------
Increase size of h1 headings to 1.8em
Commit: 399d370a52ecf451ec98370bebc4513e68ae664d
https://github.com/ckan/ckan/commit/399d370a52ecf451ec98370bebc4513e68ae664d
Author: Shahar Evron <shahar at shoppimon.com>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/templates/user/read_base.html
Log Message:
-----------
Fix block / div nesting in the user/read_base template
Commit: 54cbc000b4b39fdff1b180ec2269b2666297a790
https://github.com/ckan/ckan/commit/54cbc000b4b39fdff1b180ec2269b2666297a790
Author: Sergey Motornyuk <sergey.motornyuk at linkdigital.com.au>
Date: 2019-06-16 (Sun, 16 Jun 2019)
Changed paths:
M ckan/lib/captcha.py
M ckan/templates/user/snippets/recaptcha.html
Log Message:
-----------
Fix recaptcha
Compare: https://github.com/ckan/ckan/compare/a4d95b064a1b...54cbc000b4b3
More information about the ckan-changes
mailing list