Changeset 70
- Timestamp:
- 06/18/07 22:43:32 (1 year ago)
- Files:
-
- trunk/tracforums/models/topic.py (modified) (1 diff)
- trunk/tracforums/templates/tracforums/main/recent.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tracforums/models/topic.py
r68 r70 671 671 row['canDelete'] = toBool(row['canDelete']) 672 672 row['recentModifiedHtml'] = context.epochToDate(row['recentModified']) 673 row['subjecthtml'] = context.wikiToOneLiner(row['subject']) 673 674 topics.append(row) 674 675 trunk/tracforums/templates/tracforums/main/recent.cs
r68 r70 24 24 <tr> 25 25 <th>Forum</th> 26 <th>Topic s</th>26 <th>Topic</th> 27 27 <th>Replies</th> 28 28 <th>Author</th>
