Author: tkoomzaaskz
Date: 2010-05-14 12:14:47 +0200 (Fri, 14 May 2010)
New Revision: 29461
Modified:
plugins/sfGeshiPlugin/trunk/modules/sfGeshiExample/templates/indexSuccess.php
plugins/sfGeshiPlugin/trunk/package.xml
Log:
[geshi] adding support for 1.3.x, 1.4.x
Modified:
plugins/sfGeshiPlugin/trunk/modules/sfGeshiExample/templates/indexSuccess.php
===================================================================
---
plugins/sfGeshiPlugin/trunk/modules/sfGeshiExample/templates/indexSuccess.php
2010-05-14 09:49:06 UTC (rev 29460)
+++
plugins/sfGeshiPlugin/trunk/modules/sfGeshiExample/templates/indexSuccess.php
2010-05-14 10:14:47 UTC (rev 29461)
@@ -1,10 +1,10 @@
<h1>GeSHi test 1 - parse_single</h1>
-<?php echo $code_single ?>
+<?php echo $sf_data->getRaw('code_single') ?>
<hr />
<h1>GeSHi test 2 - parse_mixed</h1>
-<?php echo $code_mixed ?>
+<?php echo $sf_data->getRaw('code_mixed') ?>
Modified: plugins/sfGeshiPlugin/trunk/package.xml
===================================================================
--- plugins/sfGeshiPlugin/trunk/package.xml 2010-05-14 09:49:06 UTC (rev
29460)
+++ plugins/sfGeshiPlugin/trunk/package.xml 2010-05-14 10:14:47 UTC (rev
29461)
@@ -10,10 +10,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2009-12-13</date>
+ <date>2010-05-14</date>
<time>11:00:00</time>
<version>
- <release>1.0.1</release>
+ <release>1.0.2</release>
<api>1.2.0</api>
</version>
<stability>
@@ -235,7 +235,7 @@
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.2.0</min>
- <max>1.3.0</max>
+ <max>1.5.0</max>
</package>
</required>
</dependencies>
@@ -247,6 +247,22 @@
<release>
<version>
+ <release>1.0.2</release>
+ <api>1.2.0</api>
+ </version>
+ <stability>
+ <release>stable</release>
+ <api>stable</api>
+ </stability>
+ <license uri="http://www.gnu.org/licenses/lgpl.html">LGPL</license>
+ <date>2010-05-14</date>
+ <notes>
+ * added support for symfony 1.3.x, 1.4.x versions
+ </notes>
+ </release>
+
+ <release>
+ <version>
<release>1.0.1</release>
<api>1.2.0</api>
</version>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.