Commit Graph

331 Commits

Author SHA1 Message Date
fgerlits 6c48e9d63d minor edit: breaking up some overlong lines 2006-12-01 17:53:38 +00:00
fgerlits 93dbbeaa6d possible fix for the scheduler bug 2006-12-01 17:49:48 +00:00
paul 2a50ad1cc7 Better debug messages 2006-12-01 16:36:55 +00:00
fgerlits a38ebdeadd fixed some Debug.h-related bugs which prevented to code from compiling
in non-debug mode
2006-12-01 14:54:14 +00:00
fgerlits 86243e1d55 fixed a typo in [2694] 2006-11-30 18:53:01 +00:00
fgerlits d1e8dbce87 possible fix for [2694] 2006-11-30 18:48:29 +00:00
fgerlits 221a45419e maybe fixed the scheduler bug (#2034?) 2006-11-30 18:27:24 +00:00
paul 9a4c0ca65f Should fix #2061 2006-11-30 18:10:50 +00:00
tomash 2e99dd0509 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
tomash 9166fc981a minor thing - improved error msg 2006-11-30 17:20:59 +00:00
fgerlits 15bc76462b added some debug messages 2006-11-30 15:31:34 +00:00
mark 2eb30be97a Fixed Debug.h so that it can be used in more than one class at a time. Also added include guard.
Fixes most of #1922
2006-11-30 13:31:58 +00:00
fgerlits 3fd1e71d51 fixed #2044 2006-11-30 12:39:32 +00:00
fgerlits fafbf6e87b undo of [2678] 2006-11-30 11:51:41 +00:00
tomash 69578735e9 Workaround for nonexisting developer's crontab (personalized developer env.) 2006-11-30 04:52:14 +00:00
tomash 8b484a9df3 fixed line commited by mistake 2006-11-30 04:37:16 +00:00
tomash 657d7c2ab5 #2040 - curl errors on upload to hub - fixes and upload parameters changes 2006-11-30 03:38:02 +00:00
tomash 6c751954ee minor fix 2006-11-30 02:21:58 +00:00
fgerlits f7bdf20b6e provisional solution to #2044 2006-11-29 21:38:41 +00:00
fgerlits 96f4e38e38 fixed #2055 2006-11-29 18:59:52 +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
fgerlits 1c068165e0 changed all #!/bin/sh lines to #!/bin/bash 2006-11-29 16:19:45 +00:00
mark cc4b25a851 Improve debug output (less spammy, better information). 2006-11-29 16:06:01 +00:00
paul 7fab2a870e Removed scheduler import/export because they dont work yet 2006-11-29 15:11:33 +00:00
fgerlits 850e7c3d2d please don't use C functions for handling time values;
use the tools in the TimeConversion class instead
2006-11-29 11:34:03 +00:00
mark 7037984499 Print timestamp when opening files, as requested by Douglas.
Fixes #2052
2006-11-29 09:10:15 +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 9c3108e75b Fix for bug #2050 - a playlist spanning multiple hours is not properly plotted on the DAY VIEW. Added code documentation. 2006-11-29 05:28:38 +00:00
tomash 22810e102a #2017 special scheduler account in storageServer 2006-11-29 03:36:04 +00:00
tomash 13a06d4ba5 #2040 minor change - verbosity of error msg increased 2006-11-29 02:55:15 +00:00
tomash 89789aa3bf Search with desc order fixed. 2006-11-29 02:45: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
tomash 7dbe916d6d #1944 + #1869 hubSearch part 2006-11-28 19:51:03 +00:00
fgerlits 115bce9de2 fixed #2049 2006-11-28 19:23:12 +00:00
paul 0059d67a54 Fixed warning about uninitialized variable. 2006-11-28 17:43:18 +00:00
paul b07fe34988 Remove the slow metadata from the DAY VIEW. Added more prominent CURRENT DAY label. 2006-11-28 17:42:18 +00:00
paul 5c47d960ae Add in the name of the month in the MONTH VIEW 2006-11-28 17:38:52 +00:00
paul 679248b96f Code formatting. 2006-11-28 16:53:02 +00:00
paul 30a6bf5edc Take out the metadata display which makes things really slow. Got rid of some warnings. 2006-11-28 16:51:12 +00:00
paul 79f4c4266b Took out the sting (i.e. slowness) of creating the HUBBROWSE object on every page load - everytime it was created it did a search on the local database. Added some docs. 2006-11-28 16:37:38 +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 cfedeece1b Implemented ticket:2044 - hide HUB BROWSE option 2006-11-27 19:37:49 +00:00
paul 655016777f This should be the end of the hash marks problem on the Library search/browse pages - I restored the HUBBROWSE object to load for every page load, it slows things down but should make it stable again. Bug #2037. Also added some code docs to uiBase. 2006-11-27 19:32:15 +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
fgerlits f54fd605c0 fixed #2036 2006-11-27 16:50:55 +00:00
paul 9edd10a58c Fixed bug #2038 - fatal error on edit playlist 2006-11-27 15:15:09 +00:00
fgerlits ad0dd8d2bc fixed #2007 2006-11-26 10:48:57 +00:00
localizer 17b6bb2c61 automated localization update 2006-11-25 00:14:14 +00:00
paul cb36413ecb Fix for #2027 2006-11-24 17:17:29 +00:00
tomash 0fcaf7a168 #1891 hub localt quick test fixed 2006-11-24 16:50:47 +00:00
mark d15c639158 No longer needed. 2006-11-24 14:20:26 +00:00
mark 0554aeded0 Many bugfixes and improvements for the preloading system:
* Fixed memory handling. Now using Ptr::Ref.
* Various bugfixes.
* Speedup: Use preloaded data whenever possible.
2006-11-24 14:12:54 +00:00
tomash e316b65ac8 #1869 fixed hub search in web UI 2006-11-24 02:49:14 +00:00
tomash 4259cf0c08 #1894 workaround - ensures the buffer dir exists 2006-11-24 00:53:45 +00:00
localizer 114e75e52b automated localization update 2006-11-24 00:14:12 +00:00
paul ea21523e13 Fix for PEAR installation, for ticket #2020. 2006-11-23 23:16:48 +00:00
paul b645cdf0e6 Removed ability to upload WAV and FLAC files, fix for #2019 2006-11-23 21:36:02 +00:00
paul 85f3717eb7 Code formatting cleanup, added correct documentation for function parameters and return values. Added public/private/static modifiers to functions. 2006-11-23 18:58:03 +00:00
tomash 9ab775b5b7 several public keyword added 2006-11-23 14:42:33 +00:00
mark 56224063ff The preload() method is now running in a separate thread. This has major advantages over the old version:
* preload() returns immediately (non blocking).
* During runtime the preloading does not block the GUI at all.
2006-11-23 14:04:50 +00:00
mark bc1a2cdbb6 Event loop calls are no longer needed (now we have threading). 2006-11-23 14:02:43 +00:00
fgerlits 8281d6997b fixed #2014 2006-11-23 11:27:04 +00:00
paul b6be769227 Tweak for API change 2006-11-23 07:26:47 +00:00
paul d5191faa15 Put back in system preference for scheduler startup script 2006-11-23 07:26:13 +00:00
paul 1dbbf53799 Tweaks for API changes. Tell the user if their scheduler script is not configured. 2006-11-23 07:25:30 +00:00
paul c175de0cb3 Make code more readable. 2006-11-23 07:24:44 +00:00
paul 5174eeb1d6 Fixes for API changes, make code more readable. 2006-11-23 07:23:55 +00:00
paul c9be3824af Fixes for API changes 2006-11-23 07:22:45 +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 053f6df164 Get rid of unneeded data copying ( = = someFunction()). Minor spacing and formatting tweaks. 2006-11-23 07:16:40 +00:00
paul 49c4036a5a Changed to use the potentially faster form of bsGetMetadataValue which fetches all metadata at once instead of one at a time. 2006-11-23 07:15:26 +00:00
paul 91130937c5 Just minor spacing tweaks 2006-11-23 07:14:22 +00:00
paul 040683b700 Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:13:41 +00:00
paul 0de001046f Commented out two functions that are no longer in use. API function renaming. 2006-11-23 07:12:42 +00:00
paul 789ddf9248 Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:11:18 +00:00
paul ec3485fe52 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
paul 6a39d99bfd Added public/private/static modifiers to functions. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:08:22 +00:00
paul 714e853fae Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:07:08 +00:00
paul b4cecf725d 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
paul ec562b0165 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 07:01:08 +00:00
paul 37657536be 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
paul cb921c1b02 Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 06:57:22 +00:00
paul 7425aa0654 Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 06:56:32 +00:00
paul ad9ab95c05 Fix for changing file names to match class names. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 06:55:54 +00:00
paul b0cbbd4d58 Part 2 of changing file names to match class names 2006-11-23 06:52:22 +00:00
paul d2353858e6 Part 1 of renaming files so that their file names match the class names 2006-11-23 06:00:24 +00:00
localizer fc2fd808be automated localization update 2006-11-23 00:13:57 +00:00
fgerlits b4c9ed0e76 implemented the calls to the preload() function; this closes #2012 2006-11-22 18:33:28 +00:00
mark b434016602 Make slightly more responsive. 2006-11-22 14:25:10 +00:00
mark 8cf6d04cd2 Add preload() to interface. 2006-11-22 11:19:37 +00:00
mark b7a8bbe1d1 Add useful debug message. 2006-11-22 08:51:08 +00:00
mark f6489b70b8 Code cleanup. 2006-11-22 08:46:03 +00:00
mark e66ccc702b Further reduce GUI blocking. 2006-11-22 08:13:08 +00:00
mark 68a38efcd9 This line was just for testing. 2006-11-22 07:21:29 +00:00
mark af04eebdbc Don't block the GUI. 2006-11-21 23:38:12 +00:00
tomash 007b5caa6c #2011 minor fix + typo fixes 2006-11-21 23:23:33 +00:00
mark f48c22f1c8 Added a preload() method, for speeding up SMIL playlist loading. The idea is to open the file that is likely to be played next already during playback of another file.
Code generally works, but some details still need to be worked out.
2006-11-21 22:27:59 +00:00
paul e3fbd34a58 Fix for bug #2002 - EDIT PLAYLIST only shows one item no matter how many items are in the playlist 2006-11-21 20:08:26 +00:00
paul 0821cf18a0 Fixed bug #1992 - logout text wrong 2006-11-21 19:53:41 +00:00
paul e5cd150fbc Fixed bug where displaying a scheduled playlist crashed. 2006-11-21 19:46:24 +00:00
paul 63af23521a Function rename 2006-11-21 19:38:44 +00:00
paul 006e40a41b Undo of accidental checkin 2006-11-21 19:37:29 +00:00
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
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
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 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
paul 764e1cfbcf Fix for #1979 - fatal error on file upload 2006-11-16 15:01:51 +00:00