summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix pluralisation issue in Recently PlayedPaul Arthur2012-04-122-27/+34
* Add support for parsing MBIDs in M4A filesPaul Arthur2012-04-112-0/+11
* 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-112-1/+2
* Make Art->get_from_source() staticPaul Arthur2012-04-095-11/+10
* Update getID3 from 1.9.1 to 1.9.3Paul Arthur2012-04-0920-1568/+1327
* Make the help text for the config step more closely resemble realityPaul Arthur2012-04-091-1/+1
* Add missing <td> tag to show_install_checkPaul Arthur2012-04-091-0/+1
* Fix an off-by-one error in the execution time checkPaul Arthur2012-04-091-1/+1
* Make the install-time execution time check more betterPaul Arthur2012-04-092-2/+2
* 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-312-0/+17
* Don't use LIKE when looking for an artist by MBIDPaul Arthur2012-03-311-1/+1
* Minor changes to the output of print_tags.incPaul Arthur2012-03-311-7/+10
* Don't run filename patterns through preg_quote twicePaul Arthur2012-03-312-15/+24
* Fix display of logic operator in searchPaul Arthur2012-03-312-3/+12
* Clean up get_preferences a little bitPaul Arthur2012-03-312-9/+8
* Clean up the select box output for language preferencePaul Arthur2012-03-311-7/+3
* Fix regex for parsing rulesPaul Arthur2012-03-192-1/+3
* Add another undocumented debug levelPaul Arthur2012-03-141-1/+1
* Rename lib/install.php to lib/install.lib.phpPaul Arthur2012-03-141-0/+0
* Restore missing includesPaul Arthur2012-03-142-0/+2
* Replace errant direct mysql call with Dba::writePaul Arthur2012-03-131-1/+1
* Remove unused mysql_* valuesPaul Arthur2012-03-131-4/+0
* Refactor similar init code into new init-tiny.phpPaul Arthur2012-03-137-124/+94
* Support named access levels in add_user CLI toolPaul Arthur2012-03-131-0/+1
* Update changelogPaul Arthur2012-03-091-0/+4
* Clean JSON output of user-controlled stringsPaul Arthur2012-03-092-1/+5
* Add CLI tool for adding user accountsPaul Arthur2012-03-061-0/+62
* Add CLI tool for running database updatesPaul Arthur2012-03-062-8/+77
* Use a flag to determine whether an outdated database is OKPaul Arthur2012-03-062-2/+3
* Rework CLI installation scriptPaul Arthur2012-03-062-130/+136
* 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-0614-34/+34
* 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
* Explicitly load vauth in init.phpPaul Arthur2012-03-021-0/+5
* Minor clean up of vauth::session_extendPaul Arthur2012-03-021-6/+4
* Move session extension outside the auth block in init.phpPaul Arthur2012-03-011-3/+2
* FS#198 - Export To CSV - Blank GenrePaul Arthur2012-03-011-9/+17
* FS#213 - User RegistrationPaul Arthur2012-03-014-5/+17
* Clean up xmlData::songsPaul Arthur2012-03-011-32/+26
* Clean up xmlData::tags_stringPaul Arthur2012-03-011-14/+14
* Cosmetics: clean up SQL statement in Tag::get_top_tagsPaul Arthur2012-03-011-3/+3
* Add Art cache to the caches built by Song::build_cachePaul Arthur2012-03-011-0/+1
* Avoid unnecessary work in Song::play_urllotan_rm2012-03-011-3/+1
* Add some caching to the Art classPaul Arthur2012-03-011-10/+45
* Consistently key off of 'show_similar'Paul Arthur2012-02-251-1/+1
* Document show_similarPaul Arthur2012-02-251-0/+6