sintonia/airtime_mvc/application
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
..
configs CC-3089: Link to manual in Help menu should point to manuals.sourcefabric.org rather than flossmanuals.net 2011-11-24 17:10:56 -05:00
controllers CC-3137 : Cleaning Up Old Playlist Stuff 2011-11-29 16:20:09 +01:00
forms CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
layouts/scripts CC-3132: Live stream window needs a space in the title 2011-11-29 11:17:29 -05:00
logging CC-2747: When metadata contains non utf-8 encoding, we should handle it 2011-08-31 14:46:21 -04:00
models CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
validate 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
views CC-3137 : Cleaning Up Old Playlist Stuff 2011-11-29 17:22:17 +01:00
Bootstrap.php SAAS-69: Support Settings: Change/hide some sections for SaaS 2011-11-15 16:10:40 -05:00