summaryrefslogtreecommitdiffstats
path: root/albums.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-149/+149
| | | | | 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_{footer,header}() from ui.lib.php to UIPaul Arthur2013-01-261-1/+1
|
* Move access_denied() from lib/ui.lib.php to UIPaul Arthur2013-01-261-3/+3
|
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-6/+6
| | | | | | 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-5/+3
| | | | | | 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.
* 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.
* header comment replace for phpdocmomo-i2011-02-031-19/+30
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-1/+0
| | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases.
* commit everything.Karl 'vollmerk' Vollmer2010-03-221-3/+4
|
* Switch Album so it uses new art methodsKarl 'vollmerk' Vollmer2010-03-211-12/+13
|
* More changes to art - have not removed old functionality yetKarl 'vollmerk' Vollmer2010-03-211-3/+3
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-61/+61
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* fix typoKarl 'vollmerk' Vollmer2008-11-141-3/+3
|
* Fixed not defined get_image_from_source()momo-i2008-09-021-3/+3
|
* bunch of fixes, and some breaks for the browsingKarl 'vollmerk' Vollmer2008-08-181-1/+0
|
* removed some more references to the genre stuff, added ability to customized ↵Karl 'vollmerk' Vollmer2008-05-251-7/+4
| | | | what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-1/+3
| | | | without manual modification of database, yes.. this commit breaks things cope
* fixed db name validity and paging being forgotten on backKarl 'vollmerk' Vollmer2008-04-111-1/+1
|
* fixed filters being applied incorrectly, and removed un-needed query on show ↵Karl 'vollmerk' Vollmer2007-12-241-6/+2
| | | | album
* fixed an album art issue created with the new auth codeKarl 'vollmerk' Vollmer2007-12-231-8/+1
|
* added paging to genre sub views, and added missing fields to the song single ↵Karl 'vollmerk' Vollmer2007-12-061-73/+3
| | | | view
* fixed album.disk for ogg files and added it to the displayKarl 'vollmerk' Vollmer2007-08-191-1/+2
|
* Replace references to old code with new codexgizzmo2007-08-011-3/+3
|
* fixed the album art gathering, enabled art resizing and saving of said ↵Karl 'vollmerk' Vollmer2007-07-291-2/+1
| | | | stuff... not sure if saving and retriving is saving any time. tweaked show test config wording
* slightly improved the logic on pulling albums, fixed a typo causing find ↵Karl 'vollmerk' Vollmer2007-07-291-5/+6
| | | | album art not to work as advertised
* fixed update from tags for artist and album and fixed clear album artKarl 'vollmerk' Vollmer2007-07-051-5/+7
|
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-24/+17
| | | | forgetting now
* fixed find album art, including a fix from Karl Hungus... seriously I am not ↵Karl 'vollmerk' Vollmer2007-05-251-7/+4
| | | | making that name up
* fixed up part of single album view, show songs is all gone, working on ↵Karl 'vollmerk' Vollmer2007-04-231-19/+4
| | | | replacement browse method
* Updated all offset_limit refs to ->pref['offset_limit']pb1dft2007-02-271-1/+1
|
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-111-6/+3
| | | | | | * Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes
* * Initial Database Changes for 3.4, many things are now brokenKarl 'vollmerk' Vollmer2007-02-081-1/+1
|
* localplay controllers and some spelling fixesKarl 'vollmerk' Vollmer2007-01-171-1/+1
|
* few more tweaks to box and index pageKarl 'vollmerk' Vollmer2007-01-161-11/+14
|
* * Re-worked Main page of Ampache, adding Album of the moment. Karl 'vollmerk' Vollmer2007-01-071-4/+27
| | | | | | | | | | | * Moved stats to /stats.php page * Fixed logic error in resize that could cause nothign to display if resize was on, but it still failed * Fixed Upload Album art from Find Album Art * Added Menu to the TV page * Fixed logic error that showed localplay if user had access regardless of global config * Changed default action of browse.php to song browse
* * Fixed Single Artist view if you have 50+ albumsKarl 'vollmerk' Vollmer2007-01-041-7/+3
| | | | | | * Tweaked Recently Played text to make translations a little easier * Removed unused Config options * Added array definition if only one users exists
* I am pretty sure the find art should work correctly now, it doesnt do ↵Karl 'vollmerk' Vollmer2007-01-011-3/+13
| | | | 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-199/+185
| | | | | | | | * 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'
* tweaked icons to use built in functions and removed them from where there ↵Karl 'vollmerk' Vollmer2006-11-261-5/+4
| | | | were not icons for every optin, added recently played
* Fixed some stuff on album art added ability to sort albums on name/year in ↵pb1dft2006-11-251-1/+1
| | | | artist.php
* Addition for ip_history and browse for local album artpb1dft2006-11-081-15/+46
|
* moving some stuff around, fixed a few stylesheet bugs and a sorting issue on ↵Karl 'vollmerk' Vollmer2006-10-291-1/+1
| | | | albums
* more updates to the theme stuffKarl 'vollmerk' Vollmer2006-09-241-20/+9
|
* added min album sizeKarl 'vollmerk' Vollmer2006-09-131-6/+29
|
* updated changelog made reseting album art take above user permsKarl 'vollmerk' Vollmer2006-09-131-1/+1
|
* moved init.php improved vainfo a bit, removed checkboxes from search pageKarl 'vollmerk' Vollmer2006-06-171-1/+1
|
* Remove some unnecessary text that was getting mangled by scrub_out anyways.morgan2006-04-061-3/+1
|
* added a hack for some additional sorting and fixed it so that the user table ↵Karl 'vollmerk' Vollmer2006-03-241-1/+18
| | | | has alternating colors