afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-04-14 04:18 pm

[dw-free] Popup for RSS feeds contains "Ban user" link

[commit: http://hg.dwscoalition.org/dw-free/rev/3d7288997533]

http://bugs.dwscoalition.org/show_bug.cgi?id=810

Remove "Ban User" link from RSS feeds

Patch by [personal profile] gchick.

Files modified:
  • htdocs/js/contextualhover.js
--------------------------------------------------------------------------------
diff -r a45e785fecfe -r 3d7288997533 htdocs/js/contextualhover.js
--- a/htdocs/js/contextualhover.js	Tue Apr 14 16:01:34 2009 +0000
+++ b/htdocs/js/contextualhover.js	Tue Apr 14 16:18:33 2009 +0000
@@ -486,8 +486,9 @@ ContextualPopup.renderPopup = function (
         }
 
         // ban / unban
+
         var ban;
-        if (data.is_logged_in && ! data.is_requester) {
+        if (data.is_logged_in && ! data.is_requester && ! data.is_syndicated) {
             ban = document.createElement("span");
 
             if(!data.is_banned) {
--------------------------------------------------------------------------------

Post a comment in response:

This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org