[symfony-users] Re: form wizard

2009-08-28 Thread Krishan .G
Thank you man, That article has all information that I need. :) On Thu, Aug 27, 2009 at 5:36 PM, cleve cleve...@gmail.com wrote: Have you seen this: http://blog.adryjanek.eu/2009/03/24/symfony-12-and-multipage-form-wizard/ On Aug 27, 7:33 am, krishan milepe...@gmail.com wrote: Hi I

[symfony-users] Re: Symfony (Error 500)

2009-08-28 Thread Eno
On Thu, 27 Aug 2009, Jon Levischi wrote: The browser is giving me the 500 error. I wrote some script to test vhost configuration and works fine. Only the project is giving me error. The best way to find out what the error is, is to look at the Apache error log for that vhost, or the symfony

[symfony-users] Doctrine versionable behavior: how to ignore some fields change?

2009-08-28 Thread Nicolas CHARLOT
Hi, I'm using Sf 1.2 / Doctrine 1.1.3. This is the model: Person: tableName: person actAs: Versionable: columns: id: type: integer(4) unsigned: true primary: true autoincrement: true last_name: type: string(127)

R: [symfony-users] Re: Doctrine Admin Generator: javascript message localization

2009-08-28 Thread silvio.cimino
I had to call some custom procedures to have a workaround for this problem... I assumed I could add my custom localized messages in the app folder apps/myapp/i18n/. Now I can fix this. Thank you for your support. -Messaggio originale- Da: symfony-users@googlegroups.com

[symfony-users] Re: Symfony 1.2 propel admin generator hide fields only in edit form

2009-08-28 Thread chakir ezziani
hi, i think that you have only to change your generator.yml edit: display: [descr, is_active] new: display: [image, descr, is_active] don't forget you have to clear the cache for the prod controller after changin generator.yml and verify the indentation 2009/8/27 José Nahuel Cuesta Luengo

[symfony-users] Fatal error: Cannot declare self-referencin g constant '°‡›' in /usr/share/php/symfony/plu gins/sfPropelPlugin/lib/addon/sfMixer.class.php on line 37

2009-08-28 Thread andlei
Hello, One every two/three requests we get this weird error: Fatal error: Cannot declare self-referencing constant '°‡›' in /usr/ share/php/symfony/plugins/sfPropelPlugin/lib/addon/sfMixer.class.php on line 37 Do you have any clue what could trigger this? Thanks, Andrei Baragan

[symfony-users] Re: sfWidgetFormChoice

2009-08-28 Thread adrianrz
Hi, could be more explicit? eg. show us the part of the scheme that is affected by the filter and the module generator.yml regards Adrián On Aug 27, 11:21 pm, mattsister matt...@gmail.com wrote: I have a TINYINT column in my db that represent the month. In the filter section of my backend

[symfony-users] date picker

2009-08-28 Thread Mihai RUSOAIE
Hello all! Can I use sfWidgetFormJQueryDate from sfFormExtraPlugin directly in the template? And maybe disable clicking on some of the days? I need a date picker, but restricted on some days. Is that possible with some plugin/widget, or I have to write one myself? Thank you, Mihai Rusoaie

[symfony-users] Re: date picker

2009-08-28 Thread José Nahuel Cuesta Luengo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mihai RUSOAIE escribió: Hello all! Can I use sfWidgetFormJQueryDate from sfFormExtraPlugin directly in the template? And maybe disable clicking on some of the days? I need a date picker, but restricted on some days. Is that possible with

[symfony-users] Problem with sfYaml::load

2009-08-28 Thread Gnagno
Hello all, I am having trouble with sfYaml::load() (I even tryed to use sfYamlParser-parse() and the result is the same), I dumped an array using sfYaml::dump() and when I try to read it again instead of getting an array I get a string whose content is the same of the file... it is very strange

[symfony-users] jobeet - day 3 - page displayed wrong

2009-08-28 Thread gato
hi, In the jobeet tutorial, after the task $ php symfony propel:generate- module --with-show --non-verbose-templates frontend job JobeetJob , i typed http://localhost:8080/frontend_dev.php/job; in the browser (because i chose the non-dedicated php configuration)and the page is displayed but

[symfony-users] Re: jobeet - day 3 - page displayed wrong

2009-08-28 Thread Gábor Fási
You download the css and image files during day 04, so unstyled contend on day 03 is fine. On Fri, Aug 28, 2009 at 21:03, gatodany...@gmail.com wrote: hi, In the jobeet tutorial, after the task $ php symfony propel:generate- module --with-show --non-verbose-templates frontend job JobeetJob ,

[symfony-users] Re: Symfony 1.2 propel admin generator hide fields only in edit form

2009-08-28 Thread Richtermeister
Hey Sid, I would not rely on the generator.yml to configure which form fields are displayed, since it only hides fields from the interface.. as far as the form is concerned you end up with empty form fields if a field is not displayed and the form is submitted. As shown above the solution is to

[symfony-users] Re: ysfOpenPlugin

2009-08-28 Thread Dustin Whittle
Emaginero, Currently, the documentation is limited to the README and the example module. I am adding documentation and soon will create a tutorial and blog post. - Dustin On 8/28/09 7:32 AM, emaginero giles.bent...@gmail.com wrote: This looks to be a really exiting plugin - giving symfony