Commit graph

5611 commits

Author SHA1 Message Date
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
Martin Konecny
fccaa554f5 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-further tweaks
2011-10-28 17:24:38 -04:00
Martin Konecny
56edfe4e68 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-uninstall script added
2011-10-28 12:35:58 -04:00
Martin Konecny
153e0df409 CC-2989: airtime-check-system should deal with the case when the web server is not accessible
-fixed some more inaccessible issues
2011-10-27 17:13:36 -04:00
Martin Konecny
aace5d0776 CC-2989: airtime-check-system should deal with the case when the web server is not accessible 2011-10-27 16:54:35 -04:00
Martin Konecny
7c42a2f093 CC-3002: airtime-check-system: make status color optional.
-done
2011-10-27 16:33:10 -04:00
Martin Konecny
b25b0c7ea0 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-rename old files
2011-10-27 16:16:36 -04:00
Martin Konecny
87970740a0 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-install complete
2011-10-27 15:53:54 -04:00
Martin Konecny
cd0ff848fc Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-10-27 15:22:49 -04:00
Martin Konecny
cf4f151302 CC-2758: Make airtime-install script Debian/Ubuntu compatible
-fixes
2011-10-27 15:22:35 -04:00
James
83c0f7db9b Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-10-27 14:37:57 -04:00
James
455f10f815 CC-2954: Exception in media monitor using Dropbox
- This will take care of the exception issue
2011-10-27 14:34:03 -04:00
Martin Konecny
7496d26032 Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-10-27 14:02:15 -04:00
Martin Konecny
8cafc52cad CC-2758: Make airtime-install script Debian/Ubuntu compatible
-initial commit
2011-10-27 14:01:59 -04:00