[symfony-users] Propel Exception Help

2008-05-17 Thread Reynier Perez Mira
Hi, I'm working in a form and using the input_date_tag helper. By default this construct the dates as dd/mm/. When I try to insert this data to a table I get this error: [PropelException] Unable to parse date/time value for [fecha_creacion] from input: '17/05/2008' I do a Google research f

[symfony-users] Re: Naho WIki

2008-05-17 Thread James
Hey there, DOA = Dead on Arrival. a common english acronym. We (the other developer on my project) have integreated Naho wiki into our code as we want to use it, but when I tried to do some common wiki things like ==My headline== It didn't give me a headline. I also couldn't get external

[symfony-users] Announce: New Version of sfSyncClusterPlugin - Now with Server Groups, CDNs, S3 and more!

2008-05-17 Thread John L. Singleton
Hello Everybody, I am writing to announce the update of my plugin sfSyncCluster. I announced it on the lists a month ago and I've incorporated your feedback into this new release. The major requests pertained to having the ability to create logical server groups. I went ahead threw in CDN

[symfony-users] Re: Modules vs Plugins

2008-05-17 Thread [EMAIL PROTECTED]
For your first question : modules should be specific to a project, plugins are made for reusability. Of course you can svn:externals a module, and it will be the same, but : - whenever you have to make a specific change to this module for a specific project, you cannot, or you have to create a bra

[symfony-users] Modules vs Plugins

2008-05-17 Thread kayoone
Hi all, i am wondering what the benefits are in using plugins vs moduls, or if there are any at all. Many of the modules which are developed for an application cant be reused in future projects, atleast thats what i plan to do, so that when you have 4-5 Projects which all use most of the same mod

[symfony-users] Re: Problems with translation and I18N

2008-05-17 Thread Reynier Perez Mira
Hi, After several days giving head butt with the problem I have found a solution. I left here because maybe in the future somebody could have the same problem: 1. Set default cultura to es_ES #apps/backend/config/i18n.yml all: default_culture: es_ES debug: off 2. Activate the i18n use in ev

[symfony-users] Re: Referer null sometimes...

2008-05-17 Thread [EMAIL PROTECTED]
And it depends on browsers. Never rely on this value! If you need to be sure, track your urls in the users session. Michael On 17 Mai, 14:46, Tom Haskins-Vaughan <[EMAIL PROTECTED]> wrote: > I know you've probably thought of this, but the referer will be null if > you enter the address in the b

[symfony-users] Re: Referer null sometimes...

2008-05-17 Thread Tom Haskins-Vaughan
I know you've probably thought of this, but the referer will be null if you enter the address in the browser's location bar rather than following a link. Sumedh wrote: > Hi guys... > > Facing a weird problem... > > I am getting the request->getReferer() as null sometimes...there is no > patte

[symfony-users] getUriPrefix() not printing port...

2008-05-17 Thread Sumedh
Hi friends, I have this line... $this->urlBase = $this->getRequest()->getUriPrefix(); in the action class...but this method does not print the port...it prints the first part (http://dev.example.com) correctly...but not my port...i.e. 8088 Is it some known issues in getUriPrefix() method? - T

[symfony-users] Referer null sometimes...

2008-05-17 Thread Sumedh
Hi guys... Facing a weird problem... I am getting the request->getReferer() as null sometimes...there is no pattern in the behavior...happening randomly, as far as I saw today... Any known issues with it? --~--~-~--~~~---~--~~ You received this message because y

[symfony-users] Re: Naho WIki

2008-05-17 Thread [EMAIL PROTECTED]
I'm the author, still on the project don't worry, the thing is I haven't had much time to give it for a moment... I know more "maintain" the project, and the important missing features will be developped when I have more time (during summer, activity should be more quiet). Whant means DOA ? What