[Erp5-report] r27935 - /erp5/trunk/products/ERP5/Document/Document.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Jul 3 19:13:19 CEST 2009
Author: nicolas
Date: Fri Jul 3 19:13:19 2009
New Revision: 27935
URL: http://svn.erp5.org?rev=27935&view=rev
Log:
remove old comment, Conversion is not stored in ZODB
Modified:
erp5/trunk/products/ERP5/Document/Document.py
Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=27935&r1=27934&r2=27935&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Document.py [utf8] Fri Jul 3 19:13:19 2009
@@ -1108,8 +1108,6 @@
if not html.find('<base') >= 0:
base = '<base href="%s">' % self.getContentBaseURL()
html = html.replace('<head>', '<head>%s' % base)
- # We do not implement cache yet since it increases ZODB
- # for probably no reason. More research needed
self.setConversion(html, mime='text/html', format='base-html')
return html
More information about the Erp5-report
mailing list