Commit Graph

5574 Commits

Author SHA1 Message Date
James b04b7ff010 CC-2848: Misc bugs from demo service
- Handling concurrency issue playlist section and show(canlendar) section
2011-11-10 15:35:27 -05:00
James 17016e5d40 CC-3028: Entry in a cc_show table never gets deleted
- fixed
2011-11-10 15:17:06 -05:00
James c3d35df55c CC-3026: Schedule Media: The show time displayed in this window is UTC time
- fixed
2011-11-09 14:29:52 -05:00
James 32743ca780 CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
- added extra comment
2011-11-09 13:36:08 -05:00
James 6c740effde SAAS-52: New auto-feedback metrics: 1) Debian or manual install,
2) SaaS or Non-SaaS

- done
2011-11-09 13:13:21 -05:00
James b2ce0d396a Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-09 10:16:04 -05:00
James 4b12b4e01e SAAS-63: airtime-saas: Something is broken in Preference.php
- fixed
2011-11-09 10:15:44 -05:00
Martin Konecny 573d19c5fc CC-3024: airtime-check-system: Please add Web_server, OS, CPU information. 2011-11-08 18:17:16 -05:00
Martin Konecny 2b060e0753 -removed lxc-debian from this repo 2011-11-08 18:00:05 -05:00
Martin Konecny e1d447da61 -add wget to installed packages. 2011-11-08 16:55:07 -05:00
Martin Konecny 6f3e6535de -make it so that apache can call airtime-check-system 2011-11-08 16:35:33 -05:00
Martin Konecny 1a94d8bbdc -update lxc script. locales are automatically setup. 2011-11-08 16:34:15 -05:00
Martin Konecny 238728e12f CC-3024: airtime-check-system: Please add Web_server, OS, CPU information.
-done
2011-11-08 16:07:09 -05:00
Martin Konecny d27768b994 -add usage notes to lxc-debian script. 2011-11-08 12:23:32 -05:00
Martin Konecny 2a9c2183e8 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-08 12:18:52 -05:00
Martin Konecny 0eaf4c257b -add custom script for creating lxc container on Debian Squeeze.
Should be used with this wiki:
http://wiki.debian.org/LXC
2011-11-08 12:18:29 -05:00
Yuchen Wang 04bcc28b5e CC-3001: Preferences->"Submit" button renamed to "Save", and should be at the top and the bottom of the screen
Fixed by:
1. changing label to say "Save"
2. wrap the preference form inside another form;
   within the wrapper form, add a submit button at the top
2011-11-07 17:43:38 -05:00
Yuchen Wang a363a53166 CC-2990: Library: Remember search string
Fixed by telling datatable to save the states
2011-11-07 15:07:56 -05:00
Yuchen Wang 963976b87e Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-04 16:58:01 -04:00
Yuchen Wang 6ffecf80c8 CC-2965: Frontend widget displays shows in UTC time
Not only were frontend widgets showing UTC time,
the SQL query was also comparing UTC timestamp with local timestamps,
causing widgets to display shows in the wrong day, etc.

Another problem was that "On air today" widget was simply calling
GetNextShows which returns shows within next 48 hours.

Fixed by:
1. Under models/Show.php:
In the GetCurrentShow/GetNextShows/GetShowsByDayOfWeek functions,
added code to convert UTC timestamp to local timestamp or vice versa,
depending on which one is more suitable, in SQL queries, thus
removing inconsistency in timezones. Also, before returning query result,
added code to convert result to local timezone.

In GetNextShows, added an optional parameter endTime to limit the interval
of shows to get. This is useful for the "On air today" widget.

2. Under models/DateHelper.php:
Added a few timezone functions to help converting timezones easier in Show.php.

3. Under controller/ApiController.php:
Added todayInfoAction which is to be used by "On Air Today" widget.
2011-11-04 16:57:24 -04:00
James b75935abc3 CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
- adding comment
2011-11-03 15:35:04 -04:00
James dc0b361b07 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-03 15:26:28 -04:00
James 905eaa9ec8 CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
- fixed
2011-11-03 15:26:10 -04:00
Martin Konecny d1c3563451 CC-3015: Upgrade: upgrade fails
-small fixes to template
2011-11-03 15:16:36 -04:00
Martin Konecny 9e5bcfb24b CC-3015: Upgrade: upgrade fails
-make sure /etc/airtime/ isn't overwritten on upgrade
2011-11-03 15:04:23 -04:00
Martin Konecny 3d6c66a4d5 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
Conflicts:
	install_minimal/upgrades/airtime-2.0.0/airtime-upgrade.php
2011-11-03 14:51:55 -04:00
Martin Konecny 6741adebef CC-3015: Upgrade: upgrade fails
-fixed
2011-11-03 14:47:38 -04:00
James 6eff9d124e CC-2994: Upgrade: database change for SoundCloud upload
- changed soundcloud_link_to_file length to 4096
2011-11-03 10:30:01 -04:00
Martin Konecny b99d0f97ce CC-3015: Upgrade- upgrade fails 2011-11-02 16:40:15 -04:00
James dd0c03570c Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-02 15:01:33 -04:00
James 833918bda7 CC-2994: Upgrade: database change for SoundCloud upload
- done
2011-11-02 15:01:14 -04:00
Martin Konecny 6291c67ace Merge branch '1.9.1' into devel 2011-11-02 10:39:00 -04:00
Martin Konecny 5d0f36f130 CC-3013: Media Monitor throws exception when trying to convert String to Int.
-fixed
-also specified base 10 radix
2011-11-02 10:36:00 -04:00
Martin Konecny b14f2e894d CC-3012: Media-monitor crash: "Exception: list index out of range"
-fixed
2011-11-02 10:10:28 -04:00
Martin Konecny 38a0f8697a CC-2758: Make airtime-install script Debian/Ubuntu compatible
-cleanup
2011-11-01 22:43:12 -04:00
martin caf8ce9bbf Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-01 15:21:23 -04:00
martin f2ef006385 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-cosmetic changes
2011-11-01 15:21:09 -04:00
James 31ce47d2ad Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-11-01 14:52:41 -04:00
James 8f6804155f CC-2934: Phone Home Stat: it should work with new airtime-check-system
- initial commit
2011-11-01 14:52:27 -04:00
martin d2f4e55dd6 -re-enable rabbitmq monit monitoring 2011-11-01 14:35:54 -04:00
martin 306e886f58 CC-3009: Install script installs virtualenv twice.
-fixed
2011-11-01 14:07:56 -04:00
martin dccdc9a845 CC-3009: Install script installs virtualenv twice.
-fixed
2011-11-01 14:02:05 -04:00
James 9506161b70 CC-2935: Upgrade: delete virtualenv dir and reinstall virtualenv
- removing old code. It was installing virtualenv twice.
2011-11-01 11:15:35 -04:00
Yuchen Wang c2af2c5da8 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-10-31 17:14:10 -04:00
Yuchen Wang caa4eb5e44 CC-2988: Long metadata strings can break Playlist Builder layout
Fixed by adding "word-wrap: break-word" to the library datatable
2011-10-31 17:10:21 -04:00
Martin Konecny e9f8d49b7f CC-2758: Make airtime-install script Debian/Ubuntu compatible
-fix upgrade script
2011-10-31 12:17:40 -04:00
Martin Konecny f0eba13474 CC-3007: Uninstalling fails
-fixed
2011-10-31 12:00:50 -04:00
Martin Konecny ec07648ab7 CC-3006: Istallation fails ImportError: No module named configobj 2011-10-31 11:15:39 -04:00
Martin Konecny 4dc8c4a14e CC-2758: Make airtime-install script Debian/Ubuntu compatible
-further tweaks
2011-10-28 22:55:24 -04:00
Martin Konecny 7105337846 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-further tweaks
2011-10-28 17:38:02 -04:00