• R/O
  • SSH
  • HTTPS

shibuya-trac: Commit


Commit MetaInfo

Revision121 (tree)
Time2008-11-06 03:15:20
Authorhirobe

Log Message

ごみのせいでエラーになった

Change Summary

Incremental Difference

--- plugins/mailarchiveplugin/trunk/mailarchive/mailarchive.py (revision 120)
+++ plugins/mailarchiveplugin/trunk/mailarchive/mailarchive.py (revision 121)
@@ -141,6 +141,7 @@
141141 "FROM mailarc m1 "
142142 "WHERE "
143143 "" + sql_query, args)
144+ mailarchive_realm = Resource('mailarchive')
144145
145146 for id,subject,fromname,fromaddr, text,localdate in cursor:
146147 #if 'WIKI_VIEW' in req.perm('wiki', name):
@@ -608,7 +609,6 @@
608609
609610 def get_resource_description(self, resource, format=None, context=None,
610611 **kwargs):
611- mailarc = BlogPost(self.env, resource.id, resource.version)
612612 if context:
613613 return tag.a('mail:'+resource.id, href=context.href.mailarchive(resource.id))
614614 else:
Show on old repository browser