Posted on: 06/27/04 10:07am
By: Euan
The Ewiki plugin version 1.1 is available for download here and on my site. Please let me know if you have any questions regarding this.
This plugin integrates a Wiki (ErfurtWiki, http://erfurtwiki.sf.net/) into Geeklog.
Make sure to read the install/upgrade instructions, particularly those who are upgrading.
Cheers,
Euan.
Ewiki plugin
Posted on: 06/29/04 01:12pm
By: sutch
Using the latest versions of geeklog and ewiki, tables with more than one row do not render correctly. Has anyone else noticed this problem, or know of a solution?
Ewiki plugin
Posted on: 06/29/04 10:17pm
By: Euan
Yes, this seems to be a problem with that version of ErfurtWiki. It is fixed on their site, so it must be fixed somewhere. However, even downloading the latest tarball, I still have the same problem on my site - they may be running a cvs version. I'll keep an eye on things and see when it is fixed.
Cheers,
Euan.
Ewiki plugin (tables fix!)
Posted on: 07/02/04 11:40am
By: Anonymous (Striker)
Ack...after a full day debugging and trying to read the ewiki code, i figured it out:
Open up /path/to/geeklog/public_html/ewiki/ewiki/plugins/old/markup_paragraphs.php
Change this line:
$wiki_source = preg_replace('/(?<!\n)\n([^-!*#\t;: \n])/', ' $1', $wiki_source);
to this: (escape the first question mark)
$wiki_source = preg_replace('/(\?<!\n)\n([^-!*#\t;: \n])/', ' $1', $wiki_source);
Ewiki plugin
Posted on: 07/02/04 12:39pm
By: Euan
Give the man a medal! Stunning achievement.
Thanks a lot for that - I'll get out another package asap.
Cheers,
Euan.