Naomi Aro
87886b039f
CC-3083 Must convert to UTC start/end times using the timezone start/end times
2011-11-23 19:11:48 +01:00
Naomi Aro
ab98bad5b4
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 18:53:47 +01:00
Yuchen Wang
d3df4b14d2
CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field
...
- Make the form fields required
- Append "Required" label to the fields
- Disable autocomplete for the fields
2011-11-23 12:52:35 -05:00
Naomi Aro
685e5e03c4
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 18:49:13 +01:00
Naomi Aro
65fb00ad8d
CC-3083 Must convert to UTC start/end times using the timezone start/end times
2011-11-23 18:47:44 +01:00
Yuchen Wang
161fa80d64
CC-3091: Widget "Today's Program" doesn't show any content
...
It's not showing anything because I thought it's not suppose to display the currently playing show.
Fixed by retrieving the currently playing show along with next shows, and display them.
todayInfoAction is no longer needed since liveInfoAction does the same thing.
2011-11-23 12:00:54 -05:00
Yuchen Wang
37da2bf0c5
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 10:39:40 -05:00
Yuchen Wang
8766cade49
CC-3092: Station Information: not able to upload logo
...
- Adding a return statement fixed it...I don't what was I thinking...
- Some indention seems messed up, fixed it
2011-11-23 10:39:05 -05:00
Martin Konecny
8231df6c44
CC-3080: Select stream: drop-down menu does not really select stream, makes no difference to output quality on Firefox 3.6
...
-should be fixed.
2011-11-23 10:30:39 -05:00
Martin Konecny
212205b0ff
CC-3070: Scheduling show on the 31st of a month causes problem to months that don't have 31 days
...
-fixed.
2011-11-22 18:03:47 -05:00
Martin Konecny
69edbab18f
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-22 12:30:08 -05:00
Martin Konecny
798fd48274
CC-3081: Upgrade 1.9.5->2.0 fails (PHP fatal error on db)
...
-fixed
2011-11-22 12:29:19 -05:00
Martin Konecny
e1cb11f53d
-minor customization to automated tests
2011-11-22 12:22:34 -05:00
James
add6d167e3
CC-3071: Show adding "When" improvements
...
- fixed
- the issue is that it wasn't incrementing the date.
- rewrote the code(cleaner and more intuitive)
2011-11-22 10:35:01 -05:00
Yuchen Wang
72553a257d
CC-3066: "Now Playing" Widget doesn't display the currently playing show when it should be
...
Convert to UTC time before calling model functions
2011-11-21 18:10:29 -05:00
Yuchen Wang
ac74ca2449
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-21 18:04:19 -05:00
Yuchen Wang
86729475f6
CC-3067: Shows in frontend widgets appear on the wrong day after changing timezone
...
- Converting times to UTC timezone in ApiController before sending them to model functions
- Added utility functions in DateHelper.php
- GetShowsByDayOfWeek has been removed due to bugs caused by using local timezone
based variable like $day, which represents day of the week in local time, in db query,
which has times saved in UTC timezone. Converting stuff like day of the week from local
to UTC is messy. GetNextShows(...) can do the job so WeekInfoAction now uses it instead
2011-11-21 18:03:56 -05:00
James
bbbdfac21f
CC-3071: Show adding "When" improvements
...
- fixed
2011-11-21 15:01:55 -05:00
James
65f2dd065b
CC-3063: Live Stream Window: It doesn't play Shoutcast stream
...
- fixed. need special string appended when the stream is from shoutcast
- ';stream/1' need to be appended on shoutcast url.(that's how jplayer works)
2011-11-21 11:57:36 -05:00
James
d4a02a655c
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-21 11:39:42 -05:00
James
19eb5abe12
CC-3063: Live Stream Window: It doesn't play Shoutcast stream
...
- fixed. flash fallback point was invalid.
2011-11-21 11:38:56 -05:00
Martin Konecny
864e697cc0
CC-3068: Day/Week view and Month view under Calendar page have different ideas about what day is today
...
-fixed "today" button behaving incorrectly.
2011-11-20 20:53:05 -05:00
Martin Konecny
ddd430be84
-few modifications to automated test tools
...
-add all distributions to run.sh script
-change the bridge adapter to eth0
2011-11-20 20:32:39 -05:00
Martin Konecny
dd45930da1
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-20 20:27:40 -05:00
Martin Konecny
21bbb983ac
CC-3065: When editing a show after changing timezone, the time listed under "When" displays time in old timezone
...
-fixed
2011-11-20 14:46:01 -05:00
martin
4c388f0a1a
CC-3056: Liquidsoap binaries not working on Ubuntu Maverick
...
-compiled all liquidsoap binaries
2011-11-18 18:45:37 -05:00
martin
d0de9b65dd
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-18 18:30:55 -05:00
Yuchen Wang
eb93004b66
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-18 17:42:53 -05:00
Yuchen Wang
595f857166
CC-2950: Tell users if they are running an out-of-date version or not
...
- make latest version download link open in a new window
- show yellow upgrade icon when 2 verions back
- show red icon when more than 2 versions back
2011-11-18 17:42:41 -05:00
Martin Konecny
9bbf1fda17
CC-3068: Day/Week view and Month view under Calendar page have different ideas about what day is today
...
-Fixed
2011-11-18 17:07:12 -05:00
martin
3cf7fe1bdf
CC-2870: Create testing infrastructure for testing upgrades
...
-added support for maverick and oneiric
2011-11-18 16:04:31 -05:00
Martin Konecny
34252d680a
CC-3056: Liquidsoap binaries not working on Ubuntu Maverick
...
-use absolute paths since the testing scripts need this.
2011-11-18 15:50:21 -05:00
Martin Konecny
79efdcd4af
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-18 15:17:41 -05:00
Martin Konecny
7b872fa89b
CC-3056: Liquidsoap binaries not working on Ubuntu Maverick
...
-better messages at install time
2011-11-18 15:17:30 -05:00
James
db9cadbfcd
CC-3064: Stream Setting: enabled stream section has to be expanded
...
- done
2011-11-18 14:35:55 -05:00
James
d92549ad8a
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-18 14:07:23 -05:00
James
b30c95887f
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-18 14:07:00 -05:00
Yuchen Wang
40ebc9602d
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-18 14:06:53 -05:00
James
08f0aae761
CC-3053: Stream settings -> the collapse/expend arrow is pointing the wrong way
...
- reversing image between close and open
2011-11-18 14:06:47 -05:00
Yuchen Wang
db82e51c30
CC-3048: Install_minimal should check much sooner if Airtime is already installed
...
- fixed by creating new php file airtime-installed-check, which checks whether current version
of airtime exists; this file gets called right after root user check and whether debian
package exists check
- moved some code from airtime-install.php to AirtimeInstall.php as static functions
so that we reduce duplicated code
- both the new file airtime-installed-check.php and airtime-install.php use the new
static functions created above
2011-11-18 14:06:42 -05:00
Martin Konecny
9ab47d5eba
CC-3036: Deleted Show instances reappear
...
-Renamed deleted_instance to modified_instance
2011-11-18 12:20:25 -05:00
Martin Konecny
c773c5c674
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-18 11:59:27 -05:00
Martin Konecny
f3e1f63226
CC-3060: Apache errors: Undefined index: deleted_instance
...
-fixed
2011-11-18 11:59:15 -05:00
James
e5ac2b75d4
CC-3059: Record and Rebroadcast: not able to set rebroadcast too close to
...
recorded show
- fixed.
- extra fix: layout was broken when error is displayed
2011-11-18 11:36:20 -05:00
James
6b7d7646c9
CC-3062: Stream Setting: Status box is not working for shoutcast
...
- fixed. added on_error and on_connect callback to shoutcast()
2011-11-18 11:18:35 -05:00
Yuchen Wang
c04e6dcc75
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-17 23:26:05 -05:00
Yuchen Wang
15c84ddfdb
CC-2950: Tell users if they are running an out-of-date version or not
...
- changed default url to "http://airtime.sourcefabric.org "
2011-11-17 23:25:46 -05:00
Martin Konecny
ceb9a37b40
CC-3057: Uninstall no longer includes text about how to completely remove files in /etc/airtime and /src/airtime
...
-fixed
2011-11-17 18:19:29 -05:00
Martin Konecny
d639f7c5a6
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-17 18:15:49 -05:00
Martin Konecny
84e2fff36e
CC-3058: Extranenous string during install process
...
-fixed
2011-11-17 18:15:27 -05:00