paul
|
1a0cc368f0
|
Did some function renaming for public/private issues. Changed playlistIsAvailable() to not check if the playlist exists on disk (I think we can assume that it does if something is asking about it), it only checks if it is being edited now. This change was made for optimization purposes.
|
2006-11-21 16:00:50 +00:00 |
paul
|
bb00be70bb
|
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 |
tomash
|
c1253836d4
|
#1704 restoreBackup XMLRPC fixed
|
2006-11-09 14:38:59 +00:00 |
tomash
|
a3144ce333
|
#1878 searchMetadata generalized to multifield orderby
|
2006-11-02 10:09:46 +00:00 |
tomash
|
0caf92b44e
|
#1872 added 'source' to search result structure
|
2006-10-20 14:51:45 +00:00 |
paul
|
fe31d2dfab
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |