Commit graph

5692 commits

Author SHA1 Message Date
Martin Konecny
0c0e4294d3 Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-11-09 15:09:25 -05:00
Martin Konecny
86d316a2f9 -airtime install script fixes. 2011-11-09 15:09:15 -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
dcda97649b Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-11-09 13:35:41 -05:00
James
f2b3ef1b73 CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
- added extra comment
2011-11-09 13:35:22 -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
Martin Konecny
fe4f6c97b2 Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-11-09 11:52:09 -05:00
Martin Konecny
acc32df060 1.9.5 upgrade script had incorrect class name. 2011-11-09 11:51:58 -05:00
James
83ba8efa35 Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-11-09 11:27:35 -05:00
James
a551e08fce - cleaning up a dirty code 2011-11-09 11:27:17 -05:00
Martin Konecny
d1aa45ae83 CC-2870: Create testing infrastructure for testing upgrades
-added 1.9.5-RC1 to testing.
2011-11-09 10:21:17 -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
433c7514be Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-11-08 17:20:10 -05:00
Martin Konecny
97b0807a67 do a --force-yes for non-free packages 2011-11-08 17:19:46 -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
James
f373ddb617 Merge branch '1.9.1' of dev.sourcefabric.org:airtime into 1.9.1 2011-11-07 13:17:11 -05:00
James
eca76dc2f0 CC-2895: Manage Media Folder: Title disappears after adding watched folder
- fixed
2011-11-07 13:16:50 -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
Martin Konecny
b33ced99c8 CC-2954: Exception in media monitor using Dropbox
-Need to check if size is >=2, not 3.
2011-11-03 22:12:03 -04:00
James
9448728d63 CC-2904: Space missing between two boxes on "Playlist Builder"
- fixed
2011-11-03 16:08:01 -04:00
James
8e88c56bc6 CC-2954: Exception in media monitor using Dropbox
- This will take care of the exception issue
2011-11-03 16:05:52 -04:00
James
a156548ba6 CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
- adding comment
2011-11-03 15:35:30 -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
James
a85f284296 CC-3016: Import files doesn't work on Debian(1.9.5, 2.0)
- fixed
2011-11-03 15:25:09 -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
Martin Konecny
3675e3c6e7 Airtime 1.9.5 upgrade script 2011-11-02 15:34:47 -04:00
Martin Konecny
4c5386c0f3 1.9.5 preparations 2011-11-02 15:19:27 -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