[Tracker-discuss] [issue268] Add contributor agreement and committer status information

A.M. Kuchling metatracker at psf.upfronthosting.co.za
Fri Feb 19 17:37:38 CET 2010


A.M. Kuchling <lists at amk.ca> added the comment:

Small enhancement: currently the code shows a '*' on the issue page. The attached patch also shows the '*' on the user index page.  Possibly controversial: the tooltip includes the date the agreement was signed.

----------
nosy: +amk

_______________________________________________________
PSF Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue268>
_______________________________________________________
-------------- next part --------------
diff --git a/html/user.index.html b/html/user.index.html
--- a/html/user.index.html
+++ b/html/user.index.html
@@ -56,7 +56,7 @@
 <tr tal:attributes="class python:['normal', 'alt'][repeat['user'].index%6/3]">
  <td>
   <a tal:attributes="href string:user${user/id}"
-     tal:content="user/username">username</a><tal:if condition="user/contrib_form"><span tal:attributes="title python:'Contributor form received on' user/contrib_form_date">&nbsp;*</span></tal:if>
+     tal:content="user/username">username</a><tal:if condition="user/contrib_form"><span tal:attributes="title string:Contributor form received on ${user/contrib_form_date/pretty}">&nbsp;*</span></tal:if>
  </td>
  <td tal:content="python:user.realname.plain() or default">&nbsp;</td>
  <td tal:content="python:user.organisation.plain() or default">&nbsp;</td>


More information about the Tracker-discuss mailing list