summaryrefslogtreecommitdiffstats
path: root/templates/show_albums.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-32/+32
| | | | | 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 flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Drop unused ajax_url variablesPaul Arthur2012-12-191-1/+0
|
* Switch from _() to T_()Paul Arthur2012-04-121-19/+19
| | | | | | 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.
* 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-17/+29
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-8/+8
| | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-10/+10
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Fix typos, and tweak insert_now_playing preping for Video now playingKarl 'vollmerk' Vollmer2010-02-141-3/+3
|
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-4/+4
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-3/+3
| | | | of the UI and toggles album art.
* added the tags to the artist and album display, and also made the cataloging ↵Karl 'vollmerk' Vollmer2008-12-281-0/+3
| | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style
* fixed the search add result button and messed up some browse sort stuffKarl 'vollmerk' Vollmer2008-08-221-1/+1
|
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-4/+4
|
* fixed rating cachingKarl 'vollmerk' Vollmer2008-05-261-0/+3
|
* albums and artists now have ratingsKarl 'vollmerk' Vollmer2008-04-151-1/+4
|
* added some not enough data errors on the browse functionsKarl 'vollmerk' Vollmer2008-03-171-0/+5
|
* fixed some browsing stuff that I broke a while backKarl 'vollmerk' Vollmer2007-11-241-2/+2
|
* renamed a few files (missing php extension)spocky2007-10-241-24/+26
| | | | updated most of the tables so that every column is independently customizable by css rules
* - hardcoded disk# sort order when sort is set to album namespocky2007-10-161-10/+22
| | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css
* - 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
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-2/+2
| | | | where sorting fails
* fixed lower paging horn, tweaked css for page-a-nation, added paging to ↵Karl 'vollmerk' Vollmer2007-08-091-2/+2
| | | | playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-061-2/+5
| | | | in show_artist, props to the first person who finds the bug with this re-use of code
* fixed a bug in the numbering, referencing a non-existant valueKarl 'vollmerk' Vollmer2007-08-021-0/+5
|
* added paging to artists, albums and fixed a missed linkKarl 'vollmerk' Vollmer2007-07-311-1/+2
|
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-171-22/+1
|
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-041-0/+2
|
* removed some dead scripts, moved stuff around, fiddled with albums page... ↵Karl 'vollmerk' Vollmer2007-05-141-4/+4
| | | | might be an issue with the catalog add... or I might have just discovered a _ton_ of crappy tags... or a bug in getid3() figuring out which it is, is something for tomorrow
* flushed out the album view and added a few more features removed unused iconsKarl 'vollmerk' Vollmer2007-05-131-5/+19
|
* in theory the add functions on songs and albums works, now to add playing... ↵Karl 'vollmerk' Vollmer2007-05-131-0/+4
| | | | details.. I know
* started work on the sorting, and added in album viewing that kinda worksKarl 'vollmerk' Vollmer2007-05-071-67/+17
|
* * Fixed xmlrpc, hopefullyKarl 'vollmerk' Vollmer2007-02-111-0/+98
* Added min count filter to browse by artist * Fixed ratings to show yours, not average if rated * other misc fixes