<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Text_Wiki_BBCode</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/9960" />
      <rdf:li rdf:resource="http://pear.php.net/bug/9327" />
      <rdf:li rdf:resource="http://pear.php.net/bug/6100" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/9960">
      <title>Text_Wiki_BBCode: Bug 9960 [Open] Parsing of named links returns unexpected results</title>
      <link>http://pear.php.net/bugs/9960</link>
      <content:encoded><![CDATA[<pre>Text_Wiki_BBCode Bug
Reported by webmaster@...
2007-01-29T00:19:14+00:00
PHP: 4.3.10+ OS: Windows XP SP2a, Linux Package Version: CVS

Description:
------------
Parsing named links results in a link which is immediately closed, followed by the name of the link and then the exact same link again. One example taken from your documentation:

[url=http://www.totalgeek.org]totalgeek.org[/url]

will result in

&lt;a href=&quot;http://totalgeek.org&quot; onclick=&quot;window.open(this.href, '_blank'); return false;&quot;&gt;&lt;/a&gt;totalgeek.org&lt;a href=&quot;http://totalgeek.org&quot; onclick=&quot;window.open(this.href, '_blank'); return false;&quot;&gt;&lt;/a&gt;

I checked this with both, v0.0.4-alpha and the CVS version. Both are showing this behaviour. Unfortunately I do not understand your RegExes well enough to provide a solution for this...

On a sidenote: Parsing will fail at all if the protocol for the link is omitted. For instance [url=totalgeek.org]totalgeek.org[/url] won't parse at all. I'm not quite certain if this qualifies as a bug, but since you allow relative links, I thought you should know.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Text_Wiki_BBCode Bug
Reported by webmaster@...
2007-01-29T00:19:14+00:00
PHP: 4.3.10+ OS: Windows XP SP2a, Linux Package Version: CVS

Description:
------------
Parsing named links results in a link which is immediately closed, followed by the name of the link and then the exact same link again. One example taken from your documentation:

[url=http://www.totalgeek.org]totalgeek.org[/url]

will result in

&lt;a href=&quot;http://totalgeek.org&quot; onclick=&quot;window.open(this.href, '_blank'); return false;&quot;&gt;&lt;/a&gt;totalgeek.org&lt;a href=&quot;http://totalgeek.org&quot; onclick=&quot;window.open(this.href, '_blank'); return false;&quot;&gt;&lt;/a&gt;

I checked this with both, v0.0.4-alpha and the CVS version. Both are showing this behaviour. Unfortunately I do not understand your RegExes well enough to provide a solution for this...

On a sidenote: Parsing will fail at all if the protocol for the link is omitted. For instance [url=totalgeek.org]totalgeek.org[/url] won't parse at all. I'm not quite certain if this qualifies as a bug, but since you allow relative links, I thought you should know.</pre>]]></description>
      <dc:date>2008-07-21T12:52:18+00:00</dc:date>
      <dc:creator>webmaster &amp;#x61;&amp;#116; dasourcerer &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Text_Wiki_BBCode Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/9327">
      <title>Text_Wiki_BBCode: Feature/Change Request 9327 [Open] Images and headings</title>
      <link>http://pear.php.net/bugs/9327</link>
      <content:encoded><![CDATA[<pre>Text_Wiki_BBCode Feature/Change Request
Reported by laurent@...
2006-11-13T20:04:25+00:00
PHP: 4.4.2 OS: Windows XP SP2 Package Version: 0.0.3

Description:
------------
Hi,

This is a feature request for Text_Wiki_BBCode.

Request #1:
I would like to be able to enter an image with attributes in it in the following way:

[img id=myid class=myclass border=2 mycustomattribute=value]my_image.jpg[/img]

I know it is possible to set a class for all BBCode images via  -&gt;setRenderConf() but this isn't flexible enough I think.

Imagine a text paragraph with two images, one floating left and a few paragraphs below one floating right, it would be great to be able to assign two different classes in the code.

Request #2
I saw that the headings rendering system is already in Text_Wiki_BBCode but what about the rendering?

I'd like to be able to enter:
[h3]Title here[/h3]

But I also would like to 'block' some headings depending on the level (block level 1 and/or level 2 for instance).  I'm using the h1 and h2 tags automatically via my website system but I'd like to be able to use h3-&gt;h6 via Text_Wiki_BBCode.

That's it for now, thanks for reading this.
Laurent</pre>]]></content:encoded>
      <description><![CDATA[<pre>Text_Wiki_BBCode Feature/Change Request
Reported by laurent@...
2006-11-13T20:04:25+00:00
PHP: 4.4.2 OS: Windows XP SP2 Package Version: 0.0.3

Description:
------------
Hi,

This is a feature request for Text_Wiki_BBCode.

Request #1:
I would like to be able to enter an image with attributes in it in the following way:

[img id=myid class=myclass border=2 mycustomattribute=value]my_image.jpg[/img]

I know it is possible to set a class for all BBCode images via  -&gt;setRenderConf() but this isn't flexible enough I think.

Imagine a text paragraph with two images, one floating left and a few paragraphs below one floating right, it would be great to be able to assign two different classes in the code.

Request #2
I saw that the headings rendering system is already in Text_Wiki_BBCode but what about the rendering?

I'd like to be able to enter:
[h3]Title here[/h3]

But I also would like to 'block' some headings depending on the level (block level 1 and/or level 2 for instance).  I'm using the h1 and h2 tags automatically via my website system but I'd like to be able to use h3-&gt;h6 via Text_Wiki_BBCode.

That's it for now, thanks for reading this.
Laurent</pre>]]></description>
      <dc:date>2006-11-13T20:04:25+00:00</dc:date>
      <dc:creator>laurent &amp;#x61;&amp;#116; invisibleray &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Text_Wiki_BBCode Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/6100">
      <title>Text_Wiki_BBCode: Bug 6100 [Verified] relative urls don't work right.</title>
      <link>http://pear.php.net/bugs/6100</link>
      <content:encoded><![CDATA[<pre>Text_Wiki_BBCode Bug
Reported by me@...
2005-11-28T23:36:42+00:00
PHP: 4.4.0 OS:  Package Version: 

Description:
------------
Text_Wiki 1.0.3 and Text_Wiki_BBCode 0.0.2

So i figured out how to turn on relative_urls in Url.php (not the easiest thing to figure out because the doc is currently incomplete; - but i worked it out).

Anyway. It doesn't do what i expect.

Looking at the way the regex has been set up, it's completely different from the patch I submitted. Fair enough, as i don't know all the criteria and decision that went into the editing that you did, but still - it doesn't work right (:

Test script:
---------------
[url=/contact]Use this form please.[/url]
[url]/contact[/url]





Expected result:
----------------
&lt;a href=&quot;/contact&quot;&gt;Use this form please&lt;/a&gt;
&lt;a href=&quot;/contact&quot;&gt;/contact&lt;/a&gt;

Actual result:
--------------
&lt;a href=&quot;/contact&quot;&gt;/contact&lt;/a&gt;
&lt;a href=&quot;http:///contact&quot;&gt;/contact&lt;/a&gt;</pre>]]></content:encoded>
      <description><![CDATA[<pre>Text_Wiki_BBCode Bug
Reported by me@...
2005-11-28T23:36:42+00:00
PHP: 4.4.0 OS:  Package Version: 

Description:
------------
Text_Wiki 1.0.3 and Text_Wiki_BBCode 0.0.2

So i figured out how to turn on relative_urls in Url.php (not the easiest thing to figure out because the doc is currently incomplete; - but i worked it out).

Anyway. It doesn't do what i expect.

Looking at the way the regex has been set up, it's completely different from the patch I submitted. Fair enough, as i don't know all the criteria and decision that went into the editing that you did, but still - it doesn't work right (:

Test script:
---------------
[url=/contact]Use this form please.[/url]
[url]/contact[/url]





Expected result:
----------------
&lt;a href=&quot;/contact&quot;&gt;Use this form please&lt;/a&gt;
&lt;a href=&quot;/contact&quot;&gt;/contact&lt;/a&gt;

Actual result:
--------------
&lt;a href=&quot;/contact&quot;&gt;/contact&lt;/a&gt;
&lt;a href=&quot;http:///contact&quot;&gt;/contact&lt;/a&gt;</pre>]]></description>
      <dc:date>2006-10-17T01:33:00+00:00</dc:date>
      <dc:creator>me &amp;#x61;&amp;#116; ben-xo &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Text_Wiki_BBCode Bug</dc:subject>
    </item>
</rdf:RDF>
