Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add $target back | Paul Arthur | 2013-01-31 | 1 | -1/+1 |
| | | | | No being lazy for us. interfaces are interfaces, not abstract classes. | ||||
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -144/+144 |
| | | | | | 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. | ||||
* | Cosmetics: clean up heads in lib/ | Paul Arthur | 2013-01-25 | 1 | -11/+1 |
| | |||||
* | Rework transcoding | Paul Arthur | 2013-01-23 | 1 | -11/+9 |
| | | | | | | | | Remove some of the roundabout complexity that had built up. Push people toward using a single, flexible tool for most of their transcoding needs. Increase backend and configuration flexibility to support user-requested format changes (e.g. for an HTML5 player); this functionality is not yet exposed. | ||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -6/+6 |
| | | | | | | 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. | ||||
* | Fixed messages translatable. | momo-i | 2011-12-27 | 1 | -1/+1 |
| | |||||
* | Fixed messages translatable. | momo-i | 2011-12-27 | 1 | -10/+5 |
| | |||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -9/+0 |
| | | | | | | 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 modified for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | header comment for phpdoc | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | test header for phpdoc. now using only classes and libraries. | momo-i | 2011-02-02 | 1 | -19/+40 |
| | |||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -83/+83 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | whole bunch more Dba::query replacements | Karl 'vollmerk' Vollmer | 2009-12-14 | 1 | -3/+3 |
| | |||||
* | allow additional stream url types | Karl 'vollmerk' Vollmer | 2009-04-30 | 1 | -3/+16 |
| | |||||
* | unify how the stream is constructed and played, this is a major change might ↵ | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -11/+42 |
| | | | | be some regressions | ||||
* | Commit, still no internet paying for it.. curse you free.fr | Karl 'vollmerk' Vollmer | 2008-10-27 | 1 | -23/+2 |
| | |||||
* | fixed the live stream stuff, and removed references to the genre stuff, and ↵ | Karl 'vollmerk' Vollmer | 2008-08-24 | 1 | -14/+3 |
| | | | | replaced it with tag | ||||
* | make the live stream add work again by removing genre needs to get tag ↵ | Karl 'vollmerk' Vollmer | 2008-06-18 | 1 | -14/+2 |
| | | | | added, but I can do that later | ||||
* | fixed rating display and rating advanced search, also allow new genre when ↵ | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -1/+6 |
| | | | | adding radio station | ||||
* | - Added ability to delete radio and playlist | Karl 'vollmerk' Vollmer | 2007-09-25 | 1 | -0/+15 |
| | | | | | | | - Tweaked Classic CSS to fix issue with larger fonts - Fixed some javascript update issues due to quoting on the catalog processes - Fixed display of the MOTD | ||||
* | made localplay technically work, lots of work to still do | Karl 'vollmerk' Vollmer | 2007-09-20 | 1 | -0/+10 |
| | |||||
* | editing a live stream works now, added confirmation to live stream creation ↵ | Karl 'vollmerk' Vollmer | 2007-07-23 | 1 | -0/+47 |
| | | | | and also tweaked the create page to be slightly less wordy | ||||
* | - Added Live Stream (Internet Radio) support | Karl 'vollmerk' Vollmer | 2007-07-23 | 1 | -0/+148 |
- 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 |