Commit Graph

10 Commits

Author SHA1 Message Date
paul.baranowski f4d260b02d CC-1672 Implement scheduler class in PHP
Part 1 of this implementation
This implementation keeps the playlists separate from the scheduler.
The scheduler keeps it's own copy of the list of things to play.

Support for adding single audio files to the scheduler is mostly implemented.
Adding playlists is not supported yet.

Added Scheduler.php class.
Added unit tests for Scheduler.

Updated install & upgrade file with new table structure.

Removed a lot of old defunct unit test stuff from storageServer /var/tests dir.
2010-09-21 16:32:04 -04:00
paul.baranowski 30adbc2793 Fixed problem with the Scratchpad not seeing the metadata. 2010-09-14 16:19:12 -04:00
paul.baranowski 8bd8f7c7a4 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-14 10:19:10 -04:00
paul.baranowski 7ea2352ca3 Started to put metadata into the files table.
Gave the table sequences their own config values in $CC_CONFIG.
This allows us to change their names from one single place.

Fixed WHITE_SCREEN_OF_DEATH warnings.

Added PHPUnit to the pear library.

Started adding unit tests in storageServer/var/tests.
2010-09-14 10:18:53 -04:00
naomiaro eff63827d7 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-13 17:19:44 -04:00
naomiaro 4d3b90621e CC-1434 && CC-1373
Won't delete a file that's scheduled or contained in a playlist.
2010-09-13 14:05:45 -04:00
paul.baranowski 73d672b552 Fixed installation errors found by Doug.
Moved all database installation into one file (pulled stuff from scheduler
and classes).  Same with uninstallation.

Removed ability to reset the storage through and XMLRPC call.  This is
very dangerous to allow.

Disallowed remote execution of CleanStor.php.

Changed database table prefix from "ls_" to "cc_".

Removed all groups.
2010-09-10 14:37:02 -04:00
paul.baranowski 0a46b39c46 CC-1658: Remove file tree structure from code and database. Removed everything and tested the interface, add temporary upgrade file to bin directory. For now you will have to apply it manually. Permissions still need to be fixed. 2010-09-02 12:00:18 -04:00
paul.baranowski ef785742be CC-1639: Change copyright and webpage info in source code. Also removed useless @author and @revision tags 2010-07-23 23:03:53 -04:00
Sourcefabric b91512b57c removed root folder 2010-06-18 14:12:55 +02:00