You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(43) |
Apr
(20) |
May
(20) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(20) |
Feb
(28) |
Mar
(28) |
Apr
(1) |
May
(5) |
Jun
(27) |
Jul
(55) |
Aug
(30) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: <nma...@us...> - 2007-02-25 12:06:27
|
Revision: 132 http://svn.sourceforge.net/opendocumentphp/?rev=132&view=rev Author: nmarkgraf Date: 2007-02-25 04:06:22 -0800 (Sun, 25 Feb 2007) Log Message: ----------- Source code tree update! We now using the phase1.1/ tree. The old trees poc/ and phase1/ are now deprecated. Added new file manual to the doc/ directory. This is the beginning of an custumer and developers manual. Modified Paths: -------------- web/OpenDocumentPHP-Joomla-templates/src/css/template_css.css Added Paths: ----------- phase1/THIS SOURCE TREE IS DEPRECATED phase1.1/ phase1.1/build.properties phase1.1/build.xml phase1.1/doc/ phase1.1/doc/CHANGELOG phase1.1/doc/LICENSE phase1.1/doc/OTHERS phase1.1/doc/README phase1.1/doc/ROADMAP phase1.1/doc/TEAM phase1.1/doc/manual.odt phase1.1/etc/ phase1.1/etc/INFORMATION phase1.1/etc/PhingStyles/ phase1.1/etc/PhingStyles/VERSION.TXT phase1.1/etc/PhingStyles/coverage-frames.xsl phase1.1/etc/PhingStyles/log.xsl phase1.1/etc/PhingStyles/phpunit2-frames.xsl phase1.1/etc/PhingStyles/phpunit2-noframes.xsl phase1.1/etc/PhingStyles/str.replace.function.xsl phase1.1/etc/Schemata/ phase1.1/etc/Schemata/ODF1.0/ phase1.1/etc/Schemata/ODF1.0/OpenDocument-manifest-schema-v1.0-os.rng phase1.1/etc/Schemata/ODF1.0/OpenDocument-schema-v1.0-os.rng phase1.1/etc/Schemata/ODF1.0/OpenDocument-strict-schema-v1.0-os.rng phase1.1/etc/Schemata/ODF1.1/ phase1.1/etc/Schemata/ODF1.1/OpenDocument-manifest-schema-v1.1-cs1.rng phase1.1/etc/Schemata/ODF1.1/OpenDocument-schema-v1.1-cs1.rng phase1.1/etc/Schemata/ODF1.1/OpenDocument-strict-schema-v1.1-cs1.rng phase1.1/src/ phase1.1/src/OpenDocumentPHP/ phase1.1/src/OpenDocumentPHP/OpenDocumentAbstract.php phase1.1/src/OpenDocumentPHP/OpenDocumentArchive.php phase1.1/src/OpenDocumentPHP/OpenDocumentSpreadsheet.php phase1.1/src/OpenDocumentPHP/OpenDocumentText.php phase1.1/src/OpenDocumentPHP/content/ phase1.1/src/OpenDocumentPHP/content/ContentDocument.php phase1.1/src/OpenDocumentPHP/content/ScriptsFragment.php phase1.1/src/OpenDocumentPHP/content/body/ phase1.1/src/OpenDocumentPHP/content/body/BodyFragment.php phase1.1/src/OpenDocumentPHP/content/body/TableFragment.php phase1.1/src/OpenDocumentPHP/content/body/table/ phase1.1/src/OpenDocumentPHP/content/body/table/TableCell.php phase1.1/src/OpenDocumentPHP/content/body/text/ phase1.1/src/OpenDocumentPHP/content/body/text/Heading.php phase1.1/src/OpenDocumentPHP/content/body/text/Paragraph.php phase1.1/src/OpenDocumentPHP/content/script/ phase1.1/src/OpenDocumentPHP/content/script/Script.php phase1.1/src/OpenDocumentPHP/global/ phase1.1/src/OpenDocumentPHP/global/AutomaticStylesFragment.php phase1.1/src/OpenDocumentPHP/global/FontFace.php phase1.1/src/OpenDocumentPHP/global/FontFaceDeclFragment.php phase1.1/src/OpenDocumentPHP/manifest/ phase1.1/src/OpenDocumentPHP/manifest/ManifestDocument.php phase1.1/src/OpenDocumentPHP/meta/ phase1.1/src/OpenDocumentPHP/meta/DublinCoreFragment.php phase1.1/src/OpenDocumentPHP/meta/MetaDocument.php phase1.1/src/OpenDocumentPHP/meta/MetaFragment.php phase1.1/src/OpenDocumentPHP/settings/ phase1.1/src/OpenDocumentPHP/settings/SettingsDocument.php phase1.1/src/OpenDocumentPHP/styles/ phase1.1/src/OpenDocumentPHP/styles/AutomaticStylesFragment.php phase1.1/src/OpenDocumentPHP/styles/DefaultStyle.php phase1.1/src/OpenDocumentPHP/styles/MasterStylesFragment.php phase1.1/src/OpenDocumentPHP/styles/Style.php phase1.1/src/OpenDocumentPHP/styles/StylesDocument.php phase1.1/src/OpenDocumentPHP/styles/StylesFragment.php phase1.1/src/OpenDocumentPHP/util/ phase1.1/src/OpenDocumentPHP/util/AbstractDocument.php phase1.1/src/OpenDocumentPHP/util/ElementFragment.php phase1.1/src/OpenDocumentPHP/util/Fragment.php phase1.1/src/OpenDocumentPHP/util/Validator.php phase1.1/src/samples/ phase1.1/src/samples/simple/ phase1.1/src/samples/simple/SimpleMetaOutput.php phase1.1/src/samples/simple/SimpleTextDocument.php phase1.1/src/unittests/ phase1.1/src/unittests/AbstractDocumentTest.php phase1.1/src/unittests/ManifestTest.php phase1.1/src/unittests/MetaTest.php poc/THIS SOURCE TREE IS DEPRECATED Removed Paths: ------------- poc/src/phase1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-22 17:58:25
|
Revision: 131 http://svn.sourceforge.net/opendocumentphp/?rev=131&view=rev Author: nmarkgraf Date: 2007-02-22 09:58:21 -0800 (Thu, 22 Feb 2007) Log Message: ----------- * Major bugfixes in meta/* test/* * Added SimpleMetaOutput to samples, which shows how to handle meta data. * Added loadXML to MetaDocument and SettingsDocument Modified Paths: -------------- phase1/CHANGELOG phase1/README phase1/ROADMAP phase1/src/meta/DublinCoreFragment.php phase1/src/meta/MetaDocument.php phase1/src/meta/MetaFragment.php phase1/src/settings/SettingsDocument.php phase1/src/test/AbstractDocumentTest.php phase1/src/test/ManifestTest.php phase1/src/test/MetaTest.php phase1/src/util/AbstractDocument.php Added Paths: ----------- phase1/src/samples/SimpleMetaOutput.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-22 10:21:03
|
Revision: 130 http://svn.sourceforge.net/opendocumentphp/?rev=130&view=rev Author: nmarkgraf Date: 2007-02-22 02:21:01 -0800 (Thu, 22 Feb 2007) Log Message: ----------- * Added some missing require_once statements. * Found a major bug in AbstractDocument.php and fixed it. Modified Paths: -------------- phase1/src/content/script/Script.php phase1/src/meta/MetaFragment.php phase1/src/util/AbstractDocument.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-20 15:59:21
|
Revision: 129 http://svn.sourceforge.net/opendocumentphp/?rev=129&view=rev Author: nmarkgraf Date: 2007-02-20 07:59:20 -0800 (Tue, 20 Feb 2007) Log Message: ----------- [web] Some more updates and bug fixes. Modified Paths: -------------- web/OpenDocumentPHP-Joomla-templates/src/css/template_css.css Removed Paths: ------------- web/OpenDocumentPHP-Joomla-templates/src/css/template_main.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-20 15:12:20
|
Revision: 128 http://svn.sourceforge.net/opendocumentphp/?rev=128&view=rev Author: nmarkgraf Date: 2007-02-20 07:12:19 -0800 (Tue, 20 Feb 2007) Log Message: ----------- [web] Some minor updates. Modified Paths: -------------- web/OpenDocumentPHP-Joomla-templates/src/css/template_main.css web/OpenDocumentPHP-Joomla-templates/src/index.php Added Paths: ----------- web/OpenDocumentPHP-Joomla-templates/src/css/template_css.css Property Changed: ---------------- web/OpenDocumentPHP-Joomla-templates/src/css/index.html web/OpenDocumentPHP-Joomla-templates/src/images/index.html web/OpenDocumentPHP-Joomla-templates/src/index.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-19 19:11:13
|
Revision: 127 http://svn.sourceforge.net/opendocumentphp/?rev=127&view=rev Author: nmarkgraf Date: 2007-02-19 11:00:19 -0800 (Mon, 19 Feb 2007) Log Message: ----------- Added Paths: ----------- web/OpenDocumentPHP-Joomla-templates/src/css/template_main.css Removed Paths: ------------- web/OpenDocumentPHP-Joomla-templates/src/css/template_main.css This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-19 19:11:11
|
Revision: 126 http://svn.sourceforge.net/opendocumentphp/?rev=126&view=rev Author: nmarkgraf Date: 2007-02-19 10:58:47 -0800 (Mon, 19 Feb 2007) Log Message: ----------- [web] * Added 'indent1.png' image. * Added 'editor_content.css' stylesheet. * Renamed 'template_main.css' to 'template_css.css', to be more Joomla! compartible. * Updated 'template_css.css'. Modified Paths: -------------- web/OpenDocumentPHP-Joomla-templates/src/templateDetails.xml Added Paths: ----------- web/OpenDocumentPHP-Joomla-templates/src/css/editor_content.css web/OpenDocumentPHP-Joomla-templates/src/images/indent1.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-17 15:13:09
|
Revision: 125 http://svn.sourceforge.net/opendocumentphp/?rev=125&view=rev Author: nmarkgraf Date: 2007-02-17 07:13:07 -0800 (Sat, 17 Feb 2007) Log Message: ----------- We now enter 0.5.2. Modified Paths: -------------- phase1/build.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-17 14:02:35
|
Revision: 124 http://svn.sourceforge.net/opendocumentphp/?rev=124&view=rev Author: nmarkgraf Date: 2007-02-17 06:02:34 -0800 (Sat, 17 Feb 2007) Log Message: ----------- We are heading to 0.5.1 now! * Updated (most) copyright notices. * Added OpenOffice generator to OTHERS Modified Paths: -------------- phase1/OTHERS phase1/README phase1/src/OpenDocumentAbstract.php phase1/src/OpenDocumentSpreadsheet.php phase1/src/OpenDocumentText.php phase1/src/OpenDocumentUnitTestSuite.php phase1/src/content/ScriptsFragment.php phase1/src/content/body/BodyFragment.php phase1/src/content/body/TableFragment.php phase1/src/content/body/table/TableCell.php phase1/src/content/script/Script.php phase1/src/global/AutomaticStylesFragment.php phase1/src/global/FontFace.php phase1/src/global/FontFaceDeclFragment.php phase1/src/samples/SimpleTextDocument.php phase1/src/styles/AutomaticStylesFragment.php phase1/src/styles/DefaultStyle.php phase1/src/styles/MasterStylesFragment.php phase1/src/styles/Style.php phase1/src/styles/StylesDocument.php phase1/src/styles/StylesFragment.php phase1/src/util/ElementFragment.php phase1/src/util/Fragment.php web/OpenDocumentPHP-Joomla-templates/src/index.php Added Paths: ----------- phase1/ROADMAP web/OpenDocumentPHP-Joomla-templates/LICENSE Removed Paths: ------------- web/OpenDocumentPHP-Joomla-templates/src/images/Thumbs.db web/OpenDocumentPHP-Joomla-templates/src/test.xml Property Changed: ---------------- web/OpenDocumentPHP-Joomla-templates/build.xml web/OpenDocumentPHP-Joomla-templates/src/css/template_main.css web/OpenDocumentPHP-Joomla-templates/src/index.php web/OpenDocumentPHP-Joomla-templates/src/templateDetails.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-17 13:30:50
|
Revision: 123 http://svn.sourceforge.net/opendocumentphp/?rev=123&view=rev Author: nmarkgraf Date: 2007-02-17 05:30:47 -0800 (Sat, 17 Feb 2007) Log Message: ----------- A new Sub-Project names 'web'! Here I put the current develompent enviroment for the Joomla! template. You don't need to check it out for OpenDocumentPHP. Added Paths: ----------- web/ web/OpenDocumentPHP-Joomla-templates/ web/OpenDocumentPHP-Joomla-templates/build.xml web/OpenDocumentPHP-Joomla-templates/src/ web/OpenDocumentPHP-Joomla-templates/src/css/ web/OpenDocumentPHP-Joomla-templates/src/css/index.html web/OpenDocumentPHP-Joomla-templates/src/css/template_main.css web/OpenDocumentPHP-Joomla-templates/src/images/ web/OpenDocumentPHP-Joomla-templates/src/images/OpenDocumentPHP-logo2-small.png web/OpenDocumentPHP-Joomla-templates/src/images/Thumbs.db web/OpenDocumentPHP-Joomla-templates/src/images/index.html web/OpenDocumentPHP-Joomla-templates/src/index.html web/OpenDocumentPHP-Joomla-templates/src/index.php web/OpenDocumentPHP-Joomla-templates/src/templateDetails.xml web/OpenDocumentPHP-Joomla-templates/src/test.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-13 18:29:35
|
Revision: 122 http://svn.sourceforge.net/opendocumentphp/?rev=122&view=rev Author: nmarkgraf Date: 2007-02-13 10:29:28 -0800 (Tue, 13 Feb 2007) Log Message: ----------- * Delete unnessesary line in LICENSE. * Added OTHERS * Minor Bugfixes Validator Modified Paths: -------------- phase1/LICENSE phase1/src/util/Validator.php Added Paths: ----------- phase1/OTHERS Property Changed: ---------------- phase1/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-13 10:42:28
|
Revision: 121 http://svn.sourceforge.net/opendocumentphp/?rev=121&view=rev Author: nmarkgraf Date: 2007-02-13 02:42:26 -0800 (Tue, 13 Feb 2007) Log Message: ----------- We need a 0.5.1 as a bug fix release as soon as posible, because 0.5.0 has some nasty bugs. * Added some new files: CHANGELOG, TEAM and etc/PhingStyles. * Some bugfixes, mostly missing require_once statements. * New PHPUnit tests added to test directory. * Changes some copyright notices to 'The OpenDocumentPHP Team' as new copright holder. * Added new disclaimer at the top of some classes. Modified Paths: -------------- phase1/README phase1/build.properties phase1/build.xml phase1/etc/INFORMATION phase1/src/OpenDocumentAbstract.php phase1/src/OpenDocumentArchive.php phase1/src/OpenDocumentUnitTestSuite.php phase1/src/content/ContentDocument.php phase1/src/content/body/text/Heading.php phase1/src/content/body/text/Paragraph.php phase1/src/manifest/ManifestDocument.php phase1/src/meta/DublinCoreFragment.php phase1/src/meta/MetaDocument.php phase1/src/meta/MetaFragment.php phase1/src/samples/SimpleTextDocument.php phase1/src/settings/SettingsDocument.php phase1/src/test/ManifestTest.php phase1/src/test/OpenDocumentSpreadsheetTest.php phase1/src/test/OpenDocumentTextTest.php phase1/src/util/AbstractDocument.php phase1/src/util/Validator.php Added Paths: ----------- phase1/CHANGELOG phase1/TEAM phase1/etc/PhingStyles/ phase1/etc/PhingStyles/VERSION.TXT phase1/etc/PhingStyles/coverage-frames.xsl phase1/etc/PhingStyles/log.xsl phase1/etc/PhingStyles/phpunit2-frames.xsl phase1/etc/PhingStyles/phpunit2-noframes.xsl phase1/etc/PhingStyles/str.replace.function.xsl phase1/src/test/AbstractDocumentTest.php phase1/src/test/MetaTest.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <yaw...@us...> - 2007-02-11 16:31:53
|
Revision: 120 http://svn.sourceforge.net/opendocumentphp/?rev=120&view=rev Author: yawnster Date: 2007-02-11 08:31:52 -0800 (Sun, 11 Feb 2007) Log Message: ----------- Update the documentation. Modified Paths: -------------- phase1/README phase1/etc/INFORMATION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-11 11:02:11
|
Revision: 119 http://svn.sourceforge.net/opendocumentphp/?rev=119&view=rev Author: nmarkgraf Date: 2007-02-11 03:02:10 -0800 (Sun, 11 Feb 2007) Log Message: ----------- * Some more README about this project. * New Validator class * some more documentations done on the some code lines. Modified Paths: -------------- phase1/README phase1/src/content/ContentDocument.php phase1/src/content/body/BodyFragment.php phase1/src/content/body/text/Heading.php phase1/src/content/body/text/Paragraph.php phase1/src/content/script/Script.php phase1/src/meta/DublinCoreFragment.php phase1/src/meta/MetaDocument.php phase1/src/meta/MetaFragment.php phase1/src/settings/SettingsDocument.php phase1/src/styles/DefaultStyle.php phase1/src/styles/Style.php phase1/src/util/AbstractDocument.php phase1/src/util/ElementFragment.php phase1/src/util/Fragment.php Added Paths: ----------- phase1/src/util/Validator.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-11 10:57:48
|
Revision: 118 http://svn.sourceforge.net/opendocumentphp/?rev=118&view=rev Author: nmarkgraf Date: 2007-02-11 02:57:47 -0800 (Sun, 11 Feb 2007) Log Message: ----------- * By now we are in 0.5.1 alpha state. * Added informations about the copyrighted material in the etc/schemata subdirectory. Modified Paths: -------------- phase1/build.properties phase1/build.xml Added Paths: ----------- phase1/etc/INFORMATION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-08 15:30:12
|
Revision: 117 http://svn.sourceforge.net/opendocumentphp/?rev=117&view=rev Author: nmarkgraf Date: 2007-02-08 07:30:05 -0800 (Thu, 08 Feb 2007) Log Message: ----------- Ready for the first PHASE1 release? This should be the OpenDocumentPHP 0.5.0 by tomorrow. Modified Paths: -------------- phase1/src/OpenDocumentAbstract.php phase1/src/OpenDocumentArchive.php phase1/src/OpenDocumentSpreadsheet.php phase1/src/OpenDocumentText.php phase1/src/OpenDocumentUnitTestSuite.php phase1/src/content/ContentDocument.php phase1/src/content/ScriptsFragment.php phase1/src/content/body/BodyFragment.php phase1/src/content/body/TableFragment.php phase1/src/content/body/table/TableCell.php phase1/src/content/body/text/Heading.php phase1/src/content/body/text/Paragraph.php phase1/src/content/script/Script.php phase1/src/global/AutomaticStylesFragment.php phase1/src/global/FontFace.php phase1/src/global/FontFaceDeclFragment.php phase1/src/manifest/ManifestDocument.php phase1/src/meta/DublinCoreFragment.php phase1/src/meta/MetaDocument.php phase1/src/meta/MetaFragment.php phase1/src/samples/SimpleTextDocument.php phase1/src/settings/SettingsDocument.php phase1/src/styles/AutomaticStylesFragment.php phase1/src/styles/DefaultStyle.php phase1/src/styles/MasterStylesFragment.php phase1/src/styles/Style.php phase1/src/styles/StylesDocument.php phase1/src/styles/StylesFragment.php phase1/src/util/AbstractDocument.php phase1/src/util/ElementFragment.php phase1/src/util/Fragment.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-08 13:33:39
|
Revision: 116 http://svn.sourceforge.net/opendocumentphp/?rev=116&view=rev Author: nmarkgraf Date: 2007-02-08 05:33:37 -0800 (Thu, 08 Feb 2007) Log Message: ----------- Remove phase1 from poc codebase. (part 1) Removed Paths: ------------- poc/src/phase1/OpenDocumentAbstract.php poc/src/phase1/OpenDocumentArchive.php poc/src/phase1/OpenDocumentSpreadsheet.php poc/src/phase1/OpenDocumentSpreadsheetTest.php poc/src/phase1/OpenDocumentText.php poc/src/phase1/OpenDocumentTextTest.php poc/src/phase1/content/ContentDocument.php poc/src/phase1/content/ScriptsFragment.php poc/src/phase1/content/body/BodyFragment.php poc/src/phase1/content/body/TableFragment.php poc/src/phase1/content/body/table/TableCell.php poc/src/phase1/content/body/text/Heading.php poc/src/phase1/content/body/text/Paragraph.php poc/src/phase1/content/script/Script.php poc/src/phase1/manifest/ManifestDocument.php poc/src/phase1/meta/DublinCoreFragment.php poc/src/phase1/meta/MetaDocument.php poc/src/phase1/meta/MetaFragment.php poc/src/phase1/samples/Spreadsheet.php poc/src/phase1/settings/SettingsDocument.php poc/src/phase1/styles/AutomaticStylesFragment.php poc/src/phase1/styles/DefaultStyle.php poc/src/phase1/styles/MasterStylesFragment.php poc/src/phase1/styles/Style.php poc/src/phase1/styles/StylesDocument.php poc/src/phase1/styles/StylesFragment.php poc/src/phase1/util/AbstractDocument.php poc/src/phase1/util/ElementFragment.php poc/src/phase1/util/Fragment.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-07 20:22:32
|
Revision: 115 http://svn.sourceforge.net/opendocumentphp/?rev=115&view=rev Author: nmarkgraf Date: 2007-02-07 12:22:23 -0800 (Wed, 07 Feb 2007) Log Message: ----------- Added a README file with some basic informations for develpers and users. Added Paths: ----------- phase1/README This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-05 15:07:59
|
Revision: 114 http://svn.sourceforge.net/opendocumentphp/?rev=114&view=rev Author: nmarkgraf Date: 2007-02-05 07:06:27 -0800 (Mon, 05 Feb 2007) Log Message: ----------- This is one of the last commits before phase1/0.5.0, the first phase1 relase. * Some major and minor bugfixes, typos and so on. * Now a simple sample is in the samples directory. * Run 'phing production' for a nice production code base. You will find it under 'build'. * Run 'phing production.dist' for a zip and tgz files of the production code base. Modified Paths: -------------- phase1/build.properties phase1/build.xml phase1/src/OpenDocumentAbstract.php phase1/src/OpenDocumentArchive.php phase1/src/OpenDocumentSpreadsheet.php phase1/src/OpenDocumentText.php phase1/src/OpenDocumentUnitTestSuite.php phase1/src/content/ContentDocument.php phase1/src/content/ScriptsFragment.php phase1/src/content/body/BodyFragment.php phase1/src/content/body/TableFragment.php phase1/src/content/body/table/TableCell.php phase1/src/content/body/text/Heading.php phase1/src/content/body/text/Paragraph.php phase1/src/content/script/Script.php phase1/src/global/AutomaticStylesFragment.php phase1/src/global/FontFace.php phase1/src/global/FontFaceDeclFragment.php phase1/src/manifest/ManifestDocument.php phase1/src/meta/DublinCoreFragment.php phase1/src/meta/MetaDocument.php phase1/src/meta/MetaFragment.php phase1/src/settings/SettingsDocument.php phase1/src/styles/AutomaticStylesFragment.php phase1/src/styles/DefaultStyle.php phase1/src/styles/MasterStylesFragment.php phase1/src/styles/Style.php phase1/src/styles/StylesDocument.php phase1/src/styles/StylesFragment.php phase1/src/test/ManifestTest.php phase1/src/test/OpenDocumentSpreadsheetTest.php phase1/src/test/OpenDocumentTextTest.php phase1/src/util/AbstractDocument.php phase1/src/util/ElementFragment.php phase1/src/util/Fragment.php Added Paths: ----------- phase1/src/samples/SimpleTextDocument.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-03 13:15:40
|
Revision: 113 http://svn.sourceforge.net/opendocumentphp/?rev=113&view=rev Author: nmarkgraf Date: 2007-02-03 05:15:39 -0800 (Sat, 03 Feb 2007) Log Message: ----------- * Some copyright notices where (still) missing. (partly fixed) * Some other fixes in the build script Modified Paths: -------------- phase1/build.properties phase1/build.xml phase1/src/content/ContentDocument.php phase1/src/content/ScriptsFragment.php phase1/src/content/body/BodyFragment.php phase1/src/content/body/TableFragment.php phase1/src/content/body/text/Heading.php phase1/src/content/body/text/Paragraph.php phase1/src/styles/AutomaticStylesFragment.php phase1/src/styles/DefaultStyle.php phase1/src/styles/MasterStylesFragment.php phase1/src/styles/Style.php phase1/src/styles/StylesDocument.php phase1/src/styles/StylesFragment.php phase1/src/test/ManifestTest.php phase1/src/util/ElementFragment.php phase1/src/util/Fragment.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-03 10:20:03
|
Revision: 112 http://svn.sourceforge.net/opendocumentphp/?rev=112&view=rev Author: nmarkgraf Date: 2007-02-03 02:20:00 -0800 (Sat, 03 Feb 2007) Log Message: ----------- * Written an new master unit test file called OpenDocumentUnitTestSuite. * Fixed some of the problems with the unit tests in build.xml and build.properties. Modified Paths: -------------- phase1/build.properties phase1/build.xml phase1/src/manifest/ManifestDocument.php phase1/src/test/ManifestTest.php Added Paths: ----------- phase1/src/OpenDocumentUnitTestSuite.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-02 20:43:34
|
Revision: 111 http://svn.sourceforge.net/opendocumentphp/?rev=111&view=rev Author: nmarkgraf Date: 2007-02-02 12:43:25 -0800 (Fri, 02 Feb 2007) Log Message: ----------- Updated build script files... Modified Paths: -------------- phase1/build.properties phase1/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-02 19:26:03
|
Revision: 110 http://svn.sourceforge.net/opendocumentphp/?rev=110&view=rev Author: nmarkgraf Date: 2007-02-02 11:26:01 -0800 (Fri, 02 Feb 2007) Log Message: ----------- * Added new PHing build script (build.xml and build.properties) for this project. You can override all settings in a "build.local.properties" file instead of editing the build.properties file. * Tiny typos fixed. Modified Paths: -------------- phase1/build.properties phase1/src/OpenDocumentAbstract.php Added Paths: ----------- phase1/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-02 14:47:16
|
Revision: 109 http://svn.sourceforge.net/opendocumentphp/?rev=109&view=rev Author: nmarkgraf Date: 2007-02-02 06:47:16 -0800 (Fri, 02 Feb 2007) Log Message: ----------- * Start a new test for the manifest/ManifestDocument class. * Minor bugfixes (mostly typos). Modified Paths: -------------- phase1/src/OpenDocumentAbstract.php phase1/src/OpenDocumentArchive.php phase1/src/OpenDocumentSpreadsheet.php phase1/src/OpenDocumentText.php Added Paths: ----------- phase1/src/test/ManifestTest.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <nma...@us...> - 2007-02-02 14:05:29
|
Revision: 108 http://svn.sourceforge.net/opendocumentphp/?rev=108&view=rev Author: nmarkgraf Date: 2007-02-02 06:05:20 -0800 (Fri, 02 Feb 2007) Log Message: ----------- Migrate the new phase1 codebase to the new root directory /phase1. Also added some new Schemata, so we can test against ODF 1.0 and ODF 1.1. *No new code* But you only need to checkout/phase1 and no longer /poc. Added Paths: ----------- phase1/ phase1/LICENSE phase1/build.properties phase1/etc/ phase1/etc/Schemata/ phase1/etc/Schemata/ODF1.0/ phase1/etc/Schemata/ODF1.0/OpenDocument-manifest-schema-v1.0-os.rng phase1/etc/Schemata/ODF1.0/OpenDocument-schema-v1.0-os.rng phase1/etc/Schemata/ODF1.0/OpenDocument-strict-schema-v1.0-os.rng phase1/etc/Schemata/ODF1.1/ phase1/etc/Schemata/ODF1.1/OpenDocument-manifest-schema-v1.1-cs1.rng phase1/etc/Schemata/ODF1.1/OpenDocument-schema-v1.1-cs1.rng phase1/etc/Schemata/ODF1.1/OpenDocument-strict-schema-v1.1-cs1.rng phase1/src/ phase1/src/OpenDocumentAbstract.php phase1/src/OpenDocumentArchive.php phase1/src/OpenDocumentSpreadsheet.php phase1/src/OpenDocumentText.php phase1/src/content/ phase1/src/content/ContentDocument.php phase1/src/content/ScriptsFragment.php phase1/src/content/body/ phase1/src/content/body/BodyFragment.php phase1/src/content/body/TableFragment.php phase1/src/content/body/table/ phase1/src/content/body/table/TableCell.php phase1/src/content/body/text/ phase1/src/content/body/text/Heading.php phase1/src/content/body/text/Paragraph.php phase1/src/content/script/ phase1/src/content/script/Script.php phase1/src/global/ phase1/src/global/AutomaticStylesFragment.php phase1/src/global/FontFace.php phase1/src/global/FontFaceDeclFragment.php phase1/src/manifest/ phase1/src/manifest/ManifestDocument.php phase1/src/meta/ phase1/src/meta/DublinCoreFragment.php phase1/src/meta/MetaDocument.php phase1/src/meta/MetaFragment.php phase1/src/samples/ phase1/src/settings/ phase1/src/settings/SettingsDocument.php phase1/src/styles/ phase1/src/styles/AutomaticStylesFragment.php phase1/src/styles/DefaultStyle.php phase1/src/styles/MasterStylesFragment.php phase1/src/styles/Style.php phase1/src/styles/StylesDocument.php phase1/src/styles/StylesFragment.php phase1/src/test/ phase1/src/test/OpenDocumentSpreadsheetTest.php phase1/src/test/OpenDocumentTextTest.php phase1/src/util/ phase1/src/util/AbstractDocument.php phase1/src/util/ElementFragment.php phase1/src/util/Fragment.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |