[ckan-changes] [okfn/ckan] e09a73: [huge, 1608] This is the merging of ckanext-storag...

noreply at github.com noreply at github.com
Wed Jan 4 15:25:41 UTC 2012


  Branch: refs/heads/feature-1608-move-storage-to-core
  Home:   https://github.com/okfn/ckan

  Commit: e09a7375f7a13af06d9d35863db67863aa0038db
      https://github.com/okfn/ckan/commit/e09a7375f7a13af06d9d35863db67863aa0038db
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-01-04 (Wed, 04 Jan 2012)

  Changed paths:
    M ckan/authz.py
  M ckan/config/routing.py
  M ckan/controllers/storage.py
  A ckan/controllers/storage_api.py
  M ckan/model/authz.py
  M ckan/templates/package/new_package_form.html
  A ckan/templates/storage/index.html
  A ckan/templates/storage/success.html
  M ckan/tests/models/test_repo.py
  M ckan/tests/test_plugins.py
  M requires/lucid_missing.txt

  Log Message:
  -----------
  [huge, 1608] This is the merging of ckanext-storage into core along with some simplifying of the code.

* Added StorageController and StorageApiController to handle the upload and callbacks for JS based uploads.
* Added the templates from ckanext-storage with minor changes
* Added a new RoleAction (file-upload) for permission to upload,  need to clarify whether this is required or whether we will just restrict upload to logged in users.
* Added deps for ofs and pairtree to lucid_missing.txt, although devs will have these if they have used ckanext-storage before

We have an outstanding issue on this branch of failing to find index_id in test_index() when testing against postgres (skipped for sqlite) and this might just be a schema problem - will check.


  Commit: fbab8f17f373d6968e2aac4fbd8984e4988ee4ec
      https://github.com/okfn/ckan/commit/fbab8f17f373d6968e2aac4fbd8984e4988ee4ec
  Author: Ross Jones <rossdjones at gmail.com>
  Date:   2012-01-04 (Wed, 04 Jan 2012)

  Log Message:
  -----------
  Merge branch 'feature-1608-move-storage-to-core' of https://github.com/okfn/ckan into feature-1608-move-storage-to-core


Compare: https://github.com/okfn/ckan/compare/3113de9...fbab8f1




More information about the ckan-changes mailing list