1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 02:09:23 +02:00
Commit graph

95 commits

Author SHA1 Message Date
Paul 'flowerysong' Arthur
7f36693353 Change Browse from static to instantiable. Among other things, fixes FS#13;
probably also breaks things.  Most things appear to still work, but I may have
missed some cases.
2010-06-10 05:33:57 +00:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Paul 'flowerysong' Arthur
d78c207f76 Cosmetics: use tabs for indentation, tweak some indentation/coding style. 2010-03-14 06:10:27 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
Karl 'vollmerk' Vollmer
8bc17dd3f0 Tweaked how features / bandwidth level is checked, not happy with it. 2010-02-14 00:56:07 +00:00
Karl 'vollmerk' Vollmer
b92109a64f put supplemental object support back into the browse object for now, replace later 2009-03-13 03:15:09 +00:00
Karl 'vollmerk' Vollmer
9a54e854bf add caching to video browse, update changelog 2009-03-10 00:07:00 +00:00
Karl 'vollmerk' Vollmer
edd76c1759 make browse extend query, removes a ton of redundent useless code 2009-03-09 21:17:26 +00:00
Karl 'vollmerk' Vollmer
50036b1fad fix some browsing issues I created with the query switch, considering having browse class extend query 2009-03-09 15:32:18 +00:00
Karl 'vollmerk' Vollmer
98f41161aa fix a problem with single album display, also make the democratic play votes ordered by track as secondary to vote time() 2009-03-09 00:20:22 +00:00
Karl 'vollmerk' Vollmer
04bcb58be9 move over to query class as backend for browse 2009-03-08 22:39:38 +00:00
Karl 'vollmerk' Vollmer
abc6eac0e3 maybe fix #404, unconfirmed implemented #405 other misc cleanup 2009-03-01 23:47:36 +00:00
Karl 'vollmerk' Vollmer
a8f79bb8f4 move add radio station link to a more obvious location 2009-03-01 02:48:06 +00:00
Karl 'vollmerk' Vollmer
211a0c47a6 added localplay controls to api in addition to added/updated filters 2009-02-25 01:52:27 +00:00
Karl 'vollmerk' Vollmer
2a0c72b30c some more minor tweaks to democratic playlist, fixed now playing on localplay playlist 2009-02-08 15:16:02 +00:00
Karl 'vollmerk' Vollmer
9d6ca07ecb more tweaks to the democratic playlist, move the play command out front also clean up now playing on localplay status box 2009-02-08 02:27:14 +00:00
Karl 'vollmerk' Vollmer
00effbf554 Add very basic buggy as crap video support, fix a few other minor bugs with playlists and random elements 2009-02-02 04:25:25 +00:00
dipsol
76f176159e Ticket #378, The where statement was inserted before the join. That resulted in an invalid sql statement. Fixed it. 2009-01-28 13:09:51 +00:00
Karl 'vollmerk' Vollmer
809bbe1f97 little more work, at least it is unbroken again... still not finished 2008-12-06 13:49:23 +00:00
Karl 'vollmerk' Vollmer
08f09cbe02 some more minor changes to the browsing, not complete yet but it is stuff I do not want to lose 2008-12-06 11:31:37 +00:00
Karl 'vollmerk' Vollmer
ee10d335e0 junk commit, nothing really changed 2008-12-02 08:47:15 +00:00
Karl 'vollmerk' Vollmer
e33a8f344d no real progress, just saving my work 2008-11-03 09:05:47 +00:00
Karl 'vollmerk' Vollmer
e8559dd683 fix http auth issues, fix missing line sfrom dipsols patch, few other minor things 2008-10-29 06:47:00 +00:00
Karl 'vollmerk' Vollmer
f593f18131 Commit, still no internet paying for it.. curse you free.fr 2008-10-27 09:24:34 +00:00
Karl 'vollmerk' Vollmer
12a6c9addd fix search when no results are found, actually show the correct "error" 2008-08-31 05:52:30 +00:00
Karl 'vollmerk' Vollmer
f54f17453d fixed two sql queries and the slicing on search (Thx sylvander) 2008-08-26 16:02:11 +00:00
Karl 'vollmerk' Vollmer
478c6618b0 fixed the search add result button and messed up some browse sort stuff 2008-08-22 04:28:36 +00:00
Karl 'vollmerk' Vollmer
968cb2a281 fix filter + paging and add sort by artist and album on song browse 2008-08-21 05:22:33 +00:00
Karl 'vollmerk' Vollmer
a6a8c08e37 fixed the search a bit, made some random changes to charset and fixed some echo printf() references 2008-08-19 04:31:52 +00:00
Karl 'vollmerk' Vollmer
619368f183 correct sql for re-sorting 2008-08-19 04:02:53 +00:00
Karl 'vollmerk' Vollmer
8151391c52 fix single album and artist views, corrected get_total() from show_objects() 2008-08-19 03:45:47 +00:00
Karl 'vollmerk' Vollmer
781d77e558 bunch of fixes, and some breaks for the browsing 2008-08-18 02:51:59 +00:00
Karl 'vollmerk' Vollmer
64fb3786bb good number of changes to browse, this breaks more then it fixes... 2008-08-13 03:36:29 +00:00
Karl 'vollmerk' Vollmer
ca95e29152 added "extra" caching for the album object 2008-08-08 05:39:11 +00:00
Karl 'vollmerk' Vollmer
73e70d7d99 fixed a long standing browsing issue where you could not browse two different things at the same time 2008-08-08 05:15:34 +00:00
Karl 'vollmerk' Vollmer
8b733244ac make a good mess of things, and actually sync the starts_with patch from branches 2008-08-05 06:18:15 +00:00
Karl 'vollmerk' Vollmer
6276503dad unbreak browsing and kind of torture tagging a little 2008-08-05 03:59:06 +00:00
Karl 'vollmerk' Vollmer
0dbace41fe added paging to the localplay playlist, fixed some preferences issues I introduced with the form register and caching 2008-08-05 01:46:01 +00:00
Karl 'vollmerk' Vollmer
aab3dc83a3 test icon for tag add, does not work 2008-07-30 05:52:31 +00:00
Karl 'vollmerk' Vollmer
81c5cd4017 password nag no longer requires a login/logout to clear after restting password, cache the prefs dropping the # of queries a bit per protags suggestion 2008-07-29 07:10:39 +00:00
Karl 'vollmerk' Vollmer
392354df0a switched to sha() password encryption not using sha2 because of limitations of amarok, also added some caching and fixed some misc bugs 2008-07-26 07:43:18 +00:00
Karl 'vollmerk' Vollmer
805c9a777d test commit switching to contains 2008-07-15 16:42:04 +00:00
Karl 'vollmerk' Vollmer
c53ca35a0d fixed install, fixed default sort on single album view 2008-05-29 08:01:12 +00:00
Karl 'vollmerk' Vollmer
5fce261ae2 more improvements to the caching system, removed ugly hack from last night on util 2008-05-26 22:07:26 +00:00
Karl 'vollmerk' Vollmer
a8b553d73f fixed rating caching 2008-05-26 09:38:39 +00:00
Karl 'vollmerk' Vollmer
5678d78c06 renamed the tagcloud class to tag, started moving things around not sure where I like the taglist, seems weird in its own box 2008-05-12 07:35:27 +00:00
Karl 'vollmerk' Vollmer
3634ba8094 added in some caching and add the database upgrade that will make the taging mostly work 2008-05-12 05:58:17 +00:00
Karl 'vollmerk' Vollmer
693e26e2ad commit of the patches from codeoverload to implement tagging, will not work without manual modification of database, yes.. this commit breaks things cope 2008-05-12 02:52:50 +00:00
xgizzmo
003619c52c Fixed 2 typos 2008-05-10 21:53:18 +00:00
Karl 'vollmerk' Vollmer
e1813f532f fixed db name validity and paging being forgotten on back 2008-04-11 01:56:54 +00:00