Commit Graph

2484 Commits

Author SHA1 Message Date
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
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 11c9e32f28 fixing a typo in the previous commit 2006-11-27 14:12:49 +00:00
fgerlits cede8fc578 clarified the playable ID format in the xml-rpc interface docs 2006-11-27 14:07:15 +00:00
fgerlits ad0dd8d2bc fixed #2007 2006-11-26 10:48:57 +00:00
paul 48b05506d0 Get rid of useless extra directories when installing PEAR libs 2006-11-25 04:10:43 +00:00
paul 8e05b363dc Dont need these files for PEAR 2006-11-25 04:08:02 +00:00
paul d4deec22d0 These PEAR scripts arent used 2006-11-25 04:06:26 +00:00
localizer 17b6bb2c61 automated localization update 2006-11-25 00:14:14 +00:00
paul 7217a801e2 Wow, I am really terrible at getting this Makefile correct. Next time I will create a branch. 2006-11-24 21:33:34 +00:00
paul 1d3d8a6ff1 A more elegant (and actually working) version of PEAR installation 2006-11-24 20:48:06 +00:00
paul eb57bf6256 Put the PEAR files in the right place. It was putting them in .../usr/usr/lib/pear/src, now it puts them in .../usr/lib/pear/src 2006-11-24 18:47:35 +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
paul 172f88c5f8 Another tweak for PEAR getting PEAR libs installed 2006-11-24 16:43:08 +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 577a4bacd5 Fixed accidental checking-in of my local install details, part of #2020 2006-11-23 21:31:19 +00:00
paul 505c9b4f63 Get rid of PEAR updating when installing. Should be final fix for #2020. 2006-11-23 21:25:20 +00:00
paul 507151aec8 Removed unneeded PEAR directories, part of #2020 2006-11-23 21:06:13 +00:00
paul 1589ec3dda Updated PEAR libraries to latest stable versions, changed the format in the repo so they are already extracted and dont need to be installed, only copied. Part of #2020. 2006-11-23 21:02:26 +00:00