Yuchen Wang
370d6e1fba
CC-3104: Timezone issues in the widget
...
Added is_numeric check
2011-11-24 17:08:52 -05:00
Martin Konecny
e145be81de
-fix some minor issue when specifying airtime-install -h
2011-11-24 17:04:24 -05:00
Martin Konecny
cd1e55bffc
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-24 16:05:23 -05:00
Martin Konecny
07b2ed2caf
CC-3107: Recorded show file doesn't appear in the playlist builder
...
-fixed
2011-11-24 16:03:12 -05:00
Yuchen Wang
485a0e8cc6
CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field
...
I just realized this:
1. Enable "Enable Soundcloud Upload" in preference and fill in the username+password, click save
2. Go back to preference, change unrelated setting like "Station Name", click save
3. Now since soundcloud password field is empty (expected, as we don't want others to see how many digits
are there), the save failed
This commit is to fix this. Created another custom validator for the password field, which does the same
thing as ConditionalNotEmpty validator but allow password field to be empty when the username/email field
wasn't changed.
2011-11-24 15:45:39 -05:00
Yuchen Wang
ee3a6ecd84
CC-3089: Link to manual in Help menu should point to manuals.sourcefabric.org rather than flossmanuals.net
...
Fixed
2011-11-24 14:10:04 -05:00
Yuchen Wang
b84c51212a
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-24 14:05:38 -05:00
Yuchen Wang
00cb9e8753
CC-3108: Version update indicator: Wrong message for minor version update
...
Fixed
2011-11-24 14:03:37 -05:00
Yuchen Wang
276607c302
CC-3104: Timezone issues in the widget
...
For a previous ticket, I changed the code so that both "Today's Program" widget
and "Now Playing" widget both use the liveInfoAction, but forgot that for "Now Playing" widget, it retrieves
the shows within next 48 hours instead of within end of day today...
Fixed by passing GET parameters to liveInfoAction, specify whether we want to retrieve shows within an
interval or end of day. Also added a GET parameter for specifying the number of shows to display.
2011-11-24 13:54:58 -05:00
Naomi Aro
40b99dfc0f
CC-3085 : Repeating shows get added to the wrong days
2011-11-24 19:39:08 +01:00
Naomi Aro
54ef9f2b03
CC-3102 : Show Editing, how it uses day of the week
...
not sure if this change should be here anymore yet.
2011-11-24 17:10:49 +01:00
Naomi Aro
e68d7afa3f
CC-3102 : Show Editing, how it uses day of the week
2011-11-24 16:20:17 +01:00
Naomi Aro
5c7828c1f5
CC-3102 : Show Editing, how it uses day of the week
2011-11-24 11:56:24 +01:00
Martin Konecny
37c89d96d9
CC-3095: Context menu of rebroadcasting show doesn't work
...
-fixed
2011-11-23 18:24:11 -05:00
Martin Konecny
525375f7b1
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 17:39:12 -05:00
Martin Konecny
e93b02ef34
CC-3098: Upgrade scripts don't work
...
-minor tweaks
2011-11-23 17:39:03 -05:00
James
eb19d461fe
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 17:10:25 -05:00
James
a886b53d74
CC-3077: Preference/stream-setting page has no Vorbis metadata option
...
- done
2011-11-23 17:03:30 -05:00
Yuchen Wang
288fa86782
CC-3100: Remove "development" env variable from default .htaccess file
...
Removed the line "SetEnv APPLICATION_ENV development"
2011-11-23 16:58:21 -05:00
Martin Konecny
54f6ea6f81
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 16:31:29 -05:00
Martin Konecny
49051b7fc2
CC-3098: Upgrade scripts don't work
...
-fixed
2011-11-23 16:31:14 -05:00
Yuchen Wang
980c8b2fae
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 16:17:40 -05:00
Yuchen Wang
ef9a4cd850
CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field
...
Forgot to stage this file in last commit...
2011-11-23 16:17:21 -05:00
Yuchen Wang
008278c7ec
CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field
...
Fixing bug introduced by last commit...Should test more thoroughly next time...
Fixed by creating and adding a custom validator that checks if the field is empty only when some other
fields have specific values, in this case, when 'UploadToSoundcloudOption' has a value of '1'.
2011-11-23 16:15:51 -05:00
Martin Konecny
d71c2289ac
CC-3072: Test upgrade to 2.0.0 from 1.8.0 and up (including minor versions, except 1.9.1)
2011-11-23 15:09:28 -05:00
James
7ac13d26f0
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-23 14:12:34 -05:00
James
ab0dc64ba9
CC-3086: When uploading a file to /tmp filename collisions can occur
...
- mktemp is used to generate temp name within /tmp dir
- it generate temp file when the file gets uploade to /tmp and then copy to
organize folder as original file name
2011-11-23 14:12:14 -05:00
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