summaryrefslogtreecommitdiffstats
path: root/templates/show_song.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-13/+13
| | | | | 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
|
* 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-3/+3
|
* Cosmetics: clean up heads in templates/Paul Arthur2013-01-251-7/+1
|
* 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-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-18/+30
|
* Use a function to format bytes -> human-readable sizes. Also bump catalog buildPaul 'flowerysong' Arthur2010-10-151-1/+1
| | | | memory profiling logging to level 5; fixes FS#141.
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* added an closing dl tagdipsol2009-09-021-5/+6
|
* add rating to single song view, and include caching fixKarl 'vollmerk' Vollmer2009-07-091-2/+5
|
* alexey #426 translation patchKarl 'vollmerk' Vollmer2009-05-061-15/+15
|
* unify how the stream is constructed and played, this is a major change might ↵Karl 'vollmerk' Vollmer2009-02-281-1/+1
| | | | be some regressions
* Changed some name, because of the conventions.dipsol2008-12-021-2/+2
|
* fixed ticket 281, by changing the way the data was return. Now only the ↵dipsol2008-12-021-0/+3
| | | | button will be updated instead of the whole line.
* make the verify remove dead songs and tweak single song view a tiny bitKarl 'vollmerk' Vollmer2008-06-081-24/+20
|
* Changed a reference to TagCloudxgizzmo2008-05-161-1/+1
|
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-1/+11
| | | | without manual modification of database, yes.. this commit breaks things cope
* added "add to basket" and "download file" options on song pagespocky2008-04-181-2/+5
|
* shoutbox now makes use of flip_classspocky2008-03-171-58/+34
| | | | rewrote show_song code and css
* added paging to genre sub views, and added missing fields to the song single ↵Karl 'vollmerk' Vollmer2007-12-061-0/+22
| | | | view
* added single song viewKarl 'vollmerk' Vollmer2007-11-131-0/+58