[symfony-users] Security problem with sfGuardPlugin

2007-12-13 Thread [EMAIL PROTECTED]
Hi all, I got a problem with the plugin since few times. I can access to any module without be authenticated. I check my configuration files as describe in the documentation. Have you any idea to help me to debug this ? Thanks, Julien. --~--~-~--~~~---~--~~ You

[symfony-users] Re: Security problem with sfGuardPlugin

2007-12-13 Thread [EMAIL PROTECTED]
How and where the method containning 'isauthenticated()' is call ? (I have the lastest version of the plugin) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to

[symfony-users] Re: Security problem with sfGuardPlugin

2007-12-13 Thread [EMAIL PROTECTED]
I found , I change in security.yml : default: is_secure : on to all: is_secure: on --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googl

[symfony-users] Re: Security problem with sfGuardPlugin

2007-12-13 Thread [EMAIL PROTECTED]
I found, in security.yml all: is_secure : on --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this grou

[symfony-users] Re: 1-n width generator

2007-12-13 Thread Cristian Baciu
I have the same problem. Can you show me how you did it? THX, Criti On 29 Noi, 14:36, Ámon Tamás <[EMAIL PROTECTED]> wrote: > Hello, > > I have a Product and a Pictures table. I mage an administration form > width the admin generator, and I made a partial for Picture. > > How can made it to aut

[symfony-users] Re: i18n and MySQL

2007-12-13 Thread Alexander Deruwe
On 12 Dec 2007, at 21:39, eax wrote: > I would like to translate my website in many languages thanks to > symfony's i18n and use MySQL to store the translation data. > > I didn't understood the poor informations on the official Symfony > website. I would like to know if somebody could tell me wher

[symfony-users] Watch you shape, Mobile phone application

2007-12-13 Thread Sohail Ahmed Shaikh
Have you ever wondered if you're at a healthy weight for your height? You're working out and eating right but are you really in shape? iBody Calculator, can help you to know for sure, Watch your weight! And analyze your health, strength, and fitness using iBody Calculator. iBody Calculator let

[symfony-users] Data (not form) validation in Javascript

2007-12-13 Thread [EMAIL PROTECTED]
Hi everyone, I need to validate data returned by the server after an AJAX request to be sure they are compliant with the Scorm standard. I find lots of libraries to validate a form before sending it to the server (including sfPokaYokePlugin) but none that allows to validate the response returned

[symfony-users] Re: Data (not form) validation in Javascript

2007-12-13 Thread [EMAIL PROTECTED]
I respond to myself: as always, when I decide to post a message, I find just after submitting what I was asking for. I seems that cerny is what I want: http://www.cerny-online.com/cerny.js/ Nautile On 13 déc, 13:38, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I need to val

[symfony-users] Re: Upgrading from 0.6.2 - Email support & other improvements?

2007-12-13 Thread Andrew Backer
Perhaps this question is too difficult to answer =) On 11/12/2007, Andrew Backer <[EMAIL PROTECTED]> wrote: > > > 1) I am looking at upgrading a project from 0.6.2 to 1.0 or > Development. If I do, which of the two would be advisable? I am > comfortable with working from trunk, but perhaps ther

[symfony-users] Re: Upgrading from 0.6.2 - Email support & other improvements?

2007-12-13 Thread Ian P. Christian
Andrew Backer wrote: > Perhaps this question is too difficult to answer =) Check the upgrade docs. But - if it ain't broke, don't fix it. Unless you have reason to upgrade, I wouldn't. I believe there's automated upgrade scripts for upgrading from 0.6.2 though, but it's so old now I don't im

[symfony-users] Changing what classes autoload

2007-12-13 Thread slinky66
Hello, I have a page that is autoloading a class that is no longer needed here: http://www.mysite.com/index.php/account/music Where is the file that controls this? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[symfony-users] Multiple Apps one project how to route?

2007-12-13 Thread James
Hey there, I'm an idiot and sent this to the wrong list, so here it goes again. I've been programming with Symfony for a couple weeks now. I almost have my first project finished. It's got a frontend application which will be world viewable, and a backend application which is essentially

[symfony-users] Re: Multiple Apps one project how to route?

2007-12-13 Thread Carl Vondrick
On Thursday, December 13, 2007, James wrote: >  What is the best way to  route both of these? Hey, I prefer to setup subdomains, but sometimes I also use subfolders if I want to save an SSL certificate. For example, www.example.org would point to the frontend application while admin.example.or

[symfony-users] Re: Multiple Apps one project how to route?

2007-12-13 Thread James
On Dec 14, 2007, at 12:43 AM, Carl Vondrick wrote: > Hey, > I prefer to setup subdomains, but sometimes I also use subfolders if > I want to > save an SSL certificate. For example, www.example.org would point > to the > frontend application while admin.example.org would point to the admin > a

[symfony-users] Re: Multiple Apps one project how to route?

2007-12-13 Thread Carl Vondrick
On Thursday, December 13, 2007, James wrote: > The problem with getting sub folders to work is everything I've tried   > with .htaccess files and creating directories has failed. It's been pretty painless for me. If you create a new folder ("admin") in your web folder, then put a symfony .htacce

[symfony-users] Re: Multiple Apps one project how to route?

2007-12-13 Thread James
On Dec 14, 2007, at 1:23 AM, Carl Vondrick wrote: > It's been pretty painless for me. > > If you create a new folder ("admin") in your web folder, then put a > symfony .htaccess file in there and move the front controllers, > everything > should work. You know the first time I tried that, that