[symfony-users] Re: propel:generate-crud Problem - Please help

2008-03-30 Thread Ahmed Oualim
in my case I switched back to 1.0.12, maybe one solution is to wait until 1.1 turns to stable :( . I'll keep testing . 2008/3/28, ZAAN <[EMAIL PROTECTED]>: > > > On 28 Mar, 10:55, ZAAN <[EMAIL PROTECTED]> wrote: > > Ahmed Oualim napisaƂ(a): > > > > > > > > > Hi, > > > With symfony 1.1 propel:gen

[symfony-users] Re: doselectRS questions

2008-03-30 Thread Ian P. Christian
Charley Tiggs wrote: > Ian, > > If you're not using propel and you're not using Doctrine... What are you > using, if I may ask? Internally developed solution - we intend to release it when we have enough time :) --~--~-~--~~~---~--~~ You received this message

[symfony-users] Re: sfGuard forgotten password functionality

2008-03-30 Thread Robert Speer
Nice solution, occam's razor to the rescue. I kind of wish I had gone this way because I believe it's better for usability, and is easier to extend to other projects. I've noticed that some users choose to use their email for their username anyway. On Mar 26, 2:23 pm, Cece <[EMAIL PROTECTED]

[symfony-users] Re: sfGuard forgotten password functionality

2008-03-30 Thread Lee Bolding
That still depends on sfGurdUserProfile being implemented. A massive assumption IMO (otherwise it would be implemented by default in the plugin). Yes, the mail property could be configurable - but at the moment, it's not, is it? ;) The current implementation was never fully finished - I'm

[symfony-users] World's Most Effective Mind Power Course!!

2008-03-30 Thread Shalini
*Welcome to the World's** Most **Powerful** Mind Power** Course!* *Not Available in Stores... * [image: India's no.1 top selling mind power course] * + *[image: Active Image] *Written, Recorded and Compiled By: Anneke Riewald &* *Mohammed Sh

[symfony-users] Re: doselectRS questions

2008-03-30 Thread Charley Tiggs
Ian, If you're not using propel and you're not using Doctrine... What are you using, if I may ask? Charley [EMAIL PROTECTED] said on Friday, March 28, 2008: > >[EMAIL PROTECTED] wrote: >> The second method returns an object, and I need the array. > >I don't use propel anymore, but just some

[symfony-users] Re: Environment dependent settings in view.yml

2008-03-30 Thread Pedro Casado
So, change it to: On Sun, Mar 30, 2008 at 12:29 PM, Marijn <[EMAIL PROTECTED]> wrote: > > On Mar 30, 4:37 pm, "Pedro Casado" <[EMAIL PROTECTED]> wrote: > > You can use it on the layout: > > > > > use_javascript("marcar_radio") } ?> > > Thanks Pedro, > > Unfortunately this isn't going to work

[symfony-users] Re: Environment dependent settings in view.yml

2008-03-30 Thread Marijn
On Mar 30, 4:37 pm, "Pedro Casado" <[EMAIL PROTECTED]> wrote: > You can use it on the layout: > > use_javascript("marcar_radio") } ?> Thanks Pedro, Unfortunately this isn't going to work for me. Currently I'm working on a project which requires to be run on IE5.5 and higher while I do my develo

[symfony-users] Re: Environment dependent settings in view.yml

2008-03-30 Thread Michael Nolan
On Mar 30, 3:35 pm, Marijn <[EMAIL PROTECTED]> wrote: > On Mar 30, 2:24 pm, naholyr <[EMAIL PROTECTED]> wrote: > > > How could you need different JS or CSS depending on the environment ? > > Hi naholyr, > > These JavaScript files aren't really "different". As the URL might > have suggested to yo

[symfony-users] Re: Environment dependent settings in view.yml

2008-03-30 Thread Pedro Casado
You can use it on the layout: On Sun, Mar 30, 2008 at 9:24 AM, naholyr <[EMAIL PROTECTED]> wrote: > > How could you need different JS or CSS depending on the environment ? > View information should never depend on the environment :/ > > On 30 mar, 11:28, Marijn <[EMAIL PROTECTED]> wrote: > > H

[symfony-users] Re: Environment dependent settings in view.yml

2008-03-30 Thread Marijn
On Mar 30, 2:24 pm, naholyr <[EMAIL PROTECTED]> wrote: > How could you need different JS or CSS depending on the environment ? Hi naholyr, These JavaScript files aren't really "different". As the URL might have suggested to you, my Javascript files in the src folder are not minified, have some e

[symfony-users] Re: Environment dependent settings in view.yml

2008-03-30 Thread naholyr
How could you need different JS or CSS depending on the environment ? View information should never depend on the environment :/ On 30 mar, 11:28, Marijn <[EMAIL PROTECTED]> wrote: > Hi everybody, > > Is it possible to set configurations depending on the type of > environment in view.yml like thi

[symfony-users] Environment dependent settings in view.yml

2008-03-30 Thread Marijn
Hi everybody, Is it possible to set configurations depending on the type of environment in view.yml like this: prod: javascripts: - '/js/myJavaScript.js' prod: javascripts: - '/js/src/myJavaScript.js' all: #all the other stuff... This would really be nice. I could just set PHP i