Commit Graph

2484 Commits

Author SHA1 Message Date
localizer 415a2befef setting up the localizer account 2006-11-21 19:02:55 +00:00
paul 001e50bf08 Fix for bug #2003 - CREATE NEW PLAYLIST broken 2006-11-21 18:20:46 +00:00
paul 82fcd9faed Fixed a bug where a playlist with nothing in it would say that it was 19 hours long. 2006-11-21 18:18:16 +00:00
paul 4376bd8529 Changed code to use PHP coding conventions 2006-11-21 17:18:17 +00:00
paul 945595129b Function rename fix 2006-11-21 17:16:57 +00:00
paul 43c0907de3 LS->CC renaming. Added documentation. 2006-11-21 17:16:32 +00:00
paul 4dfabbb4e2 Got rid fo PHP5-specific handling 2006-11-21 17:15:41 +00:00
paul 802bc91be6 Got rid of WAIT gif, we dont want anything slowing down the display of these pages. This also prevents using LOCATION: headers for redirects, which are faster. 2006-11-21 17:14:48 +00:00
paul 420d5288b5 Fixed _retMsg() function to use call_user_func_array() instead of a long lost of optional arguments. Function renaming fixes. 2006-11-21 17:11:40 +00:00
paul 5af7dcc9f5 Added documentation 2006-11-21 17:09:42 +00:00
paul 436bafc18e Got rid of a warning. 2006-11-21 17:09:14 +00:00
paul 9063d1e639 Got rid of permission checks for various menu items since there is actually no way to change a users permissions. 2006-11-21 17:08:33 +00:00
paul 5631f3d13a Show more of the song titles by not truncating on word boundaries. 2006-11-21 17:07:54 +00:00
paul 73bfd59f4e Added more space for search results since not all available space was used. Show more of the song titles by not truncating on word boundaries. 2006-11-21 17:06:45 +00:00
paul ac56d573d1 Got rid of popup wait box when you click on SCHEDULE menu items. Got rid of permission checks for various menu items since there is actually no way to change a users permissions. 2006-11-21 17:04:37 +00:00
paul b6a4f523fb Renamed function reOrder() to reorder(). Fixes for function renaming. 2006-11-21 17:02:29 +00:00
paul bb250cb252 Fixes for function renaming. 2006-11-21 17:01:54 +00:00
paul c06827fe96 Added public/private function modifiers. Fixes for function renaming. Removed function isUsedBy() since it is not used. 2006-11-21 17:01:19 +00:00
fgerlits e0ee3875a5 minor edit: changed Station to Web 2006-11-21 17:00:03 +00:00
paul 6094054d66 Fixes for function renaming. 2006-11-21 16:58:47 +00:00
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