[symfony-users] Problem with i18n in my model...

2008-06-19 Thread [EMAIL PROTECTED]
Hi, first post to this group! I'm having a bit of a problem with my models and i18n... Any help would be appreciated! Sorry if it is a bit long, but im really stuck with this. I have these tables in my schema.yml: ... categories: _attributes: {phpName: Category} id: ~ categories_i18n: _a

[symfony-users] Problem with sfDomPDFPlugin; don't load the font family

2008-06-19 Thread syca
Hi, I've been working with this plugin, but when I installed it, in the file dompdf_config.inc.php it was the next line: define("DOMPDF_DEFAULT_FONT", "serif"); but it doesn't work, when I tried to generate a pdf, symfony throws the next exception; Unable to find a suitable font replacement for: '

[symfony-users] Symfony Routing with forms

2008-06-19 Thread Jonathan
I'm attempting to setup a page that uses select boxes and passes their values via a get request to the action that should be executed. I want these get parameters to be shown in the URL using the rewrite mechanism but the default values of the routing.yml file for the application override my param

[symfony-users] sfValidatorPropelUnique case sensitive?

2008-06-19 Thread npFly
Hi there. I am using sfPropelPlugin and i am confused about sfValidatorPropelUnique, it validates both "username", "Username" and "uSername". Does anybody have this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gro

[symfony-users] Re: dwPrototypeTooltipPlugin + AJAX Request

2008-06-19 Thread Dustin Whittle
Ryan, In your view.yml move tooltip to all, so it shows up on all pages and try that out. As long as script=true for link_to_remote, it should execute properly. - Dustin On 6/18/08 4:59 PM, "Ryan Oblak" <[EMAIL PROTECTED]> wrote: > Hi Dustin, > > Just the man I was hoping would respond. :)

[symfony-users] Re: try to execute myFirstTask in mySecondTask doesn't work for me

2008-06-19 Thread b166er
thanks to fabien, for reading my post, and silently fixed this bug in: r9664 ! :) but it would not help! i'm sorry, but i forgot to inform you, about another "bug?"/problem with task. if you try my example, you would see this message: # symfony use:second 42 The execution of task "use:first" fa

[symfony-users] Re: Admin generator in Symfony 1.1

2008-06-19 Thread cleve
Has anybody looked at Django's admin generator? Just one word .. Awesome, maybe we can steal their ideas for 1.2 :-) - Dash board with all available admin modules listed, with nice shortcuts - Full history - deletion confirmation page shows you all the related objects that will be deleted - Loo

[symfony-users] Fixed broken sfDatabaseSessionStorage (hopefully)

2008-06-19 Thread Fabian Lange
Hi Guys, there have been recently some bugs raised about storing sessions in database in symfony 1.1 Reason for this was a refactoring that made all of the different types of SessionStorage use the same class hierarchy and common functionality. However there have been tiny bits that needed to be

[symfony-users] Re: Admin generator in Symfony 1.1

2008-06-19 Thread Nicolas Perriault
On Thu, Jun 19, 2008 at 9:43 AM, Dmitry Nesteruk <[EMAIL PROTECTED]> wrote: > Why symfony 1.1 is using old implementation which used symfony 1.0? Is > exist new implementation for symfony 1.1? Planned for 1.2. Anyway, give a look at the propel:generate-crud task, it can really really help. ++

[symfony-users] try to execute myFirstTask in mySecondTask doesn't work for me

2008-06-19 Thread b166er
after reading /cookbook/1_1/en/tasks i try my first "task in task" example, and it failed :( here is the example: i create first a father-task-class: #symfony generate:task theBase class theBaseTask extends sfBaseTask { protected function configure() { $this->namespace= 'use';

[symfony-users] Admin generator in Symfony 1.1

2008-06-19 Thread Dmitry Nesteruk
Why symfony 1.1 is using old implementation which used symfony 1.0? Is exist new implementation for symfony 1.1? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send emai

[symfony-users] Re: DOMElement::setAttribute() error in sfFillInForm.class

2008-06-19 Thread Fabian Lange
Ill follow this up off-list Best Regards .:Fabian -Original Message- From: symfony-users@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gestadieu Sent: Donnerstag, 19. Juni 2008 01:34 To: symfony users Subject: [symfony-users] Re: DOMElement::setAttribute() error in sfFillInForm.