[symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Re: Re : [symfony-users] Remove a stylesheet

2007-07-15 Thread cyrille
no, but i have found the reason. This plugin have a specific configuration file called "sfSimpleBlog.yml", i must disabled the default layout in this file to control all my stylesheets. i suppose with another plugin all your solutions work... Merci Cyrille On 15 juil, 03:03, Loïc Vernet <[EMAI

[symfony-users] Re: encoders and/or obfuscators and symfony

2007-07-15 Thread Amit Rana
Hi, We use APC 3.0.14 and PHP 5.2.3 Tried but not able to run eAccelerator 0.9.3 and0.9.5 with php 5.1.6 or 5.2.0 or 5.2.1. (Havent tried with 5.2.3). when using eAccelerator we get php fatal error complaining of accessing protected fields in symfony files (lots of them) APC works fine with 5.1

[symfony-users] Ajax Sub Form issue

2007-07-15 Thread Greg Freeman
Hello, This is the scenario. I have a form with various select boxes. Using ajax forms you can dynamically add new elements to the select boxes. However enclosing a pair of form tags inside another form is causing problems. For example select boxes have a link that says add new which pops down a

[symfony-users] setting user culture at login

2007-07-15 Thread [EMAIL PROTECTED]
Hello, I am developing a website using several cultures. I use sfGuardPlugin to handle user security. I wonder to be able to change the culture of the website when a user sign-in. His favorite culture is stored in his profile and can be easily recovered. I tried something like this by extending

[symfony-users] sfPokaYokePlugin release

2007-07-15 Thread Alistair Stead
I have just released a *new* version of *sfPokaYokePlugin* client side validation plugin. It previously looked for validation rules that matched the current module/action as the form was displayed. This required you to modify your actions and create form that submitted to the same action or duplic

[symfony-users] Re: PHP Development tool

2007-07-15 Thread Paulo Magalhaes
Hi, I personally recommend downloading easyeclipse (php distribution). Unless you already have a very customized installation of eclipse, getting easyeclipse will get you an eclipse with all the nice extras out of the box: subversion, syntax coloring, quantum db, tidy, xml editor, and a bunch mor

[symfony-users] Re: Ajax Sub Form issue

2007-07-15 Thread jarosek
Greg Freeman napisał(a): > Hello, > > This is the scenario. I have a form with various select boxes. Using > ajax forms you can dynamically add new elements to the select boxes. > > However enclosing a pair of form tags inside another form is causing > problems. For example select boxes have a li

[symfony-users] Re: sfPokaYokePlugin release

2007-07-15 Thread Fabian Lange
Hi Ali, Well done! I see all my wishes included, and what I really appreciate is transparency. It really now works like the server side validation works, it is zero effort to configure anything. Everything I have worked out of the box. Also you reduced the number of files, which reduces complexity

[symfony-users] Re: sfPokaYokePlugin release

2007-07-15 Thread Alistair Stead
Hi Fabian, Glad to hear the plugin is working for you! I plan to work through the performance Unfortunately it is having to do much more work in the filter stack and parse the generate content to find the form action value. If you can suggest another approach then please feel free. On 15/07