Enhance file uploader UI for CKAN
Project description
# ckanext-file_uploader_ui
Enhance the [CKAN]() file uploading UI with the following features:
Upload multiple files at once
Drag & Drop files
Minimal supported CKAN version: 2.8.1
## Installation
Activate your CKAN virtual environment
Install the ckanext-file_uploader_ui package into your virtual environment: * pip install ckanext-file_uploader_ui
If you are using [xloader](https://github.com/ckan/ckanext-xloader) to load data into the datastore * install this version of xloader (until [this PR](https://github.com/ckan/ckanext-xloader/pull/44) is merged) * pip install -U https://github.com/OriHoch/ckanext-xloader/archive/support-modifying-download-request.zip#egg=ckanext-xloader
Add file_uploader_ui to the ckan.plugins setting in your CKAN
Restart CKAN.
## Translations
Translations are done in Transifex: https://www.transifex.com/the-public-knowledge-workshop/ckanext-file_uploader_ui
### Updating translations code
Update the .pot file - should be done in case of additional / modified strings in the templates
` python setup.py extract_messages `
Edit the .pot file and remove core ckan strings (which are there only because of extending core ckan templates)
Upload pot to transifex, translate on transifex
Install [Transifex client](https://docs.transifex.com/client/installing-the-client)
` ./release.sh --update-translations `
Test the updated translations and commit the changes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ckanext-file_uploader_ui-0.1.4.tar.gz
.
File metadata
- Download URL: ckanext-file_uploader_ui-0.1.4.tar.gz
- Upload date:
- Size: 74.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.27.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7267045904c5ea842fbf0fcd01578218733c51dc3197f1e2e6382ade1f15a850 |
|
MD5 | fa6b909f4c2d21f52f22cad29e92a324 |
|
BLAKE2b-256 | bc766d896ea2749c8c0f1be53896e456f1907bad20ead41fed3b2333c402fdb5 |