Author: annis
Date: 2010-04-13 17:39:39 +0200 (Tue, 13 Apr 2010)
New Revision: 29114

Modified:
   
plugins/ahAdminGeneratorThemesPlugin/trunk/data/generator/sfDoctrineModule/ahAdminGeneratorThemesPluginAdmin/template/templates/_show.php
   plugins/ahAdminGeneratorThemesPlugin/trunk/package.xml
Log:
Merge branch 'master' into HEAD

Modified: 
plugins/ahAdminGeneratorThemesPlugin/trunk/data/generator/sfDoctrineModule/ahAdminGeneratorThemesPluginAdmin/template/templates/_show.php
===================================================================
--- 
plugins/ahAdminGeneratorThemesPlugin/trunk/data/generator/sfDoctrineModule/ahAdminGeneratorThemesPluginAdmin/template/templates/_show.php
   2010-04-13 15:38:42 UTC (rev 29113)
+++ 
plugins/ahAdminGeneratorThemesPlugin/trunk/data/generator/sfDoctrineModule/ahAdminGeneratorThemesPluginAdmin/template/templates/_show.php
   2010-04-13 15:39:39 UTC (rev 29114)
@@ -1,11 +1,11 @@
   <!--<div class="clearfix">-->
   [?php if (has_component_slot('show_header')) 
include_component_slot('show_header') ?]
-  [?php include_partial('<?php echo $this->getModuleName() ?>/show_header', 
array('pager' => $pager, 'helper' => $helper)) ?]
+  [?php include_partial('<?php echo $this->getModuleName() ?>/show_header', 
array('helper' => $helper)) ?]
   <table>
     <tbody>
       [?php include_partial('<?php echo $this->getModuleName() 
?>/show_tr_<?php echo $this->configuration->getValue('list.layout') ?>', 
array('<?php echo ahToolkit::variablize($this->getSingularName()) ?>' => $<?php 
echo ahToolkit::variablize($this->getSingularName()) ?>, 'helper' => $helper)) 
?]
     </tbody>
   </table>
   <!--</div>-->
-  [?php include_partial('<?php echo $this->getModuleName() ?>/show_footer', 
array('pager' => $pager, 'helper' => $helper)) ?]
+  [?php include_partial('<?php echo $this->getModuleName() ?>/show_footer', 
array('helper' => $helper)) ?]
   [?php if (has_component_slot('show_footer')) 
include_component_slot('show_footer') ?]
\ No newline at end of file

Modified: plugins/ahAdminGeneratorThemesPlugin/trunk/package.xml
===================================================================
--- plugins/ahAdminGeneratorThemesPlugin/trunk/package.xml      2010-04-13 
15:38:42 UTC (rev 29113)
+++ plugins/ahAdminGeneratorThemesPlugin/trunk/package.xml      2010-04-13 
15:39:39 UTC (rev 29114)
@@ -12,7 +12,7 @@
     </lead>
     <date>2010-04-13</date>
     <version>
-        <release>0.8.5</release>
+        <release>0.8.6</release>
         <api>0.8.0</api>
     </version>
     <stability>
@@ -94,5 +94,22 @@
                   completely BC (backwards-compatible), just clear the symfony 
cache and you're good to go
             </notes>
         </release>
+        <release>
+            <version>
+                <release>0.8.6</release>
+                <api>0.8.0</api>
+            </version>
+            <stability>
+                <release>beta</release>
+                <api>beta</api>
+            </stability>
+            <license uri="http://www.symfony-project.com/license";>MIT 
license</license>
+            <date>2010-04-13</date>
+            <license>MIT</license>
+            <notes>
+                Damn! I forgot to remove the pager variable (which is not 
available in the show view); new release, just for this! :(
+                Nevertheless, all recent changed completely maintain BC!
+            </notes>
+        </release>
     </changelog>
 </package>

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