sintonia/install_minimal
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
..
DoctrineMigrations CC-3081: Upgrade 1.9.5->2.0 fails (PHP fatal error on db) 2011-11-22 12:29:19 -05:00
include -fixes to upgrade script 2011-11-28 05:08:01 -05:00
old CC-2758: Make airtime-install script Debian/Ubuntu compatible 2011-10-28 22:55:24 -04:00
upgrades CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
airtime-dircheck.php CC-2518: Auto install script for manual install 2011-07-19 17:30:23 -04:00
airtime-install -fixes to upgrade script 2011-11-28 05:08:01 -05:00
airtime-php.ini CC-2819: Upgrade from 1.8.2 to 1.9.4-RC2 fails on Debian squeeze with 'Failed sql query' 2011-09-14 16:47:07 -04:00
airtime-uninstall CC-3098: Upgrade scripts don't work 2011-11-23 16:31:14 -05:00