summaryrefslogtreecommitdiffstats
path: root/lib/class/browse.class.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
* unbreak browsing and kind of torture tagging a littleKarl 'vollmerk' Vollmer2008-08-051-2/+2
|
* added paging to the localplay playlist, fixed some preferences issues I ↵Karl 'vollmerk' Vollmer2008-08-051-4/+9
| | | | introduced with the form register and caching
* test icon for tag add, does not workKarl 'vollmerk' Vollmer2008-07-301-2/+1
|
* password nag no longer requires a login/logout to clear after restting ↵Karl 'vollmerk' Vollmer2008-07-291-0/+2
| | | | password, cache the prefs dropping the # of queries a bit per protags suggestion
* switched to sha() password encryption not using sha2 because of limitations ↵Karl 'vollmerk' Vollmer2008-07-261-1/+1
| | | | of amarok, also added some caching and fixed some misc bugs
* test commit switching to containsKarl 'vollmerk' Vollmer2008-07-151-5/+5
|
* fixed install, fixed default sort on single album viewKarl 'vollmerk' Vollmer2008-05-291-2/+2
|
* more improvements to the caching system, removed ugly hack from last night ↵Karl 'vollmerk' Vollmer2008-05-261-5/+0
| | | | on util
* fixed rating cachingKarl 'vollmerk' Vollmer2008-05-261-5/+3
|
* renamed the tagcloud class to tag, started moving things around not sure ↵Karl 'vollmerk' Vollmer2008-05-121-7/+4
| | | | where I like the taglist, seems weird in its own box
* added in some caching and add the database upgrade that will make the taging ↵Karl 'vollmerk' Vollmer2008-05-121-40/+51
| | | | mostly work
* commit of the patches from codeoverload to implement tagging, will not work ↵Karl 'vollmerk' Vollmer2008-05-121-36/+149
| | | | without manual modification of database, yes.. this commit breaks things cope
* Fixed 2 typosxgizzmo2008-05-101-1/+1
|
* fixed db name validity and paging being forgotten on backKarl 'vollmerk' Vollmer2008-04-111-9/+13
|
* first little bit of fixing the page remembering mojo for back, still not perfectKarl 'vollmerk' Vollmer2008-04-091-9/+37
|
* Changed "starts with" browsing execution from OnChange to OnKeyUp (sounds ↵spocky2008-03-171-9/+8
| | | | | | more logical this way). Maybe we dont need "alphabet filter" above anymore. Or maybe we do (?). Fixed songs starting with "All" never searched
* major corrections to reading of preferences and a few misc fixes which I ↵Karl 'vollmerk' Vollmer2008-02-291-1/+1
| | | | have now forgotten
* removed ip2int, int2ip custom functions fixed browse issues when adding ↵Karl 'vollmerk' Vollmer2008-02-281-1/+1
| | | | filters in specific order
* - Fixed Sorting on Admin->Browse Userspb1dft2008-02-231-2/+2
| | | | - Fixed Shoutbox and shoutbox management (pb1dft)
* Fixed sorting on admin>userspb1dft2008-02-201-2/+21
|
* fixed issue with xmlapi when no limit provided, fixed now playing refresh, ↵Karl 'vollmerk' Vollmer2008-01-191-0/+12
| | | | fixed single item update (Thx alex2008) added some more stuff for managing shoutbox stuff, started work on implementation of CoFs system added untested search method on xmlapi
* Fixed album sorting not using disk# (this time, it shouldn't break anything)spocky2008-01-151-1/+1
|
* fixed missing default array and live_stream filter actionKarl 'vollmerk' Vollmer2008-01-141-1/+4
|
* fixed the filter display and added a playlist_type filter for adminsKarl 'vollmerk' Vollmer2008-01-141-0/+28
|
* fixed sorting order on browse playlistsKarl 'vollmerk' Vollmer2008-01-141-0/+3
|
* fixed public/private aspect of playlists, default is to filter out non-owned ↵Karl 'vollmerk' Vollmer2008-01-141-1/+12
| | | | private playlists now
* fixed paging on browse catalogs page, disabled the write_tags script and ↵Karl 'vollmerk' Vollmer2007-12-301-0/+4
| | | | removed a dbl escape on the preferences
* removed random space on lastfm prefs, started work on managing shout and ↵Karl 'vollmerk' Vollmer2007-12-251-0/+9
| | | | flagged items, cleaned up shoutbox css a bit
* fixed filters being applied incorrectly, and removed un-needed query on show ↵Karl 'vollmerk' Vollmer2007-12-241-4/+30
| | | | album
* fixed typo preventing deletion of usersKarl 'vollmerk' Vollmer2007-12-171-1/+1
|
* tiny little tweak, came to me right before I headed off to bed, makes the ↵Karl 'vollmerk' Vollmer2007-12-101-2/+6
| | | | sql query a tiny bit shorter when not doing basic sorts
* added paging to the playlist view, corrected a few stupid parse errors / ↵Karl 'vollmerk' Vollmer2007-12-031-3/+48
| | | | mistakes
* broke some stuff, fixed some stuff... commiting before I turn of this boxKarl 'vollmerk' Vollmer2007-12-031-2/+12
|
* massive speed boost on the standard browse functionsKarl 'vollmerk' Vollmer2007-11-301-9/+48
|
* fixed some browsing stuff that I broke a while backKarl 'vollmerk' Vollmer2007-11-241-4/+8
|
* fixed invalid reference to start point for browsing (Thx yoog)Karl 'vollmerk' Vollmer2007-11-081-1/+1
|
* fixed admin prefs, flushed out localplay stuff, tweaked filters on browseKarl 'vollmerk' Vollmer2007-10-181-0/+14
|
* - hardcoded disk# sort order when sort is set to album namespocky2007-10-161-9/+10
| | | | | | | - removed pager from browse table - added footer to browse tables - updated browse files for better customization - modified css