Martin Konecny
3047ca8238
-fixes to upgrade script
2011-11-28 05:08:01 -05:00
Martin Konecny
0668ee743c
-remove /usr/lib/airtime if it exists.
2011-11-28 04:50:55 -05:00
Martin Konecny
469753f215
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-28 04:42:33 -05:00
Martin Konecny
a2ed9b2839
update fabric file
2011-11-28 04:42:20 -05:00
Naomi Aro
f1e1b747ad
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-26 13:32:05 +01:00
Naomi Aro
5828b2037d
CC-3102 : Show Editing, how it uses day of the week
2011-11-26 13:31:42 +01:00
Martin Konecny
3a39aacd85
SAAS-83: Add ability to install Airtime components separately
...
-moving along...
2011-11-26 00:57:14 -05:00
Martin Konecny
b16fa16042
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-26 00:06:29 -05:00
Martin Konecny
317bed8643
CC-3094: Rebroadcast editing problems
...
-Fixed
2011-11-26 00:06:17 -05:00
Yuchen Wang
197997fee7
CC-3093: SoundCloud preferences do not have email or password as required fields + firefox auto-fills the password field
...
Mask the password instead of hiding it
2011-11-25 21:52:31 -05:00
Yuchen Wang
41eeefe427
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-25 21:34:05 -05:00
Yuchen Wang
f03b875e06
CC-3084: After canceling a repeating show that is being played currently, the progress bar is still going at the top
...
Deleted show was being returned because we don't delete it from database if it's repeating, nor do we check
if it's modified when querying the db.
Fixed by checking modified_instance column; only return it if modified_instance != TRUE
2011-11-25 21:33:42 -05:00
Martin Konecny
757b2cac4f
CC-3041: Module virtualenv was already imported
...
-hid the error message.
2011-11-25 18:02:56 -05:00
Martin Konecny
ff998ea6f2
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-25 17:36:23 -05:00
Martin Konecny
b1193318ed
CC-3105: Settings dates (the popup select date calendar) shows Today by local machine timezone and not Airtime timezone.
...
-fixed
2011-11-25 17:36:11 -05:00
James
267d48f640
SAAS-82: Add "airtime-system --status" command
...
- add a function that returns just global data of stream setting
2011-11-25 17:33:59 -05:00
James
c9644d4a73
CC-3077: Preference/stream-setting page has no Vorbis metadata option
...
- cleaning up some code
2011-11-25 15:38:29 -05:00
Naomi Aro
c21cbeb73b
CC-3102 : Show Editing, how it uses day of the week
2011-11-25 16:07:03 +01:00
Martin Konecny
e9c25faa34
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-24 18:10:59 -05:00
Martin Konecny
15a27526f9
SAAS-83: Add ability to install Airtime components separately
...
-fixed
2011-11-24 18:10:06 -05:00
Martin Konecny
f75d216bae
-deactivate virtualenv sooner, since we don't need it.
2011-11-24 17:14:31 -05:00
Yuchen Wang
5222fe71a5
CC-3089: Link to manual in Help menu should point to manuals.sourcefabric.org rather than flossmanuals.net
...
Updated per Paul's comment
2011-11-24 17:10:56 -05:00
Yuchen Wang
c982520953
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-11-24 17:09:16 -05:00
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