summaryrefslogtreecommitdiffstats
path: root/search.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* conf() -> Config::get()Paul Arthur2013-01-251-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 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.
* Reworked searchPaul Arthur2011-04-021-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 wordsmomo-i2011-02-031-1/+1
|
* Modified header comment for phpdocmomo-i2011-02-031-19/+30
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-3/+4
| | | | | probably also breaks things. Most things appear to still work, but I may have missed some cases.
* Cosmetics: remove trailing whitespacePaul 'flowerysong' Arthur2010-03-141-18/+18
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* added ability to add ampache as a search descriptor Resolves #586Karl 'vollmerk' Vollmer2010-02-021-0/+6
|
* fix typo causing height to not display on art retrival, update to db ↵Karl 'vollmerk' Vollmer2009-03-151-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' Vollmer2009-03-091-0/+1
| | | | browse class extend query
* fix search when no results are found, actually show the correct "error"Karl 'vollmerk' Vollmer2008-08-311-1/+0
|
* fixed the search a bit, made some random changes to charset and fixed some ↵Karl 'vollmerk' Vollmer2008-08-191-2/+2
| | | | echo printf() references
* remove the genre references from search so it works againKarl 'vollmerk' Vollmer2008-08-081-1/+1
|
* added ability to add search results to playlist, or download if batch ↵Karl 'vollmerk' Vollmer2008-04-271-0/+1
| | | | downloaded is enabled, also fixed user browse sorting
* fixed rating display and rating advanced search, also allow new genre when ↵Karl 'vollmerk' Vollmer2008-04-211-1/+1
| | | | adding radio station
* fixed paging on browse catalogs page, disabled the write_tags script and ↵Karl 'vollmerk' Vollmer2007-12-301-3/+1
| | | | removed a dbl escape on the preferences
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* fixed paging on search, and fixed get_locationKarl 'vollmerk' Vollmer2007-08-021-0/+1
|
* fixed bug with quick search if nothing entered, Thx VletKarl 'vollmerk' Vollmer2007-07-311-2/+2
|
* added paging on all song displaysKarl 'vollmerk' Vollmer2007-07-311-0/+3
|
* fixed searching via quicksearch barKarl 'vollmerk' Vollmer2007-07-311-3/+4
|
* fixed update from tags for artist and album and fixed clear album artKarl 'vollmerk' Vollmer2007-07-051-15/+7
|
* fixed keyword searchesKarl 'vollmerk' Vollmer2006-06-221-3/+2
|
* removed some debug and tweaked vainfo just a little bit moreKarl 'vollmerk' Vollmer2006-06-171-1/+0
|
* moved init.php improved vainfo a bit, removed checkboxes from search pageKarl 'vollmerk' Vollmer2006-06-171-1/+5
|
* new interface which breaks all previous themes... and current themes, still ↵Karl 'vollmerk' Vollmer2005-12-211-4/+7
| | | | under development
* fixed the glitchKarl 'vollmerk' Vollmer2005-11-291-5/+0
|
* new search mojo, only song object type current works...Karl 'vollmerk' Vollmer2005-09-081-2/+30
|
* fix and new preference for footer menuKarl 'vollmerk' Vollmer2005-06-101-4/+1
|
* New ImportKarl 'vollmerk' Vollmer2005-06-091-0/+43