summaryrefslogtreecommitdiffstats
path: root/util.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-6/+6
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* header comment replace for phpdocmomo-i2011-02-031-18/+30
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-8/+8
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* sync to trunkKarl 'vollmerk' Vollmer2008-05-261-1/+1
|
* more improvements to the caching system, removed ugly hack from last night ↵Karl 'vollmerk' Vollmer2008-05-261-22/+8
| | | | on util
* vile hack to make playback work while I go sleepKarl 'vollmerk' Vollmer2008-05-261-3/+12
|
* remove redundent UPDATE on session table due to /util.php should make ↵Karl 'vollmerk' Vollmer2008-05-261-4/+13
| | | | high-traffic sites faster, most likely will not notice the query redunction
* fixed playlist update on full strict of mysql5.x and jpg mime typeKarl 'vollmerk' Vollmer2008-03-061-1/+0
|
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-0/+1
| | | | have now forgotten
* fixed opera playback, added playlist mojo to the xml api doodly, konqueror ↵Karl 'vollmerk' Vollmer2007-12-221-0/+5
| | | | is still broken as is the API and XML-RPC stuff, also updated prototype.js
* fixed ajax requests with invalid session not causing logoutKarl 'vollmerk' Vollmer2007-12-101-1/+0
|
* fixed the page reloads once and for all, had to revert to iframe for ↵Karl 'vollmerk' Vollmer2007-11-251-1/+1
| | | | democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist
* Changed how playlists are sent to browsers so that it works on IE. Hopefully ↵spocky2007-11-221-1/+1
| | | | there won't be side effects. Karl, if feedback is good, I let you cleanup the code :)
* added ability to save playlists based on the active playlist, fixed the send ↵Karl 'vollmerk' Vollmer2007-09-031-0/+32
on add playlist preference, send and clear still does not work, but its progress