sintonia/application/controllers
martin e92be3c186 CC-1990: Widget to display schedule and "Now Playing" on any website
-First working version, needs to be called using:

<script>
    $(document).ready(function() {
        $("#headerLiveHolder").airtimeLiveInfo();
        $("#onAirToday").airtimeShowSchedule();
    });
</script>
2011-03-22 18:04:27 -04:00
..
plugins uploading a recorded file via multipart form http request. 2011-03-06 16:45:11 -05:00
ApiController.php CC-1990: Widget to display schedule and "Now Playing" on any website 2011-03-22 18:04:27 -04:00
DashboardController.php -added help page 2011-02-11 18:13:26 -05:00
ErrorController.php adding zend project folders into old campcaster. 2010-12-07 14:19:27 -05:00
IndexController.php using zend form for validation of adding shows, still needs some UI tweaks for showing/hiding options 2010-12-08 15:40:53 -05:00
LibraryController.php tested deleting files, will unlink file from stor folder, will delete file from all playlists if not scheduled 2011-03-02 11:47:07 -05:00
LoginController.php Cleaned up conf.php to make it more obvious what a user should change and what they shouldnt. 2011-03-03 18:08:51 -05:00
NowplayingController.php -further modifications to now-playing view with grouping by shows 2011-03-04 23:53:29 -05:00
PlaylistController.php CC-1916 playlist metadata page looks better. 2011-02-11 18:55:08 -05:00
PluploadController.php CC-1630 : Automatic recording of shows 2011-03-22 00:46:31 -04:00
PreferenceController.php CC-1987 : Automatic upload of recorded shows to Soundcloud 2011-03-18 17:15:12 -04:00
RecorderController.php uploading a recorded file via multipart form http request. 2011-03-06 16:45:11 -05:00
ScheduleController.php CC-2084: Integrate RabbitMQ for immediate schedule updates and commands 2011-03-22 09:55:33 -04:00
SearchController.php starting advanced search 2011-02-09 22:37:18 -05:00
UserController.php -added help page 2011-02-11 18:13:26 -05:00