diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-23 12:30:22 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-23 13:06:35 -0500 |
commit | 984c738187b167d5ccd15263d45ac4ec0c3938dc (patch) | |
tree | 6641e0b58ca0d30585c6ca15a51618abe2d0166c /docs | |
parent | fd214fdcb78a8e5a23462b9206f35f707bb19ba7 (diff) | |
download | ampache-984c738187b167d5ccd15263d45ac4ec0c3938dc.tar.gz ampache-984c738187b167d5ccd15263d45ac4ec0c3938dc.tar.bz2 ampache-984c738187b167d5ccd15263d45ac4ec0c3938dc.zip |
Mess around with rating search
Simplify the rating search and drop the ugly subquery; make it a
straight query against the current user's ratings.
Diffstat (limited to 'docs')
-rwxr-xr-x | docs/CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 0d957a65..79b36996 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,9 @@ -------------------------------------------------------------------------- v.3.6-FUTURE + - Changed rating semantics to distinguish between user ratings and the + global average and add the ability to search for unrated items + (< 1 star) - Updated Prototype to git HEAD (4ce0b0f) - Fixed bug that disclosed passwords for plugins to users that didn't have access to update the password (patch by Fred Thomsen) |