[ckan-changes] [okfn/ckan] 3113de: [huge, 1608] This is the merging of ckanext-storag...
noreply at github.com
noreply at github.com
Wed Jan 4 14:00:14 UTC 2012
Branch: refs/heads/feature-1608-move-storage-to-core
Home: https://github.com/okfn/ckan
Commit: 3113de968654db02bbafe6488becebaa0eda041c
https://github.com/okfn/ckan/commit/3113de968654db02bbafe6488becebaa0eda041c
Author: Ross Jones <rossdjones at gmail.com>
Date: 2012-01-04 (Wed, 04 Jan 2012)
Changed paths:
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.
More information about the ckan-changes
mailing list