]> git.parisson.com Git - telemeta.git/commit
add can_play_all_items permission to mediaitem, use it to restrict playing, fix some...
authoryomguy <yomguy@parisson.com>
Thu, 23 Jun 2011 20:45:00 +0000 (22:45 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 23 Jun 2011 20:45:00 +0000 (22:45 +0200)
commit4d0f2d92f4a9f8568316116cdd0a28ca18a6ac9b
tree91da58a7ae5a2c59cc5850ba97b23c850a71e9fe
parent3842ea4b72a71b069fa60504f6aaf7a67396f2b7
add can_play_all_items permission to mediaitem, use it to restrict playing, fix some field length, fix more image links
17 files changed:
telemeta/htdocs/css/player.css
telemeta/locale/de/LC_MESSAGES/django.mo
telemeta/locale/de/LC_MESSAGES/django.po
telemeta/locale/fr/LC_MESSAGES/django.mo
telemeta/locale/fr/LC_MESSAGES/django.po
telemeta/models/media.py
telemeta/templates/telemeta_default/base.html
telemeta/templates/telemeta_default/collection_detail.html
telemeta/templates/telemeta_default/home.html
telemeta/templates/telemeta_default/mediaitem_add.html
telemeta/templates/telemeta_default/mediaitem_copy.html
telemeta/templates/telemeta_default/mediaitem_detail.html
telemeta/templates/telemeta_default/mediaitem_edit.html
telemeta/templates/telemeta_default/mediaitem_keywords_edit.html
telemeta/templates/telemeta_default/mediaitem_list.html
telemeta/templates/telemeta_default/mediaitem_performances_edit.html
telemeta/web/base.py