[ckan-changes] [ckan/ckan] df4b05: Fix resource downloads to call IUploader plugins
GitHub
noreply at github.com
Fri May 27 16:24:59 UTC 2016
Branch: refs/heads/uploader-tests
Home: https://github.com/ckan/ckan
Commit: df4b05bf299e4565f8865dcbb095fe2418a4f8fd
https://github.com/ckan/ckan/commit/df4b05bf299e4565f8865dcbb095fe2418a4f8fd
Author: Louis des Landes <ldeslandes at swin.edu.au>
Date: 2016-05-27 (Fri, 27 May 2016)
Changed paths:
M ckan/controllers/package.py
M ckan/plugins/interfaces.py
Log Message:
-----------
Fix resource downloads to call IUploader plugins
Commit: 4f3299a6f359819d94211020c75b787c1cc546f5
https://github.com/ckan/ckan/commit/4f3299a6f359819d94211020c75b787c1cc546f5
Author: Louis des Landes <ldeslandes at swin.edu.au>
Date: 2016-05-27 (Fri, 27 May 2016)
Changed paths:
A ckanext/example_iuploader/__init__.py
A ckanext/example_iuploader/plugin.py
A ckanext/example_iuploader/test/__init__.py
A ckanext/example_iuploader/test/test_plugin.py
M dev-requirements.txt
M setup.py
Log Message:
-----------
Add example_iuploader
Commit: f4dc2f99bbc2739e6695bc478b11a8df31d73f65
https://github.com/ckan/ckan/commit/f4dc2f99bbc2739e6695bc478b11a8df31d73f65
Author: Brook Elgie <specialbrew at gmail.com>
Date: 2016-05-27 (Fri, 27 May 2016)
Changed paths:
A .circleci-matrix.yml
A .github/ISSUE_TEMPLATE.md
A .github/PULL_REQUEST_TEMPLATE.md
R .travis.yml
M CHANGELOG.rst
M Dockerfile
M README.rst
A bin/postgres_init/1_create_ckan_db.sh
A bin/postgres_init/2_create_ckan_datastore_db.sh
A bin/solr_init/create_core.sh
M bin/travis-install-dependencies
M bin/travis-run-tests
M circle.yml
M ckan/config/deployment.ini_tmpl
M ckan/config/environment.py
M ckan/config/middleware.py
M ckan/config/routing.py
M ckan/config/solr/schema.xml
M ckan/controllers/admin.py
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/home.py
M ckan/controllers/package.py
A ckan/controllers/partyline.py
M ckan/controllers/revision.py
M ckan/controllers/tag.py
M ckan/controllers/user.py
M ckan/exceptions.py
M ckan/lib/app_globals.py
M ckan/lib/base.py
M ckan/lib/cli.py
R ckan/lib/dumper.py
M ckan/lib/helpers.py
M ckan/lib/i18n.py
M ckan/lib/jinja_extensions.py
R ckan/lib/lazyjson.py
M ckan/lib/munge.py
M ckan/lib/plugins.py
M ckan/lib/search/common.py
M ckan/lib/search/index.py
M ckan/lib/search/query.py
M ckan/logic/action/create.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/schema.py
M ckan/logic/validators.py
M ckan/model/domain_object.py
M ckan/model/modification.py
M ckan/pastertemplates/template/MANIFEST.in_tmpl
M ckan/pastertemplates/template/bin/travis-build.bash_tmpl
M ckan/pastertemplates/template/setup.py_tmpl
M ckan/plugins/interfaces.py
M ckan/plugins/toolkit.py
M ckan/public/base/javascript/modules/image-upload.js
M ckan/public/base/test/index.html
A ckan/public/base/test/spec/modules/image-upload.spec.js
M ckan/templates/base.html
M ckan/templates/footer.html
M ckan/templates/group/index.html
M ckan/templates/group/snippets/feeds.html
M ckan/templates/header.html
M ckan/templates/organization/snippets/feeds.html
M ckan/templates/package/read_base.html
M ckan/templates/package/snippets/package_form.html
M ckan/templates/package/snippets/resource_form.html
M ckan/templates/package/snippets/resource_view.html
M ckan/templates/snippets/debug.html
M ckan/templates/snippets/home_breadcrumb_item.html
M ckan/templates/snippets/language_selector.html
M ckan/templates/snippets/search_form.html
A ckan/templates/tests/broken_helper_as_attribute.html
A ckan/templates/tests/broken_helper_as_item.html
A ckan/templates/tests/helper_as_attribute.html
A ckan/templates/tests/helper_as_item.html
M ckan/templates/user/edit_user_form.html
M ckan/tests/config/test_middleware.py
M ckan/tests/controllers/test_admin.py
M ckan/tests/controllers/test_group.py
M ckan/tests/controllers/test_home.py
M ckan/tests/controllers/test_organization.py
M ckan/tests/controllers/test_package.py
M ckan/tests/controllers/test_user.py
M ckan/tests/factories.py
M ckan/tests/helpers.py
A ckan/tests/i18n/__init__.py
M ckan/tests/legacy/functional/test_admin.py
M ckan/tests/legacy/functional/test_package.py
M ckan/tests/legacy/functional/test_pagination.py
M ckan/tests/legacy/functional/test_user.py
M ckan/tests/legacy/lib/test_alphabet_pagination.py
M ckan/tests/legacy/lib/test_cli.py
M ckan/tests/legacy/lib/test_helpers.py
M ckan/tests/legacy/lib/test_solr_search_index.py
M ckan/tests/legacy/test_coding_standards.py
R ckan/tests/legacy/test_dumper.py
M ckan/tests/lib/search/test_index.py
M ckan/tests/lib/test_base.py
M ckan/tests/lib/test_helpers.py
M ckan/tests/lib/test_munge.py
M ckan/tests/logic/action/test_create.py
M ckan/tests/logic/action/test_get.py
M ckan/tests/logic/action/test_update.py
M ckan/tests/model/test_resource.py
M ckan/tests/plugins/test_toolkit.py
M ckanext/datapusher/logic/action.py
M ckanext/datapusher/plugin.py
M ckanext/datapusher/tests/test.py
A ckanext/datapusher/tests/test_action.py
M ckanext/datastore/db.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/tests/test_create.py
M ckanext/datastore/tests/test_delete.py
M ckanext/datastore/tests/test_upsert.py
M ckanext/example_igroupform/plugin.py
M ckanext/example_igroupform/tests/test_controllers.py
A ckanext/example_iuploader/__init__.py
A ckanext/example_iuploader/plugin.py
A ckanext/example_iuploader/test/__init__.py
A ckanext/example_iuploader/test/test_plugin.py
M ckanext/reclineview/theme/public/vendor/recline/recline.js
A contrib/docker/docker-cloud.yml
A contrib/docker/docker-compose.yml
M contrib/docker/my_init.d/50_configure
M contrib/docker/postgresql/Dockerfile
M contrib/docker/solr/Dockerfile
R contrib/docker/solr/schema.xml
A contrib/docker/solr/solrconfig.xml
M dev-requirements.txt
M doc/_templates/footer.html
M doc/conf.py
M doc/contributing/css.rst
M doc/contributing/documentation.rst
M doc/contributing/frontend/template-blocks.rst
M doc/contributing/frontend/templating.rst
M doc/contributing/i18n.rst
M doc/contributing/javascript.rst
M doc/contributing/pull-requests.rst
M doc/contributing/python.rst
M doc/extensions/remote-config-update.rst
M doc/extensions/translating-extensions.rst
M doc/maintaining/configuration.rst
M doc/maintaining/datastore.rst
M doc/maintaining/email-notifications.rst
M doc/maintaining/filestore.rst
M doc/maintaining/installing/install-from-source.rst
M doc/maintaining/paster.rst
M doc/theming/javascript.rst
M doc/theming/templates.rst
M requirements.in
M requirements.txt
M setup.py
M test-core.ini
Log Message:
-----------
Merge branch 'Psykar-bugfix/resource-download-iuploader'
Compare: https://github.com/ckan/ckan/compare/df4b05bf299e^...f4dc2f99bbc2
More information about the ckan-changes
mailing list