Commit Graph

19 Commits

Author SHA1 Message Date
sebastian 0f78e887bc #2361 HTML UI: 'Now Playing' doesn't refresh at the end of a playlist 2010-04-07 15:59:47 +00:00
sebastian 8d73642034 2371 Licensing 2010-02-23 11:12:22 +00:00
sebastian 8231e0fdd5 #2368 Show playlist title in the statusbar 2010-02-17 21:30:51 +00:00
sebastian 3dbc0730c3 #2662 twitter 2010-02-15 15:54:47 +00:00
sebastian eb47b8248a #Campcaster-Web: 'Now Playing' should display running playlist name 2010-02-12 14:24:33 +00:00
paul 4733682a62 Refactored Alib to reveal its true nature: a bunch of static functions inside of classes. This makes it much easier to understand what is going on, and removes 4 layers of class heirarchies (now only 4 left). There are now two important global variables: CC_DBC, the database connection, and CC_CONFIG, the config variables. These used to be passed around to all classes, but since they are always the same they should be global. Refactored the StorageServer install scripts to live outside of the classes. They now live in the storageServer install scripts. A lot of functions in the StorageServer have become static as well, but there are definitely more that I didnt get to. Lots of code cleanup as well. This is a big update. 2006-12-16 06:36:22 +00:00
paul c526cb1830 Code cleanup, add extra check about scheduler startup script, add documentation. 2006-12-08 04:36:29 +00:00
paul 50c781da5d Fix for playlists in the scheduler spanning across day boundaries or even multiple days. Part of #2050. 2006-11-29 17:45:02 +00:00
paul 6375212ac9 Fix for bug #2050 - a playlist spanning multiple hours is not properly plotted on the DAY VIEW. This was supposed to be part of the previous commit (changeset:2668). 2006-11-29 05:29:39 +00:00
paul b1c0f2c582 Fixed bug #1975 - SNAP TO NEXT isnt working. Cleaned up code and added documentation. 2006-11-28 22:10:12 +00:00
paul 0059d67a54 Fixed warning about uninitialized variable. 2006-11-28 17:43:18 +00:00
paul ded597dba6 Fix for bug #2042 - scheduled items do not show up in the week view. 2006-11-28 16:34:43 +00:00
paul d77fcf6c5e More fixes for #2009 - the XMLRPC calls were made to non-existent functions. The export token was stored in the user preferences even though it was empty. We now display the XMLRPC error for easier debugging. 2006-11-27 23:12:17 +00:00
paul e4d0811d86 Partial fix for #2009 - fatal error on scheduler import: the parameters given to the XML-RPC method were in the wrong order. Added documentation. Code formatting tweaks. Warning message for scheduler was fixed. 2006-11-27 18:17:37 +00:00
paul fa9203d38c Added checks to see if the scheduler script was configured properly before trying to run the daemon. Added functions scriptIsConfigured() and getScriptError(), renamed testDaemon() to daemonIsRunning(), added documentation. Added public/private/static modifiers to functions. 2006-11-23 07:21:56 +00:00
paul b77c92a667 Fixes for function renaming. 2006-11-21 16:57:44 +00:00
paul d0f967b90a Fix for bug #1973 - schedule popup broken. Got rid of some warnings and did some code cleanup as well. 2006-11-15 18:56:11 +00:00
paul bed878246d Speedups for HTML interface by only creating the HUBBROWSE object on
demand instead of on every single page load - this object took the
longest to create.  Started to convert code to PHP5 using
public/private/protected/static and __construct() method, got rid
of =& when constructing objects.  Fixed a number of functions that were
marked as private that were actually public.  Fixed names of a couple
functions to be more readable.  Commented out functions that are no
longer in use.
2006-11-14 18:43:57 +00:00
paul fe31d2dfab Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster). 2006-10-19 14:55:07 +00:00