Commit Graph

5 Commits

Author SHA1 Message Date
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 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 d362f0c3c9 Whitespace fixes for coding conventions 2006-11-21 16:27:42 +00:00
paul bed878246d Speedups for HTML interface by only creating the HUBBROWSE object on
demand instead of on every single page load - this object took the
longest to create.  Started to convert code to PHP5 using
public/private/protected/static and __construct() method, got rid
of =& when constructing objects.  Fixed a number of functions that were
marked as private that were actually public.  Fixed names of a couple
functions to be more readable.  Commented out functions that are no
longer in use.
2006-11-14 18:43:57 +00:00
paul fe31d2dfab Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster). 2006-10-19 14:55:07 +00:00