summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing_row.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Continue moving things into UIPaul Arthur2013-01-261-1/+1
| | | | | check_php_iconv() from lib/debug.lib.php becomes UI::check_iconv() truncate_with_ellipsis() from lib/ui.lib.php becomes UI::truncate()
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-9/+1
|
* Clean up template show_now_playing_rowPaul Arthur2012-09-201-12/+3
| | | | | | Song title was linked to yet another inconsistent action and links were being built from scratch instead of using the perfectly good preformatted ones.
* Switch from _() to T_()Paul Arthur2012-04-121-8/+8
| | | | | | 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.
* Added class names to generic box names.mywindow2011-09-191-3/+3
|
* 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
|
* Untested change of now playing image size - Blame UnconKarl Vollmer2011-01-261-1/+1
|
* Refactored Last.FM recommendations; drop new dependency on curl sincePaul 'flowerysong' Arthur2010-08-171-0/+38
| | | | Snoopy works just as well for this application.
* JavaScript cleanup. Consistently use camelCase for naming JS functions. UsePaul 'flowerysong' Arthur2010-06-241-1/+1
| | | | | | | Prototype functionality where possible (particularly for Ajax). Move our JS into lib/javascript (I dropped kajax as an external module since the new ajax.js is completely different apart from function headers.) Remove unused JS functions from base.js.
* 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.
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-8/+3
|
* Adding the bandwidth option to the preferences. This changes the complexity ↵martian2010-02-091-2/+7
| | | | of the UI and toggles album art.
* added link from now playing to the lyricsdipsol2009-05-261-1/+10
|
* revert to old random methods for nowKarl 'vollmerk' Vollmer2009-03-151-5/+5
|
* fix typo causing height to not display on art retrival, update to db ↵Karl 'vollmerk' Vollmer2009-03-151-10/+10
| | | | allowing gc of tmp_browse, add extension to api album art image urls
* fix a display issue with the now playing that caused it to split up the resultsKarl 'vollmerk' Vollmer2008-12-281-1/+1
|
* Fixed rss feeds to show proper length of song and artist names.Kevin James 'purdyk' Purdy2008-02-151-3/+3
|
* - Updated Now Playing html/cssspocky2007-11-131-27/+47
| | | | | | | - Fixed Star-rating css - Updated Pager (5 elements around selected page# should be enough) - Updated Album class so that disk# is part of the link - Some more cleanup/updates to html/themes (hopefully it should be almost done in a week, so that themers can start theming on 3.4)
* Updated now playing cover title/altspocky2007-10-191-1/+1
|
* - 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
* change class back to id for nowxgizzmo2007-08-061-1/+1
|
* fix some short tags causeing some weirdness in the menu, fixed a typo here ↵xgizzmo2007-08-061-1/+1
| | | | and there.
* fixed now playing, hopefully once and for all, added title text to the now ↵Karl 'vollmerk' Vollmer2007-07-311-1/+1
| | | | playing username that displays the agent they are using to play said song, added distinct sessions and session lengths for each stream instance
* Replace references to old code with new codexgizzmo2007-07-291-1/+1
|
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-231-14/+21
| | | | | | | - New Database Update corrects some issues and makes internet radio possible - Fixed ratings - Added new Transcode preference, doesn't do anything yet - New "Radio Stations" browse type
* few fixups to pass W3C Validation Service (wip)xgizzmo2007-07-191-1/+1
|
* some minor tweakage to make ajaxie stuff kind of work in IEKarl 'vollmerk' Vollmer2007-07-171-2/+2
|
* Modified versions of now_playing_row.inc - Hopefully no bugs insidenf2007-07-141-19/+17
|
* added in user profile, did a little work on the preferences and session, ↵Karl 'vollmerk' Vollmer2007-06-111-2/+5
| | | | something is fishy with session and tmp_playlist stuff will look into it tomorrow
* fixed now playingKarl 'vollmerk' Vollmer2007-04-231-2/+2
|
* removed dead file, updated bin files, removed debug and added a new config ↵Karl 'vollmerk' Vollmer2007-02-131-1/+1
| | | | option
* force the width to 75 regardless, this is needed to prevent it from ↵Karl 'vollmerk' Vollmer2007-01-231-1/+1
| | | | distorting the now playing
* fixed title text on now playing to show full title rather then truncatedKarl 'vollmerk' Vollmer2007-01-031-5/+4
|
* renamed albumart.php to image.php and prepared for the find album art page fixesKarl 'vollmerk' Vollmer2006-12-291-2/+2
|
* fixed display of now playing and fixed ordering of themes in preferencesKarl 'vollmerk' Vollmer2006-12-281-12/+8
|
* fixed css issue, now playing issue and improved mpd controller a tiny bitKarl 'vollmerk' Vollmer2006-10-061-6/+12
|
* slight format fix on now playing and xmlrpc key fixesKarl 'vollmerk' Vollmer2006-09-301-9/+11
|
* fixed a small issue with spans in show_now_playing_row and the menu topxgizzmo2006-09-291-4/+4
|
* to keep infamys eyes from bleedingKarl 'vollmerk' Vollmer2006-09-231-6/+6
|
* few more stylesheet tweaks and added ability to have print_tags mail ↵Karl 'vollmerk' Vollmer2006-06-241-2/+1
| | | | tags@ampache.org
* really the last commitKarl 'vollmerk' Vollmer2006-06-221-2/+1
|
* fixed nowplaying refresh issues and switched it to div layoutKarl 'vollmerk' Vollmer2006-06-211-0/+45