Author: tkoomzaaskz
Date: 2010-09-06 01:17:17 +0200 (Mon, 06 Sep 2010)
New Revision: 30834

Modified:
   plugins/sfVideoPlugin/trunk/config/app.yml
   plugins/sfVideoPlugin/trunk/modules/sfVideo/templates/_video.php
   plugins/sfVideoPlugin/trunk/package.xml
Log:
[video] release 1.1.1 - bugs fixed with autoplay/autobufferng config options

Modified: plugins/sfVideoPlugin/trunk/config/app.yml
===================================================================
--- plugins/sfVideoPlugin/trunk/config/app.yml  2010-09-05 21:03:39 UTC (rev 
30833)
+++ plugins/sfVideoPlugin/trunk/config/app.yml  2010-09-05 23:17:17 UTC (rev 
30834)
@@ -1,6 +1,6 @@
 all:
   video:
-    width: 520px
+    width: 600px
     height: 320px
-    autoplay: true
+    autoplay: false
     autobuffering: true

Modified: plugins/sfVideoPlugin/trunk/modules/sfVideo/templates/_video.php
===================================================================
--- plugins/sfVideoPlugin/trunk/modules/sfVideo/templates/_video.php    
2010-09-05 21:03:39 UTC (rev 30833)
+++ plugins/sfVideoPlugin/trunk/modules/sfVideo/templates/_video.php    
2010-09-05 23:17:17 UTC (rev 30834)
@@ -17,8 +17,8 @@
     <script>
         flowplayer("<?php echo $player ?>", "<?php echo 
video_path('swf/flowplayer-3.1.5.swf') ?>", {
           clip: {
-            autoPlay: <?php echo sfConfig::get('app_video_autoplay') ?>,
-            autoBuffering: <?php echo sfConfig::get('app_video_autoplay') ?>
+            autoPlay: <?php echo ($autoplay = 
sfConfig::get('app_video_autoplay') ? 'true' : 'false') ?>,
+            autoBuffering: <?php echo ($autobuffering = 
sfConfig::get('app_video_autobuffering') ? 'true' : 'false') ?>
           }
         });
     </script>

Modified: plugins/sfVideoPlugin/trunk/package.xml
===================================================================
--- plugins/sfVideoPlugin/trunk/package.xml     2010-09-05 21:03:39 UTC (rev 
30833)
+++ plugins/sfVideoPlugin/trunk/package.xml     2010-09-05 23:17:17 UTC (rev 
30834)
@@ -4,105 +4,105 @@
   <channel>plugins.symfony-project.org</channel>
   <summary>Provides easy interface for flash video player to embed in symfony 
projects.</summary>
   <description>Provides easy interface for flash video player to embed in 
symfony projects.</description>
- <lead>
-  <name>Tomasz Ducin</name>
-  <user>tkoomzaaskz</user>
-  <email>[email protected]</email>
-  <active>yes</active>
- </lead>
- <developer>
-  <name>Javier Aguirre</name>
-  <user>javaguirre</user>
-  <email>[email protected]</email>
-  <active>yes</active>
- </developer>
- <date>2010-08-15</date>
- <time>11:00:00</time>
- <version>
-   <release>1.1.0</release>
-   <api>1.0.0</api>
- </version>
- <stability>
- <release>stable</release>
- <api>stable</api>
- </stability>
+  <lead>
+    <name>Tomasz Ducin</name>
+    <user>tkoomzaaskz</user>
+    <email>[email protected]</email>
+    <active>yes</active>
+  </lead>
+  <developer>
+    <name>Javier Aguirre</name>
+    <user>javaguirre</user>
+    <email>[email protected]</email>
+    <active>yes</active>
+  </developer>
+  <date>2010-09-06</date>
+  <time>11:00:00</time>
+  <version>
+    <release>1.1.1</release>
+    <api>1.0.0</api>
+  </version>
+  <stability>
+    <release>stable</release>
+    <api>stable</api>
+  </stability>
   <license uri="http://www.symfony-project.com/license";>MIT</license>
   <notes>-</notes>
 
- <contents>
-   <dir name="/">
+  <contents>
+    <dir name="/">
 
-     <dir name="config">
-       <file name="app.yml" role="data" />
-       <file name="routing.yml" role="data" />
-     </dir>
+      <dir name="config">
+        <file name="app.yml" role="data" />
+        <file name="routing.yml" role="data" />
+      </dir>
 
-     <dir name="lib">
-       <dir name="form">
-         <file name="sfVideoForm.class.php" role="data" />
-       </dir>
-       <dir name="helper">
-         <file name="VideoHelper.php" role="data" />
-       </dir>
-       <dir name="widget">
-         <file name="sfVideoWidget.class.php" role="data" />
-       </dir>
-     </dir>
+      <dir name="lib">
+        <dir name="form">
+          <file name="sfVideoForm.class.php" role="data" />
+        </dir>
+        <dir name="helper">
+          <file name="VideoHelper.php" role="data" />
+        </dir>
+        <dir name="widget">
+          <file name="sfVideoWidget.class.php" role="data" />
+        </dir>
+      </dir>
 
-     <dir name="modules">
-       <dir name="sfVideo">
-         <dir name="actions">
-           <file name="actions.class.php" role="data" />
-         </dir>
-         <dir name="templates">
-           <file name="_video.php" role="data" />
-           <file name="indexSuccess.php" role="data" />
-           <file name="localSuccess.php" role="data" />
-           <file name="multiSuccess.php" role="data" />
-         </dir>
-       </dir>
-     </dir>
+      <dir name="modules">
+        <dir name="sfVideo">
+          <dir name="actions">
+            <file name="actions.class.php" role="data" />
+          </dir>
+          <dir name="templates">
+            <file name="_video.php" role="data" />
+            <file name="indexSuccess.php" role="data" />
+            <file name="localSuccess.php" role="data" />
+            <file name="multiSuccess.php" role="data" />
+          </dir>
+        </dir>
+      </dir>
 
-     <dir name="web">
-       <dir name="css">
-         <file name="flowplayer.css" role="data" />
-       </dir>
-       <dir name="flv">
-         <file name="01.flv" role="data" />
-         <file name="02.flv" role="data" />
-         <file name="03.flv" role="data" />
-       </dir>
-       <dir name="js">
-         <file name="flowplayer-3.1.4.min.js" role="data" />
-       </dir>
-       <dir name="swf">
-         <file name="flowplayer-3.1.5.swf" role="data" />
-         <file name="flowplayer.controls-3.1.5.swf" role="data" />
-       </dir>
-     </dir>
+      <dir name="web">
+        <dir name="css">
+          <file name="flowplayer.css" role="data" />
+        </dir>
+        <dir name="flv">
+          <file name="01.flv" role="data" />
+          <file name="02.flv" role="data" />
+          <file name="03.flv" role="data" />
+        </dir>
+        <dir name="js">
+          <file name="flowplayer-3.1.4.min.js" role="data" />
+        </dir>
+        <dir name="swf">
+          <file name="flowplayer-3.1.5.swf" role="data" />
+          <file name="flowplayer.controls-3.1.5.swf" role="data" />
+        </dir>
+      </dir>
 
-     <file name="FLOWPLAYER_LICENSE" role="data" />
-     <file name="LICENSE" role="data" />
-     <file name="README" role="data" />
-   </dir>
- </contents>
+      <file name="FLOWPLAYER_LICENSE" role="data" />
+      <file name="LICENSE" role="data" />
+      <file name="README" role="data" />
+    </dir>
+  </contents>
 
   <dependencies>
-   <required>
-    <php>
-     <min>5.1.0</min>
-    </php>
-    <pearinstaller>
-     <min>1.4.1</min>
-    </pearinstaller>
-    <package>
-     <name>symfony</name>
-     <channel>pear.symfony-project.com</channel>
-     <min>1.3.0</min>
-     <max>1.5.0</max>
-     <exclude>1.5.0</exclude>
-    </package>
-   </required>
+    <required>
+      <php>
+        <min>5.1.0</min>
+      </php>
+      <pearinstaller>
+        <min>1.4.1</min>
+      </pearinstaller>
+      <package>
+        <name>symfony</name>
+        <channel>pear.symfony-project.com</channel>
+        <min>1.3.0</min>
+        <max>1.5.0</max>
+        <exclude>1.5.0</exclude>
+      </package>
+    </required>
   </dependencies>
 
   <phprelease>
@@ -110,42 +110,59 @@
 
   <changelog>
 
-   <release>
-    <version>
-     <release>1.0.0</release>
-     <api>1.0.0</api>
-    </version>
-    <stability>
-     <release>stable</release>
-     <api>stable</api>
-    </stability>
-    <license uri="http://www.symfony-project.org/license";>MIT license</license>
-    <date>2010-01-13</date>
-    <license>MIT</license>
-    <notes>
-     * initial import
-    </notes>
-   </release>
+    <release>
+      <version>
+        <release>1.1.1</release>
+        <api>1.0.0</api>
+      </version>
+      <stability>
+        <release>stable</release>
+        <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-09-06</date>
+      <license>MIT</license>
+      <notes>
+        * autoplay/autobuffering bugs fixed in _video partial.
+      </notes>
+    </release>
 
-   <release>
-    <version>
-     <release>1.1.0</release>
-     <api>1.0.0</api>
-    </version>
-    <stability>
-     <release>stable</release>
-     <api>stable</api>
-    </stability>
-    <license uri="http://www.symfony-project.org/license";>MIT license</license>
-    <date>2010-08-15</date>
-    <license>MIT</license>
-    <notes>
-     * video partial and widget (by javaguirre)
-     * multi player support
-     * docs updated, demo site created
-    </notes>
-   </release>
+    <release>
+      <version>
+        <release>1.1.0</release>
+        <api>1.0.0</api>
+      </version>
+      <stability>
+        <release>stable</release>
+        <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-08-15</date>
+      <license>MIT</license>
+      <notes>
+        * video partial and widget (by javaguirre)
+        * multi player support
+        * docs updated, demo site created
+      </notes>
+    </release>
 
+    <release>
+      <version>
+        <release>1.0.0</release>
+        <api>1.0.0</api>
+      </version>
+      <stability>
+        <release>stable</release>
+        <api>stable</api>
+      </stability>
+      <license uri="http://www.symfony-project.org/license";>MIT 
license</license>
+      <date>2010-01-13</date>
+      <license>MIT</license>
+      <notes>
+        * initial import
+      </notes>
+    </release>
+
   </changelog>
 
 </package>
\ No newline at end of file

-- 
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.

Reply via email to