On Wed, Oct 14, 2009 at 12:54 AM, Hanno Schlichting <hanno@hannosch.eu> wrote:
On Tue, Oct 13, 2009 at 2:10 PM, Baiju M <mbaiju@zeomega.com> wrote:
Is standard_html_header & standard_html_footer removed in Zope 2.12 ?
Yes. I cleaned up the default persistent content in 2.12. There's only an index_html (now a page template instead of a dtml method), the favicon.ico and a standard_error_message.dtml.
Existing ZODB's won't be changed, so existing applications depending on these templates will continue to work. For new installations these files don't make any sense anymore. It's not like developing applications inside the ZODB would be recommended or advertises by the community any longer.
This is a good move, thanks for doing it. It looks like we need to cleanup some more code, from Zope 2.12 branch: $ find src/ -name "*.py"|xargs grep standard_html_header|wc -l 25 I think many of them has standard_html_header defined locally, but few of them should be cleaned up. Regards, Baiju M