changed the way media handling works a little. now much less prone to ClassCastExcept...
authormh <mh>
Sun, 17 Feb 2002 13:18:36 +0000 (13:18 +0000)
committermh <mh>
Sun, 17 Feb 2002 13:18:36 +0000 (13:18 +0000)
commit6c4b8be576379a8f3511047cacbf78eae8a2e83f
tree2581277fd17ec9649abf16e22559db3679a9b05e
parentc95f48caa4d6bedc0231aaa963834f0e291b6ded
changed the way media handling works a little. now much less prone to ClassCastExceptions.
There now exists DatabaseAudio, DatabaseVideo, etc.. see dbscripts/create...
19 files changed:
dbscripts/create_pg.sql
dbscripts/populate_mediatyp.sql
source/mircoders/entity/EntityAudio.java [new file with mode: 0755]
source/mircoders/entity/EntityContent.java
source/mircoders/entity/EntityImages.java
source/mircoders/entity/EntityOther.java [new file with mode: 0755]
source/mircoders/entity/EntityUploadedMedia.java
source/mircoders/entity/EntityVideo.java
source/mircoders/storage/DatabaseAudio.java [new file with mode: 0755]
source/mircoders/storage/DatabaseContentToMedia.java
source/mircoders/storage/DatabaseMedia.java
source/mircoders/storage/DatabaseOther.java [new file with mode: 0755]
source/mircoders/storage/DatabaseUploadedMedia.java
source/mircoders/storage/DatabaseVideo.java [new file with mode: 0755]
source/mircoders/storage/DatabaseVideos.java [deleted file]
templates-dist/producer/content.template
templates-dist/producer/openposting.template
templates-dist/producer/startpage.template
templates-dist/producer/topiclist.template