<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/symfony-users</id>
  <title type="text">symfony users Google Group</title>
  <subtitle type="text">
  symfony framework (http://www.symfony-project.com/)
  </subtitle>
  <link href="/group/symfony-users/feed/atom_v1_0_msgs.xml" rel="self" title="symfony users feed"/>
  <updated>2009-12-24T02:48:32Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Serkan Koyuncu</name>
  <email>serkan.koyu...@gmail.com</email>
  </author>
  <updated>2009-12-24T02:48:32Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/5c01e9fe760a9808/69300d8a240fd4cd?show_docid=69300d8a240fd4cd</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/5c01e9fe760a9808/69300d8a240fd4cd?show_docid=69300d8a240fd4cd"/>
  <title type="text">Re: [symfony-users] How to delete uploaded images when deleting records</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; If you&#39;re using Doctrine, you can create &lt;br&gt; public function postDelete($event) { &lt;br&gt; @unlink(sfConfig::get(&#39;sf_uplo ad_dir&#39;).&#39;/immobili/original/&#39; .$this-&amp;gt;fotoPrincipale); &lt;br&gt; @unlink(sfConfig::get(&#39;sf_uplo ad_dir&#39;).&#39;/immobili/big/&#39;.$thi s-&amp;gt;fotoPrincipale); &lt;br&gt; } &lt;br&gt; in your model file. &lt;br&gt; If you&#39;re using Propel, you can extend delete method of your model
  </summary>
  </entry>
  <entry>
  <author>
  <name>Parijat Kalia</name>
  <email>kaliapari...@gmail.com</email>
  </author>
  <updated>2009-12-24T02:08:52Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/5c01e9fe760a9808/487b172c2305ecc3?show_docid=487b172c2305ecc3</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/5c01e9fe760a9808/487b172c2305ecc3?show_docid=487b172c2305ecc3"/>
  <title type="text">Re: [symfony-users] How to delete uploaded images when deleting records</title>
  <summary type="html" xml:space="preserve">
  I did not go through your code, how are you storing images in the db, using &lt;br&gt; file paths?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Tomasz Sikora</name>
  <email>sikora.tom...@gmail.com</email>
  </author>
  <updated>2009-12-23T21:44:01Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/f0c261a64ae58b21/653be6f5896d3d6d?show_docid=653be6f5896d3d6d</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/f0c261a64ae58b21/653be6f5896d3d6d?show_docid=653be6f5896d3d6d"/>
  <title type="text">Re: widgets&#39;s javascripts and stylesheets aren&#39;t included on layout using sf1.3</title>
  <summary type="html" xml:space="preserve">
  That&#39;s why component/partial is being called in view AFTER calling &lt;br&gt; include_javascripts();
  </summary>
  </entry>
  <entry>
  <author>
  <name>ilcaduceo</name>
  <email>ilcadu...@gmail.com</email>
  </author>
  <updated>2009-12-23T15:54:00Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/5c01e9fe760a9808/f350f52ba3c278cb?show_docid=f350f52ba3c278cb</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/5c01e9fe760a9808/f350f52ba3c278cb?show_docid=f350f52ba3c278cb"/>
  <title type="text">How to delete uploaded images when deleting records</title>
  <summary type="html" xml:space="preserve">
  Hi all, I&#39;ve a simple form with sfFormWidgetInputFileEditable for &lt;br&gt; simple upload of photos: &lt;br&gt; $this-&amp;gt;validatorSchema[&#39;fotoPr incipale&#39;] = new sfValidatorFile(array( &lt;br&gt; &#39;required&#39; =&amp;gt; false, &lt;br&gt; &#39;path&#39; =&amp;gt; sfConfig::get(&#39;sf_upload_dir&#39;) .&#39;/immobili/original&#39;, &lt;br&gt; &#39;mime_types&#39; =&amp;gt; &#39;web_images&#39;, &lt;br&gt; &#39;validated_file_class&#39; =&amp;gt; &#39;sfResizedFile&#39;
  </summary>
  </entry>
  <entry>
  <author>
  <name>andreas</name>
  <email>andreas.hu...@duochrome.net</email>
  </author>
  <updated>2009-12-23T15:25:27Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/ca1701970e84d6c6/51ff1317d41baf62?show_docid=51ff1317d41baf62</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/ca1701970e84d6c6/51ff1317d41baf62?show_docid=51ff1317d41baf62"/>
  <title type="text">Re: Passing a file to a form class without a form submission</title>
  <summary type="html" xml:space="preserve">
  In fact the tmp file is both the easiest and the cleanest way. It&#39;s &lt;br&gt; just 2 or 3 lines of code and it completely separates the form from &lt;br&gt; the specifics of how flash posts file data. &lt;br&gt; That is, if you really need a symfony form for this - if you are &lt;br&gt; posting a true ByteArray, there is only the raw post data as flash
  </summary>
  </entry>
  <entry>
  <author>
  <name>Lucas Peres</name>
  <email>mys...@gmail.com</email>
  </author>
  <updated>2009-12-23T15:10:50Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/f27c2f0ca6f1fe00/6bf1561bf5d30a82?show_docid=6bf1561bf5d30a82</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/f27c2f0ca6f1fe00/6bf1561bf5d30a82?show_docid=6bf1561bf5d30a82"/>
  <title type="text">sf 1.2 sfPropelActAsCommentableBehaviorPlugin routing issue</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; Done a quick search, but couldn&#39;t find anything related. &lt;br&gt; I&#39;m having some routing issues using &lt;br&gt; sfPropelActAsCommentableBehavi orPlugin. &lt;br&gt; i&#39;m accessing my commentable object using a sfPropelRoute route, and &lt;br&gt; if i post the a blank comment, the plugin action (which uses sfRoute) &lt;br&gt; tries to forward back to the referer action (sfPropelRoute), but then
  </summary>
  </entry>
  <entry>
  <author>
  <name>blissdrop</name>
  <email>andrei....@gmail.com</email>
  </author>
  <updated>2009-12-23T12:37:29Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/8fe4917c4944992f/71e3234d4dffa1ba?show_docid=71e3234d4dffa1ba</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/8fe4917c4944992f/71e3234d4dffa1ba?show_docid=71e3234d4dffa1ba"/>
  <title type="text">Embed sfGuard Login Form into layout</title>
  <summary type="html" xml:space="preserve">
  Good day to all. &lt;br&gt; I&#39;m searching the way to embed sfGuard login form into my layout &lt;br&gt; template to display login form on my homepage. I&#39;ve tried do it like &lt;br&gt; this in my component: &lt;br&gt; I&#39;ve taken it from BasesfGuardAuthActions.class.p hp, but symfony &lt;br&gt; throws an exception: &lt;br&gt; Any other ways? &lt;br&gt; Thanks
  </summary>
  </entry>
  <entry>
  <author>
  <name>3lancer.eu</name>
  <email>kilc...@gmail.com</email>
  </author>
  <updated>2009-12-22T18:52:39Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/d051444058cecf24/9892f988253e0fe5?show_docid=9892f988253e0fe5</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/d051444058cecf24/9892f988253e0fe5?show_docid=9892f988253e0fe5"/>
  <title type="text">Admin generator - order by i18n field</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; I have such a schema: &lt;br&gt; Flatpage: &lt;br&gt; actAs: &lt;br&gt; I18n: &lt;br&gt; fields: [ title, content ] &lt;br&gt; actAs: &lt;br&gt; Sluggable: { fields: [ title ], uniqueBy: [ lang, title ] } &lt;br&gt; Sortable: ~ &lt;br&gt; Timestampable: ~ &lt;br&gt; columns: &lt;br&gt; id: { type: integer(4), primary: true, autoincrement: true } &lt;br&gt; title: { type: string(50), notnull: true }
  </summary>
  </entry>
  <entry>
  <author>
  <name>andrian</name>
  <email>andrian.todo...@gmail.com</email>
  </author>
  <updated>2009-12-22T17:44:49Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/c4c63ee0636b53e4/5a7f6cfc75499cc7?show_docid=5a7f6cfc75499cc7</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/c4c63ee0636b53e4/5a7f6cfc75499cc7?show_docid=5a7f6cfc75499cc7"/>
  <title type="text">Re: Can&#39;t access slots in partials (with cache enabled)</title>
  <summary type="html" xml:space="preserve">
  Thanks for the info. &lt;br&gt; I had the same problem with latest stable 1.2 release. After patching &lt;br&gt; the render function everything seems to work fine. &lt;br&gt; I still don&#39;t know why it&#39;s not included in the core release...
  </summary>
  </entry>
  <entry>
  <author>
  <name>alexmm</name>
  <email>misiekaleksan...@gmail.com</email>
  </author>
  <updated>2009-12-22T10:46:00Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/c33878cc5103ccff/4268484078a861d9?show_docid=4268484078a861d9</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/c33878cc5103ccff/4268484078a861d9?show_docid=4268484078a861d9"/>
  <title type="text">set error communicates</title>
  <summary type="html" xml:space="preserve">
  If I have in Base some form class: &lt;br&gt; $this-&amp;gt;setValidators(array( &lt;br&gt; .......... &lt;br&gt; &#39;price&#39; =&amp;gt; new sfValidatorNumber(), &lt;br&gt; .......... &lt;br&gt; )); &lt;br&gt; How can I change error communicate for field &#39;price&#39; in class which &lt;br&gt; extends Base some form class ? &lt;br&gt; I must again write validators with arrays inside with new communicates
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andrés Cristi</name>
  <email>andrescri...@gmail.com</email>
  </author>
  <updated>2009-12-21T17:32:00Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/f5ffe643217040c6/1c82346491380d4d?show_docid=1c82346491380d4d</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/f5ffe643217040c6/1c82346491380d4d?show_docid=1c82346491380d4d"/>
  <title type="text">Re: Error using sfFacebookConnectPlugin and sfGuardPlugin</title>
  <summary type="html" xml:space="preserve">
  Currently i&#39;m having a similar problem. &lt;br&gt; I&#39;m working with symfony 1.4+sfDoctrineGuardPlugin. &lt;br&gt; My problem is that the the user seems to be null, so when it is saved &lt;br&gt; to the database, the username is saved like Facebook_, when it should &lt;br&gt; be something like &amp;quot;Facebook_&amp;quot;.$FacebookUserId. &lt;br&gt; I&#39;ve read the documentation from the advent calendar and i still
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel Lohse</name>
  <email>annismcken...@googlemail.com</email>
  </author>
  <updated>2009-12-23T18:52:21Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/ca1701970e84d6c6/68536e192c4884e5?show_docid=68536e192c4884e5</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/ca1701970e84d6c6/68536e192c4884e5?show_docid=68536e192c4884e5"/>
  <title type="text">Re: [symfony-users] Passing a file to a form class without a form submission</title>
  <summary type="html" xml:space="preserve">
  Please have a look at the symfony unit tests. This should be tested somewhere in the form class unit tests. I definitely saw that but I&#39;m too lazy right now to have a look, sorry. &lt;br&gt; Daniel
  </summary>
  </entry>
  <entry>
  <author>
  <name>Salim</name>
  <email>salim.semao...@gmail.com</email>
  </author>
  <updated>2009-12-23T15:36:33Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/4c3a821a489ce872/e26c3c06a1a4a8a0?show_docid=e26c3c06a1a4a8a0</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/4c3a821a489ce872/e26c3c06a1a4a8a0?show_docid=e26c3c06a1a4a8a0"/>
  <title type="text">Re: sfWidgetFormI18nChoiceCountry has continents</title>
  <summary type="html" xml:space="preserve">
  Done. &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://trac.symfony-project.org/ticket/7990&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Salim</name>
  <email>salim.semao...@gmail.com</email>
  </author>
  <updated>2009-12-23T15:24:26Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/4c3a821a489ce872/f14489c6515f75fd?show_docid=f14489c6515f75fd</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/4c3a821a489ce872/f14489c6515f75fd?show_docid=f14489c6515f75fd"/>
  <title type="text">Re: sfWidgetFormI18nChoiceCountry has continents</title>
  <summary type="html" xml:space="preserve">
  I have the same problem. After some searches I found out that there &lt;br&gt; was no way to exclude continents from the list. We should better open &lt;br&gt; a ticket !
  </summary>
  </entry>
  <entry>
  <author>
  <name>isleshocky77</name>
  <email>stephen.ost...@gmail.com</email>
  </author>
  <updated>2009-12-23T14:47:52Z</updated>
  <id>http://groups.google.com/group/symfony-users/browse_thread/thread/ca1701970e84d6c6/30abe8859e7c4dbc?show_docid=30abe8859e7c4dbc</id>
  <link href="http://groups.google.com/group/symfony-users/browse_thread/thread/ca1701970e84d6c6/30abe8859e7c4dbc?show_docid=30abe8859e7c4dbc"/>
  <title type="text">Passing a file to a form class without a form submission</title>
  <summary type="html" xml:space="preserve">
  So I&#39;m just changing the subject on this cause it really is how I can &lt;br&gt; get a file which I have passed in as a byteArray from flash to be used &lt;br&gt; by a form class. Not sure if I should manually save it to a tmp file &lt;br&gt; first and the pass an array to the form class with the proper &lt;br&gt; information or there is an easier and cleaner way to do this.
  </summary>
  </entry>
</feed>
