Re: Tr : [symfony-users] [sf2] Access to current route

2011-05-05 Thread Juan Ases García
I have a similar problem in the implementation of a user provider. The only solution I found is this hack. return @serialize(array($this->user, $this->authenticated, $this- >roles, $this->attributes)); Do you know any more right solution? On Apr 27, 5:34 pm, A A wrote: > "@" seems to be a kludg

Re: Tr : [symfony-users] [sf2] Access to current route

2011-05-05 Thread Juan Ases García
I have a similar problem in the implementation of a user provider. The only solution I found is this hack. Do you know any more right solution? On Apr 27, 5:34 pm, A A wrote: > "@" seems to be a kludge :) > > 2011/4/27 Louardi Abdeltif > > > > > > > > > > > I corrected the problem, I modified

Re: [symfony-users] Cant run symfony2

2011-03-24 Thread Juan Pablo Romero Bernal
roups.com > To unsubscribe from this group, send email to > symfony-users+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Juan Pablo Romero Bernal Blog: http://jpromerobx.blogspot.com/ -- If you want to report

Re: [symfony-users] Jquery problem

2011-02-22 Thread Juan Pablo Romero Bernal
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 group, send email to > symfony-users+unsubscr...@googlegroups.com > For more options, visit th

[symfony-users] Doubts about translations in a plugin

2010-09-08 Thread Juan
Hi every body, I made an app following the Jobeet tutorial and I packaged in a plugin without I10N and I18N, currently I need to get this app translated but the command "symfony i18n:extract..." doesn't work. It returns 0 strings to translate. Is posible to translate an application that is already

[symfony-users] Re: Problems getting the text in a drop down list

2010-08-11 Thread Juan
ld value' >        ); > >        public function configure() >        { >          $this->widgetSchema['my_field'] = new >     myWidgetFormInput(array('default_value' => $this->labels['my_field'])); >          // ... >        

[symfony-users] Problems getting the text in a drop down list

2010-08-10 Thread Juan Pablo Valois Valencia
is? Thanks in advance... -- Juan Pablo Valois Valencia Ingeniería de Sistemas y Computación Universidad Tecnológica de Pereira Pereira - Risaralda - Colombia -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this messag

[symfony-users] Troubles with generator..

2010-07-07 Thread Juan
Hi, I need to store a file content to a database after to make some validations if the file is already loaded. I'm trying to create a CRUD in the backend app of my project for this purpose. I don't need the "index (list) view", so I added a method in the controller (action) of the module (indexSuc

[symfony-users] Admin generator, Symfony 2

2010-07-04 Thread Juan Alberto V.
Hi!, does anyone know about the status of admin generator in Symfony 2 ? Thanks, Juan V. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users&q

[symfony-users] Singular & Plural in generator.yml

2010-02-20 Thread Juan Guillermo Garcia
Hey! Could anyone let me note when symfony uses plural and singular values specified in generator.yml file? Thanks in advance! -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com

[symfony-users] symfony 1.4 UML Diagram

2010-02-20 Thread Juan Guillermo Garcia
Does anyone have any UML diagrams of Symfony internals? It would be very helpful. Best Regards -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group

[symfony-users] How is Sympal plugin going?

2009-11-12 Thread Juan Pablo Novillo
ere is the Sympal plugin being developed, but I do not know in which state it is and if there are other CMS which would integrate well (Joomla?). Cheers guys. Juan Pablo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[symfony-users] Re: Propel:Insert-SQL doubt

2009-11-01 Thread Juan Pablo Romero Bernal
Hi, > so I have a very basic db setup in my schema,yml > > username: { varchar(255), required: true} > passkey : { varchar(255), required: true} > id : ~ I think you must add the type of column: username: { type: varchar(50), required: true } ..... Bye, -- Juan Pablo Rom

[symfony-users] Re: graphviz plugin

2009-11-01 Thread Juan Pablo Romero Bernal
Hi, > I have a sample .dot file which I want to use and I guess I am > confused about how I can provide the plugin with this .dot file and > how this should be produced. There is not much documentation. What version of Symfony are you running ?? What operating system ?? -- Juan Pab

[symfony-users] Re: Displaying the name and no id

2009-10-22 Thread Juan Pablo Romero Bernal
lasses. Bye, -- Juan Pablo Romero Bernal Blog: http://jpromerobx.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-use

[symfony-users] Re: entity-relationship editors?

2009-10-13 Thread Juan Pablo Romero Bernal
Hi, > what is the difference to the doctrine plugin? i guess the one you > linked above is propel only? Yes, the plugin works only for propel. > http://code.google.com/p/mysql-workbench-doctrine-plugin/ Great !. I didn't know. I'll review it. Bye, -- Juan Pablo Romer

[symfony-users] Re: entity-relationship editors?

2009-10-13 Thread Juan Pablo Romero Bernal
to sql or make reverse engineering from the existent database. There is a plugin to export from Mysql WB to YML in [2]. [1] http://wb.mysql.com/ [2] http://trac.symfony-project.org/wiki/SymfonyYamlMyqlWorkbenchPlugin -- Juan Pablo Romero Bernal Blog: http://jpromerob

[symfony-users] Re: Optimal PHP Version for Symfony 1.2

2009-10-07 Thread Juan Pablo Romero Bernal
.8 + PHP 5.2.6 with good results. Bye, -- Juan Pablo Romero Bernal Blog: http://jpromerobx.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email

[symfony-users] Re: Routes of action links in admin module

2009-09-09 Thread Juan Pablo Romero Bernal
itar, delete: eliminar } prefix_path: usuarios column: id with_wildcard_routes: true In this case, the action: sf_guard_user/new looks like: usuarios/agregar I hope this helps. -- Juan Pablo Romero Bernal Blog: http://jpromerobx.blogspot.com/ --~--~-~--~~---

[symfony-users] Re: day seven problem

2009-05-31 Thread Juan Grados
propel:build-all-load --no-confirmation" when I want update > > the database add to slug field : { type: varchar(255), > > required: true, index: unique }, help me please > > > > > > > > > --

[symfony-users] Re: New symfony eclipse plugin -sfEclipse

2009-01-27 Thread Juan Fernando Obando Saldarriaga
and it's cuted to > only few finished features. I don't have so much time and list of > features which should be implemented is very long, so need some help. > If anyone would join project and participate developing please contact > me directly. I'll appreciate any

[symfony-users] Re: SfDT - Symfony Eclipse Plugin

2009-01-14 Thread Juan Fernando Obando Saldarriaga
ost: > http://groups.google.com/group/symfony-users/browse_thread/thread/c60... > >> > >> Please tell me what you think about it and what features you would like > >> to see in next releses. > >> > >> Any feedback is welcome. > >> > &