summaryrefslogtreecommitdiffstats
path: root/radio.php
Commit message (Collapse)AuthorAgeFilesLines
* Guests should not be able to add radio stationsPaul Arthur2013-08-221-2/+2
| | | | WTF is this whole "radio station" thing, anyway? Is it at all useful?
* Cosmetics: death to tabsPaul Arthur2013-01-261-28/+28
| | | | | 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_{footer,header}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* Move access_denied() from lib/ui.lib.php to UIPaul Arthur2013-01-261-3/+3
|
* Consistently use require_once to load init.phpPaul Arthur2013-01-251-1/+1
|
* Cosmetics: clean up heads in /Paul Arthur2013-01-251-7/+1
|
* Switch from _() to T_()Paul Arthur2012-04-121-1/+1
| | | | | | 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.
* header comment replace for phpdocmomo-i2011-02-031-19/+30
|
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-28/+28
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* sync from 3.5.x and fix display issue on playlist viewKarl 'vollmerk' Vollmer2009-12-201-0/+5
|
* fixed rating display and rating advanced search, also allow new genre when ↵Karl 'vollmerk' Vollmer2008-04-211-3/+3
| | | | adding radio station
* few minor bug fixes, and some more tweaks for localplayKarl 'vollmerk' Vollmer2007-09-091-1/+1
|
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* editing a live stream works now, added confirmation to live stream creation ↵Karl 'vollmerk' Vollmer2007-07-231-1/+5
| | | | and also tweaked the create page to be slightly less wordy
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-231-0/+56
- 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