comparison templates/classic/html/issue.item.html @ 2077:3e0961d6d44d

Added the "actor" property. Metakit backend not done (still not confident I know how it's supposed to work ;) Currently it will come up as NULL in the RDBMS backends for older items. The *dbm backends will look up the journal. I hope to remedy the former before 0.7's release. Fixed a bunch of migration issues in the rdbms backends while I was at it (index changes for key prop changes) and simplified the class table update code for RDBMSes that have "alter table" in their command set (ie. not sqlite) ... migration from "version 1" to "version 2" still hasn't actually been tested yet though.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 15 Mar 2004 05:50:20 +0000
parents 95623e250b01
children 58b6d1747973
comparison
equal deleted inserted replaced
2076:2a4309450202 2077:3e0961d6d44d
93 </tr> 93 </tr>
94 </table> 94 </table>
95 95
96 <p tal:condition="context/id" tal:content="structure string:Created on 96 <p tal:condition="context/id" tal:content="structure string:Created on
97 <b>${context/creation}</b> by <b>${context/creator}</b>, last 97 <b>${context/creation}</b> by <b>${context/creator}</b>, last
98 changed <b>${context/activity}</b>.">activity info 98 changed <b>${context/activity}</b> by <b>${context/actor}</b>.">activity info
99 </p> 99 </p>
100 100
101 <table class="files" tal:condition="context/files"> 101 <table class="files" tal:condition="context/files">
102 <tr><th colspan="4" class="header">Files</th></tr> 102 <tr><th colspan="4" class="header">Files</th></tr>
103 <tr><th>File name</th><th>Uploaded</th><th>Type</th><th>Edit</th></tr> 103 <tr><th>File name</th><th>Uploaded</th><th>Type</th><th>Edit</th></tr>

Roundup Issue Tracker: http://roundup-tracker.org/