From nowen at wikidsystems.com Fri Jan 4 21:14:13 2008 From: nowen at wikidsystems.com (Nick Owen) Date: Fri, 4 Jan 2008 15:14:13 -0500 Subject: [COREblog-en] COREBlog 2.93b has now shipped out ! In-Reply-To: <20070906130702084695.3f377e08@webcore.co.jp> References: <20070906130702084695.3f377e08@webcore.co.jp> Message-ID: <415a28910801041214o2fe09a8es2403401ef99cda85@mail.gmail.com> Is there an updated link? This one seems to be gone... On Sep 5, 2007 11:07 PM, Atsushi Shibata wrote: > Hi guys :-). This is Atsushi. > > I've just finished quick fix. And now COREBlog2 works with Plone 3.0 > final. Now you can add COREBlog2, categories, entries, and comments. > Please check and try COREBlog2.93b. > > http://coreblog.org/junk_l/COREBlog2_nightly.tgz > > COREBlog2 will support Plone 2.1 to Plone 3.0. I hope it to work with > wide range of Plone versions. Of course, you can use some Ajaxian > functions with Plone 3.0 and COREBlog 2.93 :-). > > It still have some "known bugs". > > + Useless and unfunctional "Property" tab > I hope and try to remove this but I can't... This tab seems to come > from inside Archetypes. Though you can remove it in "portal_types" tool. > > + Portlets > COREBlog2 doesn't support Plone 3 style portlets. I have not > descided yet I will support this function. > Anyway, you can add portlets using "classic portlet". > > Any suggestions or comments are always welcome :-). > > Have fun :-). > > ---------------------------------------- > Atsushi Shibata (Webcore Corp.) > shibata at webcore.co.jp > http://www.webcore.co.jp/ > ---------------------------------------- > _______________________________________________ > COREblog-en mailing list > COREblog-en at postaria.com > http://postaria.com/mailman/listinfo/coreblog-en > Unsubscription writing to coreblog-en-leave at postaria.com > -- -- Nick Owen WiKID Systems, Inc. 404.962.8983 http://www.wikidsystems.com Commercial/Open Source Two-Factor Authentication From nowen at wikidsystems.com Mon Jan 7 22:45:34 2008 From: nowen at wikidsystems.com (Nick Owen) Date: Mon, 7 Jan 2008 16:45:34 -0500 Subject: [COREblog-en] Plone 3.0.1 In-Reply-To: <009601c7fad4$eec224a0$3c2b3156@windowsyso10y8> References: <009601c7fad4$eec224a0$3c2b3156@windowsyso10y8> Message-ID: <415a28910801071345s39ab7857v22bcd351de11a2f0@mail.gmail.com> On Sep 19, 2007 10:51 AM, Viktor Fugl?k wrote: > Hello everybody, > I would like migrate to Plone 3.0.1, but when was used offical released > version 0.982b with initial Plone 3 support (wroted in changelog), I was got > next error, which is below. With newest nightly version from > http://coreblog.org/junk_l/COREBlog2_nightly.tgz is situation same. > > My second question is, if exist some public SVN repository? > > We are very happy with using COREBlog 2 at Plone 2.5.3, but we would like > using Plone 3 too. Exist some road map or prospects to new offical release. > > Thanks Viktor > > Exception traceback > > Time 2007/09/18 11:58:36.171 GMT+2 > User Name (User Id) admin (admin) > Request URL > http://localhost/coreblog2/portal_factory/COREBlogEntry/coreblogentry.2007-09-18.5155620995/cbentry_edit > Exception Type AttributeError > Exception Value allow_discussion > > Traceback (innermost last): > > * Module ZPublisher.Publish, line 119, in publish > * Module ZPublisher.mapply, line 88, in mapply > * Module ZPublisher.Publish, line 42, in call_object > * Module Products.CMFPlone.FactoryTool, line 368, in __call__ > * Module Products.CMFPlone.FactoryTool, line 152, in __getitem__ > * Module Products.CMFPlone.PloneFolder, line 348, in invokeFactory > * Module Products.CMFCore.TypesTool, line 716, in constructContent > * Module Products.CMFCore.TypesTool, line 276, in constructInstance > * Module Products.CMFCore.TypesTool, line 450, in _constructInstance > * Module Products.COREBlog2.content.coreblogentry, line 9, in > addCOREBlogEntry > * Module Products.COREBlog2.content.coreblogentry, line 367, in > initializeArchetype > * Module Products.ATContentTypes.content.base, line 134, in > initializeArchetype > * Module Products.Archetypes.BaseObject, line 443, in setDefaults > * Module Products.Archetypes.Schema, line 497, in setDefaults > * Module Products.Archetypes.utils, line 160, in mapply > * Module Products.Archetypes.ExtensibleMetadata, line 277, in > allowDiscussion > * Module Products.CMFDefault.DiscussionTool, line 82, in > overrideDiscussionFor > > AttributeError: allow_discussion > I think I have COREBlog2 good enough to go into production on 3.0.4. Here's what I did, starting with 9.82b: edit Extensions/Install.py and comment this line: #from Products.CMFDynamicViewFTI.migrate import migrateFTIs remove this line from content/coreblogentry.py #allow_discussion = False I was also getting a TAL error that is apparently due to a zope bug. It involved editing zope 2.10.4's lib/python/zope/tal/talinterpreter.py line 784: gen = AltTALGenerator(repldict, self.engine, 0) to: gen = AltTALGenerator(repldict, self.engine._engine, 0) Then, use the portlet migration tool. I added a couple of 'classic' portlets before I noticed the automatic upgrade link ;). The only thing that seems to be not working is the link for the comments on the entry view. It generates this error: Request URL http://www.wikidsystems.com:8090/import/com/WiKIDBlog/test-yet-again/cbentry_comments Exception Type TraversalError Exception Value ({}, 'folder_listing') But that is not a show-stopper for me. HTH, Nick -- Nick Owen WiKID Systems, Inc. 404.962.8983 http://www.wikidsystems.com Commercial/Open Source Two-Factor Authentication From eiben at weite-welt.com Thu Jan 10 21:45:35 2008 From: eiben at weite-welt.com (Henning Eiben) Date: Thu, 10 Jan 2008 21:45:35 +0100 Subject: [COREblog-en] COREBlog 2.93b has now shipped out ! In-Reply-To: <415a28910801041214o2fe09a8es2403401ef99cda85@mail.gmail.com> References: <20070906130702084695.3f377e08@webcore.co.jp> <415a28910801041214o2fe09a8es2403401ef99cda85@mail.gmail.com> Message-ID: <478683EF.8030906@weite-welt.com> Nick Owen wrote: > Is there an updated link? This one seems to be gone... me too :) seems like a lot of links on the coreblog-site are not valid anymore, like the link to "trac" ... :( -- ... Does killing time harm eternity? From shibata at webcore.co.jp Fri Jan 11 03:03:04 2008 From: shibata at webcore.co.jp (Atsushi Shibata) Date: Fri, 11 Jan 2008 11:03:04 +0900 Subject: [COREblog-en] COREBlog 2.93b has now shipped out ! In-Reply-To: <478683EF.8030906@weite-welt.com> References: <20070906130702084695.3f377e08@webcore.co.jp> <415a28910801041214o2fe09a8es2403401ef99cda85@mail.gmail.com> <478683EF.8030906@weite-welt.com> Message-ID: <20080111110304902810.730d32f7@webcore.co.jp> Hi all, I'm still alive :-). Anyway... On Thu, 10 Jan 2008 21:45:35 +0100, wrote: > Nick Owen wrote: >> Is there an updated link? This one seems to be gone... > > me too :) seems like a lot of links on the coreblog-site are not valid > anymore, like the link to "trac" ... :( I'm so sorry. The link for nightly build has been recovered. Thank you for your patience :-). Regards. ---------------------------------------- Atsushi Shibata (Webcore Corp.) shibata at webcore.co.jp http://www.webcore.co.jp/ ----------------------------------------