<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/fckglite/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/fckglite/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 23 Mar 2010 10:20:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/fckglite/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>URLs with spaces become malformed.</title><link>https://sourceforge.net/p/fckglite/bugs/9/</link><description>When an Link is added in the fckgeditor to a wiki page, that contains spaces \(%20\), the spaces \(%20\) gets transformed to %252520 and the link does not work because of this transformation.
I use the lastest version of fckglite \(fckgLite-02.03.10-Mar\_01-15\_11.tgz\)

Best Regards,
Matthias</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthias Martetschlaeger</dc:creator><pubDate>Tue, 23 Mar 2010 10:20:23 -0000</pubDate><guid>https://sourceforge.net7bd14ed6577a6c11531f1cdc44e35a2820791af1</guid></item><item><title>Create a new &lt;code&gt;-block via fckglite does not work</title><link>https://sourceforge.net/p/fckglite/bugs/8/</link><description>Hello,

when you try to create a new block which should be marked as code \( select Stil NPB\) and you safe this code, it is not transformed into an valid block. The start tag is named &amp;lt;false&amp;gt; and there is no end tag available. If you create the &amp;lt;code&amp;gt;-tags manually in the Dokuwiki-Editor it works fine. Even fckglite handles these paragraphes fine. Used version: fckgLite-02.03.10-Mar\_01-15\_11.tgz

Please see the attached screenshot for a example of the issue.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthias Martetschlaeger</dc:creator><pubDate>Thu, 11 Mar 2010 14:43:52 -0000</pubDate><guid>https://sourceforge.net69276b76a1a4c6d09cb39fce25f0c6457de605dc</guid></item><item><title>Using a https-URL on a Wiki-Page makes a Wiki Page unsaveabl</title><link>https://sourceforge.net/p/fckglite/bugs/7/</link><description>As soon as you use a http-url on a wiki-page and try to safe it with fckgLite, it results in an Error and the Page cannot be safed. Find a screenshot attached. It is also easy to be reproduced. Just enter one https-link in a page and try to safe. You also see the error message from the browser in the screenshot.

Best Regards,
Matthias</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthias Martetschlaeger</dc:creator><pubDate>Tue, 09 Mar 2010 15:19:02 -0000</pubDate><guid>https://sourceforge.netbea5005f818a56a32d8a0751bb74737c11ddff4b</guid></item><item><title>Upload of XLSX-Files in Resource Browser not possible</title><link>https://sourceforge.net/p/fckglite/bugs/6/</link><description>The upload of Office 2007 Files is not possible via FCKeditor - Resource Browser. The mime-types for the Office 2007 extensions were already created and the upload in the original media browser works fine. When I try to upload a xlsx-file in the resource browser I always get the error: Invalid File

I attached the MIME-Type definition for the office 2007-files and some screenshots to see the error. The mime-type-file was fetched from the dokuwiki-page: http://www.dokuwiki.org/de:mime

Best Regards,
Matthias </description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matthias Martetschlaeger</dc:creator><pubDate>Tue, 09 Mar 2010 15:01:19 -0000</pubDate><guid>https://sourceforge.netce4433b9ac5b6f25662919444ee0999084148120</guid></item><item><title>Links are broken if clean URLs are used</title><link>https://sourceforge.net/p/fckglite/bugs/5/</link><description>Problem exists in latest release \(fckgLite-03.03.10-Mar\_04-14\)


If $conf\['userewrite'\] = '1';

Then links will be broken after open and close.


Adding following lines in lib/plugins/fckg/parser.php will fix the problem:

global $conf;
$conf\['userewrite'\] = '0';


Br,
Mxrgus Pxrt
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sat, 06 Mar 2010 01:52:03 -0000</pubDate><guid>https://sourceforge.net1049986682c590ebccf8785ca56bb5e04a6554ea</guid></item><item><title>render() of tags in &lt;plugin&gt; is not called </title><link>https://sourceforge.net/p/fckglite/bugs/4/</link><description>I am running into compatibility issues between fckgLite and the tags plugin. Since I need tags, and fckgLite is pretty amazing \(seriously =\) I would like to get it to work.

The issue is basically that if I create a tag on a page normally, I can see it and click on it and see the page in the list of pages with that tag.

However, if I put the same tag on the page using the &amp;lt;plugin&amp;gt; the tag appears, but if I click on it the page is not found in the list of pages containing this tag.

This is caused by the fact that behind the scenes the tag plugin uses the meta data, in addition to a topics.idx. Specifically, all the tags are stored in a meta attribute called "subject". Unfortunately, the content parsed by the &amp;lt;plugin&amp;gt; does not have an effect on the meta data, and so the tag plugin is therefor breaking in combination with fckgLite.

I believe I understand why this is. The writePlugin\(\) function creates it's own renderer:

$Renderer = &amp; new Doku\_Renderer\_xhtml\(\);

.. and it is this Renderer that is then passed to the render\(\) function of the tag plugin. This means that the meta information generated is not stored in the meta information of the \*real\* renderer object, and thus lost.

I have spent a day or two now on this issue and the tag/fckgkLite code and I am starting to get an understanding. But in this case the changes to fix this would almost certainly be too big for me. 

This is a blocking bug for me, meaning I can not deploy fckgLite, which is otherwise wonderful. Can you please have a look at it?

</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 20 Dec 2009 20:33:32 -0000</pubDate><guid>https://sourceforge.netd050f83531be32f9b3bd0e1a7322a821ecd64c5e</guid></item><item><title>"special" wiki tags like {{tag&gt;tag1 tag2}} are mal-parsed</title><link>https://sourceforge.net/p/fckglite/bugs/3/</link><description>This bug relates to an incompatibility with the tag plugin for dokuwiki. This plugin uses a syntax of \{\{tag&amp;gt; tag1 tag2 tag3\}\} and if I enter a tag with more than two tags in it only the first two tags are shown on the page. This could be worked around I suppose, but the same problem arises for the \{\{topic&amp;gt;\}\} tag, that has a lot of parameters too and thus was messing up too.

From what I understand after looking at the code, the &amp;lt;plugin&amp;gt; syntax that is used to prevent messing up wiki markup basically reproduces the parsing that DokuWiki does, by calling render\(\) and handle\(\) hooks. However from what I can see, the system does not take into account the fact that "special" tags \(ones that have no opening and closing, but are just one tag\) have a different way of interfacing. For these tags the render\(\) function does not take as an input a list that contains the state and the data, but only the actual data structure returned by handle\(\)

In order to treat this I have changed the following in dwplugin.php:
function write\_plugin\($entry\_match, $middle, $\_exit, $plugin\_name\) \{

$save\_state = array\(\);
$save\_match = array\(\);

// added by me to fix issue with Special DokuWiki tags that have different I/O
if \($\_exit\) \{
// end of change

\[...\]

for\($i=0; $i &amp;lt; count\($save\_state\); $i++\) \{
$this-&amp;gt;plugin\_ref-&amp;gt;render\('xhtml', $Renderer, array\($save\_state\[$i\], $save\_match\[$i\]\)\);
\}
// added by me to fix issue with Special DokuWiki tags
\} else \{
$match = $this-&amp;gt;plugin\_ref-&amp;gt;handle\($entry\_match, $enter\_state, $pos, $handler\);
$this-&amp;gt;plugin\_ref-&amp;gt;render\('xhtml', $Renderer, $match\);
\}
// end of change
return array\($state, $Renderer-&amp;gt;doc . ":::$plugin\_name"\);

\}


Did I do right? If so, are you going to include something similar into your code?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Sun, 20 Dec 2009 20:20:57 -0000</pubDate><guid>https://sourceforge.net6dca3b1752f637117af1eb6bc90114e300814df3</guid></item><item><title>Using fckgLite will break links</title><link>https://sourceforge.net/p/fckglite/bugs/2/</link><description>Version:
\- fckgLite-0.01.09-Nov\_16-09\_02.tgz \(Currently last available\)

Steps:
1\. Create link:
\[\[link:to:somewhere|link:to:somewhere\]\]

2\. Save content
Result:

Link will be \[\[somewhere\]\].
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 18 Nov 2009 12:07:15 -0000</pubDate><guid>https://sourceforge.netb3b88870342506dc6a7d0c4f62d4b5e1319aad8b</guid></item><item><title>Some content is lost when using fckgLite</title><link>https://sourceforge.net/p/fckglite/bugs/1/</link><description>Version:
\- fckgLite-0.01.09-Nov\_16-09\_02.tgz \(Currently last available\)

Steps:
1.\) Create dokuwiki article with content:
=== Topic ===
Some configuration example:
&amp;lt;xml&amp;gt;hei&amp;lt;xml&amp;gt;

2.\) Save article
Result: It will be shown OK

3.\) Reopen article to edit it.
Result: Content will be 
=== Topic ===
Some configuration example:
hei

Content &amp;lt;xml&amp;gt; and &amp;lt;/xml&amp;gt; is lost. 

Could you please fix, that content between &amp;lt;&amp;gt; is not lost.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 18 Nov 2009 12:02:39 -0000</pubDate><guid>https://sourceforge.net90faef07ecce91c942239d57b7c1e7c64c0d7612</guid></item></channel></rss>