Commit graph

30 commits

Author SHA1 Message Date
Paul Baranowski
b11cbd8159 CC-2166: Packaging Improvements. Moved the Zend app into airtime_mvc. It is now installed to /var/www/airtime. Storage is now set to /srv/airtime/stor. Utils are now installed to /usr/lib/airtime/utils/. Added install/airtime-dircheck.php as a simple test to see if everything is install/uninstalled correctly. 2011-04-14 18:55:04 -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
naomiaro
b97e79773b CC-2110 : Soundcloud file metadata
added show genre column, this is used instead of soundcloud default genre if set.
2011-04-02 17:09:37 -04:00
Naomi
b779e96391 CC-2135 : Doctrine Migration scripts missing
creating script for all 1.7 database modifications.
2011-03-31 15:00:20 -04:00
Naomi
85a984e669 CC-2129 : Retry automatic upload to Soundcloud if Internet connection problem
configs for retry, id of soundcloud file is added to database.
2011-03-30 18:15:33 -04:00
paul.baranowski
2d11595a33 CC-2100 Remove tables that are not in use
Removed tables from the schema.
2011-03-24 16:44:23 -04:00
naomiaro
fae71ed051 CC-1985 : Automatic rebroadcast of recorded content
scheduling the recorded file in any rebroadcast shows.
2011-03-22 12:08:09 -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
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
naomiaro
ddddcc9375 can make show as many hours long in duration as wanted. 2011-02-12 18:40:17 -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
naomiaro
0152514ef3 removed cc_show_schedule table. 2011-02-06 22:07:17 -05:00
naomiaro
f04d03aef1 SCHEDULE TABLE ID CHANGE 2011-02-06 18:38:55 -05:00
naomiaro
75eea94641 changed back to old schedule id to test if playback works now. 2011-02-06 15:31:36 -05:00
naomiaro
ebb43857f6 modified cc_schedule table, added foreign key to show instance id for easy clean up when show needs to be cleared/deleted. replaced primary key with a standard auto incrementing key for efficiency since the other key had no use. 2011-02-06 01:10:07 -05:00
naomiaro
bfc1bccfdf beginning of making a separate ShowInstance vs Show class. 2011-02-05 18:20:51 -05:00
naomiaro
89b971b67c changes to how shows are created/stored. 2011-02-05 16:00:05 -05:00
Naomi
b3ccd6ab1c can change the colors of shows if set in add show dialog, otherwise takes default from css style sheet. 2011-01-21 14:43:38 -05:00
naomiaro
c1c4c4e598 database changes for name, searching for playlist for a show. 2011-01-10 13:24:21 -05:00
Naomi
9854834b26 adding fields to allow for multiple playlists scheduled in a show 2011-01-06 16:20:51 -05:00
Naomi
8ce870bb95 prefixed everything in cc_files with Db for Propel to be consistent. 2010-12-17 18:05:59 -05:00
Naomi
1fc21819cc simple form for adding a user to the database, only available for admin users. 2010-12-17 17:56:01 -05:00
mkonecny
b3a0104191 fixed build/schema.xml conflict
Conflicts:
	build/schema.xml
2010-12-16 16:57:50 -05:00
mkonecny
9bfb6b53b8 fixed problems with not working out of a fresh install. 2010-12-16 16:36:51 -05:00
Naomi
d95c4ab0fc can schedule in a show (just one playlist currently), schedule table is cleared of shows contents when a show is deleted, can clear a show of contents. 2010-12-16 15:15:43 -05:00
naomiaro
d94063fbe4 changed how shows saved in database to make keeping track of host permissions easier. 2010-12-10 12:15:17 -05:00
naomiaro
7ef0c18b26 adding zend project folders into old campcaster. 2010-12-07 14:19:27 -05:00