[symfony-users] Re: problem with sfGuardUser

2007-10-07 Thread Suprie Leonheart
On 10/8/07, Suprie Leonheart <[EMAIL PROTECTED]> wrote: > hi , > > i just installed the sfGuardUser plugin ...i've followed everything > but ended up with some error > this is my settings.yml > > [code] > prod: > .settings: > no_script_name: off > > dev: > .settings: > # E_AL

[symfony-users] problem with sfGuardUser

2007-10-07 Thread Suprie Leonheart
hi , i just installed the sfGuardUser plugin ...i've followed everything but ended up with some error this is my settings.yml [code] prod: .settings: no_script_name: off dev: .settings: # E_ALL | E_STRICT = 4095 error_reporting:4095 web_debug:

[symfony-users] Important notice about sfGuardDoctrinePlugin

2007-10-07 Thread Ian P. Christian
The location of sfGuardDoctrine in SVN has changed. For symfony 1.0.x users, please update your svn:externals, or any reference to sfGuardDoctrine to http://svn.symfony-project.com/plugins/sfGuardDoctrinePlugin/branches/1.0.x This is to allow the development of the plugin to continue for the

[symfony-users] Re: Autoloading exlude

2007-10-07 Thread Kiril Angov
Jonathan Wage wrote: > Can you not do this? > > autoload: > > # symfony core > symfony: > name: symfony > path: %SF_SYMFONY_LIB_DIR% > recursive: on > exclude:[util/Spyc.class.php] > > I want to disable just the autoloading of Spyc. It doesn't s

[symfony-users] Re: build mysql from criteria

2007-10-07 Thread Kiril Angov
Steve Daniels wrote: > Colin the problem with them not being serious was in my opinion the > sheer ambiguity of the question. I had no idea what you were going on > about, an neither I suspect did they. > > Now you've made yourself a bit clearer someone should be able to help > you properly. > > I

[symfony-users] Re: build mysql from criteria

2007-10-07 Thread Steve Daniels
Colin the problem with them not being serious was in my opinion the sheer ambiguity of the question. I had no idea what you were going on about, an neither I suspect did they. Now you've made yourself a bit clearer someone should be able to help you properly. I can't but my very quick (sub 30 se

[symfony-users] Re: [sfGuardPlugin] Remember Me Filter

2007-10-07 Thread Frank Stelzer
Dave, thanks for your reply. I went through the problem again and have written down the problem in this ticket: http://trac.symfony-project.com/ticket/2347 The problem is, that the RememberMe filter is called beneath the security filter and such a filter is only registered, when the action

[symfony-users] Global _Partial in Admin Geneartor?

2007-10-07 Thread jason.davis38
This generator.yml seems to work (showing apps/myapp/templates/ _my_list_partial): list: display: [=name, _global/_my_list_partial] fields: global/my_list_partial: { name: Partial } This doesn't: edit: display: [name, _global/_my_edit_partial] fields: global/my_edit_partial: { n