[symfony-users] Re: Contributing Symfony Am I doing it wrong?

2008-10-14 Thread Fabien Potencier
Yuretsz wrote: > Ok, I have desire and skills to help Symfony became the best framework ever. > > The most easiest way is to fix some bugs in it. > Ok we have the manual of doing this > http://trac.symfony-project.org/wiki/HowToContributeToSymfony#Submittingpatches > > To try how the whole thing

[symfony-users] Re: Contributing Symfony Am I doing it wrong?

2008-10-14 Thread Melchior Anarchion
the symfony blog post is here , http://www.symfony-project.org/blog/2007/09/14/trac-bugs-and-patches no tag then lot easy to found (thxs to google power ) not a fabien post oups :) Yuretsz a écrit : > Oh, I'm glad that the Trac is still working at least in manual mode. > > Just few another questi

[symfony-users] Re: Contributing Symfony Am I doing it wrong?

2008-10-14 Thread Yuretsz
Oh, I'm glad that the Trac is still working at least in manual mode. Just few another questions. Kris: -What is the average period from submitting patch and applying it to the trunk? -What will happen if submitted patch is not perfect? Is there a way to be notified if my patch needs improvements

[symfony-users] Re: Contributing Symfony Am I doing it wrong?

2008-10-14 Thread Melchior Anarchion
Hi, if we need to put a message on the mailing list, to see the patch applied it's a bit discouraging, i know symfony is a big project and it represent a lot of work. the way that only confirmed skilled programmer can commit to the main symfony branches is a good thing, but when i see each wee

[symfony-users] Re: Contributing Symfony Am I doing it wrong?

2008-10-14 Thread Kris Wallsmith
Thank you for your patch. It has been applied to 1.1 and 1.2. Please keep them coming! Kris On Oct 14, 7:12 pm, Yuretsz <[EMAIL PROTECTED]> wrote: > Ok, I have desire and skills to help Symfony became the best framework ever. > > The most easiest way is to fix some bugs in it. > Ok we have the m

[symfony-users] Contributing Symfony Am I doing it wrong?

2008-10-14 Thread Yuretsz
Ok, I have desire and skills to help Symfony became the best framework ever. The most easiest way is to fix some bugs in it. Ok we have the manual of doing this http://trac.symfony-project.org/wiki/HowToContributeToSymfony#Submittingpatches To try how the whole thing works I looked into the bug

[symfony-users] Re: symfony 1.1 + sfForm + embedForm + view/template

2008-10-14 Thread ShoGuN
I dont use forms in view templates. The forms (and embed forms) only are util for edit templates. Regards! > > class CriteriaForm extends sfForm > { > public function configure() > { > /* > * Defining filters > */ > $fields = array(); > $labels = array(); > $validat

[symfony-users] input_date_tag: format or date_format

2008-10-14 Thread Matías López
Hello all, I'm configuring the edit form of my backend generator.yml I had an issue when I tried to format my input_date_tag field. First I used the parm *date_format='dd/MM/yy'* but this didn't work. Then I looked in the code of function input_date_tag. I saw that this parm is retrieved in lin

[symfony-users] sf 1.1 : i18n and form repopulating input_tag when error

2008-10-14 Thread nico
Hello all, I'm just began sf. Thanx in advance for your help. I'm trying to repopulate my i18n form using input_tag (i don't want to use widgets) but no matter what i can't manage to do it. i can create, update but if there is an error, the posted values are not in the field (the db value stays

[symfony-users] symfony 1.1 + sfForm + embedForm + view/template

2008-10-14 Thread Thomas Parisot // Oncle Tom
Hello everybody, I'm trying to embed forms inside each others but as I successfully embed them, I really don't know how to retrieve them for later display. All examples I encounter never mention the template/view part of this feature. For example I have : class CriteriaForm extends sfForm {

[symfony-users] problems with enforcement of a jar

2008-10-14 Thread rockobop
Hello everyone knows that someone be missing for me in shape for symfony able to upload an applet that is in a. jar Theory is fine in the path of the file, because the first time q tries to load the file appears lojo of java, but it is there where stops charging and an X in the area of the jar I

[symfony-users] Re: Problem with Propel on frozen projects

2008-10-14 Thread Nicolas MARTIN
The bug is still here. No more propel connection when the project is frozen. Any new idea anyone ? On Sep 26, 2:17 pm, Nicolas MARTIN <[EMAIL PROTECTED]> wrote: > Yes I cleared the cache to make sure the .yml.php config handle the > correct paths, and I'm not using anything like APC. > > Beside

[symfony-users] Re: Problem with Propel on frozen projects

2008-10-14 Thread Nicolas MARTIN
To be exact : No more propel connection in tasks on 'frozen' projects On Oct 14, 5:06 pm, Nicolas MARTIN <[EMAIL PROTECTED]> wrote: > The bug is still here. > > No more propel connection when theprojectisfrozen. > > Any new idea anyone ? > > On Sep 26, 2:17 pm, Nicolas MARTIN <[EMAIL PROTECTED]>

[symfony-users] Re: sfInflector::camelize

2008-10-14 Thread Jonathan Franks
Thomas - Thanks for the reply. I was a bit unclear. I know CamelCase, but I thought in symfony the coding standard was camelCase. Even the phpDoc comment for the method reads * Returns a camelized string from a lower case and underscored string by replaceing slash with * double-

[symfony-users] Re: sfInflector::camelize

2008-10-14 Thread Thomas Vestergaard
Hi Frank, ContactUs is the correct camel case version. So in that respect is it just you. However, I can see when the other possibility would be useful. But just run it through the lcfirst function to get what you want. Regards, Thomas On Tue, Oct 14, 2008 at 3:26 PM, Jonathan Franks <[EMAIL

[symfony-users] sfInflector::camelize

2008-10-14 Thread Jonathan Franks
hi, i'm on 1.1.4 and I'm getting a strange result from sfInflector::camelize echo sfInflector::camelize('contact_us'); outputs ContactUs but i want contactUs is this me or symfony??? --~--~-~--~~~---~--~~ You received this message because you a

[symfony-users] Re: 404 and referer...

2008-10-14 Thread Sumedh
Hmmm...may be... But we are just beginning...and we don't delete any pages... But why wouldn't I get the referer value? :| On Oct 13, 7:41 pm, "Steve Daniels" <[EMAIL PROTECTED]> wrote: > 2008/10/13 Sumedh <[EMAIL PROTECTED]>: > > > > > > > Hi Friends, > > > I want to send an email to web-admin

[symfony-users] Re: Decimal separator not working on custom widget when form does not validate.

2008-10-14 Thread Thomas Rabaix
Hello, I think it's just a matter of validator. When the form is submitted the validator 'reformat' the value (the doClean method). So you can implement your own sfValidatorExtraNumber to take any kind of float : - 1, 000.00 - 1000,00 - 1 000.00 - etc... and return a valid php float number. But

[symfony-users] Re : [symfony-users] Re: Decimal separator not working on custom widget when form does not validate.

2008-10-14 Thread Loïc Vernet
Yes there was the same problem with 1.0 where you have to modify the number validator. - Message d'origine De : Bruno Reis <[EMAIL PROTECTED]> À : symfony-users@googlegroups.com Envoyé le : Lundi, 13 Octobre 2008, 22h58mn 45s Objet : [symfony-users] Re: Decimal separator not working on

[symfony-users] Re: Upgrade to 1.1 : Call to undefined method Propel::import()

2008-10-14 Thread DigitalBase
meanwhile Kris closed the ticket, thanks for the quick intervention. If you're using svn:externals just svn update... On Oct 13, 11:53 am, volatt <[EMAIL PROTECTED]> wrote: > Hi. > > We had the same problem here: > > # pear list -a > Installed packages, channel __uri: > ===

[symfony-users] Problem with date validation (1.1)

2008-10-14 Thread Yohan 'rouKs' G.
I use the sfValidatorDate in my project and I need to validate a french date (d-m-Y). My problem is that the sfValidatorDate take a regex as date_format parameter... What kind of regex should I give to this validator ? Thanks, Yohan --~--~-~--~~~---~--~~ You re