Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetics: death to tabs | Paul Arthur | 2013-01-26 | 1 | -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 UI | Paul Arthur | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | conf() -> Config::get() | Paul Arthur | 2013-01-25 | 1 | -1/+1 |
| | | | | | I have a feeling a lot of these are in stale, unused code, but there might be some actual bugs here. conf() was replaced a while back. | ||||
* | Cosmetics: clean up heads in / | Paul Arthur | 2013-01-25 | 1 | -7/+1 |
| | |||||
* | Switch from _() to T_() | Paul Arthur | 2012-04-12 | 1 | -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 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. | ||||
* | Reworked search | Paul Arthur | 2011-04-02 | 1 | -14/+6 |
| | | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional. | ||||
* | Fixed indent and add translation words | momo-i | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | Modified header comment for phpdoc | momo-i | 2011-02-03 | 1 | -19/+30 |
| | |||||
* | Change Browse from static to instantiable. Among other things, fixes FS#13; | Paul 'flowerysong' Arthur | 2010-06-10 | 1 | -3/+4 |
| | | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases. | ||||
* | Cosmetics: remove trailing whitespace | Paul 'flowerysong' Arthur | 2010-03-14 | 1 | -18/+18 |
| | |||||
* | Add vim modelines to all php files (Thx ascheel) | Karl 'vollmerk' Vollmer | 2010-03-14 | 1 | -0/+1 |
| | |||||
* | added ability to add ampache as a search descriptor Resolves #586 | Karl 'vollmerk' Vollmer | 2010-02-02 | 1 | -0/+6 |
| | |||||
* | fix typo causing height to not display on art retrival, update to db ↵ | Karl 'vollmerk' Vollmer | 2009-03-15 | 1 | -1/+0 |
| | | | | allowing gc of tmp_browse, add extension to api album art image urls | ||||
* | fix some browsing issues I created with the query switch, considering having ↵ | Karl 'vollmerk' Vollmer | 2009-03-09 | 1 | -0/+1 |
| | | | | browse class extend query | ||||
* | fix search when no results are found, actually show the correct "error" | Karl 'vollmerk' Vollmer | 2008-08-31 | 1 | -1/+0 |
| | |||||
* | fixed the search a bit, made some random changes to charset and fixed some ↵ | Karl 'vollmerk' Vollmer | 2008-08-19 | 1 | -2/+2 |
| | | | | echo printf() references | ||||
* | remove the genre references from search so it works again | Karl 'vollmerk' Vollmer | 2008-08-08 | 1 | -1/+1 |
| | |||||
* | added ability to add search results to playlist, or download if batch ↵ | Karl 'vollmerk' Vollmer | 2008-04-27 | 1 | -0/+1 |
| | | | | downloaded is enabled, also fixed user browse sorting | ||||
* | fixed rating display and rating advanced search, also allow new genre when ↵ | Karl 'vollmerk' Vollmer | 2008-04-21 | 1 | -1/+1 |
| | | | | adding radio station | ||||
* | fixed paging on browse catalogs page, disabled the write_tags script and ↵ | Karl 'vollmerk' Vollmer | 2007-12-30 | 1 | -3/+1 |
| | | | | removed a dbl escape on the preferences | ||||
* | licence updates, Thx porthose | Karl 'vollmerk' Vollmer | 2007-08-19 | 1 | -3/+2 |
| | |||||
* | fixed paging on search, and fixed get_location | Karl 'vollmerk' Vollmer | 2007-08-02 | 1 | -0/+1 |
| | |||||
* | fixed bug with quick search if nothing entered, Thx Vlet | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -2/+2 |
| | |||||
* | added paging on all song displays | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -0/+3 |
| | |||||
* | fixed searching via quicksearch bar | Karl 'vollmerk' Vollmer | 2007-07-31 | 1 | -3/+4 |
| | |||||
* | fixed update from tags for artist and album and fixed clear album art | Karl 'vollmerk' Vollmer | 2007-07-05 | 1 | -15/+7 |
| | |||||
* | fixed keyword searches | Karl 'vollmerk' Vollmer | 2006-06-22 | 1 | -3/+2 |
| | |||||
* | removed some debug and tweaked vainfo just a little bit more | Karl 'vollmerk' Vollmer | 2006-06-17 | 1 | -1/+0 |
| | |||||
* | moved init.php improved vainfo a bit, removed checkboxes from search page | Karl 'vollmerk' Vollmer | 2006-06-17 | 1 | -1/+5 |
| | |||||
* | new interface which breaks all previous themes... and current themes, still ↵ | Karl 'vollmerk' Vollmer | 2005-12-21 | 1 | -4/+7 |
| | | | | under development | ||||
* | fixed the glitch | Karl 'vollmerk' Vollmer | 2005-11-29 | 1 | -5/+0 |
| | |||||
* | new search mojo, only song object type current works... | Karl 'vollmerk' Vollmer | 2005-09-08 | 1 | -2/+30 |
| | |||||
* | fix and new preference for footer menu | Karl 'vollmerk' Vollmer | 2005-06-10 | 1 | -4/+1 |
| | |||||
* | New Import | Karl 'vollmerk' Vollmer | 2005-06-09 | 1 | -0/+43 |