summaryrefslogtreecommitdiffstats
path: root/templates/show_album_art.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-25/+25
| | | | | The refactoring I've been doing has reminded me of my strong preference for spaces, and I feel inclined to impose my will on the tree.
* Move show_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-4/+4
| | | | | | Even if we move away from php-gettext in the future, it's easy to write a quick T_() as a simple wrapper; it's not so easy to rewrite PHP to allow redeclaration of a function.
* Make Art->get_from_source() staticPaul Arthur2012-04-091-1/+1
| | | | | | Half the calls to it were already trying to call it as a static method anyway. The only time $this was referenced was to get the type, so pass type as a parameter.
* Added class names to generic box names.mywindow2011-09-191-1/+1
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-6/+1
| | | | | | Remove misleading, unvetted, or in some cases just plain wrong data. Packages and categories weren't being used correctly. They still aren't.
* templates header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* some templates modified header commentmomo-i2011-02-031-18/+29
|
* Some more Art-related cleanup. Removing references to album_data, removing oldPaul 'flowerysong' Arthur2010-05-091-1/+1
| | | | art methods from Album, etc. Should fix FS#76
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-9/+9
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Resolve #401 new database update, reset album thumbs and use resized art...Karl 'vollmerk' Vollmer2009-03-011-1/+3
|
* remove lib/album.lib.php and move its two functions into album class, ↵Karl 'vollmerk' Vollmer2008-08-311-1/+1
| | | | corrected some old php4 ish code in localplay controllers, removed redundent link from sidebar (modules)
* Modified: More translatable templates.momo-i2008-08-251-3/+3
|
* add image dimensions on find album art pageKarl 'vollmerk' Vollmer2008-07-071-4/+7
|
* last commit before beta3 releaseKarl 'vollmerk' Vollmer2008-04-211-1/+1
|
* added paging to the playlist view, corrected a few stupid parse errors / ↵Karl 'vollmerk' Vollmer2007-12-031-1/+1
| | | | mistakes
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-1/+1
| | | | | | | | | | with th...) - Cleaned up css (removed some unused classes) - Changed quick search size and added ability to customize it - Removed width=100% in preferences tables - Corrected missing closing tag in sidebar - Minor corrections
* Replace references to old code with new codexgizzmo2007-08-011-2/+3
|
* fixed find album art, including a fix from Karl Hungus... seriously I am not ↵Karl 'vollmerk' Vollmer2007-05-251-2/+2
| | | | making that name up
* I am pretty sure the find art should work correctly now, it doesnt do ↵Karl 'vollmerk' Vollmer2007-01-011-6/+7
| | | | id3tags yet due to some... complications.. it does however now read the folder images which is a new feature.
* * Added new Snoopy, fixes some minor bugsKarl 'vollmerk' Vollmer2006-12-281-3/+2
| | | | | | | | * Rewrote Album Art collection, fixing tons of logic flaws, single album art find is currently broken might even be a little faster now when using folder and id3 methods at the same time * Fixed some issues with FastCGI installs * Removed another upload file that wasn't used anymore * Tweaked Recently Played to show 'played XXX ago'
* fixed acls and improved the classic theme a little moreKarl 'vollmerk' Vollmer2006-09-261-2/+3
|
* fixed amazon and fixed the test page to account for new read configKarl 'vollmerk' Vollmer2006-01-161-1/+1
|
* Code clean upxgizzmo2006-01-101-10/+8
|
* a few tweaksKarl 'vollmerk' Vollmer2006-01-081-29/+13
|
* some of the more unattractive code Ive commited in a while...Karl 'vollmerk' Vollmer2005-12-161-0/+73