]> git.parisson.com Git - mezzo.git/commit
Fix playlist management, simplify and validate all playlist inclusions in various...
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 14 Oct 2016 10:17:15 +0000 (12:17 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Fri, 14 Oct 2016 10:17:15 +0000 (12:17 +0200)
commit11683ff66d98ece446385840e36259141b1d401b
tree424d81f30c30869a5369e672d9a9a45444c83432
parent675dc42b0ea4beec0093cc686a65a3705921ce47
Fix playlist management, simplify and validate all playlist inclusions in various pages
32 files changed:
app/organization/__init__.py
app/organization/agenda/admin.py
app/organization/agenda/migrations/0010_auto_20161014_0002.py [new file with mode: 0644]
app/organization/agenda/models.py
app/organization/job/models.py
app/organization/magazine/migrations/0013_auto_20161013_2353.py [new file with mode: 0644]
app/organization/magazine/models.py
app/organization/media/migrations/0009_auto_20161013_2353.py [new file with mode: 0644]
app/organization/media/migrations/0010_auto_20161014_0849.py [new file with mode: 0644]
app/organization/media/migrations/0011_auto_20161014_1136.py [new file with mode: 0644]
app/organization/media/models.py
app/organization/network/admin.py
app/organization/network/migrations/0039_auto_20161014_0002.py [new file with mode: 0644]
app/organization/network/models.py
app/organization/pages/admin.py
app/organization/pages/migrations/0009_auto_20161014_0002.py [new file with mode: 0644]
app/organization/pages/models.py
app/organization/projects/admin.py
app/organization/projects/migrations/0021_auto_20161014_0002.py [new file with mode: 0644]
app/organization/projects/models.py
app/templates/agenda/event_detail.html
app/templates/core/inc/audio.html [deleted file]
app/templates/core/inc/slider_video.html [deleted file]
app/templates/core/inc/video.html [deleted file]
app/templates/media/inc/playlist_audio_detail.html
app/templates/media/inc/playlist_video_detail.html
app/templates/media/inc/playlist_video_slider.html [new file with mode: 0644]
app/templates/pages/custompage.html
app/templates/pages/departmentpage.html
app/templates/pages/page.html
app/templates/pages/teampage.html
app/templates/projects/project_detail.html