Closed (fixed)
Project:
PEAR Wiki Filter
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2008 at 16:41 UTC
Updated:
14 Jul 2012 at 23:28 UTC
This is a simple example that outputs an extra {pipe}{minus} at the top of each table generated.
{|
|style="background-color:#B9D3EE" |'''Header'''
|-
|style="background-color:white" | Drupal 5.x is up and running
|-
|}
Output:
|-
Header
Drupal 5.x is up and running
Comments
Comment #1
bwets commentedI second that, and on the 6.x release as well. Tried all possible combinations, still happens... Any patch there to do a quick fix? Thanks
Comment #2
Southpaw commentedI had this problem until I downloaded the files from CVS. Give it a try.
Comment #3
yngvewb commentedSeems like we have the same error: http://drupal.org/node/243903
I will try to use the CVS version of PEAR Wiki Filter module
Comment #4
yngvewb commentedI fixed my problem when using the CVS version of the PEAR package
cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d Text pear/Text_Wiki/Text
See the readme.txt in the PEAR Wiki Filter module for more information on using the CVS version.
Comment #5
cwgordon7 commentedI do not believe this has anything to do with the PEAR Wiki Filter drupal module; instead, it sounds like a bug in the individual package you're using. According to comment in #4, it sounds like this bug has been resolved in the CVS version. Feel free to reopen if checking out the CVS version does not work for you.
Comment #6
asb commentedHi,
> I fixed my problem when using the CVS version of the PEAR package
> cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -d Text pear/Text_Wiki/Text
I'm using Text_Wiki 1.2.0 stable and Text_Wiki_Mediawiki 0.1.0 alpha from the pear repository for some time in several D5 installations and had lots of trouble with it - no support for images at all, the table markup bug mentioned above and quite a bunch of other problems. After reading yngvewb message (#4), I checked out the CVS version with the exact commmand provided above. The result is: no result - the simple table still renders as above.
So either (a) some input format caching is getting into the way (I did not truncate the
cache_filtertable), or (b) other filters cause this different behaviour, or (c) yngvewbs filter chain is configured somehow differently, or (d) the D6 version is handling the PEAR package differently than the D5 version. Any comments on this?Thanks & greetings, -asb
Comment #7
yngvewb commentedasb: Strange that the CVS version didn't fix your problem. The CVS version actually fixed some other problem I had with with wikilinking and whitespace [[this is a link]] didn’t work with the "stable" version but works with the CVS version.
I use Drupal 5.
First of all clear your cache, if that doesn’t help disable all other filters except PEAR filter, then save your node again.