martin
3fed7a7ab5
CC-2045: Role drop-down box has no label in Manage users page, should default to 'guest'
...
-fixed
2011-03-23 22:22:07 -04:00
naomiaro
60649cba8a
CC-1987 : Automatic upload of recorded shows to Soundcloud
...
created Soundcloud.php in models, added upload track method.
using python-setuptools in install to find poster package to be able to upload recoded file to airtime and then to soundcloud.
2011-03-21 15:48:44 -04:00
Naomi
3a0f9ddcd1
CC-1987 : Automatic upload of recorded shows to Soundcloud
...
Added fields to preference form for the station's soundcloud user/pass
need to generalize file upload as commented out in the new Soundcloud.php file.
2011-03-18 17:15:12 -04:00
naomiaro
e3e8f10021
CC-1985 : Automatic rebroadcast of recorded content
...
added url column to cc_shows table, logic to show/hide form components for rebroadcast
2011-03-17 18:23:05 -04:00
naomiaro
8f86b05a4b
Merge branch 'master' of dev.sourcefabric.org:campcaster
...
Conflicts:
application/controllers/ScheduleController.php
public/css/styles.css
2011-03-15 17:02:22 -04:00
naomiaro
29816f32fa
CC-1985 : Automatic rebroadcast of recorded content
...
can add absolute dates/times for non repeating show instances to rebroadcast.
2011-03-15 15:20:10 -04:00
naomiaro
6ef4169315
CC-1985: Automatic rebroadcast of recorded content
...
populates rebroadcast show instances now, added a new table cc_show_rebroadcast,
added columns record, rebroadcast, instance_id, file_id to cc_show_instances table.
added column record to cc_show_days.
2011-03-15 12:05:41 -04:00
Paul Baranowski
0d0b8e380b
Minor tweaks to some frontend text.
2011-03-09 18:21:29 -05:00
martin
7c1739247d
-doctrine 2.0 alpha upgrade scripts
2011-03-08 16:44:47 -05:00
martin
d22ab329d8
-CC-1944
2011-03-04 12:07:22 -05:00
naomiaro
860c70b21e
fix for file metadata form.
2011-02-24 11:06:19 -05:00
naomiaro
ddddcc9375
can make show as many hours long in duration as wanted.
2011-02-12 18:40:17 -05:00
naomiaro
a83a4b6bae
show cancelling available (needed for repeating shows)
2011-02-12 17:21:37 -05:00
naomiaro
9a7dda49fe
CC-1917 file meta data screen
2011-02-12 14:44:55 -05:00
naomiaro
2f796f3d9c
default fade shows in preferences "00:00:00.000000"
2011-02-12 14:04:09 -05:00
Naomi
d9118fe2d0
Merge branch 'master' of dev.sourcefabric.org:campcaster
...
Conflicts:
public/css/styles.css
2011-02-11 18:59:27 -05:00
Naomi
89267748d4
CC-1916 playlist metadata page looks better.
2011-02-11 18:55:08 -05:00
martin
6cf4310c24
Merge branch 'master' of dev.sourcefabric.org:airtime
2011-02-11 18:13:38 -05:00
martin
43f7f8e103
-added help page
...
-added additional user info
2011-02-11 18:13:26 -05:00
Naomi
f8d3a38b2e
default fade setting for songs.
2011-02-11 17:46:55 -05:00
Naomi
12dbdf8f4c
CC-1915 playlist name no longer required in form, defaults to "Untitled Playlist"
2011-02-11 15:59:16 -05:00
mkonecny
b43db577dd
Merge branch 'master' of dev.sourcefabric.org:campcaster
2011-02-11 11:56:29 -05:00
mkonecny
14ee1f553e
-fixed up about tool-tip
...
-ui tweaks to manage users screen
2011-02-11 11:56:14 -05:00
Naomi
da175e0702
admin users are hosts by default, host selection is no longer required, any admin user can schedule/maniuplate all shows.
2011-02-11 11:43:03 -05:00
Naomi
8dbb79d9e2
CC-1902 default duration is 1:00
2011-02-10 19:53:41 -05:00
Naomi
f3efc9edaa
add classes to day check in jQuery or else zend doesn't populate the form properly.
2011-02-10 19:19:55 -05:00
naomiaro
d5efcac452
Merge branch 'master' of dev.sourcefabric.org:campcaster
2011-02-09 22:37:26 -05:00
naomiaro
59ef9ee6a0
starting advanced search
2011-02-09 22:37:18 -05:00
Naomi
e95b877960
adding class input_select, changing problem with min resolution select html.
2011-02-09 18:47:49 -05:00
mkonecny
50054befd6
Merge branch 'master' of dev.sourcefabric.org:campcaster
...
Conflicts:
.zfproject.xml
application/configs/airtime-conf.php
build/build.properties
public/css/styles.css
2011-02-09 13:07:36 -05:00
mkonecny
3b4fa1cc1a
-added new users management screen
2011-02-09 13:03:46 -05:00
Naomi
3d3515812a
added monthly show option, bit more javascript to show/hide info when not needed in add show tabs.
2011-02-08 18:22:51 -05:00
mkonecny
bc5b9efb4b
-changes to list view. Framework so that we may change selected day
...
-changes to add-user. Started implementing Vladimirs design.
2011-02-07 19:03:14 -05:00
mkonecny
6c860dcff5
Merge branch 'master' of dev.sourcefabric.org:campcaster
2011-02-07 12:37:12 -05:00
mkonecny
7c17758721
-implemented new ui design for preferences page.
2011-02-07 12:36:35 -05:00
naomiaro
0d300122b8
forgot to put a label.
2011-02-05 23:23:53 -05:00
naomiaro
13847e738b
adding bi-weekly show option. new structure allows for different repeat types to be specified.
...
new playlist builder css/images.
2011-02-05 23:21:52 -05:00
mkonecny
4698e963c1
-title now stored in session variable.
2011-02-03 19:17:52 -05:00
mkonecny
df675bd8c6
-added simple configuration page
...
-implemented CC-1830
-issue CC-1850 closed
2011-02-03 17:51:35 -05:00
naomiaro
c87e1fb257
add check for duration 00:00
2011-01-30 21:47:59 -05:00
naomiaro
48c1ce77b9
CC-1759
...
check duration is under 24 hours, colorpicker updates on drag, picker for duration without am/pm.
2011-01-30 21:42:53 -05:00
naomiaro
092b36c346
checks on dates, UI work mostly done
2011-01-30 20:11:18 -05:00
martin
7c70385528
-added new login screen
2011-01-29 13:47:06 -05:00
Naomi
476cf99019
added timepicker to add show form.
2011-01-28 18:24:52 -05:00
Naomi
10d9d13993
some basic form work, need to lear more about custom form validation/rendering.
2011-01-28 17:37:31 -05:00
naomiaro
a607951ed9
adding autocomplete from backend source into add show page.
2011-01-25 23:14:35 -05:00
Naomi
edc7c03824
color isn't required
2011-01-21 14:58:23 -05:00
Naomi
c83244fb3a
add show form is broken up into tabs.
2011-01-21 13:25:12 -05:00
Naomi
42e2e0d407
working on add show screen, using subforms and jqueryUI tabs to separate adding show decisions.
2011-01-20 18:30:53 -05:00
naomiaro
ccb36c8106
changed to better looking theme with newer version of jquery UI. Can create new playlists on the side.
2011-01-16 17:12:02 -05:00