[ckan-changes] [okfn/ckan] 587e58: [#1348] Don't show Add Dataset button on org pages...

GitHub noreply at github.com
Mon Dec 9 18:07:04 UTC 2013


  Branch: refs/heads/release-v2.1.2
  Home:   https://github.com/okfn/ckan
  Commit: 587e587f8dd651d0d11b63a185cc7c95c877d2ff
      https://github.com/okfn/ckan/commit/587e587f8dd651d0d11b63a185cc7c95c877d2ff
  Author: amercader <amercadero at gmail.com>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M ckan/templates/organization/read.html

  Log Message:
  -----------
  [#1348] Don't show Add Dataset button on org pages unless authorized

The check_access function was passing the wrong parameter for the org id
so it always returned True.

We are removing the Add Dataset button on the Groups page on #1102


  Commit: c0af07cd5ac0e7310390f958d81f260b50ede636
      https://github.com/okfn/ckan/commit/c0af07cd5ac0e7310390f958d81f260b50ede636
  Author: amercader <amercadero at gmail.com>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M ckan/controllers/user.py

  Log Message:
  -----------
  [#1068] Show 404 instead of login page on user not found

Remove unnecessary auth check, fix redirect


  Commit: 6a46b88001d8d32a2aa956a9adae023a3327dc7e
      https://github.com/okfn/ckan/commit/6a46b88001d8d32a2aa956a9adae023a3327dc7e
  Author: amercader <amercadero at gmail.com>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M ckan/controllers/group.py
    M ckan/logic/action/get.py

  Log Message:
  -----------
  [#1298] Fix activity and about organization pages

The controller methods didn't use `self._action` which will use the
appropiate `group_` or `organization_` action depending on the group
type.

The `organization_activity_list_html` action hadn't been used at all
until now, as there was a syntax error.


  Commit: 965a3beb4f1ba6cbb835bffbe4bd6cc4621a99ff
      https://github.com/okfn/ckan/commit/965a3beb4f1ba6cbb835bffbe4bd6cc4621a99ff
  Author: amercader <amercadero at gmail.com>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M ckan/logic/action/get.py
    M ckan/logic/auth/get.py

  Log Message:
  -----------
  [#1359] Add organization_revision_list to avoid exception on org history page


  Commit: 82011a282258d5a083e27962b6b960cf1e3271ac
      https://github.com/okfn/ckan/commit/82011a282258d5a083e27962b6b960cf1e3271ac
  Author: amercader <amercadero at gmail.com>
  Date:   2013-12-09 (Mon, 09 Dec 2013)

  Changed paths:
    M ckanext/datastore/logic/auth.py

  Log Message:
  -----------
  [#1373] Remove p.toolkit.auth_allow_anonymous_access as it is not available on 2.1.x


Compare: https://github.com/okfn/ckan/compare/bc87927429c8...82011a282258


More information about the ckan-changes mailing list