Author: batosai
Date: 2008-11-10 15:27:59 +0000 (Mon, 10 Nov 2008)
New Revision: 23473

Modified:
   trunk/plugins/WoT/Score.java
Log:
No they shouldn't, unless we want to make spamming easy. People have to choose 
seeing identities with zero score. 

Modified: trunk/plugins/WoT/Score.java
===================================================================
--- trunk/plugins/WoT/Score.java        2008-11-10 15:25:37 UTC (rev 23472)
+++ trunk/plugins/WoT/Score.java        2008-11-10 15:27:59 UTC (rev 23473)
@@ -83,9 +83,7 @@
                query.constrain(Score.class);
                if(treeOwner != null)
                        query.descend("treeOwner").constrain(treeOwner);
-       
-               // TODO: we should decide whether identities with score 0 
should be returned if select>0
-               
+                       
                if(select > 0)
                        query.descend("score").constrain(new 
Integer(0)).greater();
                else if(select < 0 )

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to