[symfony-users] Re: A problem of sfWidgetFormPropelChoice

2009-05-06 Thread krassswr krasssswr
You could do this by useing ajax query. For information you can see jobeet tutorial day 18. On Wed, May 6, 2009 at 10:55 AM, Stephen wrote: > > There are two fields, one is State, the other is City. The 'id' of > State is the foreign key of City. > In a form, two drowndown menu for these two fie

[symfony-users] Re: sfBrowser memory bug

2009-02-14 Thread krassswr krasssswr
If you go trough jobeet tutorial in last days you can see same error. jobActionsTest.php is getting so big and start to make memory exceptions. I have separate test file to 3 peaces and it pass all tests, but when it is one big file exits with memory fault. On Sat, Feb 14, 2009 at 11:53 AM, Bernha

[symfony-users] Re: day 8 jobeet project unit test

2009-02-12 Thread krassswr krasssswr
Double check if you extracted and placed every thing in place. jobeet\test\bootstrap\unit.php I have also cover the tutorial and I haven't any problems in this 8-th day. On Thu, Feb 12, 2009 at 11:24 PM, RalphMartin wrote: > > Hello. I am learning symfony by going through the Jobeet tutorial > u

[symfony-users] Re: Recommended distibution for Symfony

2009-02-12 Thread krassswr krasssswr
no wrote: > >> >> On Thu, 12 Feb 2009, krassswr krawr wrote: >> >> > Yuo can use Debian GNU/Linux system stable version for production. Sonn >> is >> > expected to be released new stable Debian version. >> > http://www.debian.org >> >&g

[symfony-users] Re: Recommended distibution for Symfony

2009-02-12 Thread krassswr krasssswr
Yuo can use Debian GNU/Linux system stable version for production. Sonn is expected to be released new stable Debian version. http://www.debian.org On Wed, Feb 11, 2009 at 5:59 PM, Daniel wrote: > > Hi! > > I'm about to set a couple of projects into production within the > following weeks. > > B

[symfony-users] Re: sfLucene update

2009-02-10 Thread krassswr krasssswr
That is great :) can you think about make a version for propel please? On Mon, Feb 9, 2009 at 7:29 PM, Thomas Rabaix wrote: > Hello, > > I have updated the sfLucene plugin with new tasks : > >- rebuild-index : index only one index >- update-model : index one model for one index (doctrine

[symfony-users] Re: [Fwd: [symfony-devs] Symfony CLI]

2009-02-09 Thread krassswr krasssswr
Have you properly installed PEAR? you can test pear with command : pear in your command prompt. On Mon, Feb 9, 2009 at 10:46 AM, Lupu Alexandru-Emil wrote: > Operating system? > folder permissions ? > have you set your dsn ? > > > > > On Thu, Feb 5, 2009 at 7:31 PM, Tom Haskins-Vaughan < > t...@t

[symfony-users] Re: Jobeet Tutorial, Day 16, Propel edition

2009-02-08 Thread krassswr krasssswr
populate them with data from fixtures, BUT it didn't reset AUTO_INCREMENT > counters in database ... so every time you run a test on symfony id-s of > things in database are changed so ludene needs to recreate index. > > Maybe I need to write automatic lucene index rebuilder

[symfony-users] Re: Jobeet Tutorial, Day 16, Propel edition

2009-02-07 Thread krassswr krasssswr
symfony id-s of things in database are changed so ludene needs to recreate index. Maybe I need to write automatic lucene index rebuilder or we need to fix that problem with id's in database. On Thu, Feb 5, 2009 at 9:24 PM, krassswr krawr wrote: > I have solved my problem.

[symfony-users] Re: Jobeet Tutorial, Day 16, Propel edition

2009-02-05 Thread krassswr krasssswr
l and double check you've included a >> "class:" entry under the appropriate route. >> Kris >> >> -- >> >> *Kris Wallsmith* | Community Manager >> kris.wallsm...@symfony-project.com >> Portland, Oregon USA >> >> http://twitter.co

[symfony-users] Re: Jobeet Tutorial, Day 16, Propel edition

2009-02-04 Thread krassswr krasssswr
under the appropriate route. > Kris > > -- > > *Kris Wallsmith* | Community Manager > kris.wallsm...@symfony-project.com > Portland, Oregon USA > > http://twitter.com/kriswallsmith > > On Feb 3, 2009, at 11:29 AM, krassswr krawr wrote: > > Hi. I start to follow jobeet

[symfony-users] Jobeet Tutorial, Day 16, Propel edition

2009-02-03 Thread krassswr krasssswr
Hi. I start to follow jobeet tutorial and I'm now on 16-th day. When I try to get Web Service to work I get error and I don't know how to solve my problem. The testing file maked for testing web service trough day 16, when I start it it works ok only first run. After each successful test run I nee

[symfony-users] Re: sfguard hardening

2009-01-15 Thread krassswr krasssswr
This is very interesting. Are you planing to post this modified version somewhere so other users can use it? On Tue, Jan 13, 2009 at 8:35 PM, Yevgeniy A. Viktorov wrote: > > > Sure, would be great to have this as optional functionality of > sfGuardPlugin. > > Thanks. > > On Tue, 2009-01-13 at 02:

[symfony-users] Symfony 1.1 forms

2008-08-28 Thread krassswr krasssswr
Hello, I'm new in working with symfony and I have some questions to ask. 1. I'm trying to use forms in frontend and I want some of fields in form to be displayed disabled aka not for editing. 2. I use admin generator to generate admin panel for one table and when I try to add new row I get error me