[symfony-users] Re: symfony-network.com

2007-09-26 Thread [EMAIL PROTECTED]
Please count me in. Not much I could offer in terms of time and experiences, but I do interested in this idea and willing to contribute as much as I can. All the best. -arief On 9/26/07, Ant Cunningham [EMAIL PROTECTED] wrote: I should have some time in a couple weeks although it may be

[symfony-users] Re: server and client side caching

2007-09-26 Thread Steve Daniels
On 04/09/2007, Thierry [EMAIL PROTECTED] wrote: After having done some reading regarding this topic it is a bit more clear to me. There are two situations it is either - reused without checking the server - used and checking the server to make sure (just not transfering) You can use Live

[symfony-users] Re: server and client side caching

2007-09-26 Thread nico_bl1nd
Thanks for the plugin. But it doesn't tell me how to reset the client-side cache from Symfony. any idea ? --~--~-~--~~~---~--~~ 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] Re: server and client side caching

2007-09-26 Thread Kiril Angov
nico_bl1nd wrote: Thanks for the plugin. But it doesn't tell me how to reset the client-side cache from Symfony. any idea ? Why don't you use sfWebResponse-setHttpHeader ($name, $value, $replace = true) http://www.symfony-project.com/api/1_0/sfWebResponse This is not specificly a

[symfony-users] Re: server and client side caching

2007-09-26 Thread Kiril Angov
nico_bl1nd wrote: Hi Kupo, maybe I'm doing something wrong, here is my action, which doesn't work does it seem correct to you ? ?php /** * news actions. * * @packagefermoba * @subpackage news * @author Nicolas Binet * @versionSVN: $Id: actions.class.php 2288

[symfony-users] Re: server and client side caching

2007-09-26 Thread Tobias N
Do you really want your class to extend autonewsActions and not sfActions? And what exactly is your error? On 26 Sep., 11:31, nico_bl1nd [EMAIL PROTECTED] wrote: Hi Kupo, maybe I'm doing something wrong, here is my action, which doesn't work does it seem correct to you ? ?php /** *

[symfony-users] Re: server and client side caching

2007-09-26 Thread nico_bl1nd
Sorry, I did a mistake, but it doesn't work either In fact in the header, when I get back to 'news/list' the referer is 'news/list' and not 'news/publish' I've tried this too, but doesn't work either. $this-redirect('news/list', 205); --~--~-~--~~~---~--~~ You

[symfony-users] Re: server and client side caching

2007-09-26 Thread nico_bl1nd
Tobias, yes I want because this extends some modules generated by the admin generator. I want to do the following: Have a list of news Click on a button in the list to publish/unpublish an item Go to the publish action Publish/Unpublish the item Get redirected to news/list and the have the

[symfony-users] Re: server and client side caching

2007-09-26 Thread Kiril Angov
nico_bl1nd wrote: Sorry, I did a mistake, but it doesn't work either In fact in the header, when I get back to 'news/list' the referer is 'news/list' and not 'news/publish' I've tried this too, but doesn't work either. $this-redirect('news/list', 205); Try $this-forward('news',

[symfony-users] Re: server and client side caching

2007-09-26 Thread nico_bl1nd
In fact for three reasons : - first, I'm using the admin generator ;) - we're going a site for the moment based on the admin generator, and that will face some traffic - third, this should work... :) I've already tried, $this-forwar('news', 'list'); it works perfectly, almost ... There are

[symfony-users] Re: returning a link outside a template

2007-09-26 Thread Jon Busby
Might be a silly question, but how would i use url_for in an action?.. Kiril Angov wrote: Jon Busby wrote: Hi everyone, Simple question this - how can I get symfony to return a full link to a module - in an action.. (just like Link_to does, but without the xhtml) Jon

[symfony-users] Re: symfony-network.com

2007-09-26 Thread Francois Zaninotto
The idea of doing a social stuff for symfony developers is nice. But why reinvent the wheel and redevelop something while it is possible (and fast) to open a group in Facebook? What features would you like to include to the symfony social network that are not available in an existing social

[symfony-users] Re: returning a link outside a template

2007-09-26 Thread Martin Kreidenweis
Hi, Might be a silly question, but how would i use url_for in an action?.. Like this you can load any helper anywhere. sfLoader::loadHelpers (array $helpers, $moduleName = '') sfLoader::loadHelpers(array('Url')); $url = url_for(...); Yes, but in this case there's a better way, as

[symfony-users] Re: How to get metas_title param (view.yml) ?

2007-09-26 Thread Amit Rana
How to get metas_title param from view.yml ? getMetas() doesnt work? http://www.symfony-project.com/api/1_0/sfWebResponse On 9/26/07, Sylvain - Com-Océan [EMAIL PROTECTED] wrote: I have the same question : How to get metas_title param from view.yml ? I'm designing a CMS (merge of my own

[symfony-users] Re: How to get metas_title param (view.yml) ?

2007-09-26 Thread Sylvain - Com-Océan
I try $this-getResponse()-getTitle() but it return nothing. I think response is initialized after action then this value is not yet defined with the view.yml parameter. Amit Rana a écrit : How to get metas_title param from view.yml ? getMetas() doesnt work?

[symfony-users] propel-dump-data

2007-09-26 Thread Ant Cunningham
Ive noticed wheni try to reimport my data file things records that have a FK column get dumped with ObjectName_ instead of no value. Ive remedied this with some find and replace on the resultign YML as quick fix, but is this a known deficiency or ami do something worng? I didn't see any tickets

[symfony-users] Re: How to get metas_title param (view.yml) ?

2007-09-26 Thread Dave Dash
I usually have my own line in app.yml as well: all: default_page_title: My Site I think also, for consistency I would do in view.yml title: %APP_DEFAULT_PAGE_TITLE% *if* that actually works. On 6/29/07, Nicolas CHARLOT [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] a écrit : Nicolas,

[symfony-users] Migrations

2007-09-26 Thread Jon Busby
Hi Everyone, I know _something_ exists that mimics rails migrations but is there some easy way of upgrading the datamodel on production sites without either 1. manually doing it! 2. dumping - insert - insert! Thanks! -- Thanks, Jon Busby JBtwo Web Development Mobile :: +44 (0)7834

[symfony-users] Re: symfony-network.com

2007-09-26 Thread Dave Dash
I know one thing I would like is recommendations for developers from other developers I know. I suppose linkedIn could provide similar functionality or a facebook app could do the same thing. But something geared toward finding developers to work with sounds nice. I know I *don't* go to FB or

[symfony-users] Re: propel-dump-data

2007-09-26 Thread Fabian Lange
Hi, I made a patch for this, but do not know if it was applied to some version: http://trac.symfony-project.com/trac/ticket/2167 .: Fabian -Ursprüngliche Nachricht- Von: symfony-users@googlegroups.com Gesendet: 26.09.07 15:12:42 An: symfony-users@googlegroups.com

[symfony-users] validation of file upload doesn't work with photo[n] syntax

2007-09-26 Thread Matthias Nothhaft
Hi, does somebody have a fix for that? I tried photo{n} in validation yml files but my files can not be validated. It also seems that checkboxes can not be validated with that syntax!? Any ideas? Regards, Matthias --~--~-~--~~~---~--~~ You received this

[symfony-users] Re: symfony-network.com

2007-09-26 Thread Steve Daniels
In my opinion Facebook is for my personal social life - NOT my business professional life. I'd much prefer something sans Facebook, something more along the lines of workingwithrails.com but obviously better, because, you know, it's Symfony ;-) On 26/09/2007, Dave Dash [EMAIL PROTECTED] wrote:

[symfony-users] Re: Migrations

2007-09-26 Thread Matthias Nothhaft
There is already a solution for migrations in Doctrine: http://www.phpdoctrine.net/doctrine/manual/new/?chapter=migration Dave Dash schrieb: No, and I'm skeptical that one will. The problem with datamodels is they are still an abstraction from a real database so we're still a ways off from

[symfony-users] Questions about object methods

2007-09-26 Thread Charley Tiggs
Howdy folks, Hoping someone can help me with this. I have the following tables: User -- id name Address --- id user_id user_entered_address_name name address city state zip It's set up this way to allow folks to have multiple delivery addresses. Here's my issue: User logs

[symfony-users] linked symfony group

2007-09-26 Thread Tristan Rivoallan
hi everyone, there's now a symfony group on linkedin. go there to get an invitation : http://www.linkedin.com/e/gis/29205/0B1CA518B106 a good start for a symfony network :) ++ tristan --~--~-~--~~~---~--~~ You received this message because you are subscribed

[symfony-users] Re: symfony-network.com

2007-09-26 Thread Tristan Rivoallan
On 9/26/07, Dave Dash [EMAIL PROTECTED] wrote: I know I *don't* go to FB or linkedIn now, and it's because I feel they are too generalized to provide me with a good lead. indeed, but i think the new linked group feature may help in that regard : you know have a place where most of people

[symfony-users] 1-2 Symfony Developers Required!

2007-09-26 Thread Jon Busby
I know we were discussing this yesterday, but... is there anyone out there who would be interested in project/hourly work building / helping out with symfony projects?? Please send any CV's / Work Rates / Examples of previous work to me ASAP! Jon -- Thanks, Jon Busby JBtwo Web Development