summaryrefslogtreecommitdiffstats
path: root/templates/show_videos.inc.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-8/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-15/+15
| | | | | | 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-18/+30
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-5/+5
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* add download for video that does not work, and most likely break song ↵Karl 'vollmerk' Vollmer2009-05-151-2/+4
| | | | downloads \o/
* add time range to advanced search, resolves #329Karl 'vollmerk' Vollmer2009-03-091-1/+2
|
* added sorting to the video browse, also made the api add_lt, add_gt work for ↵Karl 'vollmerk' Vollmer2009-03-081-4/+4
| | | | artist and album (untested)
* add length to the video browse, put in some stuff for the now playing table ↵Karl 'vollmerk' Vollmer2009-03-081-1/+3
| | | | up the config version in prep for another alpha
* add a few more columns to the video view, tweak how it picks the title when ↵Karl 'vollmerk' Vollmer2009-02-041-0/+10
| | | | indexing
* Add very basic buggy as crap video support, fix a few other minor bugs with ↵Karl 'vollmerk' Vollmer2009-02-021-0/+54
playlists and random elements