<?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=OpenDocument</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/16484" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16483" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16392" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16391" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16374" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16373" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16309" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16308" />
      <rdf:li rdf:resource="http://pear.php.net/bug/13013" />

     </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/16484">
      <title>OpenDocument: Feature/Change Request 16484 [Open] Customize DOM system</title>
      <link>http://pear.php.net/bugs/16484</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-07-31T20:42:51+00:00
PHP: Irrelevant OS:  Package Version: 0.2.0

Description:
------------
Currently, OpenDocument has two object layers:
- The DOM objects for low-level XML serialization and -reading
- Our own objects on top of that

We need to get that into one single object model, extending the DOM classes. Only problem is that methods like listChildren() need to return the correct objects.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-07-31T20:42:51+00:00
PHP: Irrelevant OS:  Package Version: 0.2.0

Description:
------------
Currently, OpenDocument has two object layers:
- The DOM objects for low-level XML serialization and -reading
- Our own objects on top of that

We need to get that into one single object model, extending the DOM classes. Only problem is that methods like listChildren() need to return the correct objects.</pre>]]></description>
      <dc:date>2009-08-13T02:24:49+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16483">
      <title>OpenDocument: Feature/Change Request 16483 [Open] Rewrite element modification system</title>
      <link>http://pear.php.net/bugs/16483</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-07-31T20:40:55+00:00
PHP: Irrelevant OS:  Package Version: 0.2.0

Description:
------------
Currently, we have add*() methods in each element class. This duplicates a lot of code, which is not what we want.

Since PHP doesn't support traits yet, we have to build a nice hierarchy and try to inherit as much as possible.

We might also add some array access for easy adding, instead of using add*():
$element[] = 'This is a new paragraph';
$element[] = array('img', '/path/to/image');
We'll see.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-07-31T20:40:55+00:00
PHP: Irrelevant OS:  Package Version: 0.2.0

Description:
------------
Currently, we have add*() methods in each element class. This duplicates a lot of code, which is not what we want.

Since PHP doesn't support traits yet, we have to build a nice hierarchy and try to inherit as much as possible.

We might also add some array access for easy adding, instead of using add*():
$element[] = 'This is a new paragraph';
$element[] = array('img', '/path/to/image');
We'll see.</pre>]]></description>
      <dc:date>2009-07-31T20:40:55+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16392">
      <title>OpenDocument: Feature/Change Request 16392 [Open] Basic spreadsheet support</title>
      <link>http://pear.php.net/bugs/16392</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-30T19:49:22+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
Implement basic spreadsheet creation functionality.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-30T19:49:22+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
Implement basic spreadsheet creation functionality.</pre>]]></description>
      <dc:date>2010-03-29T21:16:49+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16391">
      <title>OpenDocument: Feature/Change Request 16391 [Open] Support meta data management</title>
      <link>http://pear.php.net/bugs/16391</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-30T19:48:17+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
Meta data should be managable - add them, remove them, list them.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-30T19:48:17+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
Meta data should be managable - add them, remove them, list them.</pre>]]></description>
      <dc:date>2009-06-30T19:48:17+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16374">
      <title>OpenDocument: Feature/Change Request 16374 [Open] Support different serialization models</title>
      <link>http://pear.php.net/bugs/16374</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-25T00:35:39+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
When it is not neccessary to modify generated paragraphs or headings afterwards, the xml data could directly be written out to the file, without keeping the data in memory. This way, really large documents could be generated without needing much RAM - just like PHP's XMLWriter does it.

The OpenDocument package should support different serialization models - one DOM one, and a serial one.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-25T00:35:39+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
When it is not neccessary to modify generated paragraphs or headings afterwards, the xml data could directly be written out to the file, without keeping the data in memory. This way, really large documents could be generated without needing much RAM - just like PHP's XMLWriter does it.

The OpenDocument package should support different serialization models - one DOM one, and a serial one.</pre>]]></description>
      <dc:date>2009-06-25T00:35:39+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16373">
      <title>OpenDocument: Feature/Change Request 16373 [Open] Rewrite output to support different storage models</title>
      <link>http://pear.php.net/bugs/16373</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-25T00:12:09+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
OpenDocument specs define - apart from the normal - multiple-files-in-one-zip-file also a &quot;one big xml file&quot; format. To support that, we need a pluggable storage backend. This also would allow to make a &quot;no compression&quot; backend for easier debugging.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-25T00:12:09+00:00
PHP: Irrelevant OS:  Package Version: CVS

Description:
------------
OpenDocument specs define - apart from the normal - multiple-files-in-one-zip-file also a &quot;one big xml file&quot; format. To support that, we need a pluggable storage backend. This also would allow to make a &quot;no compression&quot; backend for easier debugging.</pre>]]></description>
      <dc:date>2009-06-30T21:52:09+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16309">
      <title>OpenDocument: Feature/Change Request 16309 [Open] Support for images</title>
      <link>http://pear.php.net/bugs/16309</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-09T11:34:25+00:00
PHP: Irrelevant OS:  Package Version: 0.1.2

Description:
------------
Currently it is not possible to add images to the document.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-09T11:34:25+00:00
PHP: Irrelevant OS:  Package Version: 0.1.2

Description:
------------
Currently it is not possible to add images to the document.</pre>]]></description>
      <dc:date>2009-06-09T11:34:25+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16308">
      <title>OpenDocument: Feature/Change Request 16308 [Open] Support list types</title>
      <link>http://pear.php.net/bugs/16308</link>
      <content:encoded><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-09T11:33:53+00:00
PHP: Irrelevant OS:  Package Version: 0.1.2

Description:
------------
Currently there is no way to create lists (numbered or unnumbered) with OpenDocument.</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Feature/Change Request
Reported by cweiske
2009-06-09T11:33:53+00:00
PHP: Irrelevant OS:  Package Version: 0.1.2

Description:
------------
Currently there is no way to create lists (numbered or unnumbered) with OpenDocument.</pre>]]></description>
      <dc:date>2009-06-09T11:33:53+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>OpenDocument Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/13013">
      <title>OpenDocument: Bug 13013 [Verified] incorrect xml element is rendered in style:style elements for paragraphs</title>
      <link>http://pear.php.net/bugs/13013</link>
      <content:encoded><![CDATA[<pre>OpenDocument Bug
Reported by charonme
2008-01-31T08:25:39+00:00
PHP: 5.2.1 OS: linux 2.6.20 Package Version: 0.1.2

Description:
------------
style:text-properties is rendered in style:style elements for paragraphs instead of style:paragraph-properties. paragraph-properties are needed for applying such attributes as fo:text-align to paragraphs, but text-properties are needed for applying other attributes, for example fo:color (even to paragraphs)

Test script:
---------------
for example 
$text_properties = $this-&gt;contentDOM-&gt;createElementNS(self::NS_STYLE, 'text-properties');
in applyStyle() in OpenDocument.php

Actual result:
--------------
Paragraph-related styles (for example text-align) are not visible when viewing the odt document</pre>]]></content:encoded>
      <description><![CDATA[<pre>OpenDocument Bug
Reported by charonme
2008-01-31T08:25:39+00:00
PHP: 5.2.1 OS: linux 2.6.20 Package Version: 0.1.2

Description:
------------
style:text-properties is rendered in style:style elements for paragraphs instead of style:paragraph-properties. paragraph-properties are needed for applying such attributes as fo:text-align to paragraphs, but text-properties are needed for applying other attributes, for example fo:color (even to paragraphs)

Test script:
---------------
for example 
$text_properties = $this-&gt;contentDOM-&gt;createElementNS(self::NS_STYLE, 'text-properties');
in applyStyle() in OpenDocument.php

Actual result:
--------------
Paragraph-related styles (for example text-align) are not visible when viewing the odt document</pre>]]></description>
      <dc:date>2009-06-22T00:10:19+00:00</dc:date>
      <dc:creator>charonme &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>OpenDocument Bug</dc:subject>
    </item>
</rdf:RDF>
