summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* web_path cleanupPaul Arthur2012-07-112-25/+24
* Remove more code that only ran on PHP <5.3Paul Arthur2012-07-011-8/+1
* Clean up set_memory_limitPaul Arthur2012-07-011-7/+31
* escapeshellarg's behaviour is locale-dependentPaul Arthur2012-05-252-1/+15
* Fix typoPaul Arthur2012-05-091-1/+1
* Use spl_autoload_register instead of __autoloadPaul Arthur2012-04-183-26/+29
* Make the CLI database installation tool more robustPaul Arthur2012-04-171-1/+1
* Drop old code related to mysql < 5.0Paul Arthur2012-04-171-11/+3
* FS#226 - does not catch MySQL errors before passing to num_rows()Paul Arthur2012-04-151-6/+6
* FS#225 - xml_from_array() produces runtime errorDominik George2012-04-151-1/+1
* 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-1227-263/+263
* Drop unnecessary conditional definition of gettextPaul Arthur2012-04-121-23/+0
* Clean up gettext initialisationPaul Arthur2012-04-122-23/+11
* Replace unclearly-sourced gettext emulatorPaul Arthur2012-04-121-3/+1
* Drop unused function __()Paul Arthur2012-04-121-19/+0
* 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
* 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-091-1/+1
* 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
* Clean up the select box output for language preferencePaul Arthur2012-03-311-7/+3
* Fix regex for parsing rulesPaul Arthur2012-03-191-1/+1
* Add another undocumented debug levelPaul Arthur2012-03-141-1/+1
* Rename lib/install.php to lib/install.lib.phpPaul Arthur2012-03-141-0/+0
* Remove unused mysql_* valuesPaul Arthur2012-03-131-4/+0
* Refactor similar init code into new init-tiny.phpPaul Arthur2012-03-132-51/+85
* Clean JSON output of user-controlled stringsPaul Arthur2012-03-091-1/+3
* Add CLI tool for running database updatesPaul Arthur2012-03-061-8/+24
* Use a flag to determine whether an outdated database is OKPaul Arthur2012-03-061-1/+1
* 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-065-10/+10
* 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-011-4/+8