Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: clean up heads in templates/ | Paul Arthur | 2013-01-25 | 1 | -8/+1 |
| | |||||
* | FS#142 - Clicking on song results in downloading | Paul Arthur | 2012-09-20 | 1 | -1/+1 |
| | | | | | | | | | | | Change the title link in a song row so it links to the song details. While there's no real value in obfuscating the fact that a stream can be downloaded, there is value in a consistent interface. The song title being a stream link is inconsistent with other parts of the row (such as album and artist), inconsistent with other times we display songs (such as Recently Played), and doesn't consistently match the currently selected playback method. | ||||
* | 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. | ||||
* | Clean up some PHPDoc crap | Paul Arthur | 2011-04-04 | 1 | -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 phpdoc | momo-i | 2011-02-03 | 1 | -18/+30 |
| | |||||
* | I should have done it this way in the first place, instead of that ugly | Paul 'flowerysong' Arthur | 2010-06-09 | 1 | -1/+1 |
| | | | | show_playlist_full_row hack. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -1/+1 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | fix missing > on show song row | Karl 'vollmerk' Vollmer | 2009-05-11 | 1 | -1/+1 |
| | |||||
* | fix missing title tag on song browse -> title (Thx flowerysong) | Karl 'vollmerk' Vollmer | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | unify how the stream is constructed and played, this is a major change might ↵ | Karl 'vollmerk' Vollmer | 2009-02-28 | 1 | -1/+1 |
| | | | | be some regressions | ||||
* | Fixed: Typo informatin | momo-i | 2008-12-09 | 1 | -1/+1 |
| | |||||
* | make a slight change to the song display, the title is now the direct link. ↵ | Karl 'vollmerk' Vollmer | 2008-12-06 | 1 | -4/+2 |
| | | | | The info page is now an icon, this is based on watching a few ampache newbies try to use it and get confused as to how play stuff | ||||
* | Changed some name, because of the conventions. | dipsol | 2008-12-02 | 1 | -2/+2 |
| | |||||
* | fixed ticket 281, by changing the way the data was return. Now only the ↵ | dipsol | 2008-12-02 | 1 | -1/+4 |
| | | | | button will be updated instead of the whole line. | ||||
* | added link to disable/enable a song to the songs list | Karl 'vollmerk' Vollmer | 2008-11-09 | 1 | -0/+2 |
| | |||||
* | added direct links back in, added batch download to single artist view, ↵ | Karl 'vollmerk' Vollmer | 2008-05-26 | 1 | -1/+4 |
| | | | | removed useless cruft | ||||
* | removed some more references to the genre stuff, added ability to customized ↵ | Karl 'vollmerk' Vollmer | 2008-05-25 | 1 | -1/+1 |
| | | | | what is considered a prefix on albums and artists (requires update of config file) added next and stop to the shoutcast localplay controller | ||||
* | moved the browse menu onto home, removed the browse tag from the menu, ↵ | Karl 'vollmerk' Vollmer | 2008-05-25 | 1 | -7/+1 |
| | | | | removed genre from song views will eventually be replaced by tag. Added not enough data note to the recently played | ||||
* | commit of the patches from codeoverload to implement tagging, will not work ↵ | Karl 'vollmerk' Vollmer | 2008-05-12 | 1 | -0/+6 |
| | | | | without manual modification of database, yes.. this commit breaks things cope | ||||
* | albums and artists now have ratings | Karl 'vollmerk' Vollmer | 2008-04-15 | 1 | -1/+1 |
| | |||||
* | major corrections to reading of preferences and a few misc fixes which I ↵ | Karl 'vollmerk' Vollmer | 2008-02-29 | 1 | -1/+1 |
| | | | | have now forgotten | ||||
* | added shoutbox functionality, only linked from song and album right now also ↵ | Karl 'vollmerk' Vollmer | 2007-12-17 | 1 | -3/+7 |
| | | | | interface for adding could use some improvement and also needs some management stuff to remove stickies etc | ||||
* | massive speed boost on the standard browse functions | Karl 'vollmerk' Vollmer | 2007-11-30 | 1 | -0/+3 |
| | |||||
* | renamed a few files (missing php extension) | spocky | 2007-10-24 | 1 | -8/+8 |
| | | | | updated most of the tables so that every column is independently customizable by css rules | ||||
* | fixed single downloads and that annoying minor css issue with albums of the ↵ | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -1/+1 |
| | | | | moment | ||||
* | Replace references to old code with new code | xgizzmo | 2007-08-01 | 1 | -1/+1 |
| | |||||
* | removed some old/legacy functions fixed download and merged it into the /play | Karl 'vollmerk' Vollmer | 2007-07-22 | 1 | -0/+41 |