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
76cfe7714b
-Fix timestamp calculation problem for the UI
2011-03-31 19:10:18 -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
martin
0cab539f8a
-No ticket: Fixed recording light on, even after record show ended.
2011-03-24 21:36: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
582c05a192
CC-2077: Show is marked as Recording, when it's not set to record
...
-Fixed
2011-03-22 13:39:01 -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
naomiaro
f104872175
CC-1985 : Automatic rebroadcast of recorded content
...
modified full calendar code to allow disabling resize of specific events (rebrodcast shows)
2011-03-15 17:26:59 -04:00
martin
a947306222
CC-2002
...
GUI changes done
2011-03-11 13:56:13 -05:00
martin
55745d1a4a
CC-2025
...
Indicate songs that are over-booked
2011-03-10 19:28:57 -05: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
martin
7c1739247d
-doctrine 2.0 alpha upgrade scripts
2011-03-08 16:44:47 -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
martin
93874af2b8
-improved code for shows grouping in now playing view
2011-03-05 12:28:48 -05:00
martin
cb119802df
-further modifications to now-playing view with grouping by shows
2011-03-04 23:53:29 -05:00
martin
38856c4af7
-began adding grouping by shows for the datatable.
2011-03-04 18:26:22 -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
martin
bc7d2ec8d5
Merge branch 'airtime-1.6.1'
2011-02-24 12:03:44 -05:00
naomiaro
db0f619eb0
Merge branch 'master' of dev.sourcefabric.org:campcaster
2011-02-23 18:29:14 -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
martin
dab39f391e
-interface is now notified when a song starts playing. ON-AIR graphic only turns red after this notification.
2011-02-23 17:03:27 -05:00
martin
6b615b4e70
-small js fix for IE8
2011-02-23 12:24:38 -05:00
martin
8ad5d23ee6
-api_key autogeneration and usage implemented
2011-02-22 16:16:37 -05:00
martin
7f83868214
-fix for bad merge conflict
2011-02-14 10:46:52 -05:00
martin
bb2d4c6795
Merge branch 'master' of dev.sourcefabric.org:airtime
...
Conflicts:
public/js/playlist/nowplayingdatagrid.js
2011-02-14 10:40:22 -05:00
martin
416c6ceb10
-fixed bug where a song would appear as current song and next song simultaneously.
...
-show background color switching on the list-view should now be instant.
2011-02-13 15:35:41 -05:00
martin
bb82dc2f4a
-alternating colors for blue datatable rows
2011-02-13 14:09:47 -05:00
martin
a5fd68c252
-fixed UI freeze on some very special occasions
...
-fixed some php errors related to php shipped with debian
-playlist.js no longer active on login page
2011-02-13 13:29:16 -05:00
martin
b9e1078e10
-small fixes to now playing
2011-02-13 11:49:28 -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
3ea9c9bc2d
-now playing blue rows now slightly alternate in color.
2011-02-11 18:43:07 -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