[symfony-users] JQuery Autocompleter Problem

2009-11-17 Thread Teo
Hi guys I'm having a problem with the following autocompleter: http://pastebin.com/m36b34667 I want to update a select field (contact_select_sub_contact_id) after a change on the autocompleter widget. It works fine as long as I use the keyboard to choose an autocompleter suggestion. But when I

[symfony-users] Re: got strange issue in symfony sessions (urgent)

2009-11-17 Thread Damien Alexandre
Do you have any load balancing on your production server ? (because sessions are, by default, handle by PHP, and many server mean many php. If you use PHP sessions with more than 1 server, the user have a session only on one of them). My 2 cents. On Tue, Nov 17, 2009 at 5:27 AM, Dheeraj Kumar

[symfony-users] Re: Overwrite Security Actions Settings

2009-11-17 Thread jp
Hi, thank you for all comments so far. First let me say, that I was not able to configure different/overwrite login modules at all. No *.yml I used did that. Might be I missed something. I also did not try to 'hack' it into the configuration while runtime. And whether this should be possible or

[symfony-users] Re: symfony 1.3 and propel behaviors

2009-11-17 Thread Massimiliano Arione
On Nov 6, 1:58 pm, Boo_boo kaita...@gmail.com wrote: hello are there any documentation about adding propel builder behaviors in propel1.4/symfony1.3? i need to add a method to retrieve primary keys by criteria to all of the objPeer classes, propel docs says that is possible with

[symfony-users] Re: Overwrite Security Actions Settings

2009-11-17 Thread Gareth McCumskey
Symfony is designed so that your modules provide the distinct functional seperations, and plugins are designed to be an extension of your modules. Sure, you can create plugins that essentially creates a functionally seperate set of features for you like a module but it doesn't necessarily mean you

[symfony-users] Re: Problems trying to add a filter to index.php

2009-11-17 Thread tirengarfio
Hi Mailo, im making a social network, thats the reason i want to add a filter for users in the frontend. On Nov 12, 6:55 am, Mailo milan.sve...@gmail.com wrote: What about admin generator?http://www.symfony-project.org/jobeet/1_2/Doctrine/en/12 On Nov 12, 11:50 am, tirengarfio

[symfony-users] Re: Licensing Question / Code ownership

2009-11-17 Thread Alexandre SALOME
Keep your code under subversion, and guarantee only your code. Tell them also that any release will not include modifications out of SVN. So, keep controled your sourcecode (SVN = who, when, why) and guarantee only your work. Responsabilize the (evil) client. Good luck, 2009/11/17 Gareth

[symfony-users] Wiki and Versions

2009-11-17 Thread Sid Ferreira
Hi all, Im preparing a project wich I would to like have versioning and a wiki-like system. Does anyone did something like this? -- Sidney G B Ferreira Desenvolvedor Web --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[symfony-users] Re: Wiki and Versions

2009-11-17 Thread Alexandre SALOME
trac ? http://trac.edgewall.org/ 2009/11/17 Sid Ferreira sid@gmail.com Hi all, Im preparing a project wich I would to like have versioning and a wiki-like system. Does anyone did something like this? -- Sidney G B Ferreira Desenvolvedor Web -- Alexandre Salomé --

[symfony-users] Re: Wiki and Versions

2009-11-17 Thread Sid Ferreira
Well, I wasn't clear :p I have a project that one of it's features is colaborative articles, with version control of them. On Tue, Nov 17, 2009 at 10:14, Alexandre SALOME alexandre.sal...@gmail.comwrote: trac ? http://trac.edgewall.org/ 2009/11/17 Sid Ferreira sid@gmail.com Hi all, Im

[symfony-users] Re: Wiki and Versions

2009-11-17 Thread Hong Kil Dong
http://www.symfony-project.org/plugins/nahoWikiPlugin --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Overwrite Security Actions Settings

2009-11-17 Thread jp
Hi, thank you for your comment. All I asked for was whether it is possible to configure it or not. It seems it is not. That's ok. I did not intend to question any best practices or anybody's use of Symfony while showing up my use of it (though I think my approach to use same code in different

[symfony-users] Re: Help with sfWidgetFormInputSWFUploadPlugin and admin generator

2009-11-17 Thread Nicolas CHARLOT
Le 5 nov. 2009 à 22:48, galthron a écrit : hello arnold. can you give me a solution for redirecting to login page becouse i`ve got the same problem. And can you write some solutions for the rest of the problems with sfWidgetFormInputSWFUploadPlugin. thanks +1 -- Nicolas CHARLOT

[symfony-users] Re: Functional form testing with i18n

2009-11-17 Thread phil0
Since I got no replies I consider creating a ticket...? On Nov 6, 2:37 pm, phil0 fis...@gmail.com wrote: Hi there I have a number of forms on an i18n enabled site that I am currently writing some functional testing for. However, I have run into a few problems with the submission of forms

[symfony-users] Re: Licensing Question / Code ownership

2009-11-17 Thread Richtermeister
Hey Gareth, this is somewhat how it's currently working.. our own core plugins are the same for every project, and the real product the clients are paying for is the application-level customization/configuration/ additions. We're just concerned that with every app we deliver, we also deliver our

[symfony-users] Re: Licensing Question / Code ownership

2009-11-17 Thread Andre Fernandes
Why not do that restriction at the sale contract? There´s a lot of licenses that forbid to use the code inside for another applications, but do let to customize the application. Andre. 2009/11/17 Richtermeister nex...@gmail.com Hey Gareth, this is somewhat how it's currently working.. our

[symfony-users] Re: got strange issue in symfony sessions (urgent)

2009-11-17 Thread Dheeraj Kumar Aggarwal
sorry dear we don't have any load balancing on out production server. thanks for the reply On Tue, Nov 17, 2009 at 12:40 AM, Damien Alexandre dalexan...@clever-age.com wrote: Do you have any load balancing on your production server ? (because sessions are, by default, handle by PHP, and

[symfony-users] Re: got strange issue in symfony sessions (urgent)

2009-11-17 Thread a...@speedypin.com
Look at the implementation of executeSignin in your sfGuardAuth Module and consider extending the single action or sfGuardAuthActions with your own implementation. ensure that your destination after login is set the way you want it, i.e. return the right views route from the action. (actions

[symfony-users] Re: got strange issue in symfony sessions (urgent)

2009-11-17 Thread Thomas Rabaix
Do you have other php applications ? If so check the session ttl on each, the shorter wins ... On 17 nov. 2009, at 05:27, Dheeraj Kumar Aggarwal wrote: i have got a strange issue in my symfony project when the user navigate through the site, sometimes symfony forwards the user to login

[symfony-users] Re: Save embedded forms at diferent times

2009-11-17 Thread Germana Oliveira
Like nobody seems to have this problem, im trying to solve it, so im doing this: i have a mainForm : Audiencia 1 embeddedForm: Persona 1 embeddedForm: AudienciaConciliador So, my doSave function is this: protected function doSave($con = null) { if (is_null($con))

[symfony-users] symfony 1.3 - propel build error

2009-11-17 Thread Daniel Kucharski
Hi, I am trying to port a symfony 1.2 application to 1.3. When regenerating the model, I get following parse error below. It looks that something goes wrong when the symfony behaviors code is added to the propel generated code (a '}' for closing the method doUpdate is missing). Anybody

[symfony-users] Re: Getting started w/ templating component

2009-11-17 Thread masiorama
You need to register the autoloader: http://components.symfony-project.org/templating/trunk/book/01-Templa... require_once '/path/to/sfTemplateAutoloader.php'; sfTemplateAutoloader::register(); Newbie here too :) the register of the autoloader is done just through those two lines? 'coz I

[symfony-users] sfDoctrineGuardPlugin errors with 1.3/1.4

2009-11-17 Thread Greg Freeman
Has anyone been using sfDoctrineGuardPlugin from the trunk with symfony 1.3/1.4? I can install it, add users by the command line and login but when I try to add users/permissions/groups etc from the admin pages I get this message: Fatal error: Call to a member function setLabel() on a non-object

Re: [symfony-users] Re: got strange issue in symfony sessions (urgent)

2009-11-17 Thread Dheeraj Kumar Aggarwal
*** i m not using any sfGaurd plugin *** we don't have other php applications. i m using my own implementation to authenticate user through sfUser i have implemented a class myUser.class.php which extends sfBasicSecurityUser and having two methods signIn and signOut yesterday when i was