Changeset 1247
- Timestamp:
- 09/12/08 19:51:35
- Files:
-
- qPingTool/branches/plone-3.1/PingTool.py (modified) (1 diff)
- qPingTool/branches/plone-3.1/tests/testSetup.py (modified) (1 diff)
- qPingTool/branches/plone-3.1/www/overview.zpt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qPingTool/branches/plone-3.1/PingTool.py
r1237 r1247 45 45 ) + ATFolder.manage_options 46 46 47 manage_overview = PageTemplateFile(os.path.join('www','overview'), globals()) 48 manage_overview.__name__ = 'manage_overview' 49 manage_overview._need__name__ = 0 47 manage_overview = PageTemplateFile(os.path.join('www', 'overview'), globals(), __name__='manage_overview') 50 48 51 49 def om_icons(self): qPingTool/branches/plone-3.1/tests/testSetup.py
r1242 r1247 34 34 content.sort() 35 35 skins_content.sort() 36 import pdb;pdb.set_trace()37 36 self.failUnless(content==skins_content) 38 37 qPingTool/branches/plone-3.1/www/overview.zpt
r1237 r1247 30 30 <p tal:condition="not:hasCanonicalURL">Until you setup canonical_url - Ping Tool will not work.</p> 31 31 32 <form method="post" action="" tal:attributes="action python:'manage_'+template.getId()">32 <form method="post" action="" tal:attributes="action template/getId"> 33 33 <input type="hidden" name="submitted" value="1" /> 34 34 <p class="form-help"
