49 Commits

Author SHA1 Message Date
paul.baranowski
57b3117663 CC-1676 Scheduler tabs in a different order to menu items
Fixed.

CC-1662  	 Get rid of little popups everywhere
Got rid of some of these for the scheduler screens.

CC-1684  	 Dont allow user to schedule overlapping playlists
Some work on this, but alerting the user to it is not complete.
2010-09-24 18:03:23 -04:00
naomiaro
8951416111 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-23 17:04:43 -04:00
naomiaro
c8e1e7fc9a scratchpad reloads playlists when logging in/out.
Drag to reorder done on table. template redone to work with jQuery.
2010-09-23 17:04:09 -04:00
paul.baranowski
371f085d5d CC-1672 Implement scheduler class in PHP
UI for scheduler is working again :).
2010-09-23 17:00:02 -04:00
paul.baranowski
1d141c56ae Fixed Scheduler UI so that it now works for the "Day" view. 2010-09-22 17:25:11 -04:00
paul.baranowski
47e0233e47 Renamed ScheduleItem class to ScheduleGroup.
Added support for adding playlists to the scheduler.
Also added count() and getItems() functions.
Added "clip_length" to the scheduler database table, no doubt it will come
in handy.

Fixed bug in Playlist where it didnt remember it's own ID after creation.
Updated documention for the playlist.
2010-09-22 16:19:58 -04:00
naomiaro
202fcbd254 lock picture for active playlist id 2010-09-22 11:03:47 -04:00
naomiaro
dbd44da1ad scratchpad only reloads active playlist, not entire contents. 2010-09-22 10:51:41 -04:00
naomiaro
04e81df67c playlists appear in scratchpad, can close, reopen for edit. 2010-09-22 10:43:23 -04:00
naomiaro
6d9e5028fc adding playlist tests 2010-09-21 17:41:05 -04:00
paul.baranowski
017064310f Merge branch 'master' of dev.sourcefabric.org:campcaster
Conflicts:
	src/modules/storageServer/var/tests/runUnitTests.php
2010-09-21 16:38:48 -04:00
paul.baranowski
f4d260b02d CC-1672 Implement scheduler class in PHP
Part 1 of this implementation
This implementation keeps the playlists separate from the scheduler.
The scheduler keeps it's own copy of the list of things to play.

Support for adding single audio files to the scheduler is mostly implemented.
Adding playlists is not supported yet.

Added Scheduler.php class.
Added unit tests for Scheduler.

Updated install & upgrade file with new table structure.

Removed a lot of old defunct unit test stuff from storageServer /var/tests dir.
2010-09-21 16:32:04 -04:00
naomiaro
7edbfedc60 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-21 15:53:18 -04:00
naomiaro
5a84cee98d Changes to how the playlist works, from files to database. 2010-09-21 15:52:35 -04:00
paul.baranowski
582969915c Moved DataEngine functionality into BasicStor. Removed DataEngine.
Fixed problem with Browse functionality due to case sensitivity.

Added comments to BasicStor funcs.
2010-09-14 17:34:50 -04:00
paul.baranowski
59dc0dbd99 CC-1662 Get rid of little popups everywhere
Got rid of popups inthe browse screen.

Fixed browse functionality.

Removed useless code in DataEngine.
2010-09-14 16:07:46 -04:00
paul.baranowski
4c0f9674be Fixed search scenarios when using criteria. Made the search case-insensitive.
Changed "Creator" to "Artist/Creator" in the interface.

Still need to fix "browseCategory".
2010-09-14 15:29:15 -04:00
paul.baranowski
e53c64e856 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-14 12:03:56 -04:00
paul.baranowski
8bb5334aaa Fixes for search form - "Reset Criteria" works, and now you can ORDER BY correctly. 2010-09-14 11:55:43 -04:00
paul.baranowski
9835a605ce CC-1662 Get rid of little popups everywhere
Got rid of popups for Search and Hubsearch when clicking on page offset links.

Added more debugging for white screen of death.
2010-09-14 11:27:02 -04:00
paul.baranowski
ac32fa5e5c Fixed copyright info. 2010-09-14 11:13:29 -04:00
naomiaro
c0245a6207 CC-1601 link changed for help manual 2010-09-14 10:12:03 -04:00
naomiaro
17fddfc4e6 CC-1668 if no preference is set, archive server taken from config file. 2010-09-13 17:32:30 -04:00
naomiaro
eff63827d7 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-13 17:19:44 -04:00
naomiaro
23a775a66f CC-1669 Simple search form uses OR instead of AND. 2010-09-13 15:06:51 -04:00
paul.baranowski
e537255e27 Apparently we do need the StationPrefs group. Since the group name was
hard-coded in everywhere, I didnt detect that this value was used in the app.
I changed the hard-coded values to use the value from the config file instead.

Fixed the Transport.php::xmlrpcCall() function, an object was not being
created before it was used.

Fixed the archive server URLs in the default config files.
2010-09-10 15:49:35 -04:00
naomiaro
51436f76b8 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-10 10:40:19 -04:00
naomiaro
f4bf8105ad CC-1667 Did some more formatting for tool-tips. 2010-09-10 10:39:34 -04:00
paul.baranowski
9bf149b5c6 Merged in Naomis changes 2010-09-09 18:01:16 -04:00
paul.baranowski
54e1e9b935 CC-1309 Rationalize the Network Hub storage and Local Storage
CC-1244  	 Campcaster-Web: Division by zero on hub browse.

Got the Hub Search functionality working in the web interface.
It is now returning immediately without having to wait.  Pagination is working.
2010-09-09 17:53:06 -04:00
naomiaro
f432d587a6 CC-1259 meta-data tool-tips added for scratchpad. 2010-09-09 15:42:45 -04:00
naomiaro
20eacb439c Editing the archive Url from the gui. 2010-09-08 10:02:53 -04:00
naomiaro
d5ee603215 Merge branch 'master' of dev.sourcefabric.org:campcaster
Conflicts:
	src/modules/storageServer/var/xmlrpc/xr_cli_test.php
2010-09-07 16:25:18 -04:00
naomiaro
f0af40ffea commiting things to merge 2010-09-07 16:20:02 -04:00
paul.baranowski
956056747c CC-1309 Rationalize the Network Hub storage and Local Storage: put all the archiveServer functionality into the local storage. Removed install of separate archiveServer directories and database tables. Checked in some other minor tweaks. 2010-09-07 16:15:05 -04:00
paul.baranowski
37ba68e830 Merge branch 'master' of dev.sourcefabric.org:campcaster into tree-removal 2010-09-02 12:01:11 -04:00
naomiaro
aca88f8c48 CC-1616, CC-406. If an audio file is 1 hour+ in length the time is now displayed properly in the UI. Active playlists can now be searched/browsed for. (editing:) in the creator field next too the creator of the playlist shows which user is currently modifying the playlist. 2010-09-02 10:12:31 -07:00
paul.baranowski
0a46b39c46 CC-1658: Remove file tree structure from code and database. Removed everything and tested the interface, add temporary upgrade file to bin directory. For now you will have to apply it manually. Permissions still need to be fixed. 2010-09-02 12:00:18 -04:00
naomiaro
a674aee3b9 forgot to upload new css img locations. 2010-08-31 16:17:40 -07:00
naomiaro
2ffe3b0a46 adding Plupload images 2010-08-30 12:09:45 -07:00
naomiaro
318337391c CC-1335 Plupload has been added to support multi-file upload. 2010-08-30 10:51:13 -07:00
naomiaro
71a97cdc93 CC-1644 station logo can now be uploaded properly, there are still browser caching issues. 2010-08-25 13:59:06 -07:00
naomiaro
8c6cddcd87 CC-1152 added refresh button to refresh the meta data and rerun the search. 2010-08-25 12:16:06 -07:00
Sebastian
ee4ddf27a8 Fixing CC-466 (LS Station: 'Now Playing' still not working) 2010-08-18 16:19:19 +02:00
naomiaro
06c12113a4 removed debug messages 2010-08-16 11:32:40 -07:00
paul.baranowski
ef785742be CC-1639: Change copyright and webpage info in source code. Also removed useless @author and @revision tags 2010-07-23 23:03:53 -04:00
paul.baranowski
ad5a849d34 Fixed two more references to MDLF. 2010-07-21 16:17:30 -04:00
Paul Baranowski
934e2f125e CC-1639: Change copyright info and webpage info in source code. 2010-07-16 12:50:06 -04:00
Sourcefabric
b91512b57c removed root folder 2010-06-18 14:12:55 +02:00