Commit graph

3514 commits

Author SHA1 Message Date
paul
7558ac6153 Fixes for function renaming. 2006-11-21 16:58:21 +00:00
paul
b77c92a667 Fixes for function renaming. 2006-11-21 16:57:44 +00:00
paul
64fa1756e4 Fixes for function renaming. Fixed some warnings in the templates. 2006-11-21 16:56:43 +00:00
paul
0785f322a0 Fixes for function renaming. Added ability to go directly to a page without showing that waiting popup 2006-11-21 16:55:00 +00:00
fgerlits
89b715cb66 updated the localization instructions 2006-11-21 16:51:38 +00:00
paul
c155513040 Added documentation. Added public/private function status. Renamed reLoadM() to reloadMetadata(). Put in some checks to ensure that the number of scratchpad items returned isnt more than the number set in the user preferences. 2006-11-21 16:34:38 +00:00
paul
b61b24945a Fixed whitespace for coding conventions. Optimized function searchDB() - it doesnt do everything twice now, just once. Completely redid the pagination() function so that it works properly. Renamed reOrder() to reorder(). 2006-11-21 16:30:27 +00:00
paul
d362f0c3c9 Whitespace fixes for coding conventions 2006-11-21 16:27:42 +00:00
paul
26fbe865ec Added public/private modifiers to functions. Added documentation. 2006-11-21 16:26:57 +00:00
paul
ed603ad447 Documentation spelling fix 2006-11-21 16:21:28 +00:00
paul
dcd82ff474 LS->CC renaming. Removed special handling for PHP5 since we now assume we use PHP5. 2006-11-21 16:20:37 +00:00
paul
a3bd7c9d73 Fixed function call names for renamed functions. 2006-11-21 16:19:53 +00:00
paul
d9f5ba0335 Fixes for function renaming (public/private stuff). Renamed getMdataValue() to getMetadataValue(), renamed setMdataValue() to setMetadataValue(). Fixed calls to BasicStor::getMetadataValue() to use the new return value properly. 2006-11-21 16:19:19 +00:00
paul
f3a8175815 Removed special cases for PHP5 handling. 2006-11-21 16:13:17 +00:00
paul
a781d02678 Changes for new return value of bsGetMetadataValue(). Fixes for function renaming. Removed extra data copying for error checking (the $foo = $r = myFunc() stuff). 2006-11-21 16:11:27 +00:00
paul
883c6037b6 LS->CC renaming. Removed special handling for PHP5 since we now assume we use PHP5. 2006-11-21 16:04:21 +00:00
paul
d41cffbc08 Fixed function call names for renamed functions. 2006-11-21 16:01:16 +00:00
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
716b1d3a8c Renamed the function getMetadataValue() to getMetadataValueWithAttrs() - this function actually isnt used anywhere. Created a new getMetadataValue() which just returns the value you are looking for without any extra stuff. 2006-11-21 15:55:39 +00:00
paul
b5f2262b0a Fixed function call names for renamed functions. 2006-11-21 15:53:30 +00:00
paul
674f08e210 Fixed function call names for renamed functions. 2006-11-21 15:51:52 +00:00
paul
2824643ca3 Fixed function call names for renamed functions. 2006-11-21 15:51:34 +00:00
paul
f494b34d8f Fixed calls to Greenbox::bsGetMetadataValue() to use the new return value. 2006-11-21 15:50:37 +00:00
paul
94a0be4e6a Added documentation, removed function _idFromGunid(), which was not used. 2006-11-21 15:47:48 +00:00
paul
012d344db2 Added public/private status to functions. Changed _localGenSearch() to take advantage of new Greenbox::bsGetMetadataValue() function which allows you to pass an array of values to fetch. 2006-11-21 15:46:55 +00:00
paul
644be7c50c Removed underscores from function names (that indicate private functions) for functions that were actually public. Changed bsGetMetadataValue() to allow an array as an argument to fetch multiple values at once. 2006-11-21 15:43:04 +00:00
fgerlits
df75695233 updated the Studio localization files 2006-11-21 13:54:48 +00:00
fgerlits
cbc02ff0e2 fixed #1994 2006-11-20 14:54:50 +00:00
fgerlits
32aec7a7ac merging the temporary-2466 branch back to the trunk;
the branch is now dead
2006-11-19 17:22:58 +00:00
mark
d763a35cf6 Use the m_ prefix consistently for member variables.
Fixes #1993
2006-11-18 08:17:52 +00:00
fgerlits
756838f931 minor edit: removed an unused localzation entry 2006-11-16 17:48:19 +00:00
tomash
af168a09ce renaming stuff 2006-11-16 15:39:14 +00:00
paul
764e1cfbcf Fix for #1979 - fatal error on file upload 2006-11-16 15:01:51 +00:00
fgerlits
8dfefb4f02 re-syncing the trunk with the branch (for Doug) 2006-11-16 10:43:10 +00:00
mark
de4c77a7f5 Fix compiler warnings due to missings casts in minimalaudiosmil.c. Make the file compile with the stricter C++ compiler.
Fixes #1974
2006-11-16 09:18:15 +00:00
fgerlits
11f4d2899b merging the temporary-2466 branch back to the trunk;
this fixes #1953
2006-11-16 08:08:27 +00:00
tomash
1b89448983 minor fixes + minor code reformatting 2006-11-16 00:26:50 +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
mark
02e9120ff6 Implement error handler. Now we skip to the next track if an error occurs during playback.
Fixes #1972
2006-11-15 16:29:17 +00:00
paul
9f9f6450ac Removed PHP docs from doxygen generation 2006-11-15 14:39:54 +00:00
tomash
87715a4207 minor fix 2006-11-15 01:36:32 +00:00
tomash
fa0f1ffbff Fixed return structure of getTransportInfo. 2006-11-15 01:23:07 +00:00
paul
d2e9df0d15 got rid of =& when constructing objects 2006-11-14 19:14:18 +00:00
paul
5b012f8817 Got rid of =& when constructing objects. Improved documentation in many places. 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:13:49 +00:00
paul
ea288cb362 got rid of =& when constructing objects 2006-11-14 19:11:09 +00:00
paul
0d9129d16c got rid of =& when constructing objects 2006-11-14 19:10:22 +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
fgerlits
8b979c9f76 not destroying the Live Mode window on logout
(part of #1940)
2006-11-14 18:52:17 +00:00
paul
d7062149ea 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. 2006-11-14 18:51:43 +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