root
80898ec898
CC-3732: NationTalk Database upgrade fail, from 2.0.3 to 2.1.0
...
-fixed
2012-05-03 16:13:50 -04:00
paul.baranowski
95d69a3bbe
CC-1927: Remove PEAR DB
...
Fixed all install/upgrade scripts.
2012-04-19 16:34:14 -04:00
Paul Baranowski
ca535ea763
Removed OBP refs and code.
2012-02-23 16:08:16 -05:00
Martin Konecny
76d8e22baf
CC-3325: Airtime 2.0.0 upgrade script makes reference to 2.0.1 files
...
-fixed
2012-02-14 09:35:37 -05:00
Martin Konecny
0424a7f1d1
-We don't want any of our python services running at install time. Disable them early on.
2012-02-12 11:44:23 -05:00
james
4106de4e1a
CC-3319: Show recorder process FAILED when upgrading 2.0.0 to 2.0.1
...
- 2.0.1 upgrade folder is created
2012-02-11 11:56:19 -05:00
Martin Konecny
58b4576ae1
CC-3297: Depend on zendframework and php-pear as external packages
...
-DB dependency should now be externalized
2012-02-06 14:18:03 -05:00
James
d0de29c10a
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:54 -05:00
Martin Konecny
9cf8bdcad8
set max bitrate to 320 on airtime-upgrade
2012-01-25 09:16:39 -05:00
Martin Konecny
6215eb0dba
-fix upgrade for large result sets.
2012-01-25 05:01:56 -05:00
Martin Konecny
c0e71dc58d
-Some user-friendly changes to upgrade script
2012-01-25 02:26:46 -05:00
Martin Konecny
deceb56f70
CC-3263: Add an "Upgrading database, may take several minutes, please wait"
...
-done
2012-01-17 16:56:30 -05:00
James
a24310e690
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:24:16 -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
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
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
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
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
James
5ca46a8048
CC-2822: Backup config files extension for 2.0.0
...
- fixed
2011-09-14 15:59:56 -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
89440a6ce8
CC-2744: Airtime 2.0 upgrade script correctly detect timezone
...
-fixed
2011-09-06 14:30:18 -04:00
James
08906085c6
CC-2774: Insert default 'plan_level' entry
...
- done in install and upgrade script
2011-09-06 13:44:01 -04:00
James
39b688c256
CC-2661: Uptrade script for stream config feature
...
- codes for conserving user's liquidsoap.cfg and porting into new stream
setting config.
- extra fix: fixed a bug with shoutcast(default value has to be set for
some variables)
2011-09-01 16:02:06 -04:00
martin
0517bf0c82
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-08-31 15:14:44 -04:00
martin
f9a7ebcab5
CC-2694: Create command line program for viewing/dumping log files
...
-install + upgrade script
-add liquidsoap to log files
2011-08-31 15:12:53 -04:00
James
1c624d363a
CC-2722: Overwrite error on upgrade from 1.8.2 to 1.9.3
...
- fix on 2.0.0 upgrade
2011-08-31 10:09:35 -04:00
James
cab2a0f8f4
CC-2661: Upgrade script for steam config feature
...
- done
2011-08-29 17:44:28 -04:00
martin
6c368174b4
CC-2702: Upgrade script for UTC times
...
-initial commit
2011-08-22 11:27:21 -04:00
martin
99d2872566
-install now uses default PHP timezone
2011-08-18 15:44:49 -04:00
martin
84ec62eeca
CC-1942: Add ability to set timezone in preferences
...
-Can change the timezone for PHP. Need to change for python as well.
2011-08-15 10:06:42 -04:00