1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 09:35:10 +01:00
onion/js/components/ascribe_detail
diminator e7d85d6eb8 updated thumbnails:
- support multiformat
- runs in celery (way faster registration!)

updated s3 url generation:
- anonymous "/DEPLOYMENT/USER_ID_MD5/PIECE_FILE_HASH/CATEGORY/FILENAME.EXT"
- refactored code

!!!!install postgres hstore extension
sudo apt-get install postgresql postgresql-contrib
sudo su - postgres
psql mysite_db -c 'create extension hstore;'
./manage.py migrate
2015-07-21 15:52:58 +02:00
..
detail_property.js fix edition id that was breaking viewport on mobile 2015-07-17 10:36:42 +02:00
edition_container.js updated thumbnails: 2015-07-21 15:52:58 +02:00
edition.js fix coa issue and hopefully header bug 2015-07-17 23:28:59 +02:00
further_details.js set csrftokens as constants 2015-07-16 18:17:45 +02:00
media_container.js updated thumbnails: 2015-07-21 15:52:58 +02:00
piece_container.js Fix bug in polling 2015-07-15 18:00:43 +02:00
piece.js fix edition creation display bug on piece detail 2015-07-16 11:39:05 +02:00