summaryrefslogtreecommitdiffstats
path: root/templates/show_recently_played.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-62/+62
| | | | | 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
|
* Move flip_class() from lib/ui.lib.php to UIPaul Arthur2013-01-261-1/+1
|
* Consistently use _ in two-word class namesPaul Arthur2013-01-251-1/+1
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-16/+16
| | | | | | 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.
* Fix issue with new time logic (erk)Paul Arthur2012-04-121-1/+1
|
* Fix pluralisation issue in Recently PlayedPaul Arthur2012-04-121-27/+33
| | | | | | | | | | Previously we would say things like "1 seconds" and "1 hours". Using the magic of ngettext and sprintf we can get rid of the static concatenation order and become theoretically more translatable as well as more correct in English. Also changed the logic a bit, since the old looping method was unfriendly to my brain.
* 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-19/+30
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-12/+12
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* added the recently played back inKarl 'vollmerk' Vollmer2008-12-071-1/+1
|
* finished up the rss feed stuff for now playing, it is currently the only ↵Karl 'vollmerk' Vollmer2008-12-071-1/+1
| | | | type that works, should conform to rss standards now
* move stuff around so it makes more sense and is not messed up by the ajax ↵Karl 'vollmerk' Vollmer2008-08-301-0/+3
| | | | refresh
* moved the browse menu onto home, removed the browse tag from the menu, ↵Karl 'vollmerk' Vollmer2008-05-251-1/+5
| | | | removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played
* fixed the gather art, tweaked the heard per multiple recommendations also ↵Karl 'vollmerk' Vollmer2008-05-151-1/+5
| | | | fixed a endless loop if you visited the index page after not playing anything in ampache for 2 or more years
* added shoutbox functionality, only linked from song and album right now also ↵Karl 'vollmerk' Vollmer2007-12-171-0/+1
| | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc
* fixed public registration, added ADD button to the recently played stuffKarl 'vollmerk' Vollmer2007-12-021-0/+5
|
* more democratic play work, still not working going to need db change to make ↵Karl 'vollmerk' Vollmer2007-11-121-4/+4
| | | | it work how I want, will do later
* renamed a few files (missing php extension)spocky2007-10-241-12/+26
| | | | updated most of the tables so that every column is independently customizable by css rules
* - Cleaned up php files (removed useless inlines styles, replaced header td ↵spocky2007-09-241-5/+5
| | | | | | | | | | 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
* fixed some minor css issues with recently played, added newest ↵Karl 'vollmerk' Vollmer2007-08-141-2/+2
| | | | artists/genres back in to main page
* fixed a potential security issue where the password hash was being put into ↵Karl 'vollmerk' Vollmer2007-06-121-1/+1
| | | | the object :S
* added in user profile, did a little work on the preferences and session, ↵Karl 'vollmerk' Vollmer2007-06-111-2/+0
| | | | something is fishy with session and tmp_playlist stuff will look into it tomorrow
* sync over the dont divide hours by 60 to get days fixKarl 'vollmerk' Vollmer2007-06-101-1/+15
|
* it technically logs in and streams.. but thats it, complete rewrite almost ↵Karl 'vollmerk' Vollmer2007-04-231-3/+3
| | | | everything broken
* * Fixed Single Artist view if you have 50+ albumsKarl 'vollmerk' Vollmer2007-01-041-1/+1
| | | | | | * Tweaked Recently Played text to make translations a little easier * Removed unused Config options * Added array definition if only one users exists
* * Added new Snoopy, fixes some minor bugsKarl 'vollmerk' Vollmer2006-12-281-1/+1
| | | | | | | | * 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'
* added X ago to the recently playedKarl 'vollmerk' Vollmer2006-12-271-0/+17
|
* removed some unused files, and tweaked the style of a few pagesKarl 'vollmerk' Vollmer2006-12-221-1/+5
|
* prep for tags/lyrics cleanup and recently playing tweaksKarl 'vollmerk' Vollmer2006-11-301-8/+5
|
* tweaked icons to use built in functions and removed them from where there ↵Karl 'vollmerk' Vollmer2006-11-261-0/+46
were not icons for every optin, added recently played