Commit Graph

156 Commits

Author SHA1 Message Date
James 3b9bc723ab CC-3286: Shows not recorded after upgrade to 2.0.0 from 1.8.2
- missing a line from cfg in upgrade folder
2012-02-01 14:52:17 -05:00
James ecdd957525 CC-3245: upgrade 1.8->2.0 cause error in show recorder
- new cofig field was missing from recorder.cfg.200
- better log when execption happens
2012-01-13 16:25:56 -05:00
james c9c6a08a1c CC-3220: Stream Setting: Status box is stuck on waiting if nothing is
changed and click save

- done
- liquidsoap_update_error and liquidsoap_update_connection functions are
combined into one function, liquidsoap_update_status, in various place
- created various telnet commands in liquidsoap( connection check for each
stream, connection status for all streams)
- In liquidsoap, shoutcast stream doesn't use default id. It is more
informative by using id with "shoutcast_stream_#{stream_number}
2011-12-24 10:59:09 -05:00
james 75e5faff76 CC-3209: After upgrade media-monitor doesn't have 'rabbitmq-vhost' variable
- It wasn't copying media-monitor.cfg.200 to /etc/airtime initially. Fixed
2011-12-16 15:13:19 -05:00
Martin Konecny 21643a3734 SAAS-56: RabbitMQ virtual host support
-Add support for specifying vhost in config files
2011-12-05 21:05:28 -05:00
Martin Konecny 47d139dfcd CC-3154: config options missing from api_client.cfg on upgrade
-fixed
2011-12-02 17:05:47 -05:00
James 043f0c29a1 CC-3074: Give users the choice of which hardware sound API they wish to
use (instead of hardcoded to ALSA)

- finished everything except LS part(including upgrade and UI)
2011-12-02 13:39:14 -05:00
Yuchen Wang 4d6c3fdbf4 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-29 16:25:43 -05:00
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
Martin Konecny 58ce8cf95b CC-3099: Does Airtime upgrade work when the database username + password is changed from default?
-add propel files for 2.0 upgrade script
2011-11-29 15:27:50 -05:00
Martin Konecny d4c701dd6a CC-3072: Test upgrade to 2.0.0 from 1.8.0 and up (including minor versions, except 1.9.1) 2011-11-29 15:19:40 -05:00
Martin Konecny e93b02ef34 CC-3098: Upgrade scripts don't work
-minor tweaks
2011-11-23 17:39:03 -05:00
Martin Konecny 49051b7fc2 CC-3098: Upgrade scripts don't work
-fixed
2011-11-23 16:31:14 -05:00
Martin Konecny c2639b895a CC-2997: Daylight savings time affects repeating shows.
-fix upgrade script
2011-11-15 00:08:31 -05:00
Martin Konecny e3395ae1e5 CC-3036: Deleted Show instances reappear
-done.
2011-11-14 23:54:47 -05:00
Martin Konecny c19b7f7c6e Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/models/MusicDir.php
	install_full/ubuntu/airtime-full-install
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
	python_apps/media-monitor/airtimefilemonitor/mediamonitorcommon.py
2011-11-14 21:19:56 -05:00
Martin Konecny acc32df060 1.9.5 upgrade script had incorrect class name. 2011-11-09 11:51:58 -05:00
Martin Konecny d1c3563451 CC-3015: Upgrade: upgrade fails
-small fixes to template
2011-11-03 15:16:36 -04:00
Martin Konecny 6741adebef CC-3015: Upgrade: upgrade fails
-fixed
2011-11-03 14:47:38 -04:00
Martin Konecny b99d0f97ce CC-3015: Upgrade- upgrade fails 2011-11-02 16:40:15 -04:00
Martin Konecny 3675e3c6e7 Airtime 1.9.5 upgrade script 2011-11-02 15:34:47 -04:00
martin 0af749dd20 CC-2806: Create upgrade template file
-minor tweaks
2011-10-04 15:40:58 -04:00
martin 5190a0c24c Merge branch '1.9.1' into devel
Conflicts:
	airtime_mvc/application/controllers/ApiController.php
	airtime_mvc/application/models/MusicDir.php
	python_apps/media-monitor/airtimefilemonitor/airtimeprocessevent.py
2011-10-04 13:59:27 -04:00
martin 1bd9cf84ea CC-2806: Create upgrade template file
-done
2011-09-30 12:04:58 -04:00
martin 3c6692ebce CC-2806: Create upgrade template file
-missing function
-comment out redundant code
-Create cc_component table on upgrade
2011-09-29 19:00:32 -04:00
martin d93a9edcd2 CC-2806: Create upgrade template file
-missing function
-comment out redundant code
2011-09-29 18:39:24 -04:00
martin b9863e660e CC-2806: Create upgrade template file
-initial commit
2011-09-29 18:18:08 -04:00
martin e696f94eee CC-2750: Ability to query health status for pypo,
liquidsoap, media monitor, and recorder
2011-09-28 17:47:16 -04:00
martin 2c0b0a2eff CC-2888: Create a monit file for each airtime component
-remove old monit file on upgrade
-remove old monit file from git repo.
2011-09-26 14:47:21 -04:00
james b8c2c5dfb1 CC-2867: separating Doctrine upgrade into 3 files
- done
2011-09-25 17:18:26 -04:00
martin 7bb9e92ac9 cc-2864: upgrade from 1.7 broken
-fixed
2011-09-22 17:30:05 -04:00
James a7b7e09aa4 CC-2867: upgrade script for soundcolud plugin
- done
- extra fix: upgrade for recaptcha stuff
- fix a bug on UTC upgrade
2011-09-22 16:56:20 -04:00
martin a197a27d75 -ensure liquidsoap from 1.8.2 is dead
-start monit
2011-09-22 16:22:47 -04:00
martin b5684bb5b1 Merge branch '1.9.1' into devel
Conflicts:
	install_full/ubuntu/airtime-full-install
	utils/airtime-update-db-settings.py
2011-09-15 17:44:07 -04:00
martin 2128867b4f CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty 2011-09-15 15:09:44 -04:00
martin 9c724913f4 CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty 2011-09-15 13:54:44 -04:00
martin b3789774a3 CC-2824: deb 1.7 upgrade to 1.9.4. /usr/share/airtime folder is empty 2011-09-15 13:50:40 -04:00
Martin Konecny 500fa759af Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1
Conflicts:
	install_minimal/airtime-install
2011-09-14 16:48:11 -04:00
Martin Konecny ed199efeed CC-2819: Upgrade from 1.8.2 to 1.9.4-RC2 fails on Debian squeeze with 'Failed sql query'
-initial commit
2011-09-14 16:47:07 -04:00
James 5537bd0d89 Merge branch '1.9.1' into devel
Conflicts:
	install_full/ubuntu/airtime-full-install
	install_minimal/airtime-install
	install_minimal/include/AirtimeInstall.php
2011-09-14 16:15:00 -04:00
James 5ca46a8048 CC-2822: Backup config files extension for 2.0.0
- fixed
2011-09-14 15:59:56 -04:00
James db1dcb643c - uncommnet airtime-media-monitor part for monit 2011-09-14 12:48:45 -04:00
James 2fea2d4745 CC-2823: 1.9.4 upgrade script was not merging config files
- fixed
2011-09-14 12:36:05 -04:00
James 75b2440bcf CC-2822: Backup cofig file name
- fixed
2011-09-14 12:05:31 -04:00
James 0678882e92 CC-2821: airtime-uninstall script does not remove airtime-clean-storage
- the script would be deleted during upgrade
- it would aslo be deleted on uninstall if it exists
2011-09-14 11:58:12 -04:00
James e6f7640c90 Merge branch '1.9.1' into devel 2011-09-13 10:50:54 -04:00
martin cf7f278e19 CC-2802: When upgrading 1.8.2->1.9.4, .htaccess is being written with "Toronto/America" 2011-09-12 15:04:13 -04:00
martin 4bf63bbe28 CC-2800: airtime-log not available after upgrade from 1.9.4 2011-09-09 16:55:33 -04:00
martin 62aff0014d CC-2797: Files in /etc/airtime should not be world readable
-upgrade script
2011-09-09 16:37:24 -04:00
martin 9c7bab616d Merge branch '1.9.1' into devel
Conflicts:
	VERSION
	airtime_mvc/application/configs/constants.php
	airtime_mvc/application/controllers/ScheduleController.php
	install_minimal/airtime-install
	install_minimal/include/AirtimeInstall.php
	install_minimal/include/airtime-upgrade.php
	python_apps/api_clients/api_client.py
	python_apps/pypo/pypofetch.py
	python_apps/pypo/pypopush.py
2011-09-09 15:07:43 -04:00