Martin Konecny
|
ee3447f903
|
CC-4090: Make code style PSR compliant
-User.php
-removed all trailing whitespace
|
2012-07-10 18:51:32 -04:00 |
Martin Konecny
|
5c1af49252
|
CC-430: Audio normalization (Replaygain Support)
-Added support on Liquidsoap side
|
2012-07-05 23:24:34 -04:00 |
denise
|
4441bf18b7
|
CC-4072: Improve the check overlapping shows function
-done
|
2012-07-05 11:24:49 -04:00 |
denise
|
771974433b
|
CC-4071: Prevent shows from overlapping on drag and drop in calendar
-done
|
2012-07-05 11:01:48 -04:00 |
denise
|
1fa3da5bd0
|
CC-4069: Edit Show -> cannot edit show
-fixed
|
2012-07-04 18:58:22 -04:00 |
denise
|
cbf026412c
|
CC-4056: Add Show -> Prevent shows from overlapping
-done
|
2012-07-04 11:34:18 -04:00 |
james
|
443537b2db
|
CC-4020: Apache error found: Undefined variable: switch_start
- fixed
|
2012-06-27 22:50:46 -04:00 |
James
|
628f1518a7
|
CC-3906: PlaylistLibrary-> user can not delete track which has been already
played even after cancelling the show.
- fixed
|
2012-06-08 15:24:37 -04:00 |
James
|
2bf6408d90
|
CC-3864: Calendar -> Edit show: Can edit the start time of current playing show
- fixed
|
2012-06-06 18:23:27 -04:00 |
Martin Konecny
|
1edfb097da
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-05-23 16:17:37 -04:00 |
Martin Konecny
|
4608f04140
|
remove useless logging
|
2012-05-23 00:43:05 -04:00 |
James
|
164c158c80
|
CC-3859: Playout History: Filter out songs that are not played out
- done
|
2012-05-22 17:39:27 -04:00 |
Martin Konecny
|
b2f39ae66b
|
CC-3810: NowPlaying Bar during a recorded show looks scary in 2.1 (much nicer in 2.0.3 and earlier)
-introduced small problem, now fixed
|
2012-05-22 16:33:18 -04:00 |
Martin Konecny
|
bbd694eb10
|
CC-3810: NowPlaying Bar during a recorded show looks scary in 2.1 (much nicer in 2.0.3 and earlier)
-introduced small problem, now fixed
|
2012-05-22 12:22:03 -04:00 |
Martin Konecny
|
bbc101bde8
|
CC-3810: NowPlaying Bar during a recorded show looks scary in 2.1 (much nicer in 2.0.3 and earlier)
-fixed
|
2012-05-20 23:30:03 -04:00 |
denise
|
9967f5451c
|
CC-3737: ON AIR turns to grey from time to time, while the stream keeps playing
- fixed
- added a 'type' key to distinguish between tracks and shows
|
2012-05-17 18:21:58 -04:00 |
Naomi Aro
|
ff5aebfd6b
|
CC-3817 : Should use soundcloud icon for recorded & uploaded shows in timeline for past shows to match calendar
|
2012-05-14 15:06:56 +02:00 |
James
|
0d5f581e35
|
CC-3731: Can add a show of zero length
- fixed
- extra fix: Changed all the duration format so it's consistent
|
2012-04-27 14:07:14 -04:00 |
Naomi Aro
|
e242972a78
|
Merge branch 'CC-3174' into devel
|
2012-04-20 13:04:38 +02:00 |
Naomi Aro
|
6b4fd7d3bb
|
CC-3686 : Improve differentiation of a record/rebroadcast show in the timeline
|
2012-04-20 13:03:50 +02:00 |
paul.baranowski
|
7f78a7f663
|
CC-1927: Remove PEAR DB
First pass through the model classes to remove use of $CC_DBC.
Web application is working.
There are still other parts of the app that use PEAR DB.
|
2012-04-19 16:33:05 -04:00 |
paul.baranowski
|
f69a172ee1
|
Commented out a bunch of Logging debug lines. There was a lot of output
being logged in the Zend log file.
|
2012-04-19 16:16:56 -04:00 |
Martin Konecny
|
79b9de203d
|
-Better attempt at getting at least 3 items
|
2012-04-16 18:38:48 -04:00 |
Naomi Aro
|
a0fb607d30
|
Merge branch 'CC-3174' into devel
|
2012-04-16 16:40:02 +02:00 |
Naomi Aro
|
c96c60dc5a
|
CC-3620 : Calendar -> Unresponsive script warning when trying to add 300 ogg files
improving speed of js rendering,
datatables config is loaded from localstorage,
removed aggregate propel behaviour on cc_show_instances time_filled.
|
2012-04-16 16:33:32 +02:00 |
James
|
ffc17ba705
|
CC-3636: Media Folder: dir path in cc_music_dir should be in consistent format
- DateHelper.php is moved from model to common folder
- created OsPath.php file which contains normpath()
- normpath() is used instead of realpath()
|
2012-04-13 17:45:28 -04:00 |
James
|
36ca2c29fc
|
CC-3634: Media Folder: if file was deleted from file system, and the file was
scheduled in the future, it wasn't marking the file as deleted
- using propel instead of PEAR DB
|
2012-04-13 15:03:27 -04:00 |
James
|
6e1bf50009
|
CC-3638: Dashboard: On Air and Current playing show wasn't displaying correctly
- fixed
|
2012-04-12 18:49:24 -04:00 |
James
|
f522c7a7af
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-04-12 16:17:36 -04:00 |
James
|
53e37ee826
|
CC-3634: Media Folder: if file was deleted from file system, and the file was
scheduled in the future, it wasn't getting deleted from AIrtime
- fixed
|
2012-04-12 16:17:19 -04:00 |
Martin Konecny
|
c2db20f004
|
CC-3548: Schedule: Separate repeate show template and single instance on 'When' section
-cleanup
|
2012-04-12 15:10:40 -04:00 |
Martin Konecny
|
04718a88ae
|
CC-3548: Schedule: Separate repeate show template and single instance on 'When' section
-done
|
2012-04-12 13:29:49 -04:00 |
Martin Konecny
|
8303eb728e
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-04-12 11:54:58 -04:00 |
Martin Konecny
|
5a8df0321e
|
CC-3548: Schedule: Separate repeate show template and single instance on 'When' section
-in progress
|
2012-04-12 11:54:51 -04:00 |
denise
|
d06b3573e9
|
CC-3623: Need to send show name to Liquidsoap. (Currently sending name as "TODO")
-fixed
|
2012-04-11 19:22:47 -04:00 |
Martin Konecny
|
bdd3444acf
|
CC-3548: Schedule: Separate repeate show template and single instance on 'When' section
-in progress
|
2012-04-11 16:45:03 -04:00 |
James
|
f0be7cc995
|
- comments and removing logging
|
2012-04-11 16:06:10 -04:00 |
James
|
8f197115ae
|
CC-3618: Current playing Text Field in Dashboard alternates between "Nothing
Scheduled" and "current playing song"
- fixed
|
2012-04-11 15:54:03 -04:00 |
James
|
13502b4c08
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-04-11 12:27:54 -04:00 |
James
|
f82aef2a85
|
CC-3566: Preferences->"Fade In" is not respected when Show starts
- millisecond value of fade was sent wrong from php side.
- crossfade() call was removed and it was causing fade in/out not working.
|
2012-04-11 12:27:41 -04:00 |
Martin Konecny
|
a09a31bc88
|
CC-3610: Now Playing ->songs in the Now Playing do not reflect the changes affected changed END_OF_SHOW
-pypo side fixed
|
2012-04-10 23:13:52 -04:00 |
Martin Konecny
|
366ea78fce
|
CC-3532: Now Playing GUI-> Progress bar is still playing after end of show
-fixed
|
2012-04-03 18:29:36 -04:00 |
Martin Konecny
|
2e88801dad
|
CC-3562: NOWPlaying->Overbooked Show1 introduces problems to itself and to the next
-fixed
|
2012-04-02 17:28:05 -04:00 |
Naomi Aro
|
9e9ae11725
|
CC-3551 : Change Cue Out for currently deleted track
|
2012-03-30 12:24:55 +02:00 |
James
|
5b65b56b93
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-03-29 16:57:49 -04:00 |
James
|
7325d51ada
|
CC-3449: Live Stream: Kick out live dj at the end of the show
- fixed so airtime sends series of kick_out events according to
cached_ahead value in cfg file.
|
2012-03-29 16:57:28 -04:00 |
Naomi Aro
|
cea37774ca
|
CC-3551 : Change Cue Out for currently deleted track
|
2012-03-29 19:20:02 +02:00 |
Naomi Aro
|
5a24331ef6
|
CC-3547 : Refactoring Views, removing action stack to better work with permissions. Reorganizing Statistics Dialog.
|
2012-03-29 17:37:18 +02:00 |
James
|
4f5d7efaa1
|
CC-3449: Live Stream: Kick out live dj at the end of the show
- done
|
2012-03-28 15:12:01 -04:00 |
Naomi Aro
|
296a5c583a
|
CC-3407 : Timeline: Display if tracks are missing on disk
|
2012-03-27 15:16:07 +02:00 |