<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>OpenPowerLibraries</title>
        <description>WebSVN RSS feed - </description>
        <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?</link>
        <lastBuildDate>Mon, 06 Sep 2010 21:36:59 +0100</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>[Opl_2.0] Great improvements of the PHP 5.2 forward compatibility layer ...</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=359</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 359 - zyxist&lt;/strong&gt; (2 file(s) modified)&lt;/div&gt;&lt;div&gt;[Opl_2.0] Great improvements of the PHP 5.2 forward compatibility layer for Spl datastructures.&lt;br /&gt;
[Opl_2.0] Unit tests for Spl datastructure reimplementations added.&lt;/div&gt;~ /components/Opl/branches/2.0/lib/Php52.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/splTest.php&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Mon, 17 May 2010 08:11:06 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=359</guid>
        </item>
        <item>
            <title>[Opl_2.0] Replacing some slashes in the autoloader to DIRECTORY_SEPARATOR.
[Opl_2.0] Updating ...</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=280</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 280 - zyxist&lt;/strong&gt; (3 file(s) modified)&lt;/div&gt;&lt;div&gt;[Opl_2.0] Replacing some slashes in the autoloader to DIRECTORY_SEPARATOR.&lt;br /&gt;
[Opl_2.0] Updating autoload unit tests for PHPUnit 3.4&lt;br /&gt;
[Opl_2.0] Some phpdoc in Opl_Debug&lt;/div&gt;~ /components/Opl/branches/2.0/lib/Base.php&lt;br /&gt;~ /components/Opl/branches/2.0/lib/Debug.php&lt;br /&gt;~ /components/Opl/branches/2.0/tests/autoloadTest.php&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Sat, 16 Jan 2010 11:56:41 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=280</guid>
        </item>
        <item>
            <title>[Opl_2.0] Fixed #107</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=203</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 203 - zyxist&lt;/strong&gt; (2 file(s) modified)&lt;/div&gt;&lt;div&gt;[Opl_2.0] Fixed #107&lt;/div&gt;~ /components/Opl/branches/2.0/lib/Base.php&lt;br /&gt;~ /components/Opl/branches/2.0/tests/autoloadTest.php&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Mon, 10 Aug 2009 07:55:12 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=203</guid>
        </item>
        <item>
            <title>[Opl 2.0] Adi's patch applied for handling unknown libraries and ...</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=124</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 124 - zyxist&lt;/strong&gt; (5 file(s) modified)&lt;/div&gt;&lt;div&gt;[Opl 2.0] Adi's patch applied for handling unknown libraries and class names without &amp;quot;_&amp;quot;&lt;br /&gt;
[Opl 2.0] Test cases for the new autoloading features added.&lt;br /&gt;
[Opl 2.0] Documentation updated.&lt;/div&gt;+ /components/Opl/branches/2.0/docs/input/en/api.opl-loader.set-handle-unknown-libraries.txt&lt;br /&gt;~ /components/Opl/branches/2.0/docs/input/en/design.autoloading.txt&lt;br /&gt;~ /components/Opl/branches/2.0/lib/Base.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Bar.php&lt;br /&gt;~ /components/Opl/branches/2.0/tests/autoloadTest.php&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Sun, 31 May 2009 08:59:46 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=124</guid>
        </item>
        <item>
            <title>- Improved autoloader
- Fixed the compatibility layer response for some ...</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=97</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 97 - zyxist&lt;/strong&gt; (30 file(s) modified)&lt;/div&gt;&lt;div&gt;- Improved autoloader&lt;br /&gt;
- Fixed the compatibility layer response for some buggy situations to match the PHP 5.3 behaviour.&lt;br /&gt;
- Unit tests for the autoloader and registry&lt;br /&gt;
- New documentation pages&lt;/div&gt;+ /components/Opl/branches/2.0/docs/input/en/api.opl-loader.add-library.txt&lt;br /&gt;~ /components/Opl/branches/2.0/docs/input/en/api.opl-loader.map-library.txt&lt;br /&gt;+ /components/Opl/branches/2.0/docs/input/en/api.opl-loader.opl-handler.txt&lt;br /&gt;+ /components/Opl/branches/2.0/docs/input/en/api.opl-loader.remove-library.txt&lt;br /&gt;+ /components/Opl/branches/2.0/docs/input/en/api.opl-loader.set-default-handler.txt&lt;br /&gt;+ /components/Opl/branches/2.0/docs/input/en/design.autoloading.txt&lt;br /&gt;~ /components/Opl/branches/2.0/lib/Base.php&lt;br /&gt;~ /components/Opl/branches/2.0/lib/Exception.php&lt;br /&gt;~ /components/Opl/branches/2.0/lib/Php52.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Bar&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Bar/Class.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Foo&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Foo/Bar.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Foo/Class.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Joe&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Joe/Bar.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Joe/Class.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Joe/Exception.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Joe/Foo&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Joe/Foo.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Joe/Foo/Exception.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/NewLib&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/NewLib/Class.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/NewLib/Foo.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Opl&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Opl/Php52.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoload/Opl/Test.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/autoloadTest.php&lt;br /&gt;+ /components/Opl/branches/2.0/tests/registryTest.php&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Thu, 07 May 2009 12:15:35 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=97</guid>
        </item>
        <item>
            <title>- Fixed #64
- Unit test for exceptions started.
- Sample paths.ini ...</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=64</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 64 - zyxist&lt;/strong&gt; (4 file(s) modified)&lt;/div&gt;&lt;div&gt;- Fixed #64&lt;br /&gt;
- Unit test for exceptions started.&lt;br /&gt;
- Sample paths.ini added.&lt;/div&gt;~ /components/Opl/branches/2.0&lt;br /&gt;~ /components/Opl/branches/2.0/lib/ErrorHandler.php&lt;br /&gt;+ /components/Opl/branches/2.0/paths.sample.ini&lt;br /&gt;+ /components/Opl/branches/2.0/tests/exceptionTest.php&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Fri, 13 Mar 2009 08:27:39 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=64</guid>
        </item>
        <item>
            <title>+ Missing svn:bugtraq properties</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=45</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 45 - extremo&lt;/strong&gt; (89 file(s) modified)&lt;/div&gt;&lt;div&gt;+ Missing svn:bugtraq properties&lt;/div&gt;~ /components&lt;br /&gt;~ /components/Opc&lt;br /&gt;~ /components/Opc/branches&lt;br /&gt;~ /components/Opc/tags&lt;br /&gt;~ /components/Opc/trunk&lt;br /&gt;~ /components/Opc/trunk/dev&lt;br /&gt;~ /components/Opc/trunk/docs&lt;br /&gt;~ /components/Opc/trunk/docs/input&lt;br /&gt;~ /components/Opc/trunk/docs/input/en&lt;br /&gt;~ /components/Opc/trunk/docs/output&lt;br /&gt;~ /components/Opc/trunk/examples&lt;br /&gt;~ /components/Opc/trunk/lib&lt;br /&gt;~ /components/Opc/trunk/tests&lt;br /&gt;~ /components/Opl&lt;br /&gt;~ /components/Opl/branches&lt;br /&gt;~ /components/Opl/branches/2.0&lt;br /&gt;~ /components/Opl/branches/2.0/dev&lt;br /&gt;~ /components/Opl/branches/2.0/docs&lt;br /&gt;~ /components/Opl/branches/2.0/docs/input&lt;br /&gt;~ /components/Opl/branches/2.0/docs/input/en&lt;br /&gt;~ /components/Opl/branches/2.0/docs/output&lt;br /&gt;~ /components/Opl/branches/2.0/examples&lt;br /&gt;~ /components/Opl/branches/2.0/lib&lt;br /&gt;~ /components/Opl/branches/2.0/lib/Debug&lt;br /&gt;~ /components/Opl/branches/2.0/tests&lt;br /&gt;~ /components/Opl/tags&lt;br /&gt;~ /components/Opl/trunk&lt;br /&gt;~ /components/Opl/trunk/dev&lt;br /&gt;~ /components/Opl/trunk/docs&lt;br /&gt;~ /components/Opl/trunk/docs/input&lt;br /&gt;~ /components/Opl/trunk/docs/input/en&lt;br /&gt;~ /components/Opl/trunk/docs/output&lt;br /&gt;~ /components/Opl/trunk/lib&lt;br /&gt;~ /components/Opl/trunk/lib/Debug&lt;br /&gt;~ /components/Opl/trunk/tests&lt;br /&gt;~ /components/Opt&lt;br /&gt;~ /components/Opt/branches&lt;br /&gt;~ /components/Opt/branches/2.0&lt;br /&gt;~ /components/Opt/branches/2.0/dev&lt;br /&gt;~ /components/Opt/branches/2.0/dev/plugins&lt;br /&gt;~ /components/Opt/branches/2.0/dev/templates&lt;br /&gt;~ /components/Opt/branches/2.0/dev/templates_c&lt;br /&gt;~ /components/Opt/branches/2.0/docs&lt;br /&gt;~ /components/Opt/branches/2.0/docs/input&lt;br /&gt;~ /components/Opt/branches/2.0/docs/input/en&lt;br /&gt;~ /components/Opt/branches/2.0/docs/input/en/media&lt;br /&gt;~ /components/Opt/branches/2.0/docs/output&lt;br /&gt;~ /components/Opt/branches/2.0/examples&lt;br /&gt;~ /components/Opt/branches/2.0/lib&lt;br /&gt;~ /components/Opt/branches/2.0/lib/Compiler&lt;br /&gt;~ /components/Opt/branches/2.0/lib/Format&lt;br /&gt;~ /components/Opt/branches/2.0/lib/Instruction&lt;br /&gt;~ /components/Opt/branches/2.0/lib/Output&lt;br /&gt;~ /components/Opt/branches/2.0/lib/Xml&lt;br /&gt;~ /components/Opt/branches/2.0/tests&lt;br /&gt;~ /components/Opt/branches/2.0/tests/env&lt;br /&gt;~ /components/Opt/branches/2.0/tests/feature&lt;br /&gt;~ /components/Opt/branches/2.0/tests/includes&lt;br /&gt;~ /components/Opt/branches/2.0/tests/instruction&lt;br /&gt;~ /components/Opt/branches/2.0/tests/templates_c&lt;br /&gt;~ /components/Opt/branches/2.0/tests/templates_c/dynamic1.tpl&lt;br /&gt;~ /components/Opt/branches/2.0/tests/templates_c/dynamic2.tpl&lt;br /&gt;~ /components/Opt/branches/2.0/tests/xml&lt;br /&gt;~ /components/Opt/tags&lt;br /&gt;~ /components/Opt/trunk&lt;br /&gt;~ /components/Opt/trunk/dev&lt;br /&gt;~ /components/Opt/trunk/dev/plugins&lt;br /&gt;~ /components/Opt/trunk/dev/templates&lt;br /&gt;~ /components/Opt/trunk/dev/templates_c&lt;br /&gt;~ /components/Opt/trunk/docs&lt;br /&gt;~ /components/Opt/trunk/docs/input&lt;br /&gt;~ /components/Opt/trunk/docs/input/en&lt;br /&gt;~ /components/Opt/trunk/docs/input/en/media&lt;br /&gt;~ /components/Opt/trunk/docs/output&lt;br /&gt;~ /components/Opt/trunk/examples&lt;br /&gt;~ /components/Opt/trunk/lib&lt;br /&gt;~ /components/Opt/trunk/lib/Compiler&lt;br /&gt;~ /components/Opt/trunk/lib/Format&lt;br /&gt;~ /components/Opt/trunk/lib/Instruction&lt;br /&gt;~ /components/Opt/trunk/lib/Output&lt;br /&gt;~ /components/Opt/trunk/lib/Xml&lt;br /&gt;~ /components/Opt/trunk/tests&lt;br /&gt;~ /components/Opt/trunk/tests/env&lt;br /&gt;~ /components/Opt/trunk/tests/includes&lt;br /&gt;~ /components/Opt/trunk/tests/instruction&lt;br /&gt;~ /components/Opt/trunk/tests/templates_c&lt;br /&gt;~ /components/Opt/trunk/tests/templates_c/dynamic1.tpl&lt;br /&gt;~ /components/Opt/trunk/tests/templates_c/dynamic2.tpl&lt;br /&gt;~ /components/Opt/trunk/tests/xml&lt;br /&gt;</description>
            <author>extremo</author>
            <pubDate>Wed, 21 Jan 2009 14:25:07 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=45</guid>
        </item>
        <item>
            <title>Branching Opl to 2.0</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=33</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 33 - zyxist&lt;/strong&gt; (1 file(s) modified)&lt;/div&gt;&lt;div&gt;Branching Opl to 2.0&lt;/div&gt;+ /components/Opl/branches/2.0&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Tue, 06 Jan 2009 19:26:23 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/branches/2.0/tests/?op=revision&amp;rev=33</guid>
        </item>
        <item>
            <title>creating new project: Opl</title>
            <link>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/trunk/tests/?op=revision&amp;rev=27</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 27 - zyxist&lt;/strong&gt; (11 file(s) modified)&lt;/div&gt;&lt;div&gt;creating new project: Opl&lt;/div&gt;+ /components/Opl&lt;br /&gt;+ /components/Opl/branches&lt;br /&gt;+ /components/Opl/tags&lt;br /&gt;+ /components/Opl/trunk&lt;br /&gt;+ /components/Opl/trunk/dev&lt;br /&gt;+ /components/Opl/trunk/docs&lt;br /&gt;+ /components/Opl/trunk/docs/input&lt;br /&gt;+ /components/Opl/trunk/docs/input/en&lt;br /&gt;+ /components/Opl/trunk/docs/output&lt;br /&gt;+ /components/Opl/trunk/lib&lt;br /&gt;+ /components/Opl/trunk/tests&lt;br /&gt;</description>
            <author>zyxist</author>
            <pubDate>Sun, 28 Dec 2008 11:55:09 +0100</pubDate>
            <guid>http://svn.invenzzia.org/browser/OpenPowerLibraries/components/Opl/trunk/tests/?op=revision&amp;rev=27</guid>
        </item>
    </channel>
</rss>
