Commit Graph

3219 Commits

Author SHA1 Message Date
paul.baranowski 8bd8f7c7a4 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-14 10:19:10 -04:00
paul.baranowski 7ea2352ca3 Started to put metadata into the files table.
Gave the table sequences their own config values in $CC_CONFIG.
This allows us to change their names from one single place.

Fixed WHITE_SCREEN_OF_DEATH warnings.

Added PHPUnit to the pear library.

Started adding unit tests in storageServer/var/tests.
2010-09-14 10:18:53 -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
naomiaro 4d3b90621e CC-1434 && CC-1373
Won't delete a file that's scheduled or contained in a playlist.
2010-09-13 14:05:45 -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
paul.baranowski 73d672b552 Fixed installation errors found by Doug.
Moved all database installation into one file (pulled stuff from scheduler
and classes).  Same with uninstallation.

Removed ability to reset the storage through and XMLRPC call.  This is
very dangerous to allow.

Disallowed remote execution of CleanStor.php.

Changed database table prefix from "ls_" to "cc_".

Removed all groups.
2010-09-10 14:37:02 -04:00
paul.baranowski 0d3a947e79 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-09-10 10:48:35 -04:00
paul.baranowski 768797a60c Fixed errors during storage server build. For some reason detection of a request from localhost was no longer detected by the webserver. 2010-09-10 10:48:08 -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 aa9528b9fd CC-1658 Remove file tree structure from code and database. Removed tables ls_class and ls_cmemb and continued removing code that was depending on the tree structure. 2010-09-03 16:49:28 -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 a16e3daa11 #CC-1573 CleanStor script added to storage server to clean broken links or purge all files. 2010-08-31 15:36:05 -07:00
naomiaro 2ffe3b0a46 adding Plupload images 2010-08-30 12:09:45 -07:00
naomiaro 17d148f98a Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-08-30 10:53:48 -07:00
naomiaro 318337391c CC-1335 Plupload has been added to support multi-file upload. 2010-08-30 10:51:13 -07:00
Robin Gareus 1ff3b38d1d Debian/Ubuntu packaging 2010-08-26 15:52:53 +02: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 2dd20a03b3 Merge branch 'master' of dev.sourcefabric.org:campcaster 2010-08-25 12:34:17 -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
naomiaro 4dddc5554f Added a refresh button that will refresh the meta-data and rerun the search. Useful after using the mass import script. 2010-08-25 12:06:47 -07:00
naomiaro ffb47f021d removing files from getid3 which should not be in repository 2010-08-18 16:03:45 -07:00
naomiaro b75eab5516 CC-1428 Packaged version: campcaster-import must be run as root. Checked to see if the storage directory was writable, if not the program prints an error message and then exits. Updated module getid3 to latest stable version and fixed some deprecations. 2010-08-18 15:43:27 -07:00
Sebastian ee4ddf27a8 Fixing CC-466 (LS Station: 'Now Playing' still not working) 2010-08-18 16:19:19 +02:00
paul.baranowski 29f65a6258 Changed campcaster-import to show where the files are going to be stored. 2010-08-18 10:07:50 -04:00
naomiaro 3ae64ced67 Updating PEAR src packages 2010-08-18 06:53:23 -07:00
naomiaro 06c12113a4 removed debug messages 2010-08-16 11:32:40 -07:00
paul.baranowski 3901b889b2 Removed debug messages 2010-08-16 11:35:19 -04:00
paul.baranowski a006478f5d CC-1639: Change copyright and webpage info in source code 2010-07-23 23:19:27 -04: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 52276f0e78 Moved some documentation to the wiki and removed the files in the doc directory. Still more to be done. 2010-07-19 12:21:09 -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
Sourcefabric e79dec135d README added 2010-05-18 22:12:29 +02:00
sebastian 017b23e08c #2029 Campcaster-Web: 'Could not connect to scheduler' error message even when scheduler is running 2010-04-07 17:30:06 +00:00
sebastian c9baf9063a #2361 HTML UI: 'Now Playing' doesn't refresh at the end of a playlist 2010-04-07 16:12:17 +00:00