shiyao.ma added the comment:

This bug is still valid on b.p.o.
Modified lineoffset to make it merge-able.

----------
nosy: +introom

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue458>
_______________________________________________________
diff --git a/html/issue.item.html b/html/issue.item.html
--- a/html/issue.item.html
+++ b/html/issue.item.html
@@ -329,7 +329,7 @@
    <th i18n:translate="">Author:
        <tal:block define="author_name 
python:msg.author.realname.plain(unchecked=1)">
          <a tal:condition="python:msg.author.homepage and 
msg.author.homepage.is_view_ok()"
-            tal:attributes="href msg/author/homepage" 
tal:content="author_name">
+            tal:attributes="href msg/author/homepage" 
tal:content="author_name" rel="nofollow">
          </a><tal:x condition="python: not msg.author.homepage or not 
msg.author.homepage.is_view_ok()"
                     replace="author_name" />
        </tal:block>
diff --git a/schema.py b/schema.py
--- a/schema.py
+++ b/schema.py
@@ -375,7 +375,8 @@
                 'phone', 'organisation',
                 'alternate_addresses',
                 'queries',
-                'timezone')) # Note: 'roles' excluded - users should not be 
able to edit their own roles.
+                'timezone',
+                'homepage')) # Note: 'roles' excluded - users should not be 
able to edit their own roles.
                              # Also excluded: contrib_form, contrib_form_date, 
iscommitter
 for r in 'User', 'Developer':
     db.security.addPermissionToRole(r, p)
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
https://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to