Commit graph

2750 commits

Author SHA1 Message Date
fgerlits
4b1ea1e069 half of the solution for #2012, for testing 2006-11-22 16:41:34 +00:00
fgerlits
9cd9d86218 removed some preinst stuff which may have caused #1996 2006-11-22 15:53:38 +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
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