Commit Graph

2511 Commits

Author SHA1 Message Date
paul c1c32bceb7 Another fix for bug #1998 - umask was not set correctly so that the web process can check the status of the scheduler (PID is stored in a file). 2006-12-01 03:37:28 +00:00
paul dd8bff3182 Fix for #1998 - the problem occurred when you start the scheduler more than once. 2006-11-30 18:53:04 +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
fgerlits db22b940e5 fixed #2023 2006-11-30 14:11:09 +00:00
mark 6b4bd54191 Add some debug output. 2006-11-30 13:35:45 +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
mark 79723bc653 fix typo in comment 2006-11-30 10:38:08 +00:00
mark ec217a1a71 Added an audioplayer preload call in the initialization, which hopefully speeds things up. Also increased init-time to 10 seconds.
Refer to #2043
2006-11-30 10:34:55 +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 e79a684041 some scripts missed in [2674] 2006-11-29 16:31:48 +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 170834839f correction to the previous commit 2006-11-28 19:28:44 +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
fgerlits e10129f996 fixed the title - it's the interface for both the scheduler and the storage 2006-11-27 21:01:06 +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
fgerlits 6d1de0a933 fixed #2018 2006-11-27 18:22:44 +00:00