<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: sfAdminThemejRollerPlugin: Symfony admin generator on steroid</title>
	<atom:link href="http://www.estadieu.com/blog/2009/08/25/sfadminthemejrollerplugin-symfony-admin-generator-on-steroid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.estadieu.com/blog/2009/08/25/sfadminthemejrollerplugin-symfony-admin-generator-on-steroid/</link>
	<description>notes on whatever and more...</description>
	<lastBuildDate>Fri, 29 Jul 2011 13:33:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Benni Weber</title>
		<link>http://www.estadieu.com/blog/2009/08/25/sfadminthemejrollerplugin-symfony-admin-generator-on-steroid/comment-page-1/#comment-6391</link>
		<dc:creator>Benni Weber</dc:creator>
		<pubDate>Fri, 29 Jul 2011 13:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/?p=154#comment-6391</guid>
		<description>Fabien: 

try

php symfony doctrine:build-filters
php symfony doctrine:build-forms

to fix it. It helps me.

Also fix this bug:
http://botchedcode.com/tag/sfadminthemejrollerplugin-symfony-1-4-_csrf_token/

plugins/sfAdminThemejRollerPlugin/data/generator/sfDoctrineModule/jroller/template/templates/_list_batch_actions.php

line: 9 from:

[?php $form = new sfForm(); if ($form-&gt;isCSRFProtected()): ?]

to:

[?php $form = new BaseForm(); if ($form-&gt;isCSRFProtected()): ?]

Against the &quot;_csrf_token [CSRF attack detected.]&quot; Bug.</description>
		<content:encoded><![CDATA[<p>Fabien: </p>
<p>try</p>
<p>php symfony doctrine:build-filters<br />
php symfony doctrine:build-forms</p>
<p>to fix it. It helps me.</p>
<p>Also fix this bug:<br />
<a href="http://botchedcode.com/tag/sfadminthemejrollerplugin-symfony-1-4-_csrf_token/" rel="nofollow">http://botchedcode.com/tag/sfadminthemejrollerplugin-symfony-1-4-_csrf_token/</a></p>
<p>plugins/sfAdminThemejRollerPlugin/data/generator/sfDoctrineModule/jroller/template/templates/_list_batch_actions.php</p>
<p>line: 9 from:</p>
<p>[?php $form = new sfForm(); if ($form-&gt;isCSRFProtected()): ?]</p>
<p>to:</p>
<p>[?php $form = new BaseForm(); if ($form-&gt;isCSRFProtected()): ?]</p>
<p>Against the &#8220;_csrf_token [CSRF attack detected.]&#8221; Bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.estadieu.com/blog/2009/08/25/sfadminthemejrollerplugin-symfony-admin-generator-on-steroid/comment-page-1/#comment-6126</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sun, 17 Apr 2011 21:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/?p=154#comment-6126</guid>
		<description>Never mind.. I was being stupid.. should not work sundays :-)</description>
		<content:encoded><![CDATA[<p>Never mind.. I was being stupid.. should not work sundays <img src='http://www.estadieu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://www.estadieu.com/blog/2009/08/25/sfadminthemejrollerplugin-symfony-admin-generator-on-steroid/comment-page-1/#comment-6125</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sun, 17 Apr 2011 21:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/?p=154#comment-6125</guid>
		<description>I cant seem to figure out how to edit the plugin in order to show related fields in the list and show actions instead of the ID numbers used to link tables... has any one else come across this?</description>
		<content:encoded><![CDATA[<p>I cant seem to figure out how to edit the plugin in order to show related fields in the list and show actions instead of the ID numbers used to link tables&#8230; has any one else come across this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teka</title>
		<link>http://www.estadieu.com/blog/2009/08/25/sfadminthemejrollerplugin-symfony-admin-generator-on-steroid/comment-page-1/#comment-5475</link>
		<dc:creator>Teka</dc:creator>
		<pubDate>Wed, 26 May 2010 14:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/?p=154#comment-5475</guid>
		<description>Hi,

This is a nice piece of work :) I just can&#039;t display the tab navigator like above. What could be the possible layout to show a tab navigator to the different modules? I am new to symfony and stuff :)

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>This is a nice piece of work <img src='http://www.estadieu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I just can&#8217;t display the tab navigator like above. What could be the possible layout to show a tab navigator to the different modules? I am new to symfony and stuff <img src='http://www.estadieu.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabien Amiaud</title>
		<link>http://www.estadieu.com/blog/2009/08/25/sfadminthemejrollerplugin-symfony-admin-generator-on-steroid/comment-page-1/#comment-5460</link>
		<dc:creator>Fabien Amiaud</dc:creator>
		<pubDate>Wed, 24 Feb 2010 15:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.estadieu.com/blog/?p=154#comment-5460</guid>
		<description>Hello,

I use the sfAdminThemejRollerPlugin with symfony 1.2.9. It&#039;s a great
plugin but i can&#039;t edit a line in my admin generator. If i click on
the edit button, i have:

&quot;Fatal error: Call to undefined method
courrierGeneratorConfiguration::getForm() in D:\developpement
\sfprojects\appliCourrierReserve\cache\backend\dev\modules\autoCourrier
\actions\actions.class.php  on line 97&quot;

If I use the default theme for the backend, it&#039;s ok.

Can you help me?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I use the sfAdminThemejRollerPlugin with symfony 1.2.9. It&#8217;s a great<br />
plugin but i can&#8217;t edit a line in my admin generator. If i click on<br />
the edit button, i have:</p>
<p>&#8220;Fatal error: Call to undefined method<br />
courrierGeneratorConfiguration::getForm() in D:\developpement<br />
\sfprojects\appliCourrierReserve\cache\backend\dev\modules\autoCourrier<br />
\actions\actions.class.php  on line 97&#8243;</p>
<p>If I use the default theme for the backend, it&#8217;s ok.</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

