1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-05 10:49:37 +02:00
Commit graph

59 commits

Author SHA1 Message Date
Paul Arthur
4aa256cb07 Clean up some PHPDoc crap
Remove misleading, unvetted, or in some cases just plain wrong data.
Packages and categories weren't being used correctly.  They still
aren't.
2011-04-04 17:37:10 -04:00
Paul Arthur
a9da6a6fa2 Reworked search
Still has tentacles and should have been integrated into the existing
API/Browse implementation better, but it's functional.
2011-04-02 00:48:58 -04:00
momo-i
f99643663c header comment modified for phpdoc 2011-02-03 09:43:46 +09:00
momo-i
d703009677 header comment for phpdoc 2011-02-03 07:30:23 +09:00
momo-i
add54bc230 test header for phpdoc. now using only classes and libraries. 2011-02-02 16:48:45 +09:00
Paul 'flowerysong' Arthur
b290f52c8d Some missed hunks for playlist editing and miscellaneous related cleanup. 2010-04-28 22:20:42 +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
6ae813dff4 removed dba::query references from playlist class 2009-12-14 02:50:02 +00:00
Karl 'vollmerk' Vollmer
80cd693722 Playlist adds now use the existing order rather then track order Fixed #484 2009-07-09 10:45:55 +00:00
momo-i
a6e171869b Fixed: import ok but playlist not shown #412 2009-03-13 07:03:26 +00:00
momo-i
82edd2e93b Fixed: import m3u insert error
Added: show import result
2009-03-13 04:43:14 +00:00
Karl 'vollmerk' Vollmer
e474991d13 Resolve #401 new database update, reset album thumbs and use resized art... 2009-03-01 02:35:42 +00:00
Karl 'vollmerk' Vollmer
a9bb2bd1b2 cleanup of dead / old functions 2009-02-19 02:23:52 +00:00
Karl 'vollmerk' Vollmer
b9a2603025 Finish IPv6 support 2009-02-01 01:06:46 +00:00
Karl 'vollmerk' Vollmer
d48d73b67d require users to have at least 25 to create playlists, or have access to them 2008-11-26 10:48:57 +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
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
41db247234 fixed shoutbox typo so albums add correctly, can now edit playlist tracks and change their track in the playlist, added batch download link to single playlist view 2008-04-21 00:28:18 +00:00
Karl 'vollmerk' Vollmer
d7c3ede9e7 fixed public/private aspect of playlists, default is to filter out non-owned private playlists now 2008-01-14 01:38:50 +00:00
Karl 'vollmerk' Vollmer
3887ab1f65 fixed some playlist issues, (mime type and selection) cleaned up the preferences lib a little more moved a lot into the class, updated references to old functions 2007-12-16 21:37:23 +00:00
Karl 'vollmerk' Vollmer
1d12186dba fixed display issue when deleting track from a playlist, and fixed ordering of add to playlist stuff on the rightbar 2007-12-06 06:22:01 +00:00
Karl 'vollmerk' Vollmer
4040d0623d fixed the page reloads once and for all, had to revert to iframe for democratic play and localplay, fixed an adding issue with democratic play if the songs were left in your active playlist 2007-11-25 07:21:45 +00:00
Karl 'vollmerk' Vollmer
f435ca753c more democratic play work, still not working going to need db change to make it work how I want, will do later 2007-11-12 07:36:52 +00:00
Karl 'vollmerk' Vollmer
4fecf43894 - Added ability to delete radio and playlist
- Tweaked Classic CSS to fix issue with larger fonts
- Fixed some javascript update issues due to quoting on the catalog 
  processes
- Fixed display of the MOTD
2007-09-25 03:35:08 +00:00
Karl 'vollmerk' Vollmer
e0811ddab0 fixed playlist name editing, cant change the type or the genre yet, tweaked lastfm so it recovers from errors a little better, fixed a stupid typo.... 2007-09-03 23:04:20 +00:00
Karl 'vollmerk' Vollmer
a99e3e58ad fixed normalize playlist 2007-09-03 19:41:27 +00:00
Karl 'vollmerk' Vollmer
32180a41a1 added ability to save playlists based on the active playlist, fixed the send on add playlist preference, send and clear still does not work, but its progress 2007-09-03 07:23:10 +00:00
Karl 'vollmerk' Vollmer
eeeece05db added the ability to delete songs from a playlist, now if you could only add them 2007-09-03 06:26:44 +00:00
Karl 'vollmerk' Vollmer
df348122a7 added the initial playlist view page, fixed the artist name on albums of the moment 2007-08-22 05:36:07 +00:00
Karl 'vollmerk' Vollmer
246c321617 fixed some typos, minor bugs, updated the sql, added playlist as a browse type 2007-08-05 22:39:53 +00:00
Karl 'vollmerk' Vollmer
ad3d2363c4 year another bump on openstrands, removed redundent files, fixed bug with config gen and started work on playlists 2007-08-05 20:59:45 +00:00
Karl 'vollmerk' Vollmer
8e96787296 added your playlists with play link to the leftbar, no way to edit them yet 2007-07-30 06:21:50 +00:00
Karl 'vollmerk' Vollmer
56c960c34a fixed some issues with the installer, and also made it so that you can delete/disable users again 2007-06-17 23:59:04 +00:00
Karl 'vollmerk' Vollmer
f9e3b1360f fixed playlist permission issue for users 2007-02-28 19:27:37 +00:00
Karl 'vollmerk' Vollmer
b1a9417f5d fixed old username references in playlist class 2007-02-20 17:23:09 +00:00
Karl 'vollmerk' Vollmer
d3b5f2f3f8 more work towards the democratic play stuff, really need a UI to test from here on out 2006-11-05 09:59:50 +00:00
Karl 'vollmerk' Vollmer
87c3f8292f fixed up some playlist snafus now appends to playlist and remembers last used 2006-09-11 03:41:50 +00:00
Karl 'vollmerk' Vollmer
5343c30ff5 fixed a few more unescaped ids 2006-02-08 21:29:51 +00:00
Karl 'vollmerk' Vollmer
df539d8c0e moved browse class into its rightful place 2006-02-05 20:12:06 +00:00
morgan
5dd2629e82 REALLY sort playlist songs. 2006-01-22 03:43:42 +00:00
Karl 'vollmerk' Vollmer
976277f637 fixed playlist track ordering mojo 2006-01-22 03:36:35 +00:00
Karl 'vollmerk' Vollmer
fdb23e3779 fixed play selected always playing everything on a playlist regardless 2006-01-14 19:16:00 +00:00
Karl 'vollmerk' Vollmer
db10ee8e78 a few tweaks 2006-01-08 06:38:06 +00:00
Karl 'vollmerk' Vollmer
e25a9d5480 I swear the last db upgrade of this release... at least it better be or I will have to beat myself up 2006-01-05 15:43:44 +00:00
Karl 'vollmerk' Vollmer
d0e0e716af aww yea 2006-01-05 06:41:04 +00:00
Karl 'vollmerk' Vollmer
6daae3271c fixed up some more playlist stuff 2006-01-05 06:19:22 +00:00
Karl 'vollmerk' Vollmer
ffac735991 fixed a few more playlist functions... cleaned up some code... 2006-01-04 09:01:36 +00:00
Karl 'vollmerk' Vollmer
4e9823cd10 fixed mysql5 crap, thx WarrenG cleaned up some of the show_songs code and stuff that calls it, did a little work on playlists 2006-01-04 08:11:01 +00:00