summaryrefslogtreecommitdiffstats
path: root/lib/class/art.class.php
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-1180/+1180
* Move clean functions into their respective classesPaul Arthur2013-01-251-3/+3
* Cosmetics: s/incase/in case/Paul Arthur2013-01-251-2/+2
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-13/+2
* Switch from print_r to json_encode in debug outputPaul Arthur2012-11-131-2/+2
* Switch from _() to T_()Paul Arthur2012-04-121-1/+1
* Make Art->get_from_source() staticPaul Arthur2012-04-091-2/+2
* Add some caching to the Art classPaul Arthur2012-03-011-10/+45
* FS#212 - Incorrect album art urilotan_rm2012-02-201-1/+1
* Some more cleanup of Last.FM art methodPaul Arthur2011-11-091-21/+18
* FS#195 - Unable to gather album art from lastfmPaul Arthur2011-11-091-16/+19
* Restore mistakenly reverted commit:Paul Arthur2011-10-261-38/+27
* FS#186 fixed runtime error in log files.dipsol2011-09-131-15/+17
* Clean up some PHPDoc crapPaul Arthur2011-04-041-9/+0
* Catalog workPaul Arthur2011-04-021-4/+0
* art.class.php temporarily fixed.momo-i2011-02-041-1/+1
* Modified header comment for phpdocmomo-i2011-02-031-20/+41
* Catalog Filtering Added Bug#60Chris Slamar2011-01-241-27/+38
* Fix art gathering.Paul Arthur2011-01-071-4/+0
* Implement db art method. Fixes FS#121.Paul Arthur2011-01-041-38/+27
* Fixed db in art_order doing nothing.Chris Slamar2010-12-261-4/+40
* Some art gathering cleanup.Paul 'flowerysong' Arthur2010-07-021-143/+176
* Always check for validity before inserting images. Also, whitespace cleanup.Paul 'flowerysong' Arthur2010-06-171-40/+56
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-4/+9
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-0/+36
* Make Art::clean actually work.Paul 'flowerysong' Arthur2010-05-101-1/+1
* Some more Art-related cleanup. Removing references to album_data, removing oldPaul 'flowerysong' Arthur2010-05-091-0/+21
* Really unbreak gather_musicbrainz.Paul 'flowerysong' Arthur2010-05-051-2/+2
* Art work. Rationalise DB schema, support multiple thumbnail sizes and Paul 'flowerysong' Arthur2010-05-051-49/+101
* Cosmetics: use tabs for indentation.Paul 'flowerysong' Arthur2010-05-041-460/+460
* Cosmetics: remove trailing whitespace.Paul 'flowerysong' Arthur2010-05-041-206/+206
* Remove unused img_resize function, cosmetic changes around the altered versionPaul 'flowerysong' Arthur2010-05-031-4/+4
* really really fix the art stuff I broke, missing UID referenceKarl 'vollmerk' Vollmer2010-03-221-6/+6
* Switch Album so it uses new art methodsKarl 'vollmerk' Vollmer2010-03-211-8/+8
* More changes to art - have not removed old functionality yetKarl 'vollmerk' Vollmer2010-03-211-6/+735
* Switched to new art method for primary image displayKarl 'vollmerk' Vollmer2010-03-211-3/+225
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-3/+3
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
* Add Art class, empty but will be used for album/artist/movie artKarl 'vollmerk' Vollmer2010-02-171-0/+42