summaryrefslogtreecommitdiffstats
path: root/lib/class
Commit message (Expand)AuthorAgeFilesLines
...
* Catalog::_check_ticker() -> UI::check_ticker()Paul Arthur2013-01-262-19/+53
* Move Catalog::optimize_tables() to DbaPaul Arthur2013-01-262-21/+22
* Query::clean() -> Query::gc()Paul Arthur2013-01-262-3/+3
* Catalog::clean() -> Catalog::gc()Paul Arthur2013-01-261-9/+10
* Rename shoutBox to ShoutboxPaul Arthur2013-01-252-3/+3
* Rename tmpPlaylist to Tmp_PlaylistPaul Arthur2013-01-255-12/+12
* Move clean functions into their respective classesPaul Arthur2013-01-2515-193/+139
* Move duplicate searching from Catalog to SongPaul Arthur2013-01-252-70/+61
* Move Catalog::clear_stats() to Stats::clear()Paul Arthur2013-01-252-19/+13
* Cosmetics: s/incase/in case/Paul Arthur2013-01-252-3/+3
* Consistently use _ in two-word class namesPaul Arthur2013-01-256-81/+81
* conf() -> Config::get()Paul Arthur2013-01-251-1/+1
* require and require_once aren't functionsPaul Arthur2013-01-251-1/+1
* Clean up outdated commentPaul Arthur2013-01-251-2/+1
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-2547-550/+98
* Remove explicit collation settings from updatesPaul Arthur2013-01-251-17/+17
* Rework transcodingPaul Arthur2013-01-235-160/+110
* Clean up the bitrate calculationPaul Arthur2013-01-231-22/+30
* Tear the offset/eof/size crap out of StreamPaul Arthur2013-01-231-28/+2
* Mess around with rating searchPaul Arthur2013-01-231-26/+10
* Mess around with ratingsPaul Arthur2013-01-232-17/+12
* Change the gc on stream sessionsPaul Arthur2013-01-151-19/+2
* Fix regression in generation of xspf playlistsPaul Arthur2013-01-151-2/+7
* Make playlist downloads idempotentPaul Arthur2013-01-153-454/+486
* Break Localplay->add(), it's been replacedPaul Arthur2013-01-152-10/+4
* Rename localplay.abstract.phpPaul Arthur2013-01-151-0/+0
* localplay: make add_url actually do somethingPaul Arthur2013-01-151-11/+6
* Add Stream_URL class for passing them aroundPaul Arthur2013-01-152-0/+85
* Cosmetics: correct outdated tmpPlaylist commentPaul Arthur2013-01-151-2/+0
* Cosmetics: remove unused variables in StreamPaul Arthur2013-01-141-2/+0
* Add a convenience function to generate an AJAX urlPaul Arthur2012-12-191-1/+9
* Use Ajax::action to generate the browse AJAX.Paul Arthur2012-12-191-1/+3
* Rip out ugly lyrics codePaul Arthur2012-11-131-89/+0
* Cosmetics: fix typoPaul Arthur2012-11-131-1/+1
* Switch from print_r to json_encode in debug outputPaul Arthur2012-11-134-5/+4
* Clean up remaining direct calls to mysql functionsPaul Arthur2012-11-081-16/+16
* Clean up check_database, more direct mysql callsPaul Arthur2012-11-081-28/+28
* Cosmetics: clean up spacesPaul Arthur2012-11-081-13/+13
* Move check_database_inserted into the Dba classPaul Arthur2012-11-081-0/+24
* Move check_database into the Dba classPaul Arthur2012-11-081-0/+20
* Fix spurious errors from Catalog::create()Paul Arthur2012-10-181-3/+7
* Mainly cosmetic cleanup of the catalog update complete messagePaul Arthur2012-10-161-12/+6
* Start cleaning up the democratic thing.Paul Arthur2012-10-153-128/+99
* Consistently use 'object_type' in playlist returnsPaul Arthur2012-10-154-7/+17
* Add Search->get_random_itemsPaul Arthur2012-10-011-0/+28
* Fix inaccurate comment.Paul Arthur2012-10-011-4/+1
* Drop support for old passwordsPaul Arthur2012-09-211-55/+2
* Some cleanup of the playlist import codePaul Arthur2012-09-211-14/+18
* FS#262 - M3U import should be orderedFlorent Fourcot2012-09-211-1/+1
* FS#202 - Stats not registered on some songsPaul Arthur2012-09-201-8/+0