summaryrefslogtreecommitdiffstats
path: root/templates/show_album_row.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-18/+18
| | | | | 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 get_user_icon from ui.lib.php to UI::get_iconPaul Arthur2013-01-261-2/+2
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-8/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-5/+5
| | | | | | 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-1/+1
| | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases.
* I should have done it this way in the first place, instead of that uglyPaul 'flowerysong' Arthur2010-06-091-1/+1
| | | | show_playlist_full_row hack.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-2/+2
|
* 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-1/+1
|
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-7/+5
|
* fixed a failed attempt to limit tags shownmartian2010-02-091-1/+1
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-9/+11
| | | | 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/+1
| | | | correctly add them to the database, also corrected an issue with the formating so that it always produces a valid style
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-1/+0
|
* test icon for tag add, does not workKarl 'vollmerk' Vollmer2008-07-301-1/+2
|
* albums and artists now have ratingsKarl 'vollmerk' Vollmer2008-04-151-0/+1
|
* Added alt/titles on album picturesspocky2008-01-171-2/+5
| | | | Fixed a display bug in templates
* added shoutbox functionality, only linked from song and album right now also ↵Karl 'vollmerk' Vollmer2007-12-171-1/+6
| | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc
* little more work on the xml api, artists and albums now worksKarl 'vollmerk' Vollmer2007-11-201-1/+1
|
* renamed a few files (missing php extension)spocky2007-10-241-7/+7
| | | | 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-2/+3
| | | | | | | - 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 the initial playlist view page, fixed the artist name on albums of the ↵Karl 'vollmerk' Vollmer2007-08-221-1/+1
| | | | moment
* added ability to view album art on browse ablums and removed redundent code ↵Karl 'vollmerk' Vollmer2007-08-061-0/+6
| | | | in show_artist, props to the first person who finds the bug with this re-use of code
* corrected ajax but introduced with prototype, tweaked how ajax stuff is ↵Karl 'vollmerk' Vollmer2007-07-221-16/+12
| | | | done, now uses ajax:: class also replaced player with a logout icon
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-171-0/+43