Skip to content. | Skip to navigation

Sections
Personal tools
What is this?
Hi, my name is Tom Lazar and I'm a Plone and Zope developer based in Berlin, Germany and this is my personal and professional (no big difference, really...) website.
 

Brave New World

Filed Under:

tomsterNG.pngWhoha, this past week went by fast... the reason I haven't been posting anything was that I've been in the process of migrating this site from Plone 2.0.5 to the recently released 2.1rc3. As it turned out, migrating the content wasn't yet quite as straightforward - mainly because I've been using the deprecated CMFPhoto(Album) Product - so once I had pulled that feat off on my local development machine I was reluctant to add any more content on the production host, since it would mean to migrate again.

So why a whole week? Well, the actual migration took only one evening. Big props to the Plone development team - it went really smooth. The trick to convert my CMFPhoto-based content was to download it via WevDAV, delete it in the ZODB, create a regular folder with the same name and re-upload the images via WebDAV - voila!

Of course, my previous skin with all of its evil, dirty hacks to get that tab-based navigation working broke with the new (and noticably cleaner!) implementation of Plone2.1.

And since I'd chose a clean, fresh start over messing further with something that's already messy I decided to give this site (yet) another new look. (The rational justification being, of course, that as a Plone developer I need to get some hands-on experience with the new layout of Plone 2.1...)

After spending an evening with Photoshop and a couple of beers I then used my free time during the past few evenings to implement the design using the new default Plone templates - and from a developer perspective I must say, that Plone has really gotten a great deal cleaner and neater under the hood - I'm really looking forward to making my next site!

One neat new feature of Plone 2.1 you really need to check out: go ahead, start typing something into the search field (located in the upper right corner) and give it a second or two: you'll see the search results pop up live as you type (similar to Mac OS X Tiger's spotlight) - cool, huh?

While there's a) still lots for me to discover in Plone 2.1 and b) lots of cleaning up to be done with the new skin for this site I just didn't want to wait any longer with releasing the upgrade - so here it is, warts and all ;)

Schick!

Posted by Norbert at Aug 28, 2005 08:10 AM

(kein Text:)

Error

Posted by Jürgen R. Plasser at Aug 28, 2005 08:38 AM

When I follow the link from your feed I receive an error message like this:

Fehlertyp AttributeError Fehlerwert NoneType object has no attribute title_or_id Anfrage erfolgte um 2005/08/28 10:29:32.268 GMT+2

This message goes away by simply going to you homepage tomster.org and then getting to the blog entry again. It depends on the language settings in my browser, when it defaults to german I get the error, when I set English as default it shows up correctly.

BTW, which product do you use now instead of CMFPhoto? Or is Plone 2.1 capable of doing the same job?

Still rough around the edges...

Posted by Tom Lazar at Aug 28, 2005 10:29 AM

@Juergen: thanks for the detailed report! Indeed I'm still trying to tame the Languagesetting issues. I'm currently trying to redirect all requests to / and /blog to /blog?set_language=en&cl=en to make sure everybody gets the english content of the blog (because Quills isn't LinguaPlone aware yet)

regarding CMFPhoto: yes, the good news is, that Plone2.1 provides that functionality out-of-the-box: if you have an ordinary folder with ordinary images, simply click on album view and you've got a (at first glance) 100% identical view like CMFPhotoAlbum provided ;-)

Hang on, I think I'll write a small entry on that...

@Norbert: thanks G