Re: plone 2.5 views

2007-05-27 Thread Daniel Nouri
Michael Dunstan wrote: On 5/27/07, Charles Kominczak wrote: There's something new since 2.5 that I haven't stumbled across any documentation for (that could conceivably help in writing new products). Can someone point me to some documentation or otherwise clue me in on the @@name syntax that

Re: plone 2.5 views

2007-05-27 Thread Stefan H. Holek
Great tutorial, Daniel :-) Stefan On 27. Mai 2007, at 14:55, Daniel Nouri wrote: Also, this attempts to be a gentle intro to the subject: http://plone.org/documentation/tutorial/benefit-now-from-using- genericsetup-and-zope-3-technologies -- Anything that happens, happens. --Douglas

Creating content type dynamically

2007-05-27 Thread Alain Hernandez Lopez
Hello I'm trying to create content types dynamically,using the next two methods, security.declarePublic('execute') def execute(self): contentList=[[url1,text1],[url2,text2]] self._saveDocument(contentList)

Re: Plone4ArtistsVideo (was: ATGoogleVideo Plone 3 compatibility patch)

2007-05-27 Thread Jon Stahl
Nate Aune wrote: Hi Hector, You may want to consider using Plone4ArtistsVideo which includes p4a.videoembed. Thanks to Alec Mitchell (cc'ed), p4a.videoembed lets you add videos from Google Video, YouTube, blip.tv and about a dozen other video sharing sites. See the README here:

Re: testing uninstall of products

2007-05-27 Thread Maurits van Rees
Héctor Velarde, on 2007-05-26: def afterSetUp(self): self.qitool = self.portal.portal_quickinstaller self.qitool.uninstallProducts(products=[PROJECTNAME]) In your first post, the test already failed at this point, so not in the test function below. This means that the