]> git.parisson.com Git - telemeta.git/commit
add copy methods, FIXME: remove copied_from_item item tag from the edit form for...
authoryomguy <yomguy@parisson.com>
Tue, 8 Mar 2011 00:31:53 +0000 (01:31 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 8 Mar 2011 00:31:53 +0000 (01:31 +0100)
commit024800b36957de965467720d7f14fe63649ff949
treee1b005d3b0b310dfa2ca78697bbe3b624d2c27b1
parentb2a67ed7c60e6aac151fda88168990e31caf7da7
add copy methods, FIXME: remove copied_from_item item tag from the edit form for performance issues with CREM database, rename templates
21 files changed:
telemeta/models/media.py
telemeta/templates/telemeta/collection_add.html [new file with mode: 0644]
telemeta/templates/telemeta/collection_detail_edit.html [deleted file]
telemeta/templates/telemeta/collection_edit.html [new file with mode: 0644]
telemeta/templates/telemeta/mediaitem_add.html [new file with mode: 0644]
telemeta/templates/telemeta/mediaitem_copy.html [new file with mode: 0644]
telemeta/templates/telemeta/mediaitem_detail_edit.html [deleted file]
telemeta/templates/telemeta/mediaitem_edit.html [new file with mode: 0644]
telemeta/templates/telemeta_default/collection_add.html [new file with mode: 0644]
telemeta/templates/telemeta_default/collection_detail.html
telemeta/templates/telemeta_default/collection_detail_edit.html [deleted file]
telemeta/templates/telemeta_default/collection_edit.html [new file with mode: 0644]
telemeta/templates/telemeta_default/collection_list.html
telemeta/templates/telemeta_default/mediaitem_add.html [new file with mode: 0644]
telemeta/templates/telemeta_default/mediaitem_copy.html [new file with mode: 0644]
telemeta/templates/telemeta_default/mediaitem_detail.html
telemeta/templates/telemeta_default/mediaitem_detail_edit.html [deleted file]
telemeta/templates/telemeta_default/mediaitem_edit.html [new file with mode: 0644]
telemeta/templates/telemeta_default/mediaitem_list.html
telemeta/urls.py
telemeta/web/base.py