summaryrefslogtreecommitdiffstats
path: root/lib/class
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* FS#249 - SQL error for iAmpache clientPaul Arthur2012-09-201-0/+3
* Cosmetics: api::url_to_songPaul Arthur2012-09-201-4/+2
* Cosmetics: xmlData::songsPaul Arthur2012-09-201-8/+4
* Cosmetics: Song::build_cachePaul Arthur2012-09-201-16/+20
* FS#260 - Multiple rules result in "Not Enough Data"Paul Arthur2012-09-191-25/+48
* FS#260 - Multiple rules result in "Not Enough Data"Paul Arthur2012-09-171-18/+22
* FS#257 - Social comments function not working.Paul Arthur2012-09-171-1/+1
* Partial fix for ASF tagsPaul Arthur2012-09-061-0/+4
* Make a debug message less alarmingPaul Arthur2012-07-241-1/+1
* escapeshellarg's behaviour is locale-dependentPaul Arthur2012-05-251-1/+1
* Use spl_autoload_register instead of __autoloadPaul Arthur2012-04-181-0/+25
* FS#226 - does not catch MySQL errors before passing to num_rows()Paul Arthur2012-04-151-6/+6
* Fix disk number parsing for ID3v2Paul Arthur2012-04-151-1/+1
* Support setting a custom format for the rss feedPaul Arthur2012-04-132-6/+21
* Refactor getting MBIDs from ID3 tagsPaul Arthur2012-04-121-6/+8
* Add support for pulling ratings from id3 tagsPaul Arthur2012-04-121-0/+14
* Switch from ngettext() to T_ngettext()Paul Arthur2012-04-121-5/+5
* Switch from _() to T_()Paul Arthur2012-04-1221-177/+177
* Add support for parsing MBIDs in M4A filesPaul Arthur2012-04-111-0/+9
* Don't throw away data that getID3 has deigned to parsePaul Arthur2012-04-111-19/+0
* FS#224 - generated .pls playlist doesn't work in some playersBrian Hasselbeck2012-04-111-1/+1
* Make Art->get_from_source() staticPaul Arthur2012-04-092-4/+5
* Increment the correct variable during verifyPaul Arthur2012-03-311-1/+1
* Drop mtime check during verifyPaul Arthur2012-03-311-5/+0
* Increase the size of the mbid column in artistPaul Arthur2012-03-311-0/+15
* Don't use LIKE when looking for an artist by MBIDPaul Arthur2012-03-311-1/+1
* Don't run filename patterns through preg_quote twicePaul Arthur2012-03-311-15/+22
* Clean up get_preferences a little bitPaul Arthur2012-03-311-5/+3
* Fix regex for parsing rulesPaul Arthur2012-03-191-1/+1
* Add CLI tool for running database updatesPaul Arthur2012-03-061-8/+24
* Use '$a ?: $b' instead of '$a ? $a : $b' in vainfoPaul Arthur2012-03-061-95/+31
* Clean up uses of Config::set and Config::set_by_arrayPaul Arthur2012-03-063-5/+5
* Clean up Config::set and Config::set_by_arrayPaul Arthur2012-03-061-11/+13
* Allow multiple valid forms of the same typePaul Arthur2012-03-061-16/+34