svn: /pear2/Templates_Savant/trunk/ RELEASE-0.2.0 package.xml package_compatible.xml

[email protected] (Brett Bieber)
Newsgroups php.pear.cvs,php.pear.core
Message-ID <[email protected]>
saltybeagle                              Sun, 23 May 2010 13:28:46 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299647

Log:
Document and prep for 0.2.0 release. Ignore .tgz release files.

Changed paths:
    _U  pear2/Templates_Savant/trunk/
    A   pear2/Templates_Savant/trunk/RELEASE-0.2.0
    U   pear2/Templates_Savant/trunk/package.xml
    U   pear2/Templates_Savant/trunk/package_compatible.xml


Property changes on: pear2/Templates_Savant/trunk
___________________________________________________________________
Added: svn:ignore
   + *.tgz


Added: pear2/Templates_Savant/trunk/RELEASE-0.2.0
===================================================================
--- pear2/Templates_Savant/trunk/RELEASE-0.2.0	                        (rev 0)
+++ pear2/Templates_Savant/trunk/RELEASE-0.2.0	2010-05-23 13:28:46 UTC (rev 299647)
@@ -0,0 +1,13 @@
+Changes:
+
+ - Change namespace from pear2 to PEAR2
+ - Add renderNull for rendering a template with null context
+ - Fix parent context assignment
+
+Changes for filtered context output:
+ - Implement the Countable interface for filtered context
+ - Allow accessing the raw proxied object with getRawObject()
+ - Ensure traversable/iterated context is filtered
+ - Add __toString() support for filtered context
+ - Change raw variable acccess to getRaw() to match symfony and Zend Framework View 2.0 proposed syntax
+ - Add __isset and __unset for checking context when output is filtered
\ No newline at end of file

Modified: pear2/Templates_Savant/trunk/package.xml
===================================================================
--- pear2/Templates_Savant/trunk/package.xml	2010-05-23 13:02:49 UTC (rev 299646)
+++ pear2/Templates_Savant/trunk/package.xml	2010-05-23 13:28:46 UTC (rev 299647)
@@ -20,10 +20,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2009-12-20</date>
- <time>00:59:58</time>
+ <date>2010-05-23</date>
+ <time>08:01:28</time>
  <version>
-  <release>0.1.0</release>
+  <release>0.2.0</release>
   <api>0.1.0</api>
  </version>
  <stability>
@@ -31,11 +31,20 @@
   <api>alpha</api>
  </stability>
  <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>Port Savant3 to pear2.
+ <notes>Changes:

-* Always throw exceptions.
-* Never load files internally.
+ - Change namespace from pear2 to PEAR2
+ - Add renderNull for rendering a template with null context
+ - Fix parent context assignment

+Changes for filtered context output:
+ - Implement the Countable interface for filtered context
+ - Allow accessing the raw proxied object with getRawObject()
+ - Ensure traversable/iterated context is filtered
+ - Add __toString() support for filtered context
+ - Change raw variable acccess to getRaw() to match symfony and Zend Framework View 2.0 proposed syntax
+ - Add __isset and __unset for checking context when output is filtered
+
 Package PEAR2_Templates_Savant API release notes for version 0.1.0.</notes>
  <contents>
   <dir name="/">
@@ -61,6 +70,7 @@
        <file role="php" name="ArrayAccess.php"/>
        <file role="php" name="Traversable.php"/>
       </dir>
+      <file role="php" name="BadMethodCallException.php"/>
       <file role="php" name="BasicFastCompiler.php"/>
       <file role="php" name="ClassToTemplateMapper.php"/>
       <file role="php" name="CompilerException.php"/>

Modified: pear2/Templates_Savant/trunk/package_compatible.xml
===================================================================
--- pear2/Templates_Savant/trunk/package_compatible.xml	2010-05-23 13:02:49 UTC (rev 299646)
+++ pear2/Templates_Savant/trunk/package_compatible.xml	2010-05-23 13:28:46 UTC (rev 299647)
@@ -20,10 +20,10 @@
   <email>[email protected]</email>
   <active>yes</active>
  </lead>
- <date>2009-12-20</date>
- <time>00:59:58</time>
+ <date>2010-05-23</date>
+ <time>08:01:28</time>
  <version>
-  <release>0.1.0</release>
+  <release>0.2.0</release>
   <api>0.1.0</api>
  </version>
  <stability>
@@ -31,11 +31,20 @@
   <api>alpha</api>
  </stability>
  <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
- <notes>Port Savant3 to pear2.
+ <notes>Changes:

-* Always throw exceptions.
-* Never load files internally.
+ - Change namespace from pear2 to PEAR2
+ - Add renderNull for rendering a template with null context
+ - Fix parent context assignment

+Changes for filtered context output:
+ - Implement the Countable interface for filtered context
+ - Allow accessing the raw proxied object with getRawObject()
+ - Ensure traversable/iterated context is filtered
+ - Add __toString() support for filtered context
+ - Change raw variable acccess to getRaw() to match symfony and Zend Framework View 2.0 proposed syntax
+ - Add __isset and __unset for checking context when output is filtered
+
 Package PEAR2_Templates_Savant API release notes for version 0.1.0.</notes>
  <contents>
   <dir name="/">
@@ -65,6 +74,7 @@
    <file role="php" name="php/PEAR2/Templates/Savant/CompilerException.php"/>
    <file role="php" name="php/PEAR2/Templates/Savant/ClassToTemplateMapper.php"/>
    <file role="php" name="php/PEAR2/Templates/Savant/BasicFastCompiler.php"/>
+   <file role="php" name="php/PEAR2/Templates/Savant/BadMethodCallException.php"/>
    <file role="doc" name="doc/PEAR2_Templates_Savant/pear2.php.net/examples/templates/examples/templates/StringView.tpl.php"/>
    <file role="doc" name="doc/PEAR2_Templates_Savant/pear2.php.net/examples/templates/examples/templates/stdClass.tpl.php"/>
    <file role="doc" name="doc/PEAR2_Templates_Savant/pear2.php.net/examples/templates/examples/templates/MyTemplate.tpl.php"/>
@@ -97,6 +107,7 @@
    <install name="doc/PEAR2_Templates_Savant/pear2.php.net/examples/templates/examples/templates/MyTemplate.tpl.php" as="pear2.php.net/examples/templates/examples/templates/MyTemplate.tpl.php"/>
    <install name="doc/PEAR2_Templates_Savant/pear2.php.net/examples/templates/examples/templates/stdClass.tpl.php" as="pear2.php.net/examples/templates/examples/templates/stdClass.tpl.php"/>
    <install name="doc/PEAR2_Templates_Savant/pear2.php.net/examples/templates/examples/templates/StringView.tpl.php" as="pear2.php.net/examples/templates/examples/templates/StringView.tpl.php"/>
+   <install name="php/PEAR2/Templates/Savant/BadMethodCallException.php" as="PEAR2/Templates/Savant/BadMethodCallException.php"/>
    <install name="php/PEAR2/Templates/Savant/BasicFastCompiler.php" as="PEAR2/Templates/Savant/BasicFastCompiler.php"/>
    <install name="php/PEAR2/Templates/Savant/ClassToTemplateMapper.php" as="PEAR2/Templates/Savant/ClassToTemplateMapper.php"/>
    <install name="php/PEAR2/Templates/Savant/CompilerException.php" as="PEAR2/Templates/Savant/CompilerException.php"/>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.