summaryrefslogtreecommitdiffstats
path: root/browse.php
Commit message (Collapse)AuthorAgeFilesLines
* Add naive compaction for Query serializationapiPaul Arthur2013-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | | Can be very efficient with the right input, but probably has degenerative cases where it increases the size. Worst-case size increase is one character per ID in the result set, so it shouldn't be an issue. String lengths for a large search result that was unstorable before: serialize: 1991874 json_encode: 756249 cooked: 244 And some with more discontinuity: serialize: 1772238 json_encode: 674751 cooked: 37950 serialize: 164942 json_encode: 65771 cooked: 25369
* Cosmetics: death to tabsPaul Arthur2013-01-261-68/+68
| | | | | 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-2/+2
|
* Move show_{footer,header}() from ui.lib.php to UIPaul Arthur2013-01-261-2/+2
|
* 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.
* Added class names to generic box names.mywindow2011-09-191-1/+1
|
* 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.
* Clean up comment.Paul Arthur2011-04-041-4/+3
|
* Fix FS#152Paul Arthur2011-04-021-0/+3
| | | | Tag browsing is now at least somewhat unbroken.
* Reworked searchPaul Arthur2011-04-021-0/+6
| | | | | Still has tentacles and should have been integrated into the existing API/Browse implementation better, but it's functional.
* header comment replace for phpdocmomo-i2011-02-031-19/+30
|
* Catalog Filtering Added Bug#60Chris Slamar2011-01-241-0/+5
|
* Change Browse from static to instantiable. Among other things, fixes FS#13;Paul 'flowerysong' Arthur2010-06-101-24/+27
| | | | | 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-42/+42
|
* Add vim modelines to all php files (Thx ascheel)Karl 'vollmerk' Vollmer2010-03-141-0/+1
|
* fix url to song, and throw some non-working tag cloud crap inKarl 'vollmerk' Vollmer2009-05-191-1/+5
|
* move over to query class as backend for browseKarl 'vollmerk' Vollmer2009-03-081-8/+2
|
* Add very basic buggy as crap video support, fix a few other minor bugs with ↵Karl 'vollmerk' Vollmer2009-02-021-0/+6
| | | | playlists and random elements
* fix http auth issues, fix missing line sfrom dipsols patch, few other minor ↵Karl 'vollmerk' Vollmer2008-10-291-1/+5
| | | | things
* Commit, still no internet paying for it.. curse you free.frKarl 'vollmerk' Vollmer2008-10-271-6/+0
|
* fixed the search add result button and messed up some browse sort stuffKarl 'vollmerk' Vollmer2008-08-221-1/+1
|
* fixed the search a bit, made some random changes to charset and fixed some ↵Karl 'vollmerk' Vollmer2008-08-191-6/+7
| | | | echo printf() references
* good number of changes to browse, this breaks more then it fixes...Karl 'vollmerk' Vollmer2008-08-131-2/+2
|
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-6/+7
| | | | of amarok, also added some caching and fixed some misc bugs
* added in some caching and add the database upgrade that will make the taging ↵Karl 'vollmerk' Vollmer2008-05-121-0/+3
| | | | mostly work
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-1/+1
| | | | without manual modification of database, yes.. this commit breaks things cope
* first little bit of fixing the page remembering mojo for back, still not perfectKarl 'vollmerk' Vollmer2008-04-091-4/+1
|
* fixed the filter display and added a playlist_type filter for adminsKarl 'vollmerk' Vollmer2008-01-141-21/+18
|
* fixed sorting order on browse playlistsKarl 'vollmerk' Vollmer2008-01-141-1/+1
|
* fixed public/private aspect of playlists, default is to filter out non-owned ↵Karl 'vollmerk' Vollmer2008-01-141-0/+1
| | | | private playlists now
* fixed paging on browse catalogs page, disabled the write_tags script and ↵Karl 'vollmerk' Vollmer2007-12-301-3/+0
| | | | removed a dbl escape on the preferences
* massive speed boost on the standard browse functionsKarl 'vollmerk' Vollmer2007-11-301-0/+6
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-0/+6
|
* ajax loading thingy added to css, fixed random methods on rightbar and added ↵Karl 'vollmerk' Vollmer2007-09-281-0/+6
| | | | a default sort to the browse methods
* added sorting on most objects in most views, report bugs if you find points ↵Karl 'vollmerk' Vollmer2007-09-171-3/+0
| | | | where sorting fails
* licence updates, Thx porthoseKarl 'vollmerk' Vollmer2007-08-191-3/+2
|
* default sort order on albums, artists & song titlesKarl 'vollmerk' Vollmer2007-08-071-0/+3
|
* year another bump on openstrands, removed redundent files, fixed bug with ↵Karl 'vollmerk' Vollmer2007-08-051-0/+5
| | | | config gen and started work on playlists
* - Added Live Stream (Internet Radio) supportKarl 'vollmerk' Vollmer2007-07-231-0/+5
| | | | | | | - 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
* fixed preferences mostly, also fixed some genre issues and other stuff I am ↵Karl 'vollmerk' Vollmer2007-06-111-1/+1
| | | | forgetting now
* fixed genre and artist view... mostly also fixed batch downloadsKarl 'vollmerk' Vollmer2007-06-041-29/+6
|
* started work on the sorting, and added in album viewing that kinda worksKarl 'vollmerk' Vollmer2007-05-071-28/+4
|
* added in basic browse by song functionality with filtering of unplayedKarl 'vollmerk' Vollmer2007-05-061-31/+5
|
* basic browse concept added to sidebar and start of the browse logicKarl 'vollmerk' Vollmer2007-05-061-4/+2
|
* initial, ugly, non-working "new" sidebarKarl 'vollmerk' Vollmer2007-05-011-8/+9
|
* Updated all offset_limit refs to ->pref['offset_limit']pb1dft2007-02-271-3/+3
|
* * Re-worked Main page of Ampache, adding Album of the moment. Karl 'vollmerk' Vollmer2007-01-071-12/+1
| | | | | | | | | | | * Moved stats to /stats.php page * Fixed logic error in resize that could cause nothign to display if resize was on, but it still failed * Fixed Upload Album art from Find Album Art * Added Menu to the TV page * Fixed logic error that showed localplay if user had access regardless of global config * Changed default action of browse.php to song browse
* * Added echo of pattern on print tagsKarl 'vollmerk' Vollmer2007-01-051-1/+1
| | | | | | | * Tweaked headers on ajax page * Fixed quick search box issues on browse by song * Reverted to text for browse by albums * Fixed some bad error handling on localplay
* fixed show all browse issue with song titles and a silent error on a ↵Karl 'vollmerk' Vollmer2006-11-061-1/+1
| | | | show_songs call