[symfony-users] Re: change connection with sfPropelPager

2007-06-26 Thread Matthias Nothhaft
Matthias Nothhaft wrote: Hi, how can I use/set another connection for sfPropelPager, e.g. to fetch data from a slave instead of a master server? Seems that it is not supported!? :-( Ok.. as this is really important for me I would like to add support for changing the database connection

[symfony-users] sfDoctrine create_tables: on

2007-06-26 Thread [EMAIL PROTECTED]
hi sfDoctrine dev's and gurus i've setted up my config (./config/doctrine.yml) to do automatic table generation: .. all: #doctrine attributes attributes: #automatic table creation (none, tables, constraints, all) create_tables: on .. and i tried as well the following: ... #automatic

[symfony-users] Re: New Plugin: sfCSRFPlugin - Automatically protect your code from CSRF attacks

2007-06-26 Thread Stefan Koopmanschap
This is a very nice plugin, thanks a lot! On Jun 26, 12:24 am, Fabien POTENCIER [EMAIL PROTECTED] wrote: Hi all, A quick note to introduce my newest plugin. The sfCSRFPlugin provides protection against Cross Site Request Forgeries. As always, the source code is available in the symfony

[symfony-users] Re: sfDoctrine create_tables: on

2007-06-26 Thread Matthias Nothhaft
[EMAIL PROTECTED] wrote: hi sfDoctrine dev's and gurus i've setted up my config (./config/doctrine.yml) to do automatic table generation: .. all: #doctrine attributes attributes: #automatic table creation (none, tables, constraints, all) create_tables: on .. and i tried

[symfony-users] Re: sfDoctrine create_tables: on

2007-06-26 Thread [EMAIL PROTECTED]
why fabian don't give access to wiki and development trunk... so i could change the old and out-of-date sfDoctrine wiki... :) thanks Matthias On 26 Jun., 10:14, Matthias Nothhaft [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: hi sfDoctrine dev's and gurus i've setted up my config

[symfony-users] yaml/ i18n bug? : some text in validation yml files is not replaced by dictionary texts

2007-06-26 Thread virtualize
i investigated some more on this issue and found that only some sentences don't get replaced, on some others it works. it seems that if a sentence in a validation yaml file, that should later be substituted by one from the dictionary, has umlauts (öäü, etc), the subsitution fails. the same

[symfony-users] Re: symfony 1.0.5 released (security fix)

2007-06-26 Thread amit
Hi, I took latest version from trunk (svn co http://svn.symfony-project.com/trunk/ .) but it says version as 1.1.0-DEV revision was 4401. Is this ok? Thanks, Amit. On Jun 25, 10:10 pm, Fabien POTENCIER [EMAIL PROTECTED] project.com wrote: I've just released symfony 1.0.5. If you use the

[symfony-users] Style of custom actions in admin gen

2007-06-26 Thread Loïc Vernet
I was wondering where there is a strange style of the customs buttons in the admin generator: input style=background: #ffc url(/sf/sf_admin/images/default_icon.png) no-repeat 3px 2px value=Save all type=button onclick=document.location.href='/backend_dev.php/module3/ListAllDefault'; //li How

[symfony-users] Re: yaml/ i18n bug? : some text in validation yml files is not replaced by dictionary texts

2007-06-26 Thread Lukas Kahwe Smith
virtualize wrote: just a wild guess .. but i assume this is because the text gets html escaped before getting translated maybe? hm. yes. setting the escaping_strategy to off or bc works. is this a desired behavior? is there a way to have both, output escaping turned on and umlaut

[symfony-users] Workig with admin generator templates

2007-06-26 Thread Haris Zukanovic'
How can I make it regenerate the cache on each call without having to clear the cache? TIA --~--~-~--~~~---~--~~ 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: Workig with admin generator templates

2007-06-26 Thread Alexander Deruwe
On 26 Jun 2007, at 16:22, Haris Zukanovic' wrote: How can I make it regenerate the cache on each call without having to clear the cache? I may be totally misreading you, but what you are asking seems to be how things work when caching is turned off... Alexander

[symfony-users] Re: Workig with admin generator templates

2007-06-26 Thread Haris Zukanovic'
No, I do wish to generate cache, this is what admin generator does. But I wish to regenerate it each time the action is called because I make changes to admin generator theme. When I make a chenge I must do a clear cache before changes are reflected in the cached code Alexander Deruwe wrote: On

[symfony-users] Re : [symfony-users] Re: Workig with admin generator templates

2007-06-26 Thread Loïc Vernet
Would be interested too... May be we could have an additional parameter in the generator.yml file or in the plugin of the admin theme ? See you. COil - Message d'origine De : Haris Zukanovic' [EMAIL PROTECTED] À : symfony-users@googlegroups.com Envoyé le : Mardi, 26 Juin 2007,

[symfony-users] Re: New Plugin: sfCSRFPlugin - Automatically protect your code from CSRF attacks

2007-06-26 Thread Lukas Kahwe Smith
Hi, Years ago I implemented something like this into my framework. Well there are some similarities at any rate. The idea was to get rid of using hard redirects to prevent people from submitting the same form twice. The solution basically consisted of adding a hidden field with a secret just

[symfony-users] Modifying model, keeping live data

2007-06-26 Thread Bealers
Hi something I've never been able to get working properly but am determined this time, namely how to handle making modifications to a system when you live data can't be wiped. The process I'm trying to apply is: 1) Dump out live database 2) import locally 3) build schema 4) build model 5) use

[symfony-users] Re: Modifying model, keeping live data

2007-06-26 Thread Martin Kreidenweis
Hi. something I've never been able to get working properly but am determined this time, namely how to handle making modifications to a system when you live data can't be wiped. I'd recommend something like the process described in http://trac.symfony-project.com/trac/wiki/Migrations It works

[symfony-users] Re: admin generator in a plugin

2007-06-26 Thread Davinder Mahal
Hi, Thanks for the response. It wasn't the enabling of the module I had a problem with. It's fixed now. I was able to do it several days ago and can't remember now 'exactly' what i did. It was mainly a naming issue between classes and modules. Davinder On Jun 25, 2007, at 4:32 AM, Luciano

[symfony-users] Re: sfMediaLibrary plugin errors

2007-06-26 Thread Davinder Mahal
A quick update. I've realized, this only happens in the dev environment. Including the new initiated project. The Dev env. fails. Is this a bug then? On Jun 26, 2007, at 1:59 PM, Davinder Mahal wrote: Hi, I had this problem several weeks back but had no response. I've now come back to

[symfony-users] Re: askeet question

2007-06-26 Thread Rahul Raj Punjal
hi , no actually, the problem is i am unable to print the post variables atleast ie., the question title and the description in the action file public function executeAdd() { if ($this-getRequest()-getMethod() == sfRequest::POST) { print $this-getRequestParameter('title');