sintonia/airtime_mvc/application/models
Yuchen Wang 53aecd1c00 CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast
This happens because we use same field in the db to store whether stream is disabled, and which
type is it (Icecast/Shoutcast). Thus when we disable a stream, we forget about the fact that
it was set to Shoutcast before.

Fixed by separating out the enable/disable state from stream type.
Whether a stream is enabled/disabled is stored in new fields sx_enable.
Stream type is stored in the old fields, sx_output.
2011-11-29 16:25:30 -05:00
..
airtime CC-3036: Deleted Show instances reappear 2011-11-18 12:20:25 -05:00
tests CC-3030: Repeating shows is broken in devel branch. 2011-11-11 17:25:49 -05:00
Alib.php CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly. 2011-04-14 18:55:04 -04:00
Dashboard.php -better naming of show instance functions 2011-11-11 22:24:37 -05:00
DateHelper.php CC-3104: Timezone issues in the widget 2011-11-24 13:54:58 -05:00
LoginAttempts.php CC-2789: Prevent brue-force password guessing attacks 2011-09-13 14:16:16 -04:00
MusicDir.php Merge branch '1.9.1' into devel 2011-11-14 21:19:56 -05:00
Nowplaying.php CC-3050: Comb through source code for dates being generated with date() function 2011-11-16 14:06:59 -05:00
Playlist.php CC-2833: Use ClassLoaders for PHP Files 2011-09-22 12:24:17 -04:00
Preference.php CC-2950: Tell users if they are running an out-of-date version or not 2011-11-17 23:25:46 -05:00
Prefs.php CC-2833: Use ClassLoaders for PHP Files 2011-09-22 12:24:17 -04:00
RabbitMq.php CC-3030: Repeating shows is broken in devel branch. 2011-11-11 17:25:49 -05:00
Schedule.php CC-3037: Nowplaying bar not showing current show 2011-11-15 16:10:45 -05:00
ScheduleGroup.php CC-2833: Use ClassLoaders for PHP Files 2011-09-26 15:19:23 -04:00
ServiceRegister.php CC-2750: Ability to query health status for pypo, 2011-10-04 15:49:02 -04:00
Show.php Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-26 13:32:05 +01:00
ShowInstance.php CC-3094: Rebroadcast editing problems 2011-11-26 00:06:17 -05:00
SmilPlaylist.php CC-2833: Use ClassLoaders for PHP Files 2011-09-22 12:24:17 -04:00
Soundcloud.php CC-2993: Playlist Builder: add "View on SoundCloud" option on the menu 2011-10-22 11:34:04 -04:00
StoredFile.php CC-3086: When uploading a file to /tmp filename collisions can occur 2011-11-23 14:12:14 -05:00
StreamSetting.php CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
Subjects.php CC-2848: Misc bugs from demo service 2011-11-10 15:35:27 -05:00
Systemstatus.php CC-3044: Error in system status seen in apache log 2011-11-15 12:37:54 -05:00
User.php CC-2156: Searching for a host and hitting ENTER submits the show form 2011-11-16 18:14:10 -05:00
XmlParser.php CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly. 2011-04-14 18:55:04 -04:00
genres.xml CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly. 2011-04-14 18:55:04 -04:00
index.php CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly. 2011-04-14 18:55:04 -04:00