PEAR Bug Search Results
http://pear.php.net/bugs/search.php?cmd=display&package_name%5B0%5D=OpenDocument
Search Resultsen-uspear-webmaster@lists.php.netpear-webmaster@lists.php.nethourly12000年01月01日T12:00+00:00PEAR Bugshttp://pear.php.net/gifs/pearsmall.gif
http://pear.php.net/bugs
OpenDocument: Feature/Change Request 16484 [Open] Customize DOM system
http://pear.php.net/bugs/16484
OpenDocument Feature/Change Request
Reported by cweiske
2009年07月31日T20: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.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年07月31日T20: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.]]>2009年08月13日T02:24:49+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Feature/Change Request 16483 [Open] Rewrite element modification system
http://pear.php.net/bugs/16483
OpenDocument Feature/Change Request
Reported by cweiske
2009年07月31日T20: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.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年07月31日T20: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.]]>2009年07月31日T20:40:55+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Feature/Change Request 16392 [Open] Basic spreadsheet support
http://pear.php.net/bugs/16392
OpenDocument Feature/Change Request
Reported by cweiske
2009年06月30日T19:49:22+00:00
PHP: Irrelevant OS: Package Version: CVS
Description:
------------
Implement basic spreadsheet creation functionality.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年06月30日T19:49:22+00:00
PHP: Irrelevant OS: Package Version: CVS
Description:
------------
Implement basic spreadsheet creation functionality.]]>2010年03月29日T21:16:49+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Feature/Change Request 16391 [Open] Support meta data management
http://pear.php.net/bugs/16391
OpenDocument Feature/Change Request
Reported by cweiske
2009年06月30日T19:48:17+00:00
PHP: Irrelevant OS: Package Version: CVS
Description:
------------
Meta data should be managable - add them, remove them, list them.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年06月30日T19:48:17+00:00
PHP: Irrelevant OS: Package Version: CVS
Description:
------------
Meta data should be managable - add them, remove them, list them.]]>2009年06月30日T19:48:17+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Feature/Change Request 16374 [Open] Support different serialization models
http://pear.php.net/bugs/16374
OpenDocument Feature/Change Request
Reported by cweiske
2009年06月25日T00: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.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年06月25日T00: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.]]>2009年06月25日T00:35:39+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Feature/Change Request 16373 [Open] Rewrite output to support different storage models
http://pear.php.net/bugs/16373
OpenDocument Feature/Change Request
Reported by cweiske
2009年06月25日T00: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 "one big xml file" format. To support that, we need a pluggable storage backend. This also would allow to make a "no compression" backend for easier debugging.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年06月25日T00: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 "one big xml file" format. To support that, we need a pluggable storage backend. This also would allow to make a "no compression" backend for easier debugging.]]>2009年06月30日T21:52:09+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Feature/Change Request 16309 [Open] Support for images
http://pear.php.net/bugs/16309
OpenDocument Feature/Change Request
Reported by cweiske
2009年06月09日T11:34:25+00:00
PHP: Irrelevant OS: Package Version: 0.1.2
Description:
------------
Currently it is not possible to add images to the document.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年06月09日T11:34:25+00:00
PHP: Irrelevant OS: Package Version: 0.1.2
Description:
------------
Currently it is not possible to add images to the document.]]>2009年06月09日T11:34:25+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Feature/Change Request 16308 [Open] Support list types
http://pear.php.net/bugs/16308
OpenDocument Feature/Change Request
Reported by cweiske
2009年06月09日T11: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.]]>OpenDocument Feature/Change Request
Reported by cweiske
2009年06月09日T11: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.]]>2009年06月09日T11:33:53+00:00cweiske at php dot netOpenDocument Feature/Change RequestOpenDocument: Bug 13013 [Verified] incorrect xml element is rendered in style:style elements for paragraphs
http://pear.php.net/bugs/13013
OpenDocument Bug
Reported by charonme
2008年01月31日T08: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->contentDOM->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]]>OpenDocument Bug
Reported by charonme
2008年01月31日T08: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->contentDOM->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]]>2009年06月22日T00:10:19+00:00charonme at yahoo dot comOpenDocument Bug