sintonia/airtime_mvc/build
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
..
sql CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
airtime.conf CC-2972: Find better way to determine domain which pypo should download from. 2011-10-14 00:07:53 +02:00
build.properties CC-2591: Allow upload of any audio clip to Soundcloud 2011-09-22 11:47:24 -04:00
runtime-conf.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
schema.xml CC-3036: Deleted Show instances reappear 2011-11-18 12:20:25 -05:00