[symfony-users] Uploading PDFs type = octet/stream

2008-09-10 Thread danielwinter
For some reason all my PDF uploads in admin generator modules are being detected as "octet/stream" MIME types and consequently being renamed .bin Any ideas as to why this would be happening? cheers dan --~--~-~--~~~---~--~~ You received this message because you are

[symfony-users] sfGuard frontend and backend

2008-09-10 Thread Tom Haskins-Vaughan
Hi, I have done a few sites recently (before I started using sfGuard) and I used to have two tables for users: 'users' and 'customers'. Users would normally be the site owners and would be able to log in and make changes to the site. Customers where people who signed up for mailing lists, etc.

[symfony-users] Re: Extending sfGuardPlugin: problem with __toString()

2008-09-10 Thread Tom Haskins-Vaughan
OK, I think this post here [1] about returning the extended version of a peer class is what the problem is. I have extended the sfGuardUserPeer class in tsmGuardUserPeer class. But the trouble is when I do something like: $user = tsmGuardUserPeer::retrieveByPK($id); I get auser of class sfGu

[symfony-users] Re: YML schema validator?

2008-09-10 Thread Francois Zaninotto
Hi Bruno, Sorry to bump an already old post, but if you still need a YAML schema validation tool in PHP, there might be a simple solution... http://redotheweb.com/2008/09/09/validating-a-yaml-file-against-a-schema-in-php/ François 2008/8/14 Bruno Reis <[EMAIL PROTECTED]>: > > Hi all, > > does

[symfony-users] Re: sf 1.1 : where has passed sfResponse parameter holder ?

2008-09-10 Thread Nicolas CHARLOT
Le 10 sept. 08 à 10:24, Thomas Rabaix a écrit : > Hello, > > You can used your own caching mechanism with a filter. > > You may have a look to sfFunctionCache to store and retrieve your > breadcrumb. The only problem is to invalidate the cache breadcrumb > when the view change. Yes, I could use

[symfony-users] Re : [symfony-users] Re: new plugin: sfDB4toPropelPlugin

2008-09-10 Thread Loïc Vernet
> Thats a very good news ! > I was allways going to http://blog.tooleshed.com/docs/dbd2propel/transform.php > to transform my propel file ! > Does your plugin cal output .xml file ? It should be possible to > transform .yml to .xml, but maybe more efficient to directly output > xml ? - Yes it ou

[symfony-users] Re : [symfony-users] Re: new plugin: sfDB4toPropelPlugin

2008-09-10 Thread Loïc Vernet
Indeed, but the package.xml seems valid (and is ok with pear package-valaidate) Fabien can you take a look ? Yes, so, please use the svn installation... - Message d'origine De : Jackovson <[EMAIL PROTECTED]> À : symfony users Envoyé le : Mardi, 9 Septembre 2008, 22h57mn 50s Objet : [

[symfony-users] Re: OT - how to relocate SVN repository

2008-09-10 Thread Tom Haskins-Vaughan
1. Checkout the repo 2. cd to root of working copy 3. svn mkdir trunk 4. svn mv all symfony files in to trunk 5. svn mkdir branches 6. svn mkdir tags 7. svn commit -m "Reorganising repo structure" Now checkout the trunk as you would do normally. Make sure you have a clean working copy, i.e. no l

[symfony-users] Snipeet broken

2008-09-10 Thread Loïc Vernet
White screen of death :/ http://www.snipeet.com By the way i would be interested by making the 1.1 conversion, would it be possible to have a write access to a 1.1 branch ? ++ COil --~--~-~--~~~---~--~~ You received this message because you are subscri

[symfony-users] OT - how to relocate SVN repository

2008-09-10 Thread gunnarlium
Just a quick question, slightly off-topic. When I created my svn repository, for some reason, I decided to omit trunk/tags/branches, and just put everything in the root directory. Is there an easy way to reorganize the folders, so that I get tags and branches, as well as trunk directory containin

[symfony-users] Re: sf 1.1 : where has passed sfResponse parameter holder ?

2008-09-10 Thread Thomas Rabaix
Hello, You can used your own caching mechanism with a filter. You may have a look to sfFunctionCache to store and retrieve your breadcrumb. The only problem is to invalidate the cache breadcrumb when the view change. Thomas On Wed, Sep 10, 2008 at 8:06 AM, Nicolas CHARLOT <[EMAIL PROTECTED]> wr