[ckan-changes] [okfn/ckan] e300e7: [2879] Adds a public flag to datasets (package)

GitHub noreply at github.com
Mon Aug 20 16:04:04 UTC 2012


  Branch: refs/heads/2879-private-datasets
  Home:   https://github.com/okfn/ckan
  Commit: e300e7dcd96e29121fbcc4c78f17a2731636ea15
      https://github.com/okfn/ckan/commit/e300e7dcd96e29121fbcc4c78f17a2731636ea15
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-08-20 (Mon, 20 Aug 2012)

  Changed paths:
    A ckan/migration/versions/060_add_package_public_flag.py
    M ckan/model/package.py
    M ckan/tests/lib/test_dictization.py
    R ckan/tests/misc/test_package_saver.py

  Log Message:
  -----------
  [2879] Adds a public flag to datasets (package)

- Updates the model to have a boolean public field, which will eventually
  be used for determining visibility.
- Removed the failing form alchemy test as form alchemy is soon to be
  removed from the system
- Added a migration to add the field and update all existing packages to
  be set to public.
- Updated tests for dictization to take account of the new field





More information about the ckan-changes mailing list