Naomi
509952cc78
CC-2159 : Upgrade Airtime to jQuery 1.5
...
removed now unneeded element render js, removed unused fullcalendar callbacks.
Checking in Fullcalendar print css
2011-04-13 09:40:23 -04:00
martin
64124175c5
Merge branch 'master' of dev.sourcefabric.org:airtime
...
Conflicts:
application/models/Shows.php
2011-04-12 00:16:35 -04:00
martin
b4f1a6b3b0
-CC-1805 Ability to edit a show
...
Initial check-in...still incomplete.
2011-04-12 00:14:26 -04:00
Naomi
56fc2863bd
CC-2146 : Speed up calendar when there are a large number of shows
...
adding aggregate column to store amount of time scheduled in show.
percent is only calculated for full calendar events if requested from a week or day view.
2011-04-06 17:53:09 -04:00
Naomi
05f9863bc8
CC-2159 : Upgrade Airtime to jQuery 1.5
...
event progress bars are now centered, take up most of the width so they look less stupid.
2011-04-04 19:16:40 -04:00
Naomi
e5ab96a665
CC-2159 : Upgrade Airtime to jQuery 1.5
...
upgraded project to newest jQuery, fullcalender.
2011-04-04 18:40:59 -04:00
naomiaro
2033b904c8
prevent fullcalendar caching from switching back to incorrect icon.
2011-04-03 22:55:34 -04:00
naomiaro
1cdbce55a7
CC-2125 : Soundcloud: ability to retry to upload
...
if a recorded show in the past does not have a soundcloud file id, context menu action appears to upload to soundcloud if it is enabled in preferences.
if a recorded file is on soundcloud the soundcloud icon replaces the record icon.
2011-04-03 22:32:11 -04:00
naomiaro
9bd1aa14a9
CC-2145 : Redesign & layout fixes for the Preferences screen
...
added javascript to page, got rid of separate index/update actions and moved everything to just index since update was not needed as a separate action.
2011-04-03 18:04:14 -04:00
martin
c67ab97dbc
Merge branch 'master' of dev.sourcefabric.org:airtime
2011-04-02 13:30:15 -04:00
martin
8cc161ce71
CC-2123: Rebroadcast: Show status of upload in the calendar and show content
...
-Changes for full calendar implemented
2011-04-02 13:30:04 -04:00
naomiaro
b59e7aef32
CC-2116 : Add Extra Form Validation For Rebroadcasts
...
adding check for time fields since zend passes 09:0f
setting min date on rebroadcast date picker to be start date of show.
2011-04-01 19:43:57 -04:00
naomiaro
132c78453a
CC-2116 : Add Extra Form Validation For Rebroadcasts
...
can only schedule rebroadcast shows an hour after original broadcast or later.
zend date validator passes '09:0f' which it shouldn't...
2011-04-01 18:18:32 -04:00
martin
4241e8341e
CC-2087: Pressing twice on "add this show" creates two instances of the show
...
-Fixed on the client side only. Possibly create a ticket for next release to implement table locking on server side.
2011-03-31 14:33:47 -04:00
martin
7dcd6c78e5
CC-2031: Put extra 'Add this show' button at bottom of Add show box
...
-Done. Just need Vladimir to fix up the css.
2011-03-31 12:39:12 -04:00
naomiaro
40c9c48961
CC-2029 : Missing icons on buttons
2011-03-25 17:18:42 -04:00
martin
343fb593ee
CC-2051: Unable to change user password
...
-Password is changeable, and success message appears whenever a user is added/updated.
2011-03-24 22:29:14 -04:00
naomiaro
9447f4fb82
CC-2063 : record/rebroadcast icons for calendar display
...
icons are put on calendar.
2011-03-23 23:36:45 -04:00
martin
a3a8ae104a
CC-2030: Icon needed for Cue In/Out
...
-Implemented
2011-03-21 15:01:43 -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
20f3c49dcb
CC-1985 : Automatic rebroadcast of recorded content
...
rebroadcast shows are automatically resized if parent recorded shows are altered.
progress bar is removed from recorded/rebroadcast shows, waiting on special icons.
2011-03-16 11:33:08 -04:00
martin
43a9b63fb5
CC-1848
...
-began progress, not complete yet. Show can be deleted from database while it is playing, need to notify pypo as well
2011-03-09 22:25:02 -05:00
Naomi
dc0ea0a532
edits to show class to support resizing/dragging with overbooking.
2011-03-07 12:43:05 -05:00
Naomi
cf5b24dc8c
added one minute resolution.. why not?
2011-03-06 16:50:26 -05:00
martin
e16dd6c486
early implementation of CC-1962
2011-03-06 00:08:02 -05:00
Naomi
94567ed046
CC-1969 made all menus left click activated instead to prevent mac problems. metadata for a file can now be seen by hovering over the "type" icon
2011-03-01 12:25:20 -05:00
naomiaro
eae196f58b
IE8 doesn't support runtime html5 in plupload, defaults to html4 runtime for IE. upgrading to newer plupload then solved IE specific problems setting a form's content type.
2011-02-23 18:28:51 -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
12dbdf8f4c
CC-1915 playlist name no longer required in form, defaults to "Untitled Playlist"
2011-02-11 15:59:16 -05:00
Naomi
4cf5a46c67
will go back to date you were looking at when changing time resolution.
2011-02-11 12:45:00 -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
2b1163a157
added opening what section if errors
2011-02-11 11:16:15 -05:00
naomiaro
00b70c5144
CC-1871 when clicking on a time slot on the calendar it automatically opens the add show form and populates the start date and start time(if on week/day view)
2011-02-10 23:50:31 -05:00
naomiaro
cb8679e43e
adding show button when form hides.
2011-02-10 22:27:22 -05:00
naomiaro
8cb91726f7
fix for +show button appearing when it shouldn't when changing time resolution.
2011-02-10 22:07:13 -05:00
Naomi
f8623dfb81
add show form will reset the dates that you had selected if there are errors.
2011-02-10 21:05:17 -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
Naomi
81d66ebbb6
day selection change
2011-02-10 18:40:30 -05:00
Naomi
ea9127b1d0
CC-1910
...
new close button for add show
2011-02-10 18:24:29 -05:00
Naomi
27b462d638
new acl permissions, add show form is done by ajax request now.
2011-02-10 17:12:05 -05:00
Naomi
2b5927bf33
add show form sent via ajax request, opens sections with errors if not completed properly.
2011-02-10 15:00:55 -05:00
Naomi
a32550d625
add show button removed/readded properly.
2011-02-10 11:34:55 -05:00
Naomi
b6c26a583b
only have add show button on full calendar when the add show form isn't displayed.
2011-02-10 11:28:56 -05:00
Naomi
ac86fc50e8
add show button only appears for admin users
2011-02-10 11:25:28 -05:00
naomiaro
675f1ae86a
add show/schedule now on one page.
2011-02-10 00:17:07 -05:00