The Ultimate Weblog System

Welcome to Geeklog
Tuesday, February 09 2010 @ 06:10 PM EST

View Printable Version

Geeklog at FrOSCon 2009

FrOSCon is an Open Source Conference taking place on August 22. + 23. in Sankt Augustin (near Bonn) in Germany. Geeklog will have booth there again this year.

FrOSCon offers a full program of presentations about various topics related to Open Source usage and development. Many other Open Source projects will also have booths, giving you a chance to chat with the developers and representatives from the communities.

At the Geeklog booth, we will be showing off the current version of Geeklog and also give you a sneak preview of upcoming new features, such as the results from this year's Google Summer of Code. So If you have a chance, drop by and say Hi!

View Printable Version

Other Improvements in Geeklog 1.6.0

Geeklog

Geeklog 1.6.0 brings quite a few obvious improvements (new search, comment improvements, migration support, plugin uploads, XMLSitemap plugin), but also some minor useful changes.

With this article, I'd like to point out two such new features: Support for canonical URLs and output compression.

View Printable Version

New and updated Developer Resources

Geeklog

So while we're patiently waiting to learn whether or not we will be invited to participate in the Google Summer of Code again this year (the list of accepted mentoring organizations will be published on March 18), here are some new and updated resources for Geeklog developers (old and new):

View Printable Version

Polls Plugin vs. Suhosin

Geeklog

We've had several reports from users who were unable to edit or delete polls. Typical symptoms were being thrown back to the list of polls, with the changes apparently not "sticking". In one case, the user was even told that he didn't have the proper permissions and was asked to log back into the site.

If you're running into this problem, check if you have the Suhosin patch for PHP installed on your server.

The problem, which only occurs with Geeklog 1.5.0 and 1.5.1, is that the new polls editor now has so many form variables that it runs over a limit set by the Suhosin patch. By default, that limit is 200 form variables, whereas the polls editor uses over 300.

Here's what you can do:

View Printable Version

Geeklog 1.5 Migrations

GeeklogFor those of you who using Geeklog in corporate environments you may have have run into the situation where you want to migrate a site based on Geeklog 1.5 from, say, your development environment to your test environment (or from server A to server B). Currently this isn't supported with 1.5 and it was the focus of one of the Google Summer of Code (GSoC) projects. For those of you who simply can't wait for the results of the GSoC to be published I've created a very simple script that allows you to do such migrations.

How it works is simple.