[ckan-changes] [okfn/ckan] ab9396: [#627] Allow to create private datasets

GitHub noreply at github.com
Wed Mar 13 17:20:25 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: ab9396eeed6342d71ac30006562ceac4429b0cb0
      https://github.com/okfn/ckan/commit/ab9396eeed6342d71ac30006562ceac4429b0cb0
  Author: amercader <amercadero at gmail.com>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

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

  Log Message:
  -----------
  [#627] Allow to create private datasets

The private field was not present on the default package schema, used by
default_create_package_schema, so if you defined private in your package
dict it was ignored. This commit adds it to the default package schema
(ignoring it if not present).


  Commit: 91dc7d243565b7cb9ca93d83170d04b35b2c5151
      https://github.com/okfn/ckan/commit/91dc7d243565b7cb9ca93d83170d04b35b2c5151
  Author: John Glover <j at johnglover.net>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M ckan/tests/lib/test_dictization_schema.py

  Log Message:
  -----------
  [#627] Fix test broken due to default schema change


  Commit: 154eb255a24623f70583b1fb7b40ef6c7384cc87
      https://github.com/okfn/ckan/commit/154eb255a24623f70583b1fb7b40ef6c7384cc87
  Author: John Glover <j at johnglover.net>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M ckan/tests/lib/test_dictization_schema.py

  Log Message:
  -----------
  PEP8


  Commit: 6a5d5c4bff16d66ef3656b5ca4d21b577c63e475
      https://github.com/okfn/ckan/commit/6a5d5c4bff16d66ef3656b5ca4d21b577c63e475
  Author: John Glover <glover.john at gmail.com>
  Date:   2013-03-13 (Wed, 13 Mar 2013)

  Changed paths:
    M ckan/logic/schema.py
    M ckan/tests/lib/test_dictization_schema.py
    M ckan/tests/logic/test_action.py

  Log Message:
  -----------
  Merge pull request #627 from okfn/627-create-private-datasets

You can not create a dataset private by default


Compare: https://github.com/okfn/ckan/compare/b5546f79edc7...6a5d5c4bff16


More information about the ckan-changes mailing list