.. |
cron
|
Workaround for nonexisting developer's crontab (personalized developer env.)
|
2006-11-30 04:52:14 +00:00 |
install
|
minor fixes + minor code reformatting
|
2006-11-16 00:26:50 +00:00 |
tests
|
Fixed function call names for renamed functions.
|
2006-11-21 15:53:30 +00:00 |
xmlrpc
|
Hidden locking problem fixed in file uploads (storageServer and hub) + more network error codes marked as resumable.
|
2006-11-30 17:25:23 +00:00 |
.htaccess
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |
AccessRecur.php
|
Added public/private/protected/static to functions
|
2006-12-08 04:31:42 +00:00 |
Backup.php
|
Added public/private/protected/static to functions
|
2006-12-08 04:32:12 +00:00 |
BasicStor.php
|
Formatting, and making a note about a bug
|
2006-12-08 04:33:02 +00:00 |
DataEngine.php
|
Search with desc order fixed.
|
2006-11-29 02:45:39 +00:00 |
GreenBox.php
|
#1869 fixed hub search in web UI
|
2006-11-24 02:49:14 +00:00 |
LocStor.php
|
Added public/private/protected/static to functions
|
2006-12-08 04:31:20 +00:00 |
LsPlaylist.php
|
Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 06:59:44 +00:00 |
M3uPlaylist.php
|
Get rid of unneeded data copying ( = = someFunction()). Changing various function names to be more obvious and consistent.
|
2006-11-23 07:10:35 +00:00 |
MetaData.php
|
Added public/private/static modifiers to functions. Added function getAllMetadata(). Commented out function updateRecord() which doesnt seem to be used.
|
2006-11-23 07:05:15 +00:00 |
Playlist.php
|
A more readable secondsToPlaylistTime() function
|
2006-12-08 04:30:22 +00:00 |
Prefs.php
|
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
|
2006-11-14 19:09:20 +00:00 |
RawMediaData.php
|
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
|
2006-11-14 19:09:20 +00:00 |
Renderer.php
|
Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:11:18 +00:00 |
Restore.php
|
Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:13:41 +00:00 |
SmilPlaylist.php
|
Added public/private/static modifiers to functions. Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 07:08:22 +00:00 |
StoredFile.php
|
Added public/private/static definitions to functions
|
2006-12-08 04:28:50 +00:00 |
Transport.php
|
Code formatting
|
2006-12-08 04:33:35 +00:00 |
TransportRecord.php
|
Get rid of unneeded data copying ( = = someFunction()).
|
2006-11-23 06:56:32 +00:00 |
Validator.php
|
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
|
2006-11-14 19:09:20 +00:00 |
XmlParser.php
|
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
|
2006-11-14 19:09:20 +00:00 |
audioClipFormat.php
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |
changeSchedulerPassword.php
|
moving the script so that it will be copied by `make install`
|
2006-12-05 16:10:57 +00:00 |
conf.php
|
Update version number
|
2006-12-04 17:36:36 +00:00 |
conf.php.template
|
Update version number
|
2006-12-04 17:36:36 +00:00 |
conf_only.php.template
|
#2017 special scheduler account in storageServer
|
2006-11-29 03:36:04 +00:00 |
emptyMdata.xml
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |
emptyPlaylist.xml
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |
emptyWebstream.xml
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |
genres.xml
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |
index.php
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |
playlistFormat.php
|
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
|
2006-11-14 19:09:20 +00:00 |
webstreamFormat.php
|
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
|
2006-11-14 19:09:20 +00:00 |