sintonia/campcaster/src/modules
paul 1e48e8c7da Better output when installing/uninstalling storage server. All media files and temp files are now deleted when you uninstall. Bug fix: the media files will still be deleted even if the database is gone. Bug fix: during storage server install, the storage server directories and all files must be created first before the are CHGRP and CHMOD. 2007-01-23 20:51:17 +00:00
..
alib fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00
archiveServer Better output when installing/uninstalling storage server. All media files and temp files are now deleted when you uninstall. Bug fix: the media files will still be deleted even if the database is gone. Bug fix: during storage server install, the storage server directories and all files must be created first before the are CHGRP and CHMOD. 2007-01-23 20:51:17 +00:00
authentication fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00
core part of #722 2007-01-22 11:56:46 +00:00
db fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00
eventScheduler fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00
getid3 fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00
gstreamerElements fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00
htmlUI Commented out my test functionality which replaces any duplicate file uploaded through the web interface 2007-01-21 03:33:56 +00:00
playlistExecutor "fixed" #2102 2007-01-16 16:04:32 +00:00
schedulerClient fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00
storageAdmin Cleaned up BasicStor::bsPutFile()/StoredFile::Insert() by making a better set of more extensible parameters. This allowed me to pass in the MD5 and MIME type values, which means those values do not have to be re-calculated when this function is called. This means adding files will be faster now (each calculation of an MD5 value is .25 of a second on my machine). Added a cache to the Metadata class (this class needs serious cleaning up), so that you only have to do one database call and the rest of the time you just use the cache. The number of calls to getMetadataValue() should speedups due to this. Merged the LsPlaylist class into the Playlist class. Importing through the import script and web interface now reads the COMMENT tag and the COMPOSER tag (bug #2108). Moved from using (ls:genre) to (dc:type) for the metadata label for genre and added to the upgrade script to take this into account. Fixed bug in StoredFile::Recall() so that Playlists work again, added an MD5 parameter for this function so that all the Recall functions work in the same way, changed the return value to NULL if the Recall function does not find the record. Made a lot of code more readable and easier to debug. Added StoredFile::getGunid(). 2007-01-21 03:31:19 +00:00
storageClient fixed #2112 2007-01-16 12:53:55 +00:00
storageServer Better output when installing/uninstalling storage server. All media files and temp files are now deleted when you uninstall. Bug fix: the media files will still be deleted even if the database is gone. Bug fix: during storage server install, the storage server directories and all files must be created first before the are CHGRP and CHMOD. 2007-01-23 20:51:17 +00:00
widgets fix for ticket #2074, part 1 of 3 2007-01-05 17:28:05 +00:00