[ckan-changes] [okfn/ckan] cf905d: [#2939] Add .ini option for anon dataset creation

GitHub noreply at github.com
Fri Oct 12 09:41:23 UTC 2012


  Branch: refs/heads/2939-orgs
  Home:   https://github.com/okfn/ckan
  Commit: cf905d0b647e232cd3bf7ccfa69693797a105b1d
      https://github.com/okfn/ckan/commit/cf905d0b647e232cd3bf7ccfa69693797a105b1d
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M ckan/logic/auth/create.py

  Log Message:
  -----------
  [#2939] Add .ini option for anon dataset creation


  Commit: b6bb4b4d542fcc69fc823f39dae3bcdc243ad17b
      https://github.com/okfn/ckan/commit/b6bb4b4d542fcc69fc823f39dae3bcdc243ad17b
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#2939] Skip two tests that are causing problems


  Commit: b341ec61e71eff4709dcb1334c9d74180643a411
      https://github.com/okfn/ckan/commit/b341ec61e71eff4709dcb1334c9d74180643a411
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M test-core.ini

  Log Message:
  -----------
  [#2939] Clean up test-core.ini


  Commit: 9566050d24ef9d9722ff53e7e91fbe1aee1b1309
      https://github.com/okfn/ckan/commit/9566050d24ef9d9722ff53e7e91fbe1aee1b1309
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M ckan/logic/auth/create.py

  Log Message:
  -----------
  [#2939] Allow create_package auth check to be run directly not via wsgi


  Commit: db3b7da4985558370a684425af03e561ab774703
      https://github.com/okfn/ckan/commit/db3b7da4985558370a684425af03e561ab774703
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M ckan/logic/auth/delete.py

  Log Message:
  -----------
  [#2939] Delete relationship auth no longer use old auth functions


  Commit: 226d7fcbe84925d5a903a71429b8cf857ef67997
      https://github.com/okfn/ckan/commit/226d7fcbe84925d5a903a71429b8cf857ef67997
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M ckan/tests/ckantestplugin/ckantestplugin/__init__.py

  Log Message:
  -----------
  [#2939] Remove IAuthorizer from plugins test


  Commit: 5057ad9a4db2124cf51f862c0ace8fdc81ca3dd4
      https://github.com/okfn/ckan/commit/5057ad9a4db2124cf51f862c0ace8fdc81ca3dd4
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-11 (Thu, 11 Oct 2012)

  Changed paths:
    M ckan/logic/auth/create.py

  Log Message:
  -----------
  [#2939] Fix logic error in create package auth


  Commit: 2e51b56b7d37e032e05d7b950889bab7eb468400
      https://github.com/okfn/ckan/commit/2e51b56b7d37e032e05d7b950889bab7eb468400
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/logic/auth/create.py

  Log Message:
  -----------
  [#2939] Add new file_upload auth function


  Commit: 780ca23df9cad249c45ec18db07c594d484f45c6
      https://github.com/okfn/ckan/commit/780ca23df9cad249c45ec18db07c594d484f45c6
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/controllers/storage.py

  Log Message:
  -----------
  [#2939] Storage controller now uses file_upload auth function


  Commit: d24f04a6c11c1f269f9014890f59f9ffb06e536f
      https://github.com/okfn/ckan/commit/d24f04a6c11c1f269f9014890f59f9ffb06e536f
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2939] Add new_authz helper functions


  Commit: 626c76a6d1ca45c64e7abdd4c68629fee7864996
      https://github.com/okfn/ckan/commit/626c76a6d1ca45c64e7abdd4c68629fee7864996
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/logic/auth/create.py

  Log Message:
  -----------
  [#2939] Auth create functions now use new_authz helpers


  Commit: ae062e7c156bfa39efcef79c30f2c649da2b3b11
      https://github.com/okfn/ckan/commit/ae062e7c156bfa39efcef79c30f2c649da2b3b11
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/logic/auth/delete.py

  Log Message:
  -----------
  [#2939] Remove unused import in logic.auth.delete


  Commit: d6768ce1a92396fb8582a28c91dfc7689e624d0a
      https://github.com/okfn/ckan/commit/d6768ce1a92396fb8582a28c91dfc7689e624d0a
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/logic/auth/update.py

  Log Message:
  -----------
  [#2939] Replace old Authorizer functions in logic.auth.update


  Commit: 64b1bf5bb9182527b62da3db9d3680b7355a224e
      https://github.com/okfn/ckan/commit/64b1bf5bb9182527b62da3db9d3680b7355a224e
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2939] Add update dataset permission


  Commit: 9aa24638ee20a0bcf3cde477026a011ebaa86752
      https://github.com/okfn/ckan/commit/9aa24638ee20a0bcf3cde477026a011ebaa86752
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/logic/__init__.py

  Log Message:
  -----------
  [#2939] remove check_access_old() function


  Commit: fbf5a4a83fe96df93e5241a9f0b3bbff3039f07a
      https://github.com/okfn/ckan/commit/fbf5a4a83fe96df93e5241a9f0b3bbff3039f07a
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/api/base.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/functional/api/base.py


  Commit: acf03bcc94d7271b9c038586fdcbbf19b04a03d9
      https://github.com/okfn/ckan/commit/acf03bcc94d7271b9c038586fdcbbf19b04a03d9
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/api/model/test_package.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/functional/api/model/test_package.py


  Commit: b292c86740ef08cfe5d24c7fca2a7189cbcca950
      https://github.com/okfn/ckan/commit/b292c86740ef08cfe5d24c7fca2a7189cbcca950
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/api/test_activity.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/functional/api/test_activity.py


  Commit: ba11d6c0f0bd71e62f20e20ea91d6c406e6de98d
      https://github.com/okfn/ckan/commit/ba11d6c0f0bd71e62f20e20ea91d6c406e6de98d
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/test_activity.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/functional/test_activity.py


  Commit: 3ab355965a238e88309d8e299f5feb6c5a896b63
      https://github.com/okfn/ckan/commit/3ab355965a238e88309d8e299f5feb6c5a896b63
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/test_admin.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/functional/test_admin.py


  Commit: 0a1ec62f37924c60c2bedaac8cb271a290da79bf
      https://github.com/okfn/ckan/commit/0a1ec62f37924c60c2bedaac8cb271a290da79bf
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/test_tag_vocab.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/functional/test_tag_vocab.p


  Commit: 2b19fcfd207b3e616d4daa2a374a6d9f1438ddd4
      https://github.com/okfn/ckan/commit/2b19fcfd207b3e616d4daa2a374a6d9f1438ddd4
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/test_upload.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/functional/test_upload.p


  Commit: ba4f348a0522bf17f851813e17beebe58f4e6a24
      https://github.com/okfn/ckan/commit/ba4f348a0522bf17f851813e17beebe58f4e6a24
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  [#2939] Fix tests in tests/logic/test_action.py


  Commit: 5ba21b908838bc2cadff8e98d1373804d089d1a8
      https://github.com/okfn/ckan/commit/5ba21b908838bc2cadff8e98d1373804d089d1a8
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/tests/functional/test_group.py

  Log Message:
  -----------
  [#2939] Remove tests in tests/functional/test_group.py


  Commit: 1a6d99b5d3700c651681d66574a04eaa3ed207c4
      https://github.com/okfn/ckan/commit/1a6d99b5d3700c651681d66574a04eaa3ed207c4
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/authz.py

  Log Message:
  -----------
  [#2939] Remove Last traces of Authorizer


  Commit: ff90a377ce987d6c5079fcf11c20affc3273183c
      https://github.com/okfn/ckan/commit/ff90a377ce987d6c5079fcf11c20affc3273183c
  Author: tobes <toby.junk at gmail.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)

  Changed paths:
    M ckan/new_authz.py

  Log Message:
  -----------
  [#2939] Permission change allow dataset creation for non org user


Compare: https://github.com/okfn/ckan/compare/ad2eb8d9a9dc...ff90a377ce98


More information about the ckan-changes mailing list