summaryrefslogtreecommitdiffstats
path: root/lib/class/browse.class.php
Commit message (Collapse)AuthorAgeFilesLines
* Cosmetics: death to tabsPaul Arthur2013-01-261-214/+214
| | | | | 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_box_{top,bottom}() from ui.lib.php to UIPaul Arthur2013-01-261-30/+30
|
* Cosmetics: clean up heads in lib/Paul Arthur2013-01-251-11/+1
|
* Use Ajax::action to generate the browse AJAX.Paul Arthur2012-12-191-1/+3
|
* Switch from _() to T_()Paul Arthur2012-04-121-15/+15
| | | | | | 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.
* FS#189, added the catalog name to the browse instead of the id.dipsol2011-09-151-1/+3
|
* Clean up some PHPDoc crapPaul Arthur2011-04-041-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.
* Reworked searchPaul Arthur2011-04-021-0/+5
| | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional.
* header comment modified for phpdocmomo-i2011-02-031-1/+1
|
* header comment for phpdocmomo-i2011-02-031-1/+1
|
* test header for phpdoc. now using only classes and libraries.momo-i2011-02-021-1/+0
|
* test for phpdocmomo-i2011-02-021-18/+40
|
* Catalog Filtering Added Bug#60Chris Slamar2011-01-241-0/+2
|
* Miscellaneous cleanup.Paul 'flowerysong' Arthur2010-06-131-0/+1
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-95/+42
| | | | | 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-124/+124
|
* Cosmetics: use tabs for indentation, tweak some indentation/coding style.Paul 'flowerysong' Arthur2010-03-141-17/+20
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* Tweaked how features / bandwidth level is checked, not happy with it.Karl 'vollmerk' Vollmer2010-02-141-3/+28
|
* put supplemental object support back into the browse object for now, replace ↵Karl 'vollmerk' Vollmer2009-03-131-0/+35
| | | | later
* add caching to video browse, update changelogKarl 'vollmerk' Vollmer2009-03-101-0/+1
|
* make browse extend query, removes a ton of redundent useless codeKarl 'vollmerk' Vollmer2009-03-091-270/+13
|
* fix some browsing issues I created with the query switch, considering having ↵Karl 'vollmerk' Vollmer2009-03-091-1/+11
| | | | browse class extend query
* fix a problem with single album display, also make the democratic play votes ↵Karl 'vollmerk' Vollmer2009-03-091-0/+10
| | | | ordered by track as secondary to vote time()
* move over to query class as backend for browseKarl 'vollmerk' Vollmer2009-03-081-929/+53
|
* maybe fix #404, unconfirmed implemented #405 other misc cleanupKarl 'vollmerk' Vollmer2009-03-011-2/+12
|
* move add radio station link to a more obvious locationKarl 'vollmerk' Vollmer2009-03-011-0/+1
|
* added localplay controls to api in addition to added/updated filtersKarl 'vollmerk' Vollmer2009-02-251-1/+25
|
* some more minor tweaks to democratic playlist, fixed now playing on ↵Karl 'vollmerk' Vollmer2009-02-081-1/+1
| | | | localplay playlist
* more tweaks to the democratic playlist, move the play command out front also ↵Karl 'vollmerk' Vollmer2009-02-081-1/+6
| | | | clean up now playing on localplay status box
* Add very basic buggy as crap video support, fix a few other minor bugs with ↵Karl 'vollmerk' Vollmer2009-02-021-0/+20
| | | | playlists and random elements
* Ticket #378, The where statement was inserted before the join. That resulted ↵dipsol2009-01-281-4/+10
| | | | in an invalid sql statement. Fixed it.
* little more work, at least it is unbroken again... still not finishedKarl 'vollmerk' Vollmer2008-12-061-15/+57
|
* some more minor changes to the browsing, not complete yet but it is stuff I ↵Karl 'vollmerk' Vollmer2008-12-061-9/+51
| | | | do not want to lose
* junk commit, nothing really changedKarl 'vollmerk' Vollmer2008-12-021-4/+24
|
* no real progress, just saving my workKarl 'vollmerk' Vollmer2008-11-031-1/+1
|
* fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵Karl 'vollmerk' Vollmer2008-10-291-1/+6
| | | | things
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-0/+7
|
* fix search when no results are found, actually show the correct "error"Karl 'vollmerk' Vollmer2008-08-311-1/+1
|
* fixed two sql queries and the slicing on search (Thx sylvander)Karl 'vollmerk' Vollmer2008-08-261-1/+1
|
* fixed the search add result button and messed up some browse sort stuffKarl 'vollmerk' Vollmer2008-08-221-3/+19
|
* fix filter + paging and add sort by artist and album on song browseKarl 'vollmerk' Vollmer2008-08-211-7/+16
|
* fixed the search a bit, made some random changes to charset and fixed some ↵Karl 'vollmerk' Vollmer2008-08-191-1/+1
| | | | echo printf() references
* correct sql for re-sortingKarl 'vollmerk' Vollmer2008-08-191-1/+2
|
* fix single album and artist views, corrected get_total() from show_objects()Karl 'vollmerk' Vollmer2008-08-191-5/+28
|
* bunch of fixes, and some breaks for the browsingKarl 'vollmerk' Vollmer2008-08-181-138/+173
|
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-27/+62
|
* added "extra" caching for the album objectKarl 'vollmerk' Vollmer2008-08-081-1/+1
|
* fixed a long standing browsing issue where you could not browse two ↵Karl 'vollmerk' Vollmer2008-08-081-6/+38
| | | | different things at the same time
* make a good mess of things, and actually sync the starts_with patch from ↵Karl 'vollmerk' Vollmer2008-08-051-34/+41
| | | | branches